GET api/vouchers/{name}/search

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of 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",
    "id": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "shortDescription": "sample string 4",
    "url": "sample string 5",
    "barcodeTemplateID": 1,
    "expiry": 0,
    "voucherType": 6,
    "limitPerTransaction": 7,
    "customerTracking": true,
    "discountAccount": "sample string 9",
    "endDate": "2025-06-14T06:23:09.3437014",
    "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": "2025-06-14T06:23:09.3437014",
      "labelPageLayout": "09gKWAeMkE6oYc5ohyEo/w==",
      "pageLayoutGuid": "580ad8d3-8c07-4e90-a861-ce68872128ff",
      "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": "2025-06-14T06:23:09.3437014"
        },
        {
          "$ref": "4"
        }
      ]
    },
    "customerVouchers": [
      {
        "$id": "5",
        "id": 1,
        "customerIdentifier": "QgVWX9hSVE2DwlizSoo/Yg==",
        "customerIdentifierGuid": "5f560542-52d8-4d54-83c2-58b34a8a3f62",
        "voucherID": 3,
        "voucherName": "sample string 4",
        "storeID": 1,
        "barcode": "sample string 5",
        "dateOfIssue": "2025-06-14T06:23:09.3437014",
        "issuedSaleHeaderID": 1,
        "issuedSaleIdentifier": "sample string 7",
        "issuedOfflinePaymentID": 1,
        "issuedIdempotentID": "mVmHFcRet0q3xJ6t4RmmjQ==",
        "issuedIdempotentGuid": "15875999-5ec4-4ab7-b7c4-9eade119a68d",
        "issuedOffline": true,
        "issuedUser": "sample string 9",
        "issuedNotes": "sample string 10",
        "expiryDate": "2025-06-14T06:23:09.3437014",
        "expiredUser": "sample string 11",
        "expiredNotes": "sample string 12",
        "redeemed": "2025-06-14T06:23:09.3437014",
        "redeemedSaleHeaderID": 1,
        "redeemedSaleIdentifier": "sample string 13",
        "redeemedOfflinePaymentID": 1,
        "redeemedIdempotentID": "j53QGKy6g0unpDNN6ucq6A==",
        "redeemedIdempotentGuid": "18d09d8f-baac-4b83-a7a4-334deae72ae8",
        "redeemedUser": "sample string 14",
        "redeemedNotes": "sample string 15",
        "redeemedOffline": true,
        "updated": "2025-06-14T06:23:09.3437014",
        "storeName": "sample string 17",
        "scaleLabel": {
          "$ref": "3"
        },
        "voucher": {
          "$ref": "1"
        },
        "customer": {
          "$id": "6",
          "identifier": "4VdxDxfFT0CvICG/byleXg==",
          "identifierGuid": "0f7157e1-c517-404f-af20-21bf6f295e5e",
          "code": "sample string 2",
          "familyName": "sample string 3",
          "givenName": "sample string 4",
          "otherName": "sample string 5",
          "title": "sample string 6",
          "dateOfBirth": "2025-06-14T06:23:09.3437014",
          "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": "9PYdgGxidU65GIU5FfF9xg==",
          "communityIdentifierGuid": "801df6f4-626c-4e75-b918-853915f17dc6",
          "joined": "2025-06-14T06:23:09.3437014",
          "updated": "2025-06-14T06:23:09.3437014",
          "active": true,
          "reasonInactive": 1,
          "groupCustomer": true,
          "loyaltyPoints": 1,
          "homeStoreID": 1,
          "availableSpend": 1,
          "priceLevelIdentifier": "4z1aAZ+Un0mxHLVeGNcCWQ==",
          "priceLevelIdentifierGuid": "015a3de3-949f-499f-b11c-b55e18d70259",
          "marketingID": "sample string 18",
          "hidden": true,
          "registered": true,
          "registeredOn": "2025-06-14T06:23:09.3437014",
          "emailMarketing": true,
          "smsMarketing": true,
          "deleted": true,
          "deletedUser": "sample string 24",
          "homeStoreName": "sample string 25",
          "customerCards": [
            {
              "$id": "7",
              "cardType": 2,
              "issueDate": "2025-06-14T06:23:09.3437014",
              "expiry": "2025-06-14T06:23:09.3437014",
              "customerID": "L5SrQWaRqEqf1x2fE2618A==",
              "customerIDGuid": "41ab942f-9166-4aa8-9fd7-1d9f136eb5f0",
              "initialValue": 1,
              "currentValue": 1,
              "maxLimit": 1,
              "minTransaction": 1,
              "maxTransaction": 1,
              "multiplier": 1.1,
              "active": true,
              "reasonInactive": 1,
              "idRequired": true,
              "idType": 1,
              "idValue": "sample string 5",
              "updated": "2025-06-14T06:23:09.3437014",
              "linkedAccount": "JEF+Tj2K0kiudU2rd6bUYw==",
              "linkedAccountGuid": "4e7e4124-8a3d-48d2-ae75-4dab77a6d463",
              "currentValueChanged": true,
              "limitsChanged": true,
              "customer": {
                "$ref": "6"
              },
              "account": {
                "$id": "8",
                "id": 1,
                "identifier": "piQMHfrmsUCgCA8NbCrkkg==",
                "identifierGuid": "1d0c24a6-e6fa-40b1-a008-0f0d6c2ae492",
                "referenceNo": "sample string 3",
                "name": "sample string 4",
                "created": "2025-06-14T06:23:09.3437014",
                "owner": "AkGaOaszK0KCkx1PzsGGZQ==",
                "ownerGuid": "399a4102-33ab-422b-8293-1d4fcec18665",
                "accountStoreGroupIdentifier": "ZgXpmJVZQUCWXbB8ohJrkA==",
                "accountStoreGroupGuid": "98e90566-5995-4041-965d-b07ca2126b90",
                "accountType": 1,
                "currentBalance": 1,
                "externalID": "sample string 7",
                "maximumLimit": 1,
                "accruePoints": true,
                "loyaltyPoints": 1,
                "termsOfTrade": 1,
                "signatureRequired": true,
                "referenceRequired": true,
                "statementSendType": 10,
                "ageingPeriod": 1,
                "monthlyAgeingPeriod": true,
                "explodedInvoice": true,
                "isFifoAllocation": true,
                "lastStatementSent": "2025-06-14T06:23:09.3437014",
                "active": true,
                "updated": "2025-06-14T06:23:09.3437014",
                "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": "w5fYornJ/EuO+MoiPQ2tdA==",
                    "identifierGuid": "a2d897c3-c9b9-4bfc-8ef8-ca223d0dad74",
                    "name": "sample string 2",
                    "primaryContact": "tsQRPn9f9UmhvhmYZEwZPg==",
                    "primaryContactGuid": "3e11c4b6-5f7f-49f5-a1be-1998644c193e",
                    "accountID": "zrbs17v2qUe27IPrVo1s8g==",
                    "accountIDGuid": "d7ecb6ce-f6bb-47a9-b6ec-83eb568d6cf2",
                    "special": true,
                    "updated": "2025-06-14T06:23:09.3437014",
                    "active": true,
                    "reasonInactive": 1,
                    "priceLevelIdentifier": "XZ1zMG/pWU2uLogQv5jGtw==",
                    "priceLevelIdentifierGuid": "30739d5d-e96f-4d59-ae2e-8810bf98c6b7",
                    "deleted": true,
                    "account": {
                      "$ref": "8"
                    },
                    "primaryContactCustomer": {
                      "$ref": "6"
                    },
                    "customerGroupMembers": [
                      {
                        "$id": "11",
                        "id": 1,
                        "groupID": "iCcq3XjTikqpSU/VG/OSdg==",
                        "groupIDGuid": "dd2a2788-d378-4a8a-a949-4fd51bf39276",
                        "customerID": "uzZ+M4EpQ0Ku5c6pxiw5Kw==",
                        "customerIDGuid": "337e36bb-2981-4243-aee5-cea9c62c392b",
                        "card": "sample string 4",
                        "linkedAccount": "aDG1DT2vAEm1EVF7Megakg==",
                        "linkedAccountGuid": "0db53168-af3d-4900-b511-517b31e81a92",
                        "customer": {
                          "$ref": "6"
                        },
                        "group": {
                          "$ref": "10"
                        },
                        "customerCard": {
                          "$ref": "7"
                        }
                      },
                      {
                        "$ref": "11"
                      }
                    ]
                  },
                  {
                    "$ref": "10"
                  }
                ]
              },
              "payments": [
                {
                  "$id": "12",
                  "id": 1,
                  "identifier": "tWtvJMAhGEWTJGdpUXW6Hw==",
                  "identifierGuid": "246f6bb5-21c0-4518-9324-67695175ba1f",
                  "storeID": 2,
                  "operatorName": "sample string 3",
                  "saleHeaderID": 4,
                  "paymentType": 5,
                  "amount": 6,
                  "account": "sample string 7",
                  "accountID": "XKryVNqAj0K3bBmiJUSFJQ==",
                  "accountIDGuid": "54f2aa5c-80da-428f-b76c-19a225448525",
                  "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": "2025-06-14T06:23:09.3437014",
                  "invRocNo": "sample string 14",
                  "responseCode": "sample string 15",
                  "cashout": 1,
                  "tip": 16,
                  "idempotentVoid": "QcNcW7MKmEqOzBcmOo3/9w==",
                  "idempotentVoidGuid": "5b5cc341-0ab3-4a98-8ecc-17263a8dfff7",
                  "offline": true,
                  "processed": 1,
                  "storeSaleHeader": {
                    "$id": "13",
                    "saleHeaderID": 1,
                    "saleHeaderGuid": "b+yBWp3zD0+dfMGDKkETVQ==",
                    "saleHeaderIdentifierGuid": "5a81ec6f-f39d-4f0f-9d7c-c1832a411355",
                    "created": "2025-06-14T06:23:09.3437014",
                    "createdLocal": "2025-06-14T06:23:09.3437014",
                    "createdText": "sample string 4",
                    "itemCount": 5,
                    "totalAmount": 6,
                    "cashTender": 1,
                    "cardTender": 1,
                    "cheqTender": 1,
                    "acctTender": 1,
                    "voucherTender": 1,
                    "loyaltyPoints": 1,
                    "cashout": 1,
                    "changeAmount": 1,
                    "rounding": 1,
                    "gstAmount": 1,
                    "transactionDiscountTender": 1,
                    "totalTip": 7,
                    "tranType": 1,
                    "processed": 1,
                    "imported": "2025-06-14T06:23:09.3437014",
                    "storeID": 1,
                    "operatorG_Uid": "KF65Hem5f0OY4xIu278T7g==",
                    "operatorGuid": "1db95e28-b9e9-437f-98e3-122edbbf13ee",
                    "customerG_Uid": "FubGyAVh4E6TOhBlSUDWyg==",
                    "customerGuid": "c8c6e616-6105-4ee0-933a-10654940d6ca",
                    "communityIdentifier": "8LpkzsBJCEeh+bjbug+C3w==",
                    "communityIdentifierGuid": "ce64baf0-49c0-4708-a1f9-b8dbba0f82df",
                    "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": "UMb6je82gEW+T7MkEQ+d5Q==",
                    "priceLevelIdentifierGuid": "8dfac650-36ef-4580-be4f-b324110f9de5",
                    "locked": 36,
                    "relationChecksum": "sample string 37",
                    "loyaltyTender": 1,
                    "giftCardTender": 1,
                    "operator": {
                      "$id": "14",
                      "id": 1,
                      "g_Uid": "DYXZytVCOEikDBWk8Huwzw==",
                      "guid": "cad9850d-42d5-4838-a40c-15a4f07bb0cf",
                      "operatorNumber": 1,
                      "shortName": "sample string 2",
                      "firstName": "sample string 3",
                      "lastName": "sample string 4",
                      "password": "sample string 5",
                      "hasPassword": true,
                      "passwordText": "sample string 6",
                      "rfidTagID": "sample string 7",
                      "blueprintID": 1,
                      "groupID": 1,
                      "groupName": "sample string 8",
                      "managerGroupID": 1,
                      "managerGroupName": "sample string 9",
                      "zoneID": 1,
                      "zoneName": "sample string 10",
                      "loggedIn": 1,
                      "lastUsedIP": "sample string 11",
                      "deleted": true,
                      "locked": true,
                      "allowOpenTill": true,
                      "webEmail": "sample string 14",
                      "simpleOperatorType": 0,
                      "webRole": "sample string 15",
                      "updated": "2025-06-14T06:23:09.3437014",
                      "passwordResetRequired": true,
                      "alteredInStore": true,
                      "startShift": "2025-06-14T06:23:09.3437014",
                      "endShift": "2025-06-14T06:23:09.3437014",
                      "machineName": "sample string 20",
                      "drawerID": 1,
                      "stores": [
                        {
                          "$id": "15",
                          "operatorG_UID": "y2Dmzm6bIUCnBHAR7/RtlA==",
                          "operatorGuid": "cee660cb-9b6e-4021-a704-7011eff46d94",
                          "storeID": 2,
                          "operator": {
                            "$ref": "14"
                          },
                          "store": {
                            "$id": "16",
                            "id": 1,
                            "isMaster": true,
                            "shortName": "sample string 3",
                            "url": "sample string 4",
                            "sortOrder": 1,
                            "name": "sample string 5",
                            "phone": "sample string 6",
                            "fax": "sample string 7",
                            "email": "sample string 8",
                            "address1": "sample string 9",
                            "address2": "sample string 10",
                            "city": "sample string 11",
                            "state": "sample string 12",
                            "country": "sample string 13",
                            "postCode": "sample string 14",
                            "delivery": 1,
                            "exportAccounts": 1,
                            "salesAccountFolder": "sample string 15",
                            "purchaseAccountFolder": "sample string 16",
                            "initLoad": 1,
                            "initIDs": 1,
                            "zoneID": 1,
                            "actAsMaster": 1,
                            "lastActiveUtc": "2025-06-14T06:23:09.3437014",
                            "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": "tWnEBLrx1EihXMV1Ll3EhA==",
                            "hostIdentifierGuid": "04c469b5-f1ba-48d4-a15c-c5752e5dc484",
                            "hostName": 1,
                            "hostAddress": "sample string 27",
                            "hostUsername": "sample string 28",
                            "hostPassword": "sample string 29",
                            "excludeFromLeadInOut": true,
                            "accountingProvider": 31,
                            "accountingAddress": "sample string 32",
                            "accountingUsername": "sample string 33",
                            "accountingPassword": "sample string 34",
                            "storeAccountingCode": "sample string 35",
                            "softwareVariance": 36,
                            "fuelWarningVariance": 37.0,
                            "fuelErrorVariance": 38.0,
                            "fuelAccumulatedWarningVariance": 39.0,
                            "fuelAccumulatedErrorVariance": 40.0,
                            "drawManagment": 41,
                            "endOfDayManagment": true,
                            "autoFillCashBalancing": true,
                            "fuelDayVariance": 44,
                            "accountingTradingTime": "00:00:00.1234567",
                            "stockActivateProduct": 46,
                            "giftCardSalesAccountingDeptCode": "sample string 47",
                            "transactionDiscountAccountingDeptCode": "sample string 48",
                            "size": 49,
                            "updated": "2025-06-14T06:23:09.3437014",
                            "priceZoneName": "sample string 51",
                            "storeFuelConfigured": true,
                            "shippingAddressCopied": true,
                            "shippingAddress": {
                              "$id": "17",
                              "storeID": 1,
                              "addressType": 1,
                              "address1": "sample string 1",
                              "address2": "sample string 2",
                              "city": "sample string 3",
                              "state": "sample string 4",
                              "country": "sample string 5",
                              "postCode": "sample string 6"
                            },
                            "billingAddress": {
                              "$ref": "17"
                            },
                            "hostStoreSettings": [
                              {
                                "$id": "18",
                                "id": 1,
                                "hostIdentifier": "t+URU0nRrEeJX/934H8Vig==",
                                "hostIdentifierGuid": "5311e5b7-d149-47ac-895f-ff77e07f158a",
                                "storeID": 2,
                                "username": "sample string 3",
                                "password": "sample string 4",
                                "passwordPlain": "sample string 5",
                                "serverAddress": "sample string 6",
                                "serverPort": 1,
                                "excludeFromLeadInOut": true,
                                "useForHostFile": true,
                                "metcashPillarID": "sample string 9",
                                "metcashStateCode": "sample string 10",
                                "metcashCustomerID": "sample string 11",
                                "metcashTradingPartnerID": "sample string 12",
                                "drakesCustomerNumber": 1,
                                "sparCustomerNumber": "sample string 13",
                                "sparOrderUsername": "sample string 14",
                                "sparOrderPassword": "sample string 15",
                                "sparOrderPasswordPlain": "sample string 16",
                                "pharmXSiteID": 1,
                                "ibaZoneID": 1,
                                "ibaState": "sample string 17",
                                "foodlandStoreCode": "sample string 18",
                                "ilgMemberNumber": "sample string 19",
                                "ilgOutletLocation": 1,
                                "ilgBaseCost": 1,
                                "ilgApplyNonAdvertisedPromos": true,
                                "ilgExemptFromFreight": true,
                                "ilgOrderDealReview": true,
                                "ilgFinanceFee": 1,
                                "processPromotions": true,
                                "hostProvider": 0,
                                "host": {
                                  "$id": "19",
                                  "identifier": "5q7FDQNG90ecVASeztxEng==",
                                  "identifierGuid": "0dc5aee6-4603-47f7-9c54-049ecedc449e",
                                  "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": "GND15sbBgk2gU+aW7HNI2w==",
                                  "hostSupplierIdentifierGuid": "e6f5d018-c1c6-4d82-a053-e696ec7348db",
                                  "loyaltyPriceLevelIdentifier": "WLePsPuEnEyZVINUR+jXJw==",
                                  "loyaltyPriceLevelIdentifierGuid": "b08fb758-84fb-4c9c-9954-835447e8d727",
                                  "isGroup": true,
                                  "description": "sample string 22",
                                  "hostProvider": 23,
                                  "hostTypeEnum": 24,
                                  "hostType": "sample string 25",
                                  "hostCode": "sample string 26",
                                  "username": "sample string 27",
                                  "password": "sample string 28",
                                  "passwordPlain": "sample string 29",
                                  "server": "sample string 30",
                                  "url": "sample string 31",
                                  "global": true,
                                  "stateCode": "sample string 33",
                                  "lastCollected": "2025-06-14T06:23:09.3437014",
                                  "lastProcessed": "2025-06-14T06:23:09.3437014",
                                  "hold": true,
                                  "supplierName": "sample string 35",
                                  "supplier": {
                                    "$id": "20",
                                    "identifier": "gftrFgCJoEuF5dlzm/ELKw==",
                                    "identifierGuid": "166bfb81-8900-4ba0-85e5-d9739bf10b2b",
                                    "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": "kAjieHXQukK7b57kfbM0HQ==",
                                    "primaryContactID": "78e20890-d075-42ba-bb6f-9ee47db3341d",
                                    "storeID": 1,
                                    "abn": "sample string 16",
                                    "supplierGroupIdentifier": "w1mwuxA7UUKNCa2XdPbYVw==",
                                    "supplierGroupGuid": "bbb059c3-3b10-4251-8d09-ad9774f6d857",
                                    "rebate": 1.0,
                                    "rebateType": 1,
                                    "rebateFrequency": 1,
                                    "rebateSource": 1,
                                    "rebateLastClaimed": "2025-06-14T06:23:09.3437014",
                                    "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": "21",
                                      "id": "13483885-a0b0-4dcd-ad01-98022f960cfe",
                                      "identifier": "uHr5mFe6RkGEhKtPuub2fQ==",
                                      "identifierGuid": "98f97ab8-ba57-4146-8484-ab4fbae6f67d",
                                      "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": "22",
                                        "supplierIdentifier": "Nbfx8FWcNEeSCASfWvFm9Q==",
                                        "supplierIdentifierGuid": "f0f1b735-9c55-4734-9208-049f5af166f5",
                                        "contactGuid": "DidItjU+PUest3O6v/kexw==",
                                        "contactID": "b648270e-3e35-473d-acb7-73babff91ec7",
                                        "contact": {
                                          "$ref": "21"
                                        },
                                        "supplier": {
                                          "$ref": "20"
                                        }
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "products": [
                                      {
                                        "$id": "23",
                                        "pluG_UID": "FgGJd5yy2EeGEivRKYgW7Q==",
                                        "pluGuid": "77890116-b29c-47d8-8612-2bd1298816ed",
                                        "supplierIdentifier": "0dqMwS4efkSPlYr609H0Lg==",
                                        "supplierIdentifierGuid": "c18cdad1-1e2e-447e-8f95-8afad3d1f42e",
                                        "cartonQuantity": 1,
                                        "cartonQuantityChanged": true,
                                        "productSize": "sample string 2",
                                        "cigarettesPerSleeve": 1,
                                        "randomWeight": true,
                                        "piecesPerUnit": 4,
                                        "averagePackSize": 5,
                                        "effectiveDate": "2025-06-14T06:23:09.3437014",
                                        "pricedByWeight": true,
                                        "landedUnitCostEx": 8,
                                        "landedUnitCostInc": 9,
                                        "landedCartonCostInc": 10,
                                        "landedCartonCostEx": 11,
                                        "standardCost": 12,
                                        "deliveryFee": 1,
                                        "deliveryFeeBasis": "sample string 13",
                                        "pickAndPackFee": 1,
                                        "pickAndPackFeeBasis": "sample string 14",
                                        "financeFee": 1,
                                        "financeFeeBasis": "sample string 15",
                                        "cartonLength": 1,
                                        "cartonWidth": 1,
                                        "cartonHeight": 1,
                                        "palletLayerQuantity": 1,
                                        "palletLayers": 1,
                                        "itemCode": "sample string 16",
                                        "invoiceCode": "sample string 17",
                                        "invoiceDesc": "sample string 18",
                                        "orderDirect": true,
                                        "useCost": true,
                                        "minimumQuantity": 19,
                                        "hostType": 20,
                                        "fromHost": 21,
                                        "minimumReorder": 1,
                                        "maximumReorder": 1,
                                        "orderMultiple": 22.1,
                                        "sellMultiple": 23.1,
                                        "baseMultiple": 24.1,
                                        "hostStandardCost": 25,
                                        "hostTotalCost": 26,
                                        "hostRetail": 27,
                                        "hostLandedUnitCostEx": 28,
                                        "hostLandedUnitCostInc": 29,
                                        "hostDesc": "sample string 30",
                                        "directIndicator": "sample string 31",
                                        "availableToOrder": true,
                                        "hostRangeIndicator": "sample string 33",
                                        "hostProductType": "sample string 34",
                                        "hostProductGrade": "sample string 35",
                                        "hostProductGroup": "sample string 36",
                                        "hostSlowMoving": true,
                                        "hostGeneralMerchandise": true,
                                        "hostPillar": "sample string 39",
                                        "hostLastUpdated": "2025-06-14T06:23:09.3437014",
                                        "rebate": 1.0,
                                        "rebateExclude": true,
                                        "invoiceCodes": [
                                          {
                                            "$id": "24",
                                            "pluG_UID": "c/682W6Otk6k/UP0Eu5dVw==",
                                            "pluGuid": "d9bcfe73-8e6e-4eb6-a4fd-43f412ee5d57",
                                            "supplierIdentifier": "c17VdFZ5L0qtq1wTxTDzGg==",
                                            "supplierIdentifierGuid": "74d55e73-7956-4a2f-adab-5c13c530f31a",
                                            "invoiceCode": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "24"
                                          }
                                        ],
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "preferredSupplier": true,
                                        "preferredRebateSupplier": true,
                                        "supplierName": "sample string 40",
                                        "salesMode": 41,
                                        "orderPacked": true,
                                        "active": true,
                                        "price": 1,
                                        "costGstPercent": 43,
                                        "parentPluG_UID": "hJxVBXjM8Ua5POUf3l9mxA==",
                                        "parentPluGuid": "05559c84-cc78-46f1-b93c-e51fde5f66c4",
                                        "freight": 44.0,
                                        "freightType": 1,
                                        "product": {
                                          "$id": "25",
                                          "plu": 1,
                                          "storeID": 1,
                                          "masterPluG_UID": "QEA=",
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "g_UId": "SuOtBd7zIkyBDQRSCv1x+w==",
                                          "guid": "05ade34a-f3de-4c22-810d-04520afd71fb",
                                          "apn": "sample string 1",
                                          "apnChanged": true,
                                          "apnSwitched": true,
                                          "barcode": "sample string 4",
                                          "itemNumber": "sample string 5",
                                          "itemNumberChanged": true,
                                          "priceGroupG_UID": "F2AxxcZraki3FsrG7JB7tQ==",
                                          "priceGroupGuid": "c5316017-6bc6-486a-b716-cac6ec907bb5",
                                          "blueprintID": 1,
                                          "lastCountedDate": "2025-06-14T06:23:09.3437014",
                                          "externalID": "sample string 7",
                                          "active": true,
                                          "activated": "2025-06-14T06:23:09.3437014",
                                          "pluCreated": "2025-06-14T06:23:09.3437014",
                                          "createdByUser": "sample string 9",
                                          "name": "sample string 10",
                                          "nameChanged": true,
                                          "secondDescription": "sample string 12",
                                          "hostDescription": "sample string 13",
                                          "keepCartonQty": true,
                                          "keepDescription": true,
                                          "keepDepartments": true,
                                          "keepSuppliers": true,
                                          "markdownDescription": "sample string 18",
                                          "altDescription": "sample string 19",
                                          "bestOrExpire": 20,
                                          "lastUpdate": "2025-06-14T06:23:09.3437014",
                                          "lastManualUpdate": "2025-06-14T06:23:09.3437014",
                                          "imageName": "sample string 23",
                                          "showImageOnFlipCharts": true,
                                          "showTextOnFlipCharts": true,
                                          "overrideFlipChartText": true,
                                          "flipChartText": "sample string 27",
                                          "salesMode": 1,
                                          "eftCode": 1,
                                          "price": 1,
                                          "priceChanged": true,
                                          "rrp": 1,
                                          "gstPercent": 28,
                                          "gstPercentChanged": true,
                                          "costGSTPercent": 29,
                                          "costGSTPercentChanged": true,
                                          "wetPercent": 1,
                                          "priceOverride": 1,
                                          "cost": 1,
                                          "currentCost": 1,
                                          "currentCostDecimals": 1,
                                          "grossProfit": 1.0,
                                          "currentCostDesc": "sample string 30",
                                          "currentCostEnd": "2025-06-14T06:23:09.3437014",
                                          "currentCostUpdated": "2025-06-14T06:23:09.3437014",
                                          "costDecimals": 31,
                                          "costChanged": true,
                                          "dealCostIdentifier": "QEA=",
                                          "excludeFromRebate": true,
                                          "rebateOverride": 1,
                                          "costCalcMethod": 1,
                                          "costCalcMethodChanged": true,
                                          "costEffectiveDate": "2025-06-14T06:23:09.3437014",
                                          "defaultGP": 1,
                                          "breakTargetMode": 32,
                                          "break1": 1,
                                          "price1": 1,
                                          "target1": 33,
                                          "break2": 1,
                                          "price2": 1,
                                          "target2": 34,
                                          "break3": 1,
                                          "price3": 1,
                                          "target3": 35,
                                          "break1Changed": true,
                                          "price1Changed": true,
                                          "target1Changed": true,
                                          "break2Changed": true,
                                          "price2Changed": true,
                                          "target2Changed": true,
                                          "break3Changed": true,
                                          "price3Changed": true,
                                          "target3Changed": true,
                                          "breakTargetModeChanged": true,
                                          "margin": 1.1,
                                          "marginChanged": true,
                                          "marginRanged": true,
                                          "marginRangedChanged": true,
                                          "minimumMargin": 1.1,
                                          "minimumMarginChanged": true,
                                          "maximumMargin": 1.1,
                                          "maximumMarginChanged": true,
                                          "overrideHostWarehouseIndicator": true,
                                          "overrideHostWarehouseIndicatorChanged": true,
                                          "overrideHostPrice": true,
                                          "overrideHostPriceChanged": true,
                                          "overrideHostCost": true,
                                          "overrideHostCostChanged": true,
                                          "overrideHostMargin": true,
                                          "overrideHostMarginChanged": true,
                                          "alwaysApplyMargin": true,
                                          "alwaysApplyMarginChanged": true,
                                          "aws": 1.0,
                                          "awsUpdated": "2025-06-14T06:23:09.3437014",
                                          "posTare": 1,
                                          "altPrice": 1.0,
                                          "altPriceChanged": true,
                                          "altPriceMode": 52,
                                          "altPriceModeChanged": true,
                                          "altPLUG_UID": "hy4O7U4Mz0ad4tNAuyErKQ==",
                                          "altPLUGuid": "ed0e2e87-0c4e-46cf-9de2-d340bb212b29",
                                          "altPLUGuidChanged": true,
                                          "altPriceDescription1": "sample string 53",
                                          "altPriceDescription2": "sample string 54",
                                          "cartonQuantity": 55,
                                          "cartonQuantityChanged": true,
                                          "trayID": 1,
                                          "promptID": 1,
                                          "tare": 1,
                                          "packQty": 1,
                                          "fixedWeight": 1,
                                          "extraMesg": 1,
                                          "text1": "sample string 57",
                                          "text2": "sample string 58",
                                          "text3": "sample string 59",
                                          "labelText": "sample string 60",
                                          "labelTextChanged": true,
                                          "sendToScale": true,
                                          "nonScaleWeigh": true,
                                          "labelFormat": "sample string 64",
                                          "barcodeFormat": "sample string 65",
                                          "austMade": 1,
                                          "coolCode": 66,
                                          "countryOfOrigin": "sample string 67",
                                          "percentContent": 68.1,
                                          "departmentID": 1,
                                          "subDepartmentID": 1,
                                          "minorDepartmentID": 1,
                                          "lesserDepartmentID": 1,
                                          "deptCode": "sample string 69",
                                          "subDeptCode": "sample string 70",
                                          "minorDeptCode": "sample string 71",
                                          "lesserDeptCode": "sample string 72",
                                          "deptName": "sample string 73",
                                          "subDeptName": "sample string 74",
                                          "minorDeptName": "sample string 75",
                                          "lesserDeptName": "sample string 76",
                                          "departmentChanged": true,
                                          "subCategoryID": 1,
                                          "expiry": 1,
                                          "showDays": 1,
                                          "datePrint": 1,
                                          "labelRequired": true,
                                          "labelShelfQty": 79,
                                          "labelShelfChanged": true,
                                          "labelTalkerQty": 81,
                                          "labelSmall": true,
                                          "labelLastPrinted": "2025-06-14T06:23:09.3437014",
                                          "labelLastPrice": 1,
                                          "shelfPageLayoutG_UID": "ZHyFnzsjwkecw+DoeZTRQw==",
                                          "shelfPageLayoutGuid": "9f857c64-233b-47c2-9cc3-e0e87994d143",
                                          "talkerPageLayoutG_UID": "Ylzbtym8AUWkEvfZpbkClg==",
                                          "talkerPageLayoutGuid": "b7db5c62-bc29-4501-a412-f7d9a5b90296",
                                          "unitMeasure": 1.1,
                                          "unitMeasureChanged": true,
                                          "unitMeasureKind": 84,
                                          "unitMeasureKindChanged": true,
                                          "signIQData": "sample string 86",
                                          "refresh": true,
                                          "earnLoyaltyPoints": true,
                                          "earnLoyaltyPointsChanged": true,
                                          "quantityOverride": true,
                                          "quantityOverrideChanged": true,
                                          "quantityRequired": true,
                                          "quantityRequiredChanged": true,
                                          "allowDiscounts": true,
                                          "allowDiscountsChanged": true,
                                          "discountDiscounts": true,
                                          "discountDiscountsChanged": true,
                                          "itemRecalled": true,
                                          "itemRecalledChanged": true,
                                          "noRefund": true,
                                          "noRefundChanged": true,
                                          "allowMarkdown": true,
                                          "allowMarkdownChanged": true,
                                          "priceRequired": true,
                                          "priceRequiredChanged": true,
                                          "fuelItem": true,
                                          "fuelItemChanged": true,
                                          "trackSerial": true,
                                          "trackSerialChanged": true,
                                          "allowZeroPrice": true,
                                          "allowZeroPriceChanged": true,
                                          "notForSale": 90,
                                          "notForSaleChanged": true,
                                          "excludeFromDeals": true,
                                          "excludeFromVoucher": true,
                                          "minimumAge": 93,
                                          "minimumAgeChanged": true,
                                          "buyingLimit": 1,
                                          "buyingLimitChanged": true,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitIndependentChanged": true,
                                          "inventoryGuid": "WE3mN89ac0GhT7FrsuASDQ==",
                                          "inventoryIdentifier": "37e64d58-5acf-4173-a14f-b16bb2e0120d",
                                          "inventoryAccuracy": 1,
                                          "baseUnits": 97,
                                          "orderPacked": 1,
                                          "isManufactured": true,
                                          "isIngredient": true,
                                          "isModifier": true,
                                          "isModifierChanged": true,
                                          "hasModifiers": 98,
                                          "defaultPrinter": "sample string 99",
                                          "defaultPrinterGroup": "sample string 100",
                                          "ingredientsOnManufacture": true,
                                          "manufactureUnitMeasure": 1,
                                          "mpl": 1,
                                          "maxShelfQty": 101,
                                          "allowAutoOrder": true,
                                          "warrantyPeriod": 1,
                                          "parentPluG_UId": "2s9nrVyrw0WxL3XlFkkE0A==",
                                          "parentPluGuid": "ad67cfda-ab5c-45c3-b12f-75e5164904d0",
                                          "preferredHostVendor": 103,
                                          "preferredHostChanged": true,
                                          "code": "sample string 105",
                                          "supplierIdentifier": "IOKCbYsPfUu6ehTlg33IXA==",
                                          "supplierIdentifierGuid": "6d82e220-0f8b-4b7d-ba7a-14e5837dc85c",
                                          "supplierChanged": true,
                                          "rebateSupplierIdentifier": "u22onFg6WEGAcL7lpeK7Ww==",
                                          "rebateSupplierIdentifierGuid": "9ca86dbb-3a58-4158-8070-bee5a5e2bb5b",
                                          "rebateSupplierChanged": true,
                                          "availableForOrder": true,
                                          "warehouseDirectIndicator": "sample string 107",
                                          "warehouseDirectIndicatorChanged": true,
                                          "productGrade": "sample string 109",
                                          "productType": "sample string 110",
                                          "productGroup": "sample string 111",
                                          "complianceIndicator": "sample string 112",
                                          "inhouseBrand": "sample string 113",
                                          "slowMoving": true,
                                          "generalMerchandise": true,
                                          "comment": "sample string 116",
                                          "lastUpdatedByUser": "sample string 117",
                                          "lastManualUpdatedByUser": "sample string 118",
                                          "lastUpdatedByUserOverride": true,
                                          "lastUpdatedByHost": "2025-06-14T06:23:09.3437014",
                                          "commodity": "sample string 120",
                                          "businessPillar": "sample string 121",
                                          "mscCommodity": "sample string 122",
                                          "hostIdentifier": "3q3CrWIkDEe9wgtJ7ffP6A==",
                                          "hostIdentifierGuid": "adc2adde-2462-470c-bdc2-0b49edf7cfe8",
                                          "serviceFeeID": 1,
                                          "serviceFeeIDChanged": true,
                                          "providerName": "sample string 124",
                                          "aisleEnds": "sample string 125",
                                          "deleted": true,
                                          "deletedChanged": true,
                                          "hidden": true,
                                          "doNotRange": true,
                                          "doNotRangeChanged": true,
                                          "doNotOrder": true,
                                          "doNotOrderChanged": true,
                                          "locked": true,
                                          "excludeFromWebUpdate": true,
                                          "excludeFromWebUpdateChanged": true,
                                          "webPriceBasedOn": 136,
                                          "webPriceRounding": true,
                                          "webMarkup": 138,
                                          "webPriceMode": 139,
                                          "altDepartmentID": 1,
                                          "altSubDepartmentID": 1,
                                          "altMinorDepartmentID": 1,
                                          "altLesserDepartmentID": 1,
                                          "altDeptCode": "sample string 140",
                                          "altSubDeptCode": "sample string 141",
                                          "altMinorDeptCode": "sample string 142",
                                          "altLesserDeptCode": "sample string 143",
                                          "altDepartmentChanged": true,
                                          "storeProducts": [
                                            {
                                              "$ref": "25"
                                            },
                                            {
                                              "$ref": "25"
                                            }
                                          ],
                                          "store": {
                                            "$ref": "16"
                                          },
                                          "storePrices": [
                                            {
                                              "$id": "26",
                                              "pluG_UID": "q8iEGWN1sU6d531hhebiiQ==",
                                              "pluGuid": "1984c8ab-7563-4eb1-9de7-7d6185e6e289",
                                              "plu": 1,
                                              "storeID": 1,
                                              "zoneID": 2,
                                              "zoneName": "sample string 3",
                                              "store": "sample string 4",
                                              "priceNow": 5,
                                              "costNow": 6,
                                              "costNowDecimals": 7,
                                              "normalPrice": 8,
                                              "gstPercent": 9,
                                              "normalCost": 10,
                                              "normalCostDecimals": 11,
                                              "costGstPercent": 12,
                                              "costCalcMethod": 1,
                                              "currentCost": 13,
                                              "currentCostDecimals": 14,
                                              "break1": 15,
                                              "price1": 16,
                                              "break2": 17,
                                              "price2": 18,
                                              "break3": 19,
                                              "price3": 20,
                                              "fuelItem": 21,
                                              "fixedWeight": 22,
                                              "active": true,
                                              "complianceIndicator": "sample string 23",
                                              "doNotOrder": true,
                                              "doNotRange": true,
                                              "isNormalPriceChangesCampaign": true,
                                              "updated": "2025-06-14T06:23:09.3437014"
                                            },
                                            {
                                              "$ref": "26"
                                            }
                                          ],
                                          "currentPrices": {
                                            "$id": "27",
                                            "pluPrices": {
                                              "$id": "28",
                                              "plu": 1,
                                              "pluG_UID": "QEA=",
                                              "stores": [
                                                1,
                                                2
                                              ],
                                              "normalPrice": 1,
                                              "cost": 2,
                                              "break1": 3,
                                              "price1": 4,
                                              "break2": 5,
                                              "price2": 6,
                                              "break3": 7,
                                              "price3": 8,
                                              "discountPrice": 9,
                                              "acceptedUtc": "2025-06-14T06:23:09.3437014",
                                              "priceChangeType": 0,
                                              "costDecimals": 10
                                            },
                                            "normalPluPrices": {
                                              "$ref": "28"
                                            },
                                            "winningCampaign": 1,
                                            "winner": {
                                              "$id": "29",
                                              "campaignName": "sample string 1",
                                              "campaignDescription": "sample string 2",
                                              "startDate": "2025-06-14T06:23:09.3437014",
                                              "startTime": 3,
                                              "endDate": "2025-06-14T06:23:09.3437014",
                                              "endTime": 4,
                                              "newPrice": 5,
                                              "newCost": 6,
                                              "newCostDecimals": 7,
                                              "pctDiscount": 8,
                                              "promoType": 1,
                                              "promotionTypeCode": "sample string 9",
                                              "hostType": 10,
                                              "hostIdentifier": "A2pMFYuYikOWWnFc/D4jDA==",
                                              "hostIdentifierGuid": "154c6a03-988b-438a-965a-715cfc3e230c",
                                              "storeNames": [
                                                "sample string 1",
                                                "sample string 2"
                                              ]
                                            },
                                            "details": [
                                              {
                                                "$ref": "29"
                                              },
                                              {
                                                "$ref": "29"
                                              }
                                            ]
                                          },
                                          "tray": {
                                            "$id": "30",
                                            "g_UId": "hdrynzeN8EGi+kqxZftTAw==",
                                            "guid": "9ff2da85-8d37-41f0-a2fa-4ab165fb5303",
                                            "name": "sample string 1",
                                            "number": 1,
                                            "tare": 1
                                          },
                                          "priceGroup": {
                                            "$id": "31",
                                            "priceGroupG_UID": "6DurPTDV8k2VziaqbQjQaw==",
                                            "priceGroupGuid": "3dab3be8-d530-4df2-95ce-26aa6d08d06b",
                                            "name": "sample string 2",
                                            "code": 1,
                                            "modified": true,
                                            "updated": "2025-06-14T06:23:09.3437014",
                                            "buyingLimit": 1,
                                            "buyingLimitIndependent": true,
                                            "buyingLimitType": 0,
                                            "number": 1,
                                            "products": [
                                              {
                                                "$ref": "25"
                                              },
                                              {
                                                "$ref": "25"
                                              }
                                            ],
                                            "productCount": 1
                                          },
                                          "priceGroupName": "sample string 145",
                                          "nutrifacts": {
                                            "$id": "32",
                                            "pluG_UID": "GEBCl55MfkOPRsFL4l8AXg==",
                                            "pluGuid": "97424018-4c9e-437e-8f46-c14be25f005e",
                                            "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": "33",
                                            "pluGuid": "538aab3d-c014-4a59-9bc9-d70916f588f8",
                                            "created": "2025-06-14T06:23:09.3437014",
                                            "createdByUser": "sample string 1",
                                            "activated": "2025-06-14T06:23:09.3437014",
                                            "deactivated": "2025-06-14T06:23:09.3437014",
                                            "lastOrdered": "2025-06-14T06:23:09.3437014",
                                            "lastOrderedQty": 2.0,
                                            "lastReceived": "2025-06-14T06:23:09.3437014",
                                            "lastReceivedQty": 3.0,
                                            "lastInvoiceStatus": 1,
                                            "lastCounted": "2025-06-14T06:23:09.3437014",
                                            "lastSold": "2025-06-14T06:23:09.3437014",
                                            "firstSold": "2025-06-14T06:23:09.3437014",
                                            "awsUpdated": "2025-06-14T06:23:09.3437014",
                                            "lastManualUpdate": "2025-06-14T06:23:09.3437014",
                                            "lastManualUpdatedByUser": "sample string 5",
                                            "lastUpdated": "2025-06-14T06:23:09.3437014",
                                            "lastUpdatedByUser": "sample string 7",
                                            "lastUpdatedByHost": "2025-06-14T06:23:09.3437014",
                                            "doNotRangeUpdated": "2025-06-14T06:23:09.3437014",
                                            "doNotOrderUpdated": "2025-06-14T06:23:09.3437014",
                                            "tracked": "2025-06-14T06:23:09.3437014"
                                          },
                                          "allergens": [
                                            {
                                              "$id": "34",
                                              "allergenID": 1,
                                              "pluG_UID": "5EQQRi5Dg02ibDbAq/lQKQ==",
                                              "pluGuid": "461044e4-432e-4d83-a26c-36c0abf95029",
                                              "contains": 2,
                                              "allergenName": "sample string 3",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "34"
                                            }
                                          ],
                                          "costs": {
                                            "$id": "35",
                                            "pluG_UID": "Zh514mP5QUKuArIUVmKpMw==",
                                            "pluGuid": "e2751e66-f963-4241-ae02-b2145662a933",
                                            "enteredCost": 1,
                                            "weightedAvgCost": 1,
                                            "lastCost": 1,
                                            "rawEnteredCost": 2,
                                            "rawWeightedAvgCost": 3,
                                            "rawLastCost": 4,
                                            "freight": 5.0,
                                            "freightType": 6,
                                            "costDecimals": 7,
                                            "fifoCost": 1,
                                            "updated": "2025-06-14T06:23:09.3437014",
                                            "normalCost": 1,
                                            "currentCost": 1
                                          },
                                          "sales": [
                                            {
                                              "$id": "36",
                                              "saleHeaderID": 1,
                                              "created": "2025-06-14T06:23:09.3437014",
                                              "createdLocal": "2025-06-14T06:23:09.3437014",
                                              "storeID": 3,
                                              "storeName": "sample string 4",
                                              "operatorG_Uid": "eru3Wv2A4kKqSCv/XBzvRQ==",
                                              "operatorGuid": "5ab7bb7a-80fd-42e2-aa48-2bff5c1cef45",
                                              "operatorName": "sample string 5",
                                              "tranType": 1,
                                              "plu": 1,
                                              "pluG_UId": "ilTwIGxowEicSfOggwtzpA==",
                                              "pluGuid": "20f0548a-686c-48c0-9c49-f3a0830b73a4",
                                              "normalPrice": 1,
                                              "totalCents": 1,
                                              "cost": 1,
                                              "grossProfit": 1,
                                              "quantity": 1,
                                              "operator": {
                                                "$ref": "14"
                                              }
                                            },
                                            {
                                              "$ref": "36"
                                            }
                                          ],
                                          "apns": [
                                            {
                                              "$id": "37",
                                              "pluID": 1,
                                              "pluG_UID": "RsDJDJvi4EupkhZKR19eJg==",
                                              "pluGuid": "0cc9c046-e29b-4be0-a992-164a475f5e26",
                                              "apn": "sample string 1",
                                              "deleted": true,
                                              "storeID": 1,
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "37"
                                            }
                                          ],
                                          "tuns": [
                                            {
                                              "$id": "38",
                                              "pluG_UId": "hUB+GK8qtUuNDrYW7JpL/w==",
                                              "pluGuid": "187e4085-2aaf-4bb5-8d0e-b616ec9a4bff",
                                              "apn": "sample string 1",
                                              "tun": "sample string 2",
                                              "cartonQuantity": 3,
                                              "product": {
                                                "$ref": "25"
                                              },
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "38"
                                            }
                                          ],
                                          "competitionPricing": [
                                            {
                                              "$id": "39",
                                              "identifier": "okTmrhkB/EirzC4S6p1PWA==",
                                              "identifierGuid": "aee644a2-0119-48fc-abcc-2e12ea9d4f58",
                                              "pluG_UID": "iTJ9yFD4GESIhyyvJhsLmQ==",
                                              "pluGuid": "c87d3289-f850-4418-8887-2caf261b0b99",
                                              "competitionID": 1,
                                              "name": "sample string 2",
                                              "sellMultiple": 3,
                                              "retailPrice": 4,
                                              "storeName": "sample string 5"
                                            },
                                            {
                                              "$ref": "39"
                                            }
                                          ],
                                          "supplier": {
                                            "$ref": "20"
                                          },
                                          "supplierName": "sample string 146",
                                          "children": [
                                            {
                                              "$ref": "25"
                                            },
                                            {
                                              "$ref": "25"
                                            }
                                          ],
                                          "ordering": {
                                            "$ref": "23"
                                          },
                                          "flipChartPages": [
                                            {
                                              "$id": "40",
                                              "identifier": "mtqLS1o/tk2nF3G/V5Em2w==",
                                              "groupName": "sample string 1",
                                              "identifierGuid": "4b8bda9a-3f5a-4db6-a717-71bf579126db",
                                              "exists": true,
                                              "flipChartIdentifier": "73yKjkCaBUCpTIAVy3LQKg==",
                                              "flipChartIdentifierGuid": "8e8a7cef-9a40-4005-a94c-8015cb72d02a",
                                              "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": "0autO+zdo0mNJ+n2RoBK0w==",
                                              "groupIdentifierGuid": "3badabd1-ddec-49a3-8d27-e9f646804ad3",
                                              "flipChart": {
                                                "$id": "41",
                                                "identifier": "Nadb0i/ip0Kim/TI4QctRA==",
                                                "identifierGuid": "d25ba735-e22f-42a7-a29b-f4c8e1072d44",
                                                "displayName": "sample string 2",
                                                "sortOrder": 3,
                                                "productsPerRow": 4,
                                                "rowsPerPage": 5,
                                                "buttonMarginX": 6,
                                                "buttonMarginY": 7,
                                                "beginButtonsX": 8,
                                                "beginButtonsY": 9,
                                                "autoSizeButtons": true,
                                                "autoSizeGrid": true,
                                                "showButtonText": true,
                                                "showButtonImage": true,
                                                "formLocationX": 1,
                                                "formLocationY": 1,
                                                "formWidth": 14,
                                                "formHeight": 15,
                                                "formMaximised": true,
                                                "formResizable": true,
                                                "formBackgroundImage": "sample string 16",
                                                "formBackgroundColourA": 1,
                                                "formBackgroundColourR": 1,
                                                "formBackgroundColourG": 1,
                                                "formBackgroundColourB": 1,
                                                "formFontFamily": "sample string 17",
                                                "formFontSize": 1.1,
                                                "formFontStyle": 1,
                                                "formAttributes": "sample string 18",
                                                "buttonWidth": 19,
                                                "buttonHeight": 20,
                                                "buttonAnchor": 21,
                                                "buttonBackgroundImage": "sample string 22",
                                                "buttonTopColour": 1,
                                                "buttonTextColour": 1,
                                                "buttonBottomColour": 1,
                                                "buttonBorderColour": 1,
                                                "buttonBorderWidth": 1,
                                                "buttonRadius": 1,
                                                "buttonGradientMode": 1,
                                                "buttonDropShadow": true,
                                                "buttonShadowWidth": 1,
                                                "buttonHighLightOnPush": true,
                                                "buttonFontFamily": "sample string 23",
                                                "buttonFontSize": 1.1,
                                                "buttonFontStyle": 1,
                                                "buttonTextAlign": 1,
                                                "buttonWordBreak": true,
                                                "buttonDrawImageAndButton": true,
                                                "buttonVerticalText": true,
                                                "buttonImageAlign": 1,
                                                "panelLocationX": 1,
                                                "panelLocationY": 1,
                                                "panelWidth": 1,
                                                "panelHeight": 1,
                                                "panelAnchor": 1,
                                                "panelFontFamily": "sample string 24",
                                                "panelFontSize": 1.1,
                                                "panelFontStyle": 1,
                                                "panelBackgroundColour": 1,
                                                "panelTextColour": 1,
                                                "panelAttributes": "sample string 25",
                                                "unsentCount": 26,
                                                "group": {
                                                  "$id": "42",
                                                  "identifier": "HiT5WxSuPkqYE5589P42mw==",
                                                  "identifierGuid": "5bf9241e-ae14-4a3e-9813-9e7cf4fe369b",
                                                  "name": "sample string 2",
                                                  "formType": "sample string 3",
                                                  "forms": [
                                                    {
                                                      "$id": "43",
                                                      "id": 1,
                                                      "g_UID": "k7+7+nV7hU6SNhv/M4j5kA==",
                                                      "guid": "fabbbf93-7b75-4e85-9236-1bff3388f990",
                                                      "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": "aEG6NGQN2kOkjnUetttKXg==",
                                                      "previousFormGuid": "34ba4168-0d64-43da-a48e-751eb6db4a5e",
                                                      "nextForm": 1,
                                                      "nextFormG_UID": "Wk2jQzUwFkGTNxhLWPhiSQ==",
                                                      "nextFormGuid": "43a34d5a-3035-4116-9337-184b58f86249",
                                                      "attributes": "sample string 10",
                                                      "updated": "2025-06-14T06:23:09.3437014",
                                                      "positioning": 1,
                                                      "contentPanel": "sample string 11",
                                                      "selectionMode": 1,
                                                      "maximumSelections": 1,
                                                      "alteredInStore": true,
                                                      "deleted": true,
                                                      "blueprintID": 1,
                                                      "preserveLayout": true,
                                                      "mainCheckoutFormName": "sample string 13",
                                                      "nextCheckoutForm": {
                                                        "$ref": "43"
                                                      },
                                                      "previousCheckoutForm": {
                                                        "$ref": "43"
                                                      },
                                                      "buttons": [
                                                        {
                                                          "$id": "44",
                                                          "id": 1,
                                                          "checkoutFormID": 2,
                                                          "checkoutFormG_UID": "4qaVzoG940eoqK9FkjYvtA==",
                                                          "checkoutFormGuid": "ce95a6e2-bd81-47e3-a8a8-af4592362fb4",
                                                          "identifier": "aHq8QKQ09UC+Bqia+HyjZQ==",
                                                          "identifierGuid": "40bc7a68-34a4-40f5-be06-a89af87ca365",
                                                          "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": "kR55oq3s70SY6/CLKikj6g==",
                                                          "valueGuid": "a2791e91-ecad-44ef-98eb-f08b2a2923ea",
                                                          "buttonText": "sample string 10",
                                                          "valueText": "sample string 11",
                                                          "drawImageAndButton": true,
                                                          "updated": "2025-06-14T06:23:09.3437014",
                                                          "action": "sample string 12",
                                                          "valueForm": {
                                                            "$ref": "43"
                                                          },
                                                          "image": {
                                                            "$id": "45",
                                                            "name": "sample string 3.sample string 4",
                                                            "imageID": 2,
                                                            "imageName": "sample string 3",
                                                            "imageExtension": "sample string 4",
                                                            "lastUpdate": "2025-06-14T06:23:09.3437014",
                                                            "imageData": "QEA=",
                                                            "readOnly": true
                                                          }
                                                        },
                                                        {
                                                          "$ref": "44"
                                                        }
                                                      ],
                                                      "panels": [
                                                        {
                                                          "$id": "46",
                                                          "id": 1,
                                                          "checkoutFormID": 2,
                                                          "checkoutFormG_UID": "83ZuidxP0U+PhfOy6JJpFg==",
                                                          "checkoutFormGuid": "896e76f3-4fdc-4fd1-8f85-f3b2e8926916",
                                                          "panelType": "sample string 4",
                                                          "name": "sample string 5",
                                                          "locationX": 6,
                                                          "locationY": 7,
                                                          "width": 8,
                                                          "height": 9,
                                                          "anchor": 10,
                                                          "fontFamily": "sample string 11",
                                                          "fontSize": 12.1,
                                                          "fontStyle": 13,
                                                          "backgroundColour": 14,
                                                          "textColour": 15,
                                                          "attributes": "sample string 16"
                                                        },
                                                        {
                                                          "$ref": "46"
                                                        }
                                                      ]
                                                    },
                                                    {
                                                      "$ref": "43"
                                                    }
                                                  ],
                                                  "panels": [
                                                    {
                                                      "$ref": "46"
                                                    },
                                                    {
                                                      "$ref": "46"
                                                    }
                                                  ]
                                                },
                                                "pages": [
                                                  {
                                                    "$ref": "40"
                                                  },
                                                  {
                                                    "$ref": "40"
                                                  }
                                                ]
                                              },
                                              "contentPanel": {
                                                "$ref": "46"
                                              },
                                              "products": [
                                                {
                                                  "$id": "47",
                                                  "flipChartPageIdentifier": "win38qsrlUGlIOH2AjwEMA==",
                                                  "flipChartPageIdentifierGuid": "f2f729c2-2bab-4195-a520-e1f6023c0430",
                                                  "pluG_UID": "sZ48oS5kVE+KuLVrJVpB/w==",
                                                  "pluGuid": "a13c9eb1-642e-4f54-8ab8-b56b255a41ff",
                                                  "sortOrder": 3,
                                                  "sent": true,
                                                  "productChanged": true,
                                                  "productImageName": "sample string 6",
                                                  "productShowImageOnFlipCharts": true,
                                                  "productShowTextOnFlipCharts": true,
                                                  "productOverrideFlipChartText": true,
                                                  "productFlipChartText": "sample string 10",
                                                  "product": {
                                                    "$ref": "25"
                                                  },
                                                  "departmentSortOrder": 11,
                                                  "subDepartmentName": "sample string 12"
                                                },
                                                {
                                                  "$ref": "47"
                                                }
                                              ],
                                              "productCount": 27,
                                              "pages": [
                                                {
                                                  "$ref": "40"
                                                },
                                                {
                                                  "$ref": "40"
                                                }
                                              ]
                                            },
                                            {
                                              "$ref": "40"
                                            }
                                          ],
                                          "priceHistory": [
                                            {
                                              "$id": "48",
                                              "pluG_UID": "svMzh1+yC0ODTTKDzuVjXg==",
                                              "pluGuid": "8733f3b2-b25f-430b-834d-3283cee5635e",
                                              "price": 1,
                                              "costCalcMethod": 1,
                                              "cost": 2,
                                              "weightedAvgCost": 3,
                                              "lastCost": 4,
                                              "rawCost": 5,
                                              "rawWeightedAvgCost": 6,
                                              "rawLastCost": 7,
                                              "costDecimals": 8,
                                              "serviceFeeID": 9,
                                              "freight": 10.0,
                                              "freightType": 11,
                                              "process": "sample string 12",
                                              "user": "sample string 13",
                                              "updated": "2025-06-14T06:23:09.3437014",
                                              "previousPrice": 1,
                                              "previousCostCalcMethod": 1,
                                              "previousCost": 1,
                                              "previousWeightedAvgCost": 1,
                                              "previousLastCost": 1,
                                              "previousRawCost": 15,
                                              "previousRawWeightedAvgCost": 16,
                                              "previousRawLastCost": 17,
                                              "previousCostDecimals": 1,
                                              "previousServiceFeeID": 18,
                                              "previousFreight": 19.0,
                                              "previousFreightType": 20,
                                              "storeID": 21,
                                              "storeName": "sample string 22",
                                              "serviceFeeDescription": "sample string 23",
                                              "previousServiceFeeDescription": "sample string 24"
                                            },
                                            {
                                              "$ref": "48"
                                            }
                                          ],
                                          "ingredients": [
                                            {
                                              "$id": "49",
                                              "pluG_UID": "nML3PxAhC02Z54yLOsPSUA==",
                                              "ingredientGuid": "d+2PjDShikiLHHPueeEWbA==",
                                              "ingredientIdentifier": "8c8fed77-a134-488a-8b1c-73ee79e1166c",
                                              "quantity": 1.0,
                                              "storeIDs": [
                                                1,
                                                2
                                              ],
                                              "ingredientText": "sample string 1",
                                              "ingredient": {
                                                "$ref": "25"
                                              }
                                            },
                                            {
                                              "$ref": "49"
                                            }
                                          ],
                                          "bins": [
                                            {
                                              "$id": "50",
                                              "pluG_UID": "iIAk8cdXEEmX3FkzApTfLQ==",
                                              "pluGuid": "f1248088-57c7-4910-97dc-59330294df2d",
                                              "shelfLocationIdentifier": "8eZ2ANVMjUW46IZzskHXPg==",
                                              "shelfLocationGuid": "0076e6f1-4cd5-458d-b8e8-8673b241d73e",
                                              "labelShelfDefault": 1,
                                              "labelTalkerDefault": 1,
                                              "labelSmall": true,
                                              "labelPageLayoutG_UID": "fxaZbo1Vs0q8Cu62Nt8gCg==",
                                              "labelPageLayoutGuid": "6e99167f-558d-4ab3-bc0a-eeb636df200a",
                                              "updated": "2025-06-14T06:23:09.3437014",
                                              "electronicShelfLabelIdentifier": "sample string 5",
                                              "electronicshelfLabelsConfigurationID": 6,
                                              "labelShelfChanged": true,
                                              "productName": "sample string 8",
                                              "locationText": "sample string 9",
                                              "product": {
                                                "$ref": "25"
                                              },
                                              "location": {
                                                "$id": "51",
                                                "identifier": "1iS7iAhaa0OyQtTmtbggiQ==",
                                                "storeID": 1,
                                                "identifierGuid": "88bb24d6-5a08-436b-b242-d4e6b5b82089",
                                                "name": "sample string 2",
                                                "haccp": true,
                                                "blueprintID": 1,
                                                "updated": "2025-06-14T06:23:09.3437014",
                                                "minTemp": 1,
                                                "maxTemp": 1,
                                                "checkFrequency": 1,
                                                "storeCaseConfiguration": 5,
                                                "storeName": "sample string 6",
                                                "bins": [
                                                  {
                                                    "$ref": "50"
                                                  },
                                                  {
                                                    "$ref": "50"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "$ref": "50"
                                            }
                                          ],
                                          "bin": {
                                            "$ref": "50"
                                          },
                                          "scaleLocations": [
                                            {
                                              "$id": "52",
                                              "plu": 1,
                                              "pluG_UID": "0o5Hzafaj0ShLUQMBvqMtg==",
                                              "pluGuid": "cd478ed2-daa7-448f-a12d-440c06fa8cb6",
                                              "deptNo": 1,
                                              "product": {
                                                "$ref": "25"
                                              },
                                              "scaleLocation": {
                                                "$id": "53",
                                                "id": 1,
                                                "deptNo": 1,
                                                "deptCode": "sample string 2",
                                                "name": "sample string 3",
                                                "enabled": true,
                                                "updated": "2025-06-14T06:23:09.3437014",
                                                "department": {
                                                  "$id": "54",
                                                  "id": 1,
                                                  "name": "sample string 2",
                                                  "code": "sample string 3",
                                                  "sortOrder": 4,
                                                  "isLiquor": true,
                                                  "isTobacco": true,
                                                  "excludeTalker": true,
                                                  "externalSales": true,
                                                  "saleGLCode": "sample string 9",
                                                  "cogsglCode": "sample string 10",
                                                  "accountingCategoryID": 11,
                                                  "maximumMarkdownPercentage": 12.0,
                                                  "accountingOnly": true,
                                                  "generateExternalID": 1,
                                                  "useNonReportableTaxCode": true,
                                                  "minPLU": 15,
                                                  "maxPLU": 16,
                                                  "scaleLocation": {
                                                    "$ref": "53"
                                                  },
                                                  "subDepartments": [
                                                    {
                                                      "$id": "55",
                                                      "id": 1,
                                                      "departmentID": 2,
                                                      "name": "sample string 3",
                                                      "code": "sample string 4",
                                                      "departmentCode": "sample string 5",
                                                      "externalSales": true,
                                                      "minorDepartments": [
                                                        {
                                                          "$id": "56",
                                                          "id": 1,
                                                          "subDepartmentID": 2,
                                                          "departmentID": 3,
                                                          "name": "sample string 4",
                                                          "subDepartmentCode": "sample string 5",
                                                          "departmentCode": "sample string 6",
                                                          "code": "sample string 7",
                                                          "lesserDepartments": [
                                                            {
                                                              "$id": "57",
                                                              "id": 1,
                                                              "departmentID": 2,
                                                              "subDepartmentID": 3,
                                                              "minorDepartmentID": 4,
                                                              "name": "sample string 5",
                                                              "code": "sample string 6",
                                                              "departmentCode": "sample string 7",
                                                              "subDepartmentCode": "sample string 8",
                                                              "minorDepartmentCode": "sample string 9",
                                                              "updated": "2025-06-14T06:23:09.3437014",
                                                              "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": "nnrj1P7E3UGM1QmdcAiJPA==",
                                                              "labelPageLayoutGuid": "d4e37a9e-c4fe-41dd-8cd5-099d7008893c",
                                                              "minimumAge": 17,
                                                              "countryOfOrigin": "sample string 18",
                                                              "serviceFeeID": 1,
                                                              "eftCode": 19,
                                                              "defaultPrinter": "sample string 20",
                                                              "defaultPrinterGroup": "sample string 21",
                                                              "buyingLimit": 1,
                                                              "buyingLimitIndependent": true,
                                                              "buyingLimitType": 0,
                                                              "includeInDistinctLimit": true,
                                                              "defaultsEmpty": false,
                                                              "mscCat": {
                                                                "$id": "58",
                                                                "dept": 1,
                                                                "category": 2,
                                                                "name": "sample string 3",
                                                                "active": true,
                                                                "mscCommodities": [
                                                                  {
                                                                    "$id": "59",
                                                                    "dept": 1,
                                                                    "category": 2,
                                                                    "commodity": 3,
                                                                    "name": "sample string 4",
                                                                    "active": true,
                                                                    "mscSubCommodities": [
                                                                      {
                                                                        "$id": "60",
                                                                        "dept": 1,
                                                                        "category": 2,
                                                                        "commodity": 3,
                                                                        "subCommodity": 4,
                                                                        "name": "sample string 5",
                                                                        "active": true,
                                                                        "subCommodityCode": "sample string 7"
                                                                      },
                                                                      {
                                                                        "$ref": "60"
                                                                      }
                                                                    ],
                                                                    "commodityCode": "sample string 6"
                                                                  },
                                                                  {
                                                                    "$ref": "59"
                                                                  }
                                                                ],
                                                                "categoryCode": "sample string 5"
                                                              },
                                                              "mscCom": {
                                                                "$ref": "59"
                                                              },
                                                              "mscDep": {
                                                                "$id": "61",
                                                                "dept": 1,
                                                                "name": "sample string 2",
                                                                "active": true,
                                                                "mscCategories": [
                                                                  {
                                                                    "$ref": "58"
                                                                  },
                                                                  {
                                                                    "$ref": "58"
                                                                  }
                                                                ],
                                                                "deptCode": "sample string 4"
                                                              },
                                                              "mscSubCom": {
                                                                "$ref": "60"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "57"
                                                            }
                                                          ],
                                                          "updated": "2025-06-14T06:23:09.3437014",
                                                          "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": "r7cnHMpOrkaICFmYCBMy3A==",
                                                          "labelPageLayoutGuid": "1c27b7af-4eca-46ae-8808-5998081332dc",
                                                          "minimumAge": 15,
                                                          "countryOfOrigin": "sample string 16",
                                                          "serviceFeeID": 1,
                                                          "eftCode": 17,
                                                          "defaultPrinter": "sample string 18",
                                                          "defaultPrinterGroup": "sample string 19",
                                                          "buyingLimit": 1,
                                                          "buyingLimitIndependent": true,
                                                          "buyingLimitType": 0,
                                                          "includeInDistinctLimit": true,
                                                          "defaultsEmpty": false,
                                                          "mscCat": {
                                                            "$ref": "58"
                                                          },
                                                          "mscCom": {
                                                            "$ref": "59"
                                                          },
                                                          "mscDep": {
                                                            "$ref": "61"
                                                          },
                                                          "mscSubCom": {
                                                            "$ref": "60"
                                                          }
                                                        },
                                                        {
                                                          "$ref": "56"
                                                        }
                                                      ],
                                                      "investmentBuyOverride": true,
                                                      "updated": "2025-06-14T06:23:09.3437014",
                                                      "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": "bFV0hhte1UCMOlUOPfZ91g==",
                                                      "labelPageLayoutGuid": "8674556c-5e1b-40d5-8c3a-550e3df67dd6",
                                                      "minimumAge": 15,
                                                      "countryOfOrigin": "sample string 16",
                                                      "serviceFeeID": 1,
                                                      "eftCode": 17,
                                                      "defaultPrinter": "sample string 18",
                                                      "defaultPrinterGroup": "sample string 19",
                                                      "buyingLimit": 1,
                                                      "buyingLimitIndependent": true,
                                                      "buyingLimitType": 0,
                                                      "includeInDistinctLimit": true,
                                                      "defaultsEmpty": false,
                                                      "mscCat": {
                                                        "$ref": "58"
                                                      },
                                                      "mscCom": {
                                                        "$ref": "59"
                                                      },
                                                      "mscDep": {
                                                        "$ref": "61"
                                                      },
                                                      "mscSubCom": {
                                                        "$ref": "60"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "55"
                                                    }
                                                  ],
                                                  "stores": [
                                                    1,
                                                    2
                                                  ],
                                                  "investmentBuyOverride": true,
                                                  "updated": "2025-06-14T06:23:09.3437014",
                                                  "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": "YUAmd6Ace0WbPkehJABFBw==",
                                                  "labelPageLayoutGuid": "77264061-1ca0-457b-9b3e-47a124004507",
                                                  "minimumAge": 25,
                                                  "countryOfOrigin": "sample string 26",
                                                  "serviceFeeID": 1,
                                                  "eftCode": 27,
                                                  "defaultPrinter": "sample string 28",
                                                  "defaultPrinterGroup": "sample string 29",
                                                  "buyingLimit": 1,
                                                  "buyingLimitIndependent": true,
                                                  "buyingLimitType": 0,
                                                  "includeInDistinctLimit": true,
                                                  "defaultsEmpty": false,
                                                  "mscCat": {
                                                    "$ref": "58"
                                                  },
                                                  "mscCom": {
                                                    "$ref": "59"
                                                  },
                                                  "mscDep": {
                                                    "$ref": "61"
                                                  },
                                                  "mscSubCom": {
                                                    "$ref": "60"
                                                  }
                                                }
                                              }
                                            },
                                            {
                                              "$ref": "52"
                                            }
                                          ],
                                          "nextPrice": {
                                            "$id": "62",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 1,
                                            "hostOfferID": 1,
                                            "metcashPromotionID": "sample string 4",
                                            "metcashPromotionPlacement": "sample string 5",
                                            "pluG_UID": "QxWQuvlCvUif+cuv6hvHNQ==",
                                            "pluGuid": "ba901543-42f9-48bd-9ff9-cbafea1bc735",
                                            "newPrice": 1,
                                            "pctDiscount": 1,
                                            "newCost": 1,
                                            "newCostDecimals": 6,
                                            "dealCostIdentifier": "68+QTsVCW0GZo9cjSXgLnQ==",
                                            "dealCostGuid": "4e90cfeb-42c5-415b-99a3-d72349780b9d",
                                            "pluName": "sample string 7",
                                            "apn": "sample string 8",
                                            "fuelItem": true,
                                            "priceGroupG_UID": "DzK2v7nC9kKmhQipN21M4g==",
                                            "priceGroupGuid": "bfb6320f-c2b9-42f6-a685-08a9376d4ce2",
                                            "itemNumber": "sample string 10",
                                            "cri": "sample string 11",
                                            "pluPrice": 12,
                                            "pluCost": 13,
                                            "pluCostIndicator": "sample string 14",
                                            "pluPriceGstPercent": 15,
                                            "pluCostGstPercent": 16,
                                            "pluActive": true,
                                            "cartonQty": 1.1,
                                            "baseUnits": 18.1,
                                            "salesMode": 1,
                                            "pluNormalCost": 19,
                                            "pluaws": 20.0,
                                            "directNumber": "sample string 21",
                                            "departmentName": "sample string 22",
                                            "subDepartmentName": "sample string 23",
                                            "priceGroupName": "sample string 24",
                                            "supplierName": "sample string 25",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2025-06-14T06:23:09.3437014",
                                            "rrp": 26,
                                            "campaignDescription": "sample string 27",
                                            "campaignComboPriceGroupG_UID": "d9lEToTl8kmyYU0A3MSDzQ==",
                                            "campaignComboPriceGroupIdentifier": "4e44d977-e584-49f2-b261-4d00dcc483cd",
                                            "promotionPlacementDescription": "sample string 28",
                                            "storeAcceptances": [
                                              {
                                                "$id": "63",
                                                "plu": 1,
                                                "pluG_UId": "QEA=",
                                                "campaignID": 1,
                                                "campaignName": "sample string 2",
                                                "storeID": 3,
                                                "acceptedUtc": "2025-06-14T06:23:09.3437014",
                                                "operatorG_UID": "DIwcB+dyoEKYRbEo95Cl3Q==",
                                                "operatorGuid": "071c8c0c-72e7-42a0-9845-b128f790a5dd",
                                                "machineID": 1,
                                                "processed": true,
                                                "appliedUtc": "2025-06-14T06:23:09.3437014",
                                                "signIqTicketFileMovedUtc": "2025-06-14T06:23:09.3437014",
                                                "user": "sample string 6",
                                                "campaignDescription": "sample string 7",
                                                "productDesc": "sample string 8",
                                                "storeName": "sample string 9",
                                                "effectiveUtc": "2025-06-14T06:23:09.3437014",
                                                "priceChangeType": 0,
                                                "operatorName": "sample string 10",
                                                "hostCampaign": true,
                                                "product": {
                                                  "$ref": "25"
                                                },
                                                "campaignPlu": {
                                                  "$ref": "62"
                                                }
                                              },
                                              {
                                                "$ref": "63"
                                              }
                                            ],
                                            "campaign": {
                                              "$id": "64",
                                              "id": 1,
                                              "storeID": 2,
                                              "name": "6604c599-ab8f-4c30-b8e2-2ecd68bc2f9c",
                                              "nameGuid": "6604c599-ab8f-4c30-b8e2-2ecd68bc2f9c",
                                              "description": "sample string 4",
                                              "showDiscounts": true,
                                              "showTotals": true,
                                              "onlyEvaluateOnSubtotal": true,
                                              "useDescription": true,
                                              "campaignType": 1,
                                              "startDate": "2025-06-14T06:23:09.3437014",
                                              "startTime": 1,
                                              "endDate": "2025-06-14T06:23:09.3437014",
                                              "endTime": 1,
                                              "recurrence": 1,
                                              "recurrenceType": 1,
                                              "monthType": 1,
                                              "weekDays": 1,
                                              "months": 1,
                                              "monthWeeks": 1,
                                              "monthDays": "sample string 7",
                                              "printed": true,
                                              "talkerText": "sample string 8",
                                              "rangeDescription": "sample string 9",
                                              "dealDescription": "sample string 10",
                                              "labelQuantity": 11,
                                              "active": 1,
                                              "deactivated": "2025-06-14T06:23:09.3437014",
                                              "system": true,
                                              "created": "2025-06-14T06:23:09.3437014",
                                              "updated": "2025-06-14T06:23:09.3437014",
                                              "priceChangeNotifiedUtc": "2025-06-14T06:23:09.3437014",
                                              "promoType": 1,
                                              "promotionTypeCode": "sample string 13",
                                              "hostIdentifier": "P/AoWGoNxUyGhdKAdQ3ZwA==",
                                              "hostIdentifierGuid": "5828f03f-0d6a-4cc5-8685-d280750dd9c0",
                                              "hostType": 14,
                                              "createdByUser": "sample string 15",
                                              "fromHost": true,
                                              "deleted": true,
                                              "campaignDeleted": "2025-06-14T06:23:09.3437014",
                                              "updatedByUser": "sample string 18",
                                              "offerID": 1,
                                              "isPriceChangeCampaign": true,
                                              "stores": [
                                                1,
                                                2
                                              ],
                                              "storeNames": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "campaignPlus": [
                                                {
                                                  "$ref": "62"
                                                },
                                                {
                                                  "$ref": "62"
                                                }
                                              ],
                                              "campaignPools": [
                                                {
                                                  "$id": "65",
                                                  "id": 1,
                                                  "campaignID": 2,
                                                  "campaignName": "sample string 3",
                                                  "plu": 4,
                                                  "pluG_UID": "hqJrUrj/lUqSlQHalCS/2g==",
                                                  "pluGuid": "526ba286-ffb8-4a95-9295-01da9424bfda",
                                                  "hostOfferID": 1,
                                                  "priceGroupG_UID": "8+zwfISRc0au+jWbl8hcVg==",
                                                  "priceGroupGuid": "7cf0ecf3-9184-4673-aefa-359b97c85c56",
                                                  "fuelItem": true,
                                                  "pluName": "sample string 6",
                                                  "apn": "sample string 7",
                                                  "pluActive": true,
                                                  "cartonQty": 1,
                                                  "baseUnits": 9.1,
                                                  "cri": "sample string 10",
                                                  "salesMode": 1,
                                                  "pluaws": 11.0,
                                                  "directNumber": "sample string 12",
                                                  "departmentName": "sample string 13",
                                                  "subDepartmentName": "sample string 14",
                                                  "priceGroupName": "sample string 15",
                                                  "supplierName": "sample string 16",
                                                  "stockOnHand": 1.1,
                                                  "stockOnOrder": 1.1,
                                                  "lastReceived": "2025-06-14T06:23:09.3437014",
                                                  "rrp": 17,
                                                  "campaignDescription": "sample string 18",
                                                  "product": {
                                                    "$ref": "25"
                                                  },
                                                  "campaign": {
                                                    "$ref": "64"
                                                  }
                                                },
                                                {
                                                  "$ref": "65"
                                                }
                                              ],
                                              "sellingRules": [
                                                {
                                                  "$id": "66",
                                                  "id": 1,
                                                  "identifier": "5SrVmUedoUytMcSObLBxrA==",
                                                  "identifierStr": "5SrVmUedoUytMcSObLBxrA==",
                                                  "identifierGuid": "99d52ae5-9d47-4ca1-ad31-c48e6cb071ac",
                                                  "campaignID": 4,
                                                  "campaignName": "sample string 5",
                                                  "ruleJoin": 1,
                                                  "ruleType": 6,
                                                  "operand0": "sample string 7",
                                                  "comparisonOp": 1,
                                                  "operand1": "sample string 8",
                                                  "action": 1,
                                                  "operand2": "sample string 9",
                                                  "operand3": "sample string 10",
                                                  "includeExcludedItems": true,
                                                  "noFurtherDiscounts": true,
                                                  "description": "sample string 11",
                                                  "sortOrder": 1,
                                                  "isItemRule": false,
                                                  "prevDept": "sample string 12",
                                                  "campaign": {
                                                    "$ref": "64"
                                                  }
                                                },
                                                {
                                                  "$ref": "66"
                                                }
                                              ],
                                              "customers": [
                                                {
                                                  "$id": "67",
                                                  "id": 1,
                                                  "campaignID": 2,
                                                  "campaignName": "sample string 3",
                                                  "customerID": "C5wvxw8EqkqxpbuCRbknCA==",
                                                  "customerIDGuid": "c72f9c0b-040f-4aaa-b1a5-bb8245b92708",
                                                  "campaign": {
                                                    "$ref": "64"
                                                  },
                                                  "customer": {
                                                    "$ref": "6"
                                                  }
                                                },
                                                {
                                                  "$ref": "67"
                                                }
                                              ],
                                              "customerGroups": [
                                                {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "campaignID": 2,
                                                  "campaignName": "sample string 3",
                                                  "groupID": "NikVvbYk5ESfQyUg396JVw==",
                                                  "groupIDGuid": "bd152936-24b6-44e4-9f43-2520dfde8957",
                                                  "campaign": {
                                                    "$ref": "64"
                                                  },
                                                  "group": {
                                                    "$ref": "10"
                                                  }
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "signIqTickets": [
                                                {
                                                  "$id": "69",
                                                  "identifier": "HBkJYTa2A0GnWYX6TDGrpQ==",
                                                  "identifierGuid": "6109191c-b636-4103-a759-85fa4c31aba5",
                                                  "campaignName": "sample string 2",
                                                  "message": "sample string 3",
                                                  "ticketFileSource": "sample string 4",
                                                  "ticketFileDestination": "sample string 5",
                                                  "storeID": 1
                                                },
                                                {
                                                  "$ref": "69"
                                                }
                                              ],
                                              "comboPriceGroups": [
                                                {
                                                  "$id": "70",
                                                  "id": 1,
                                                  "campaignID": 2,
                                                  "campaignName": "sample string 3",
                                                  "g_UID": "5j+MVSp4Tkqz2AucpI3ktw==",
                                                  "guid": "558c3fe6-782a-4a4e-b3d8-0b9ca48de4b7",
                                                  "description": "sample string 5",
                                                  "newPrice": 1,
                                                  "rangeDescription": "sample string 6",
                                                  "dealDescription": "sample string 7",
                                                  "labelQuantity": 8,
                                                  "hostProductCategoryID": 1,
                                                  "offerID": 1,
                                                  "dontUpdatePricePlus": true,
                                                  "campaign": {
                                                    "$ref": "64"
                                                  },
                                                  "comboPricePlus": [
                                                    {
                                                      "$id": "71",
                                                      "id": 1,
                                                      "campaignID": 2,
                                                      "campaignName": "sample string 3",
                                                      "groupG_UID": "e+L9opYCF0WRpTIdO8I9ww==",
                                                      "groupGuid": "a2fde27b-0296-4517-91a5-321d3bc23dc3",
                                                      "comboPriceType": 5,
                                                      "priceType": 5,
                                                      "pluG_UID": "8nkEFvg64U2fwK05I2mNXw==",
                                                      "pluGuid": "160479f2-3af8-4de1-9fc0-ad3923698d5f",
                                                      "priceGroupG_UID": "gGyh7KkOiUaki/Uluop/rw==",
                                                      "priceGroupGuid": "eca16c80-0ea9-4689-a48b-f525ba8a7faf",
                                                      "campaignPoolID": "sample string 7",
                                                      "quantity": 1,
                                                      "campaign": {
                                                        "$ref": "64"
                                                      },
                                                      "product": {
                                                        "$ref": "25"
                                                      },
                                                      "priceGroup": {
                                                        "$ref": "31"
                                                      },
                                                      "campaignPool": {
                                                        "$ref": "64"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "71"
                                                    }
                                                  ]
                                                },
                                                {
                                                  "$ref": "70"
                                                }
                                              ],
                                              "priceLevels": [
                                                {
                                                  "$id": "72",
                                                  "id": 1,
                                                  "priceLevelIdentifier": "/zlvegBqfUm9sqRSLZIOqw==",
                                                  "priceLevelIdentifierGuid": "7a6f39ff-6a00-497d-bdb2-a4522d920eab",
                                                  "campaignName": "sample string 3",
                                                  "priceLevelName": "sample string 4"
                                                },
                                                {
                                                  "$ref": "72"
                                                }
                                              ]
                                            },
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "dealCost": {
                                              "$id": "73",
                                              "headerIdentifier": "1CqqwbTrKEqhnqSq/x75Vg==",
                                              "headerIdentifierGuid": "c1aa2ad4-ebb4-4a28-a19e-a4aaff1ef956",
                                              "identifier": "xd/Vbedna0Sg4zAqR+GkrQ==",
                                              "identifierGuid": "6dd5dfc5-67e7-446b-a0e3-302a47e1a4ad",
                                              "supplierIdentifier": "KfxnN/CxWUW8x/vs3ZKWzg==",
                                              "supplierGuid": "3767fc29-b1f0-4559-bcc7-fbecdd9296ce",
                                              "pluG_UID": "qT8zan3ry0muldswwkmS0Q==",
                                              "pluGuid": "6a333fa9-eb7d-49cb-ae95-db30c24992d1",
                                              "campaignName": "96c626de-d9f3-490d-bf77-b0e9b215cc9f",
                                              "description": "sample string 4",
                                              "cost": 5,
                                              "costDecimals": 6,
                                              "start": "2025-06-14T06:23:09.3437014",
                                              "end": "2025-06-14T06:23:09.3437014",
                                              "type": 9,
                                              "promoType": 10,
                                              "bonusItemPLUG_UID": "7gCtBZUryUOw5sn5ud88YQ==",
                                              "bonusItemPluGuid": "05ad00ee-2b95-43c9-b0e6-c9f9b9df3c61",
                                              "bonusPurchaseUnits": 11,
                                              "bonusReceiveUnits": 12,
                                              "updated": "2025-06-14T06:23:09.3437014",
                                              "metcashPromotionID": "sample string 14",
                                              "fromHost": 15,
                                              "storeNames": "sample string 16",
                                              "storeIDs": [
                                                1,
                                                2
                                              ],
                                              "supplierName": "sample string 17",
                                              "campaignDescription": "sample string 18",
                                              "newPrice": 1,
                                              "campaignMetcashPromotionID": "sample string 19",
                                              "campaignActive": true,
                                              "campaignStartDate": "2025-06-14T06:23:09.3437014",
                                              "campaignEndDate": "2025-06-14T06:23:09.3437014",
                                              "masterPLUG_UID": "JLVVkMt7MUGQFUIHo7hAhw==",
                                              "masterID": "9055b524-7bcb-4131-9015-4207a3b84087",
                                              "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": "zk+jDVrO/UuK/yybXFJMcw==",
                                              "bonusMasterID": "0da34fce-ce5a-4bfd-8aff-2c9b5c524c73",
                                              "bonusProductName": "sample string 34",
                                              "bonusProductAPN": "sample string 35",
                                              "bonusOrderCode": "sample string 36",
                                              "bonusNormalSell": 37,
                                              "bonusNormalCost": 38,
                                              "bonusNormalCostDecimals": 39,
                                              "bonusCartonQuantity": 40,
                                              "bonusSalesMode": 41,
                                              "bonusOrderPacked": 42,
                                              "bonusFuelItem": true,
                                              "bonusActive": true
                                            }
                                          },
                                          "currentCostStart": "2025-06-14T06:23:09.3437014",
                                          "dealCosts": [
                                            {
                                              "$ref": "73"
                                            },
                                            {
                                              "$ref": "73"
                                            }
                                          ],
                                          "tags": [
                                            {
                                              "$id": "74",
                                              "pluG_UID": "QsXPDGqQeEOv/83tuQs9iA==",
                                              "pluGuid": "0ccfc542-906a-4378-afff-cdedb90b3d88",
                                              "tagID": 1,
                                              "description": "sample string 1",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "74"
                                            }
                                          ],
                                          "alternateProductG_UID": "B2mQ8sAQUkCRgKIrnxK8Xw==",
                                          "alternateProduct": "f2906907-10c0-4052-9180-a22b9f12bc5f",
                                          "productHostCode": {
                                            "$id": "75",
                                            "id": 1,
                                            "pluG_UID": "uDLuN9xTV0u05dwkPye1Fg==",
                                            "pluGuid": "37ee32b8-53dc-4b57-b4e5-dc243f27b516",
                                            "ibaCode": "sample string 2"
                                          },
                                          "mscCat": {
                                            "$ref": "58"
                                          },
                                          "mscCom": {
                                            "$ref": "59"
                                          },
                                          "mscDep": {
                                            "$ref": "61"
                                          },
                                          "mscSubCom": {
                                            "$ref": "60"
                                          },
                                          "isUserUpdate": true,
                                          "ignoreMasterProduct": true,
                                          "priceGroupLabelRequested": true,
                                          "firstSold": "2025-06-14T06:23:09.3437014",
                                          "inventoryTracked": "2025-06-14T06:23:09.3437014",
                                          "isNormalPriceChangesCampaign": true
                                        },
                                        "supplier": {
                                          "$ref": "20"
                                        },
                                        "serviceFee": {
                                          "$id": "76",
                                          "id": 1,
                                          "description": "sample string 1",
                                          "fee": 1
                                        },
                                        "isPrimaryHost": true,
                                        "hostVendor": 46
                                      },
                                      {
                                        "$ref": "23"
                                      }
                                    ],
                                    "orderCycleHeaders": [
                                      {
                                        "$id": "77",
                                        "storeID": 1,
                                        "supplierIdentifier": "XpfrckedQEGPrv9EuQO9OQ==",
                                        "supplierGuid": "72eb975e-9d47-4140-8fae-ff44b903bd39",
                                        "departmentCode": "sample string 2",
                                        "warehouseDirectIndicator": "sample string 3",
                                        "type": 4,
                                        "storeName": "sample string 5",
                                        "departmentName": "sample string 6",
                                        "orderDays": 7
                                      },
                                      {
                                        "$ref": "77"
                                      }
                                    ],
                                    "cycles": [
                                      {
                                        "$id": "78",
                                        "storeID": 1,
                                        "supplierIdentifier": "+e7f75rilk+e3I82UK1twQ==",
                                        "supplierGuid": "efdfeef9-e29a-4f96-9edc-8f3650ad6dc1",
                                        "departmentCode": "sample string 2",
                                        "warehouseDirectIndicator": "sample string 3",
                                        "type": 4,
                                        "cutOffWeek": 5,
                                        "cutOffDay": 6,
                                        "cutOffTime": "00:00:00.1234567",
                                        "leadTime": 7,
                                        "daysBuffer": 8,
                                        "supplierName": "sample string 9",
                                        "cutOffDate": "2025-06-14T06:23:09.3437014",
                                        "deliveryDate": "2025-06-14T06:23:09.3437014",
                                        "nextCutOffDate": "2025-06-14T06:23:09.3437014",
                                        "nextDeliveryDate": "2025-06-14T06:23:09.3437014",
                                        "nextDaysBuffer": 10
                                      },
                                      {
                                        "$ref": "78"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "16"
                                    },
                                    "updated": "2025-06-14T06:23:09.3437014",
                                    "isHost": true
                                  },
                                  "files": [
                                    {
                                      "$id": "79",
                                      "id": "sample string 1",
                                      "fileName": "sample string 2",
                                      "extension": "sample string 3",
                                      "provider": 0,
                                      "type": 0,
                                      "hostType": "sample string 4",
                                      "createdUtc": "2025-06-14T06:23:09.3437014",
                                      "processed": "2025-06-14T06:23:09.3437014",
                                      "isProcessing": true,
                                      "processedCount": 6,
                                      "processingTime": 1,
                                      "collectedUtc": "2025-06-14T06:23:09.3437014",
                                      "size": 1,
                                      "sizeFormat": "sample string 7",
                                      "isArchive": true,
                                      "version": "sample string 9",
                                      "reference": "sample string 10",
                                      "digest": "sample string 11",
                                      "contentType": "sample string 12",
                                      "host": {
                                        "$ref": "19"
                                      },
                                      "metcashHeader": {
                                        "$id": "80",
                                        "customerNumber": "sample string 1",
                                        "creationDate": "2025-06-14T06:23:09.3437014",
                                        "businessPillar": "sample string 3",
                                        "fileType": "sample string 4"
                                      }
                                    },
                                    {
                                      "$ref": "79"
                                    }
                                  ],
                                  "zoneMatrix": [
                                    {
                                      "$id": "81",
                                      "id": 1,
                                      "hostIdentifier": "KZMijuTB1kmAy9HFC6rg8g==",
                                      "hostIdentifierGuid": "8e229329-c1e4-49d6-80cb-d1c50baae0f2",
                                      "storeID": 1,
                                      "departmentCode": "sample string 2",
                                      "hostGuids": [
                                        "691e3be1-e9ba-4cd5-842c-cc8c29fec5df",
                                        "ec704bef-0697-476c-b79a-b66cf603b450"
                                      ]
                                    },
                                    {
                                      "$ref": "81"
                                    }
                                  ],
                                  "hostFileStoreSetting": {
                                    "$ref": "18"
                                  },
                                  "hostStoreSettings": [
                                    {
                                      "$ref": "18"
                                    },
                                    {
                                      "$ref": "18"
                                    }
                                  ],
                                  "promotionPlacements": [
                                    {
                                      "$id": "82",
                                      "identifier": "c55u6Rudg02M6LzzkIUkRQ==",
                                      "identifierGuid": "e96e9e73-9d1b-4d83-8ce8-bcf390852445",
                                      "code": "sample string 2",
                                      "description": "sample string 3",
                                      "isAdvertised": true
                                    },
                                    {
                                      "$ref": "82"
                                    }
                                  ],
                                  "promoTypeGuids": [
                                    "b585746e-7550-403f-bea5-29cbd3b997eb",
                                    "377d6aef-3bc9-43a6-9503-9b5b7dac23db"
                                  ],
                                  "isPromotionOnly": false,
                                  "isOrderable": false,
                                  "vendor": 0
                                },
                                "groupIDs": [
                                  1,
                                  2
                                ],
                                "hostDescription": "sample string 24"
                              },
                              {
                                "$ref": "18"
                              }
                            ],
                            "accounts": [
                              {
                                "$id": "83",
                                "id": 1,
                                "storeID": 1,
                                "accountName": "sample string 2",
                                "bsb": "sample string 3",
                                "accountNumber": "sample string 4",
                                "accountDesignated": true
                              },
                              {
                                "$ref": "83"
                              }
                            ],
                            "sales": [
                              {
                                "$id": "84",
                                "id": 1,
                                "storeID": 1,
                                "externalSalesType": 2,
                                "ftpSiteID": 1,
                                "lastSaleProcessed": "2025-06-14T06:23:09.3437014",
                                "ftpSite": {
                                  "$id": "85",
                                  "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": "84"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$ref": "81"
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "cashManagements": [
                              {
                                "$id": "86",
                                "id": 1,
                                "storeID": 1,
                                "cashManagementType": 2,
                                "apiID": 1,
                                "organisationID": "sample string 3",
                                "siteName": "sample string 4",
                                "thirdPartyAPI": {
                                  "$id": "87",
                                  "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": "86"
                              }
                            ],
                            "updateStoreID": "f03abff5-e283-41c0-95d0-e18c657587c7",
                            "updateStore": {
                              "$id": "88",
                              "id": "8f6b1919-f104-4d05-843b-654e225ad6a9",
                              "name": "sample string 1",
                              "lastActivity": "2025-06-14T06:23:09.3437014",
                              "zone": "sample string 2",
                              "timeZoneOffset": 0.0,
                              "businessHoursStart": "00:00:00.1234567",
                              "businessHoursEnd": "00:00:00.1234567",
                              "master": true,
                              "lastIP": "sample string 10",
                              "lastHostName": "sample string 11",
                              "ping": 1,
                              "pingStatus": "sample string 12",
                              "lastUpdateCompleted": "2025-06-14T06:23:09.3437014"
                            },
                            "timeZoneId": "sample string 53",
                            "securityOptions": {
                              "$id": "89",
                              "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": "15"
                        }
                      ]
                    },
                    "customer": {
                      "$ref": "6"
                    },
                    "communityOrganisation": {
                      "$id": "90",
                      "id": 1,
                      "identifier": "42tI3+Sk3kOOFgrp7IDgew==",
                      "identifierGuid": "df486be3-a4e4-43de-8e16-0ae9ec80e07b",
                      "name": "sample string 3",
                      "lookupIdentifier": "sample string 4",
                      "externalID": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "postCode": "sample string 12",
                      "state": "sample string 13",
                      "country": "sample string 14",
                      "totalAmountAwarded": 15.1,
                      "updated": "2025-06-14T06:23:09.3437014",
                      "deleted": true
                    },
                    "details": [
                      {
                        "$id": "91",
                        "saleItemID": 1,
                        "identifier": "ZNjiNno0nku03z5WzYvXjg==",
                        "identifierGuid": "36e2d864-347a-4b9e-b4df-3e56cd8bd78e",
                        "saleHeaderID": 2,
                        "plu": 1,
                        "pluG_UId": "fYobgiMtQUKg7zc0vOIjGg==",
                        "pluGuid": "821b8a7d-2d23-4241-a0ef-3734bce2231a",
                        "accountID": "diU19MKuPEqoeSq1O7Uzdg==",
                        "accountIDGuid": "f4352576-aec2-4a3c-a879-2ab53bb53376",
                        "normalPrice": 3,
                        "originalSellingPrice": 4,
                        "discountPrice": 5,
                        "unit": 1,
                        "quantity": 6,
                        "totalCents": 7,
                        "fixedPrice": 1,
                        "tranType": 1,
                        "discountType": 1,
                        "cost": 1,
                        "costDecimals": 8,
                        "markdown": 1,
                        "manualQuantity": 1,
                        "manualPrice": 1,
                        "manualMode": 1,
                        "active": 1,
                        "offline": true,
                        "barcode": "sample string 9",
                        "keyedSale": 1,
                        "discountedID": 1,
                        "fuelID": 1,
                        "serialNumber": "sample string 10",
                        "bestOrExpire": "2025-06-14T06:23:09.3437014",
                        "bestOrExpireType": 1,
                        "providerName": "sample string 11",
                        "refundG_UID": "DjVNi7Omx06vSe3fixhDsA==",
                        "refundGuid": "8b4d350e-a6b3-4ec7-af49-eddf8b1843b0",
                        "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": "9OgkgUbuVUOGMa0qaK78qQ==",
                        "idempotentVoidGuid": "8124e8f4-ee46-4355-8631-ad2a68aefca9",
                        "priceLevelIdentifier": "68L0noLjJ0SEolb3HtE1RQ==",
                        "priceLevelIdentifierGuid": "9ef4c2eb-e382-4427-84a2-56f71ed13545",
                        "productName": "sample string 23",
                        "apn": "sample string 24",
                        "unknownScans": [
                          {
                            "$id": "92",
                            "id": 1,
                            "saleDetailID": 2,
                            "storeID": 1,
                            "scanned": "2025-06-14T06:23:09.3437014",
                            "operatorG_UID": "QEA=",
                            "barcode": "sample string 4",
                            "processed": 1
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "refund": {
                          "$id": "93",
                          "id": 1,
                          "g_UID": "7h28eDIO0U+/l8LNarW6bQ==",
                          "guid": "78bc1dee-0e32-4fd1-bf97-c2cd6ab5ba6d",
                          "description": "sample string 1",
                          "dumped": true,
                          "inventoryReasonID": 1,
                          "sortOrder": 1,
                          "updated": "2025-06-14T06:23:09.3437014"
                        },
                        "modifier": {
                          "$id": "94",
                          "id": 1,
                          "setG_UID": "KUMXmNSsnEib5lEYogoMQw==",
                          "modifierSetGuid": "98174329-acd4-489c-9be6-5118a20a0c43",
                          "name": "sample string 2",
                          "price": 1,
                          "quantity": 1,
                          "modifierType": 1,
                          "groupNumber": 1,
                          "pageNumber": 1,
                          "controlOrder": 1,
                          "printToStation": true,
                          "pluG_UID": "ITisEjiDCEmVOMeEA/Ticg==",
                          "pluGuid": "12ac3821-8338-4908-9538-c78403f4e272",
                          "deleted": true,
                          "g_UID": "x3gAlLQem0G8GDdxcuGXYg==",
                          "guid": "940078c7-1eb4-419b-bc18-377172e19762",
                          "product": {
                            "$ref": "25"
                          }
                        },
                        "priceLevelName": "sample string 25",
                        "pumpNumber": 1,
                        "hoseNumber": 1
                      },
                      {
                        "$ref": "91"
                      }
                    ],
                    "eftReceipts": [
                      {
                        "$id": "95",
                        "id": 1,
                        "storeID": 1,
                        "saleHeaderID": 2,
                        "storeSaleHeader": {
                          "$ref": "13"
                        },
                        "receipt": "sample string 3",
                        "processed": 1
                      },
                      {
                        "$ref": "95"
                      }
                    ],
                    "payments": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "cards": [
                      {
                        "$id": "96",
                        "id": 1,
                        "saleHeaderID": 1,
                        "identifier": "sample string 2",
                        "cardType": 3,
                        "providerName": "sample string 4"
                      },
                      {
                        "$ref": "96"
                      }
                    ],
                    "campaignHits": [
                      {
                        "$id": "97",
                        "id": 1,
                        "saleHeaderID": 2,
                        "campaign": "sample string 3",
                        "name": "sample string 4",
                        "processed": 1,
                        "campaignDescription": "sample string 5"
                      },
                      {
                        "$ref": "97"
                      }
                    ],
                    "fuel": [
                      {
                        "$id": "98",
                        "id": 1,
                        "plu": 1,
                        "pluG_UID": "SiQcIgV3gEyuDDpj6l+TKg==",
                        "pluGuid": "221c244a-7705-4c80-ae0c-3a63ea5f932a",
                        "saleHeaderID": 2,
                        "totalCents": 3,
                        "grade": 1,
                        "gradeDescription": "sample string 4",
                        "dispenser": 1,
                        "hose": 1,
                        "quantity": 1,
                        "cost": 1,
                        "acquirerNum": 1,
                        "attendant": 1,
                        "ePurseBalance": 1.0,
                        "cardSignature": "sample string 5",
                        "compartmentNumber": 1,
                        "contractNumber": 1,
                        "discountCardPAN": "sample string 6",
                        "discountID": 1,
                        "discountName": "sample string 7",
                        "discountNetValue": 1.0,
                        "discountType": 1,
                        "discountValue": 1.0,
                        "discretionaryData": "sample string 8",
                        "driverID": "sample string 9",
                        "eftBatchNumber": 1,
                        "eftResponseCode": "sample string 10",
                        "endDateTime": "2025-06-14T06:23:09.3437014",
                        "engineHours": 1.1,
                        "fposNumber": 1,
                        "loyaltyCardPAN": "sample string 11",
                        "miscData1": 1,
                        "miscData2": "sample string 12",
                        "miscFlags": 1,
                        "mop": 1,
                        "odometer": 1,
                        "panNumber": "sample string 13",
                        "saleRefund": true,
                        "saleStatus": 1,
                        "sequenceNumber": 1,
                        "stan": 1,
                        "startDateTime": "2025-06-14T06:23:09.3437014",
                        "tagNumber": "sample string 15",
                        "trackTwoRem": "sample string 16",
                        "transCode": 1,
                        "transType": 1,
                        "unitPrice": 1.0,
                        "vehicleReg": "sample string 17",
                        "offline": true,
                        "processed": 1
                      },
                      {
                        "$ref": "98"
                      }
                    ],
                    "fuelResells": [
                      {
                        "$id": "99",
                        "saleItemID": 1,
                        "saleHeaderID": 2,
                        "plu": 1,
                        "pluG_UId": "ePAj6rZXfEqTRPLahQTBww==",
                        "pluGuid": "ea23f078-57b6-4a7c-9344-f2da8504c1c3",
                        "accountID": "TtitJeiL8Eq3tGrPorOOqw==",
                        "accountIDGuid": "25add84e-8be8-4af0-b7b4-6acfa2b38eab",
                        "normalPrice": 3,
                        "originalSellingPrice": 4,
                        "discountPrice": 5,
                        "unit": 1,
                        "quantity": 6,
                        "totalCents": 7,
                        "fixedPrice": 1,
                        "tranType": 1,
                        "processed": 1,
                        "discountType": 1,
                        "cost": 1,
                        "costDecimals": 1,
                        "markdown": 1,
                        "manualQuantity": 1,
                        "manualPrice": 1,
                        "manualMode": 1,
                        "active": 1,
                        "barcode": "sample string 8",
                        "offline": 1,
                        "keyedSale": 1,
                        "discountedID": 1,
                        "fuelID": 1,
                        "serialNumber": "sample string 9",
                        "bestOrExpire": "2025-06-14T06:23:09.3437014",
                        "bestOrExpireType": 1,
                        "refundG_UID": "Ube65NY2EEmqEM0q/szpRA==",
                        "refundGuid": "e4bab751-36d6-4910-aa10-cd2afecce944",
                        "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": "99"
                      }
                    ],
                    "customerOrder": [
                      {
                        "$id": "100",
                        "identifier": "wvtBiJmSJku9tsXeGaSDew==",
                        "identifierGuid": "8841fbc2-9299-4b26-bdb6-c5de19a4837b",
                        "id": 1,
                        "orderNo": 2,
                        "externalSaleIdentifier": "sample string 3",
                        "storeID": 4,
                        "zoneID": 5,
                        "deptNo": 6,
                        "customerIdentifier": "P4BiIS44q0iQ8gGHIaEgyg==",
                        "customerIdentifierGuid": "2162803f-382e-48ab-90f2-018721a120ca",
                        "operatorNo": 1,
                        "operatorG_UID": "KJYCEtpa10uQ//MdWHplyg==",
                        "operatorGuid": "12029628-5ada-4bd7-90ff-f31d587a65ca",
                        "created": "2025-06-14T06:23:09.3437014",
                        "ordered": "2025-06-14T06:23:09.3437014",
                        "started": "2025-06-14T06:23:09.3437014",
                        "completed": "2025-06-14T06:23:09.3437014",
                        "supplied": "2025-06-14T06:23:09.3437014",
                        "quickTicket": 1,
                        "deleted": true,
                        "walkAway": true,
                        "approxWait": 1,
                        "actualWait": 1,
                        "deliveryMethod": 8,
                        "externalSaleType": 9,
                        "customer": {
                          "$ref": "6"
                        },
                        "operator": {
                          "$ref": "14"
                        },
                        "details": [
                          {
                            "$id": "101",
                            "headerID": 1,
                            "plu": 1,
                            "pluG_UId": "22EYqJZ5NU+/Af85BXcr5Q==",
                            "pluGuid": "a81861db-7996-4f35-bf01-ff3905772be5",
                            "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": "m3Zfm+40mkK6dYOhA71DSQ==",
                            "headerIdentifierGuid": "9b5f769b-34ee-429a-ba75-83a103bd4349",
                            "product": {
                              "$ref": "25"
                            }
                          },
                          {
                            "$ref": "101"
                          }
                        ],
                        "storeName": "sample string 11",
                        "customerName": "sample string 12",
                        "storeReplyTo": "sample string 13",
                        "storeSubjectLine": "sample string 14",
                        "storeSaleHeader": {
                          "$ref": "13"
                        }
                      },
                      {
                        "$ref": "100"
                      }
                    ],
                    "surveyResponses": [
                      {
                        "$id": "102",
                        "surveyG_UID": "dfOC/2X8mE2Jeba24JigSw==",
                        "surveyGuid": "ff82f375-fc65-4d98-8979-b6b6e098a04b",
                        "saleHeaderGuid": "l7Q5UEHQGkaIDv3xtyTZZg==",
                        "saleGuid": "5039b497-d041-461a-880e-fdf1b724d966",
                        "textResponse": "sample string 1",
                        "integerResponse": 1,
                        "g_UIDResponse": "hT105f5pTkOSBWKF03rCGA==",
                        "guidResponse": "e5743d85-69fe-434e-9205-6285d37ac218",
                        "whoAnswered": 2,
                        "answeredAtUTC": "2025-06-14T06:23:09.3437014",
                        "sale": {
                          "$ref": "13"
                        },
                        "survey": {
                          "$id": "103",
                          "g_UID": "hnDBJ4hg/UWRcqIV8zFTUA==",
                          "guid": "27c17086-6088-45fd-9172-a215f3315350",
                          "name": "sample string 1",
                          "storeID": 2,
                          "zoneID": 1,
                          "checkoutFormG_UID": "XNjMxZfS/0iJ9bBi6MjhKQ==",
                          "checkoutFormGuid": "c5ccd85c-d297-48ff-89f5-b062e8c8e129",
                          "displayToWho": 3,
                          "displayWhen": 4,
                          "start": "2025-06-14T06:23:09.3437014",
                          "end": "2025-06-14T06:23:09.3437014",
                          "deleted": true,
                          "updated": "2025-06-14T06:23:09.3437014",
                          "possibleIntegerResponses": [
                            1,
                            2
                          ],
                          "possibleTextResponses": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "possibleGuidResponses": [
                            "b1ade63b-5153-4f35-8f18-ec14e9804944",
                            "4c88dcc1-82bb-45ac-8ec0-d213d04ed132"
                          ],
                          "allowsAllTextResponses": true,
                          "surveyForm": {
                            "$ref": "43"
                          }
                        },
                        "ingressId": "sample string 4"
                      },
                      {
                        "$ref": "102"
                      }
                    ],
                    "storeName": "sample string 38",
                    "machineName": "sample string 39",
                    "operatorName": "sample string 40",
                    "direction": 1,
                    "reason": "sample string 41",
                    "accountG_UID": "KqeXruxPJk6Cwh2AS+x8zw==",
                    "accountIdentifier": "ae97a72a-4fec-4e26-82c2-1d804bec7ccf",
                    "accountName": "sample string 42",
                    "customerOrderIdentifier": "UnoB4rHidEC0lLW42jfjqw==",
                    "customerOrderIdentifierGuid": "e2017a52-e2b1-4074-b494-b5b8da37e3ab",
                    "priceLevelName": "sample string 43",
                    "revision": 44,
                    "ingressId": "sample string 45"
                  },
                  "metadata": {
                    "$id": "104",
                    "id": 1,
                    "paymentID": 2,
                    "paymentIdentifier": "fjXMmtsK1Eq2NRmuEHG7gQ==",
                    "paymentIdentifierGuid": "9acc357e-0adb-4ad4-b635-19ae1071bb81",
                    "identifier": "j6R/W5vIwUOiFM6O572U3A==",
                    "identifierGuid": "5b7fa48f-c89b-43c1-a214-ce8ee7bd94dc",
                    "metadata": "sample string 3",
                    "signatureImage": "QEA=",
                    "itemIdentifier": "UXPlu1aaGUS8MwGp859ePw==",
                    "itemIdentifierGuid": "bbe57351-9a56-4419-bc33-01a9f39f5e3f"
                  }
                },
                {
                  "$ref": "12"
                }
              ]
            },
            {
              "$ref": "7"
            }
          ],
          "customerGroupMembers": [
            {
              "$ref": "11"
            },
            {
              "$ref": "11"
            }
          ],
          "customerGroups": [
            {
              "$ref": "10"
            },
            {
              "$ref": "10"
            }
          ],
          "accounts": [
            {
              "$ref": "8"
            },
            {
              "$ref": "8"
            }
          ],
          "account": {
            "$ref": "8"
          },
          "vouchers": [
            {
              "$id": "105",
              "customerIdentifier": "o/3eTeARFkCYU80r5kK36A==",
              "customerIdentifierGuid": "4ddefda3-11e0-4016-9853-cd2be642b7e8",
              "voucherName": "sample string 2",
              "count": 3,
              "storeID": 4,
              "barcode": "sample string 5",
              "redeemCount": 6,
              "issueCount": 7,
              "storeSalePaymentID": 1,
              "idempotentID": "Cw1wRH1/6UqR9Q8b8dXmfw==",
              "idempotentGuid": "44700d0b-7f7d-4ae9-91f5-0f1bf1d5e67f",
              "offline": true,
              "voucher": {
                "$ref": "1"
              },
              "customer": {
                "$ref": "6"
              }
            },
            {
              "$ref": "105"
            }
          ]
        },
        "issuedOfflinePayment": {
          "$ref": "12"
        },
        "redeemedOfflinePayment": {
          "$ref": "12"
        }
      },
      {
        "$ref": "5"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�Z8���5xl/workbook.xml �(�����0��&�C���`�N\�z�^�b�O�||K	$޼���~;t2nx3����]�E�&�s������7N��{���Cg�[��eg�`dA텴/�X�:`O/��bR�v�C����&�d4ֺ���"�)�`�ERH3
�X`%��lp���enUY¥(��<+NU�7��d��~PK�2�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�Z�Zo''_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="R44eafae4bdd24eff" /></Relationships>PK�2�Z�Q���xl/worksheets/sheet1.xml �(���]s�0��
��B�?�������^�^�+S1`��߀(���ME�'�'�D���{Wi��ć�=�]�e�}���|�M���A�o�Z��3�6���Qf��J�,�;�5k+�&Qnަ��^�⅚��>Q�<D�0U�(7[e�x���j����R-��ͱT�[:^Ʀzѽ���Ŀ���{�t\¿bu��^�����xs����d�</7I��ZE�M�S�T���͐h�Y�MV������%�G�z���z������,������>�P�C�$��H$���<����yR�I�g�!Ĩ����U�~qV�Y��R"9����<���?�.������#��`������ٷ$��	'
�
�IPW�ٞ����
g�`��0B�B( �T8���@HB� $�O���4��JJ���2P�$ �
$"�{@�(�N
��AL*	�ȇ�������F�p���˜Ey4���岩_<]�Ǭ�f�͑���}
��{����.��u�@mb�%p����M̻m�]����.���}�m�K�6�蘘5�'bM�فXc��@���p �`_H=��(s��ޠ*���
uZq�@���9�(n�u�>o�k��5׬��kV�ݖ�U�сX�=5w T  ƀ�
kώj�&��āؚ8�h�kMp�&xXbk�@lM��IO���Gܣ	�Ѥ�RGbk�?�������5q �&��$l|#���f�ε�UZ~g��O�PK�2�Z�z�V�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�i�(FM�aö���Q;�]�gc���V���X��j4��'�|�lvo�D^0�ѻ�A�����)��v��'��D��I^q���rOiTg+�����,SN�@��r@�b���d�5�����>xu�ѥ?��Շc��	�A�S?�H/��2ȣ�a/�;ޠR5�k!�Л��t�0�z}煌bF5��+��t{S+��K��\�1!��0m�ŸV��F��b�PK�2�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�ZCّ�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-�2�Z8���5xl/workbook.xmlPK-�2�Z����	�[Content_Types].xmlPK-
�2�Z�Zo''V_rels/.relsPK-�2�Z�Q����xl/worksheets/sheet1.xmlPK-�2�Z�z�V�Pxl/_rels/workbook.xml.relsPK-�2�ZЃc'2E
Uxl/styles.xmlPK-�2�ZCّ�t��	xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�2�Z��ε5xl/workbook.xml �(�����0��J}���T1�Љ�k���&�$(IE���n�|��瓓}�}�>vp��ƒ��j�/~$7��,Ë{�LK�oߖ\�4`2�Em��Va5Q�Æ�h��'����ih������b2���oJ���bU̡�
jLlu�]�P�yxd��Lt�hEsm���}�$�߾PK�2�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�Z����''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R69367303f65b46db" /></Relationships>PK�2�Z�Q���xl/worksheets/sheet1.xml �(���]s�0��
��B�?�������^�^�+S1`��߀(���ME�'�'�D���{Wi��ć�=�]�e�}���|�M���A�o�Z��3�6���Qf��J�,�;�5k+�&Qnަ��^�⅚��>Q�<D�0U�(7[e�x���j����R-��ͱT�[:^Ʀzѽ���Ŀ���{�t\¿bu��^�����xs����d�</7I��ZE�M�S�T���͐h�Y�MV������%�G�z���z������,������>�P�C�$��H$���<����yR�I�g�!Ĩ����U�~qV�Y��R"9����<���?�.������#��`������ٷ$��	'
�
�IPW�ٞ����
g�`��0B�B( �T8���@HB� $�O���4��JJ���2P�$ �
$"�{@�(�N
��AL*	�ȇ�������F�p���˜Ey4���岩_<]�Ǭ�f�͑���}
��{����.��u�@mb�%p����M̻m�]����.���}�m�K�6�蘘5�'bM�فXc��@���p �`_H=��(s��ޠ*���
uZq�@���9�(n�u�>o�k��5׬��kV�ݖ�U�сX�=5w T  ƀ�
kώj�&��āؚ8�h�kMp�&xXbk�@lM��IO���Gܣ	�Ѥ�RGbk�?�������5q �&��$l|#���f�ε�UZ~g��O�PK�2�Z����Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�Ą��
�n)p�q�ؑmh9[=R�P�Jm����h~OO��|���ކ�]ȇ��
���U��l[�9�%춛�2��`�1��bC&�q�yP�27�M�� cJ}�G�N�%.K��g��u���֝��S�l��_�?C��o)V�S
��,Q�=7r,e��@�uQk
�?L-�kO���;�Ƞ���^�R��(�2Fzj^�O��:M��Ŭƕ�B���oj��/�_PK�2�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�ZCّ�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-�2�Z��ε5xl/workbook.xmlPK-�2�Z����	��[Content_Types].xmlPK-
�2�Z����''T_rels/.relsPK-�2�Z�Q����xl/worksheets/sheet1.xmlPK-�2�Z����Pxl/_rels/workbook.xml.relsPK-�2�ZЃc'2E
Txl/styles.xmlPK-�2�ZCّ�t��	xl/sharedStrings.xmlPK��