GET api/voucher/{search}

Get voucher

Request Information

URI Parameters

NameDescriptionTypeAdditional information
search

string

Required

Body Parameters

None.

Response Information

Resource Description

Matching voucher model, or null if not found

Voucher
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 100

Description

Voucher description

string

None.

ShortDescription

Voucher short description

string

None.

URL

Voucher url

string

None.

BarcodeTemplateID

integer

None.

Expiry

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

integer

None.

VoucherType

VoucherTypes

None.

LimitPerTransaction

Limit of vouchers that can be issued per transaction

integer

None.

CustomerTracking

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

boolean

None.

DiscountAccount

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

string

None.

EndDate

End date of a competition voucher

date

None.

ExpiryTimeSpan

Relational field representing time span of expiry

time interval

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

BarcodeTemplate

Barcode template object

BarcodeTemplate

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

ScaleLabel

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

Label

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

CustomerVouchers

List of customer vouchers

Collection of CustomerVoucher

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

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "description": "sample string 3",
  "shortDescription": "sample string 4",
  "url": "sample string 5",
  "barcodeTemplateID": 1,
  "expiry": 0,
  "voucherType": 6,
  "limitPerTransaction": 7,
  "customerTracking": true,
  "discountAccount": "sample string 9",
  "endDate": "2025-08-02T23:15:59.8152026",
  "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-08-02T23:15:59.8152026",
    "labelPageLayout": "N6LfMK8ZykaJBURB+UqElw==",
    "pageLayoutGuid": "30dfa237-19af-46ca-8905-4441f94a8497",
    "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-08-02T23:15:59.8152026"
      },
      {
        "$ref": "4"
      }
    ]
  },
  "customerVouchers": [
    {
      "$id": "5",
      "id": 1,
      "customerIdentifier": "YfORhzjJ5UCh6g4W+MFCew==",
      "customerIdentifierGuid": "8791f361-c938-40e5-a1ea-0e16f8c1427b",
      "voucherID": 3,
      "voucherName": "sample string 4",
      "storeID": 1,
      "barcode": "sample string 5",
      "dateOfIssue": "2025-08-02T23:15:59.8152026",
      "issuedSaleHeaderID": 1,
      "issuedSaleIdentifier": "sample string 7",
      "issuedOfflinePaymentID": 1,
      "issuedIdempotentID": "TcUUttu6REqQXu1UPq9izw==",
      "issuedIdempotentGuid": "b614c54d-badb-4a44-905e-ed543eaf62cf",
      "issuedOffline": true,
      "issuedUser": "sample string 9",
      "issuedNotes": "sample string 10",
      "expiryDate": "2025-08-02T23:15:59.8152026",
      "expiredUser": "sample string 11",
      "expiredNotes": "sample string 12",
      "redeemed": "2025-08-02T23:15:59.8152026",
      "redeemedSaleHeaderID": 1,
      "redeemedSaleIdentifier": "sample string 13",
      "redeemedOfflinePaymentID": 1,
      "redeemedIdempotentID": "PxHa3irHhkewZCI1HOGfUQ==",
      "redeemedIdempotentGuid": "deda113f-c72a-4786-b064-22351ce19f51",
      "redeemedUser": "sample string 14",
      "redeemedNotes": "sample string 15",
      "redeemedOffline": true,
      "updated": "2025-08-02T23:15:59.8152026",
      "storeName": "sample string 17",
      "scaleLabel": {
        "$ref": "3"
      },
      "voucher": {
        "$ref": "1"
      },
      "customer": {
        "$id": "6",
        "identifier": "AaOOFlzEx02BZfVVla6iVA==",
        "identifierGuid": "168ea301-c45c-4dc7-8165-f55595aea254",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2025-08-02T23:15:59.8152026",
        "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": "+180rOVKYUusoKWTblZrQQ==",
        "communityIdentifierGuid": "ac345ffb-4ae5-4b61-aca0-a5936e566b41",
        "joined": "2025-08-02T23:15:59.8152026",
        "updated": "2025-08-02T23:15:59.8152026",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "lpnyDfACgE+0zrgA4S1vZw==",
        "priceLevelIdentifierGuid": "0df29996-02f0-4f80-b4ce-b800e12d6f67",
        "marketingID": "sample string 18",
        "hidden": true,
        "registered": true,
        "registeredOn": "2025-08-02T23:15:59.8152026",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "7",
            "cardType": 2,
            "issueDate": "2025-08-02T23:15:59.8152026",
            "expiry": "2025-08-02T23:15:59.8152026",
            "customerID": "mG7H0rwbIkOiko4JWrw5QA==",
            "customerIDGuid": "d2c76e98-1bbc-4322-a292-8e095abc3940",
            "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-08-02T23:15:59.8152026",
            "linkedAccount": "5cuddOp1ukKQmufkx1iSLw==",
            "linkedAccountGuid": "749dcbe5-75ea-42ba-909a-e7e4c758922f",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "6"
            },
            "account": {
              "$id": "8",
              "id": 1,
              "identifier": "2KhjNa1aZkC4M3vmXpgaNQ==",
              "identifierGuid": "3563a8d8-5aad-4066-b833-7be65e981a35",
              "referenceNo": "sample string 3",
              "name": "sample string 4",
              "created": "2025-08-02T23:15:59.8152026",
              "owner": "3NeIAbwD6UKZRTCPHz8GLw==",
              "ownerGuid": "0188d7dc-03bc-42e9-9945-308f1f3f062f",
              "accountStoreGroupIdentifier": "h7lQNjXXDUCllDpRmsQ4vQ==",
              "accountStoreGroupGuid": "3650b987-d735-400d-a594-3a519ac438bd",
              "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-08-02T23:15:59.8152026",
              "active": true,
              "updated": "2025-08-02T23:15:59.8152026",
              "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": "hdgVgxsXGkeIe0n9Wj47Pw==",
                  "identifierGuid": "8315d885-171b-471a-887b-49fd5a3e3b3f",
                  "name": "sample string 2",
                  "primaryContact": "EvjlXWnvC0eOVm4IWz412g==",
                  "primaryContactGuid": "5de5f812-ef69-470b-8e56-6e085b3e35da",
                  "accountID": "uY7iIS9IkUub2DU0M9xvDg==",
                  "accountIDGuid": "21e28eb9-482f-4b91-9bd8-353433dc6f0e",
                  "special": true,
                  "updated": "2025-08-02T23:15:59.8152026",
                  "active": true,
                  "reasonInactive": 1,
                  "priceLevelIdentifier": "fCuucHaihUekTG59/Db7jw==",
                  "priceLevelIdentifierGuid": "70ae2b7c-a276-4785-a44c-6e7dfc36fb8f",
                  "deleted": true,
                  "account": {
                    "$ref": "8"
                  },
                  "primaryContactCustomer": {
                    "$ref": "6"
                  },
                  "customerGroupMembers": [
                    {
                      "$id": "11",
                      "id": 1,
                      "groupID": "0oyB5Yjyqkm2jgxrVb5xkg==",
                      "groupIDGuid": "e5818cd2-f288-49aa-b68e-0c6b55be7192",
                      "customerID": "DqKa4EvUXUmF84DwTeUXhA==",
                      "customerIDGuid": "e09aa20e-d44b-495d-85f3-80f04de51784",
                      "card": "sample string 4",
                      "linkedAccount": "2iXNfiIvQkyb2224TZBO7g==",
                      "linkedAccountGuid": "7ecd25da-2f22-4c42-9bdb-6db84d904eee",
                      "customer": {
                        "$ref": "6"
                      },
                      "group": {
                        "$ref": "10"
                      },
                      "customerCard": {
                        "$ref": "7"
                      }
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                {
                  "$ref": "10"
                }
              ]
            },
            "payments": [
              {
                "$id": "12",
                "id": 1,
                "identifier": "/7ZCrLFr0k2VA0dklEWVxg==",
                "identifierGuid": "ac42b6ff-6bb1-4dd2-9503-4764944595c6",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "TAO3iSTIi0m4np5wawvNGQ==",
                "accountIDGuid": "89b7034c-c824-498b-b89e-9e706b0bcd19",
                "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-08-02T23:15:59.8152026",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "kwjQ/TxXZkCGAS9hH3XAFQ==",
                "idempotentVoidGuid": "fdd00893-573c-4066-8601-2f611f75c015",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "13",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "OXmMEPwYiEipe6vYYMoa/A==",
                  "saleHeaderIdentifierGuid": "108c7939-18fc-4888-a97b-abd860ca1afc",
                  "created": "2025-08-02T23:15:59.8152026",
                  "createdLocal": "2025-08-02T23:15:59.8152026",
                  "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-08-02T23:15:59.8152026",
                  "storeID": 1,
                  "operatorG_Uid": "twvxSNVDMUG6c99tnqNwwg==",
                  "operatorGuid": "48f10bb7-43d5-4131-ba73-df6d9ea370c2",
                  "customerG_Uid": "703hMDipWk6+FdIUL7Fp8w==",
                  "customerGuid": "30e14def-a938-4e5a-be15-d2142fb169f3",
                  "communityIdentifier": "ve5JwjqQJUi8guzdyKv3fQ==",
                  "communityIdentifierGuid": "c249eebd-903a-4825-bc82-ecddc8abf77d",
                  "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": "OF5xYBJhVkmS3BRUu2dvow==",
                  "priceLevelIdentifierGuid": "60715e38-6112-4956-92dc-1454bb676fa3",
                  "locked": 36,
                  "relationChecksum": "sample string 37",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$id": "14",
                    "id": 1,
                    "g_Uid": "XMggC1FRhkasUXM0fIxP8g==",
                    "guid": "0b20c85c-5151-4686-ac51-73347c8c4ff2",
                    "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-08-02T23:15:59.8152026",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2025-08-02T23:15:59.8152026",
                    "endShift": "2025-08-02T23:15:59.8152026",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "15",
                        "operatorG_UID": "qIbHsQagpkuzAab7pL/ewg==",
                        "operatorGuid": "b1c786a8-a006-4ba6-b301-a6fba4bfdec2",
                        "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-08-02T23:15:59.8152026",
                          "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": "J03KQ0ZoE06p6MyxIXHQEw==",
                          "hostIdentifierGuid": "43ca4d27-6846-4e13-a9e8-ccb12171d013",
                          "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-08-02T23:15:59.8152026",
                          "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": "KHsC6izGtEiy6G7BWdvMBA==",
                              "hostIdentifierGuid": "ea027b28-c62c-48b4-b2e8-6ec159dbcc04",
                              "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": "lUiHJQCgh0KyXdQP4bqswg==",
                                "identifierGuid": "25874895-a000-4287-b25d-d40fe1baacc2",
                                "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": "yhRbjdoRUkCCqnKAHfpBlw==",
                                "hostSupplierIdentifierGuid": "8d5b14ca-11da-4052-82aa-72801dfa4197",
                                "loyaltyPriceLevelIdentifier": "IrKBdKetiUy600c4Y9kurg==",
                                "loyaltyPriceLevelIdentifierGuid": "7481b222-ada7-4c89-bad3-473863d92eae",
                                "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-08-02T23:15:59.8152026",
                                "lastProcessed": "2025-08-02T23:15:59.8152026",
                                "hold": true,
                                "supplierName": "sample string 35",
                                "supplier": {
                                  "$id": "20",
                                  "identifier": "PQcDVm9sIUiv4s7sLy/jYA==",
                                  "identifierGuid": "5603073d-6c6f-4821-afe2-ceec2f2fe360",
                                  "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": "HQSsLkS2eU2ooXWJTodRCQ==",
                                  "primaryContactID": "2eac041d-b644-4d79-a8a1-75894e875109",
                                  "storeID": 1,
                                  "abn": "sample string 16",
                                  "supplierGroupIdentifier": "YiGrR9Jp/ked8TVusp0FNQ==",
                                  "supplierGroupGuid": "47ab2162-69d2-47fe-9df1-356eb29d0535",
                                  "rebate": 1.0,
                                  "rebateType": 1,
                                  "rebateFrequency": 1,
                                  "rebateSource": 1,
                                  "rebateLastClaimed": "2025-08-02T23:15:59.8152026",
                                  "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": "6feac6d8-d99e-4178-8208-6e80d20a3bb8",
                                    "identifier": "+u9bF9/wIkqcpmVnb9hgJA==",
                                    "identifierGuid": "175beffa-f0df-4a22-9ca6-65676fd86024",
                                    "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": "dwliygGFnEefy9hy4O2T6g==",
                                      "supplierIdentifierGuid": "ca620977-8501-479c-9fcb-d872e0ed93ea",
                                      "contactGuid": "67nMwhdPpUq385hYuUiNig==",
                                      "contactID": "c2ccb9eb-4f17-4aa5-b7f3-9858b9488d8a",
                                      "contact": {
                                        "$ref": "21"
                                      },
                                      "supplier": {
                                        "$ref": "20"
                                      }
                                    },
                                    {
                                      "$ref": "22"
                                    }
                                  ],
                                  "products": [
                                    {
                                      "$id": "23",
                                      "pluG_UID": "M5GcOOKumUamKec67cOqVQ==",
                                      "pluGuid": "389c9133-aee2-4699-a629-e73aedc3aa55",
                                      "supplierIdentifier": "kC+I798r7USBtpCZDeJ0nw==",
                                      "supplierIdentifierGuid": "ef882f90-2bdf-44ed-81b6-90990de2749f",
                                      "cartonQuantity": 1,
                                      "cartonQuantityChanged": true,
                                      "productSize": "sample string 3",
                                      "cigarettesPerSleeve": 1,
                                      "randomWeight": true,
                                      "piecesPerUnit": 5,
                                      "averagePackSize": 6,
                                      "effectiveDate": "2025-08-02T23:15:59.8152026",
                                      "pricedByWeight": true,
                                      "landedUnitCostEx": 9,
                                      "landedUnitCostInc": 10,
                                      "landedCartonCostInc": 11,
                                      "landedCartonCostEx": 12,
                                      "standardCost": 13,
                                      "deliveryFee": 1,
                                      "deliveryFeeBasis": "sample string 14",
                                      "pickAndPackFee": 1,
                                      "pickAndPackFeeBasis": "sample string 15",
                                      "financeFee": 1,
                                      "financeFeeBasis": "sample string 16",
                                      "cartonLength": 1,
                                      "cartonWidth": 1,
                                      "cartonHeight": 1,
                                      "palletLayerQuantity": 1,
                                      "palletLayers": 1,
                                      "itemCode": "sample string 17",
                                      "invoiceCode": "sample string 18",
                                      "invoiceDesc": "sample string 19",
                                      "orderDirect": true,
                                      "useCost": true,
                                      "minimumQuantity": 20,
                                      "hostType": 21,
                                      "fromHost": 22,
                                      "minimumReorder": 1,
                                      "maximumReorder": 1,
                                      "orderMultiple": 23.1,
                                      "sellMultiple": 24.1,
                                      "baseMultiple": 25.1,
                                      "hostStandardCost": 26,
                                      "hostTotalCost": 27,
                                      "hostRetail": 28,
                                      "hostLandedUnitCostEx": 29,
                                      "hostLandedUnitCostInc": 30,
                                      "hostDesc": "sample string 31",
                                      "directIndicator": "sample string 32",
                                      "availableToOrder": true,
                                      "hostRangeIndicator": "sample string 34",
                                      "hostProductType": "sample string 35",
                                      "hostProductGrade": "sample string 36",
                                      "hostProductGroup": "sample string 37",
                                      "hostSlowMoving": true,
                                      "hostGeneralMerchandise": true,
                                      "hostPillar": "sample string 40",
                                      "hostLastUpdated": "2025-08-02T23:15:59.8152026",
                                      "rebate": 1.0,
                                      "rebateExclude": true,
                                      "invoiceCodes": [
                                        {
                                          "$id": "24",
                                          "pluG_UID": "3hNNJffEuEy7nsk4L4yyBg==",
                                          "pluGuid": "254d13de-c4f7-4cb8-bb9e-c9382f8cb206",
                                          "supplierIdentifier": "c1dg2cka4UGYtHybffkZmA==",
                                          "supplierIdentifierGuid": "d9605773-1ac9-41e1-98b4-7c9b7df91998",
                                          "invoiceCode": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "24"
                                        }
                                      ],
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "preferredSupplier": true,
                                      "preferredRebateSupplier": true,
                                      "supplierName": "sample string 41",
                                      "salesMode": 42,
                                      "orderPacked": true,
                                      "active": true,
                                      "price": 1,
                                      "costGstPercent": 44,
                                      "parentPluG_UID": "XJDhyhqtU0CPyeVsZtsrcg==",
                                      "parentPluGuid": "cae1905c-ad1a-4053-8fc9-e56c66db2b72",
                                      "freight": 45.0,
                                      "freightType": 1,
                                      "product": {
                                        "$id": "25",
                                        "plu": 1,
                                        "storeID": 1,
                                        "masterPluG_UID": "QEA=",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "g_UId": "qpcZ64Yd+kKX3v3JFtOVOg==",
                                        "guid": "eb1997aa-1d86-42fa-97de-fdc916d3953a",
                                        "apn": "sample string 1",
                                        "apnChanged": true,
                                        "apnSwitched": true,
                                        "barcode": "sample string 4",
                                        "itemNumber": "sample string 5",
                                        "itemNumberChanged": true,
                                        "priceGroupG_UID": "6/a3eB+KMECyizzsLEPwGA==",
                                        "priceGroupGuid": "78b7f6eb-8a1f-4030-b28b-3cec2c43f018",
                                        "blueprintID": 1,
                                        "lastCountedDate": "2025-08-02T23:15:59.8152026",
                                        "externalID": "sample string 7",
                                        "active": true,
                                        "activated": "2025-08-02T23:15:59.8152026",
                                        "pluCreated": "2025-08-02T23:15:59.8152026",
                                        "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-08-02T23:15:59.8152026",
                                        "lastManualUpdate": "2025-08-02T23:15:59.8152026",
                                        "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-08-02T23:15:59.8152026",
                                        "currentCostUpdated": "2025-08-02T23:15:59.8152026",
                                        "costDecimals": 31,
                                        "costChanged": true,
                                        "dealCostIdentifier": "QEA=",
                                        "excludeFromRebate": true,
                                        "rebateOverride": 1,
                                        "costCalcMethod": 32,
                                        "costCalcMethodChanged": true,
                                        "costEffectiveDate": "2025-08-02T23:15:59.8152026",
                                        "defaultGP": 1,
                                        "breakTargetMode": 33,
                                        "break1": 1,
                                        "price1": 1,
                                        "target1": 34,
                                        "break2": 1,
                                        "price2": 1,
                                        "target2": 35,
                                        "break3": 1,
                                        "price3": 1,
                                        "target3": 36,
                                        "break1Changed": true,
                                        "price1Changed": true,
                                        "target1Changed": true,
                                        "break2Changed": true,
                                        "price2Changed": true,
                                        "target2Changed": true,
                                        "break3Changed": true,
                                        "price3Changed": true,
                                        "target3Changed": true,
                                        "breakTargetModeChanged": true,
                                        "margin": 1.1,
                                        "marginChanged": true,
                                        "marginRanged": true,
                                        "marginRangedChanged": true,
                                        "minimumMargin": 1.1,
                                        "minimumMarginChanged": true,
                                        "maximumMargin": 1.1,
                                        "maximumMarginChanged": true,
                                        "overrideHostWarehouseIndicator": true,
                                        "overrideHostWarehouseIndicatorChanged": true,
                                        "overrideHostPrice": true,
                                        "overrideHostPriceChanged": true,
                                        "overrideHostCost": true,
                                        "overrideHostCostChanged": true,
                                        "overrideHostMargin": true,
                                        "overrideHostMarginChanged": true,
                                        "alwaysApplyMargin": true,
                                        "alwaysApplyMarginChanged": true,
                                        "aws": 1.0,
                                        "awsUpdated": "2025-08-02T23:15:59.8152026",
                                        "posTare": 1,
                                        "altPrice": 1.0,
                                        "altPriceChanged": true,
                                        "altPriceMode": 53,
                                        "altPriceModeChanged": true,
                                        "altPLUG_UID": "lAgWVKpsMUOQSzC/yN7hHQ==",
                                        "altPLUGuid": "54160894-6caa-4331-904b-30bfc8dee11d",
                                        "altPLUGuidChanged": true,
                                        "altPriceDescription1": "sample string 54",
                                        "altPriceDescription2": "sample string 55",
                                        "cartonQuantity": 56,
                                        "cartonQuantityChanged": true,
                                        "trayID": 1,
                                        "promptID": 1,
                                        "tare": 1,
                                        "packQty": 1,
                                        "fixedWeight": 1,
                                        "extraMesg": 1,
                                        "text1": "sample string 58",
                                        "text2": "sample string 59",
                                        "text3": "sample string 60",
                                        "labelText": "sample string 61",
                                        "labelTextChanged": true,
                                        "sendToScale": true,
                                        "nonScaleWeigh": true,
                                        "labelFormat": "sample string 65",
                                        "barcodeFormat": "sample string 66",
                                        "austMade": 1,
                                        "coolCode": 67,
                                        "countryOfOrigin": "sample string 68",
                                        "percentContent": 69.1,
                                        "departmentID": 1,
                                        "subDepartmentID": 1,
                                        "minorDepartmentID": 1,
                                        "lesserDepartmentID": 1,
                                        "deptCode": "sample string 70",
                                        "subDeptCode": "sample string 71",
                                        "minorDeptCode": "sample string 72",
                                        "lesserDeptCode": "sample string 73",
                                        "deptName": "sample string 74",
                                        "subDeptName": "sample string 75",
                                        "minorDeptName": "sample string 76",
                                        "lesserDeptName": "sample string 77",
                                        "departmentChanged": true,
                                        "subCategoryID": 1,
                                        "expiry": 1,
                                        "showDays": 1,
                                        "datePrint": 1,
                                        "labelRequired": true,
                                        "labelShelfQty": 80,
                                        "labelShelfChanged": true,
                                        "labelTalkerQty": 82,
                                        "labelSmall": true,
                                        "labelLastPrinted": "2025-08-02T23:15:59.8152026",
                                        "labelLastPrice": 1,
                                        "shelfPageLayoutG_UID": "rxDy/vjuQEqxECoJAPQNhQ==",
                                        "shelfPageLayoutGuid": "fef210af-eef8-4a40-b110-2a0900f40d85",
                                        "talkerPageLayoutG_UID": "7xvUSQiaTEuqztmM8unYww==",
                                        "talkerPageLayoutGuid": "49d41bef-9a08-4b4c-aace-d98cf2e9d8c3",
                                        "unitMeasure": 1.1,
                                        "unitMeasureChanged": true,
                                        "unitMeasureKind": 85,
                                        "unitMeasureKindChanged": true,
                                        "signIQData": "sample string 87",
                                        "refresh": true,
                                        "earnLoyaltyPoints": true,
                                        "earnLoyaltyPointsChanged": true,
                                        "quantityOverride": true,
                                        "quantityOverrideChanged": true,
                                        "quantityRequired": true,
                                        "quantityRequiredChanged": true,
                                        "allowDiscounts": true,
                                        "allowDiscountsChanged": true,
                                        "discountDiscounts": true,
                                        "discountDiscountsChanged": true,
                                        "itemRecalled": true,
                                        "itemRecalledChanged": true,
                                        "noRefund": true,
                                        "noRefundChanged": true,
                                        "allowMarkdown": true,
                                        "allowMarkdownChanged": true,
                                        "priceRequired": true,
                                        "priceRequiredChanged": true,
                                        "fuelItem": true,
                                        "fuelItemChanged": true,
                                        "trackSerial": true,
                                        "trackSerialChanged": true,
                                        "allowZeroPrice": true,
                                        "allowZeroPriceChanged": true,
                                        "notForSale": 91,
                                        "notForSaleChanged": true,
                                        "excludeFromDeals": true,
                                        "excludeFromVoucher": true,
                                        "minimumAge": 94,
                                        "minimumAgeChanged": true,
                                        "buyingLimit": 1,
                                        "buyingLimitChanged": true,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitIndependentChanged": true,
                                        "inventoryGuid": "UtHaJFhvYEWEP/wvu/npQQ==",
                                        "inventoryIdentifier": "24dad152-6f58-4560-843f-fc2fbbf9e941",
                                        "inventoryAccuracy": 1,
                                        "baseUnits": 98,
                                        "orderPacked": 1,
                                        "isManufactured": true,
                                        "isIngredient": true,
                                        "isModifier": true,
                                        "isModifierChanged": true,
                                        "hasModifiers": 99,
                                        "defaultPrinter": "sample string 100",
                                        "defaultPrinterGroup": "sample string 101",
                                        "ingredientsOnManufacture": true,
                                        "manufactureUnitMeasure": 1,
                                        "mpl": 1,
                                        "maxShelfQty": 102,
                                        "allowAutoOrder": true,
                                        "warrantyPeriod": 1,
                                        "parentPluG_UId": "6SXWzFkKo0GdPumn0N6c+w==",
                                        "parentPluGuid": "ccd625e9-0a59-41a3-9d3e-e9a7d0de9cfb",
                                        "preferredHostVendor": 104,
                                        "preferredHostChanged": true,
                                        "code": "sample string 106",
                                        "supplierIdentifier": "4grU4g2MUEqHjQHLCbgXbA==",
                                        "supplierIdentifierGuid": "e2d40ae2-8c0d-4a50-878d-01cb09b8176c",
                                        "supplierChanged": true,
                                        "rebateSupplierIdentifier": "UAl71k68ik2kTwQUfYGAAA==",
                                        "rebateSupplierIdentifierGuid": "d67b0950-bc4e-4d8a-a44f-04147d818000",
                                        "rebateSupplierChanged": true,
                                        "availableForOrder": true,
                                        "warehouseDirectIndicator": "sample string 108",
                                        "warehouseDirectIndicatorChanged": true,
                                        "productGrade": "sample string 110",
                                        "productType": "sample string 111",
                                        "productGroup": "sample string 112",
                                        "complianceIndicator": "sample string 113",
                                        "inhouseBrand": "sample string 114",
                                        "slowMoving": true,
                                        "generalMerchandise": true,
                                        "comment": "sample string 117",
                                        "lastUpdatedByUser": "sample string 118",
                                        "lastManualUpdatedByUser": "sample string 119",
                                        "lastUpdatedByUserOverride": true,
                                        "lastUpdatedByHost": "2025-08-02T23:15:59.8152026",
                                        "commodity": "sample string 121",
                                        "businessPillar": "sample string 122",
                                        "mscCommodity": "sample string 123",
                                        "hostIdentifier": "FP0PP9YoM0WxlOWEICA8xw==",
                                        "hostIdentifierGuid": "3f0ffd14-28d6-4533-b194-e58420203cc7",
                                        "serviceFeeID": 1,
                                        "serviceFeeIDChanged": true,
                                        "providerName": "sample string 125",
                                        "aisleEnds": "sample string 126",
                                        "deleted": true,
                                        "deletedChanged": true,
                                        "hidden": true,
                                        "doNotRange": true,
                                        "doNotRangeChanged": true,
                                        "doNotOrder": true,
                                        "doNotOrderChanged": true,
                                        "locked": true,
                                        "excludeFromWebUpdate": true,
                                        "excludeFromWebUpdateChanged": true,
                                        "webPriceBasedOn": 137,
                                        "webPriceRounding": true,
                                        "webMarkup": 139,
                                        "webPriceMode": 140,
                                        "altDepartmentID": 1,
                                        "altSubDepartmentID": 1,
                                        "altMinorDepartmentID": 1,
                                        "altLesserDepartmentID": 1,
                                        "altDeptCode": "sample string 141",
                                        "altSubDeptCode": "sample string 142",
                                        "altMinorDeptCode": "sample string 143",
                                        "altLesserDeptCode": "sample string 144",
                                        "altDepartmentChanged": true,
                                        "storeProducts": [
                                          {
                                            "$ref": "25"
                                          },
                                          {
                                            "$ref": "25"
                                          }
                                        ],
                                        "store": {
                                          "$ref": "16"
                                        },
                                        "storePrices": [
                                          {
                                            "$id": "26",
                                            "pluG_UID": "XQu3i1m/K0ePvjaiiFQQdw==",
                                            "pluGuid": "8bb70b5d-bf59-472b-8fbe-36a288541077",
                                            "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-08-02T23:15:59.8152026"
                                          },
                                          {
                                            "$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-08-02T23:15:59.8152026",
                                            "priceChangeType": 0,
                                            "costDecimals": 10
                                          },
                                          "normalPluPrices": {
                                            "$ref": "28"
                                          },
                                          "winningCampaign": 1,
                                          "winner": {
                                            "$id": "29",
                                            "campaignName": "sample string 1",
                                            "campaignDescription": "sample string 2",
                                            "startDate": "2025-08-02T23:15:59.8152026",
                                            "startTime": 3,
                                            "endDate": "2025-08-02T23:15:59.8152026",
                                            "endTime": 4,
                                            "newPrice": 5,
                                            "newCost": 6,
                                            "newCostDecimals": 7,
                                            "pctDiscount": 8,
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 9",
                                            "hostType": 10,
                                            "hostIdentifier": "qaXJhIH7hkeVUSCShTmEAQ==",
                                            "hostIdentifierGuid": "84c9a5a9-fb81-4786-9551-209285398401",
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ]
                                          },
                                          "details": [
                                            {
                                              "$ref": "29"
                                            },
                                            {
                                              "$ref": "29"
                                            }
                                          ]
                                        },
                                        "tray": {
                                          "$id": "30",
                                          "g_UId": "hZQOjp5aUEia02SqtlhITA==",
                                          "guid": "8e0e9485-5a9e-4850-9ad3-64aab658484c",
                                          "name": "sample string 1",
                                          "number": 1,
                                          "tare": 1
                                        },
                                        "priceGroup": {
                                          "$id": "31",
                                          "priceGroupG_UID": "4Cm07Uw5OU+2LDSd2UVikQ==",
                                          "priceGroupGuid": "edb429e0-394c-4f39-b62c-349dd9456291",
                                          "name": "sample string 2",
                                          "code": 1,
                                          "modified": true,
                                          "updated": "2025-08-02T23:15:59.8152026",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "number": 1,
                                          "products": [
                                            {
                                              "$ref": "25"
                                            },
                                            {
                                              "$ref": "25"
                                            }
                                          ],
                                          "productCount": 1
                                        },
                                        "priceGroupName": "sample string 146",
                                        "nutrifacts": {
                                          "$id": "32",
                                          "pluG_UID": "FgemWsou80S3Qt0W0W8r8g==",
                                          "pluGuid": "5aa60716-2eca-44f3-b742-dd16d16f2bf2",
                                          "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": "4ccbbaa6-ebcd-441d-a9c2-39984c22be04",
                                          "created": "2025-08-02T23:15:59.8152026",
                                          "createdByUser": "sample string 1",
                                          "activated": "2025-08-02T23:15:59.8152026",
                                          "deactivated": "2025-08-02T23:15:59.8152026",
                                          "lastOrdered": "2025-08-02T23:15:59.8152026",
                                          "lastOrderedQty": 2.0,
                                          "lastReceived": "2025-08-02T23:15:59.8152026",
                                          "lastReceivedQty": 3.0,
                                          "lastInvoiceStatus": 1,
                                          "lastCounted": "2025-08-02T23:15:59.8152026",
                                          "lastSold": "2025-08-02T23:15:59.8152026",
                                          "firstSold": "2025-08-02T23:15:59.8152026",
                                          "awsUpdated": "2025-08-02T23:15:59.8152026",
                                          "lastManualUpdate": "2025-08-02T23:15:59.8152026",
                                          "lastManualUpdatedByUser": "sample string 5",
                                          "lastUpdated": "2025-08-02T23:15:59.8152026",
                                          "lastUpdatedByUser": "sample string 7",
                                          "lastUpdatedByHost": "2025-08-02T23:15:59.8152026",
                                          "doNotRangeUpdated": "2025-08-02T23:15:59.8152026",
                                          "doNotOrderUpdated": "2025-08-02T23:15:59.8152026",
                                          "tracked": "2025-08-02T23:15:59.8152026"
                                        },
                                        "allergens": [
                                          {
                                            "$id": "34",
                                            "allergenID": 1,
                                            "pluG_UID": "pAM22V7jkU2JcUrVnW4tEA==",
                                            "pluGuid": "d93603a4-e35e-4d91-8971-4ad59d6e2d10",
                                            "contains": 2,
                                            "allergenName": "sample string 3",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "34"
                                          }
                                        ],
                                        "costs": {
                                          "$id": "35",
                                          "pluG_UID": "Pci2bqj77021IsXQqtAvuA==",
                                          "pluGuid": "6eb6c83d-fba8-4def-b522-c5d0aad02fb8",
                                          "enteredCost": 1,
                                          "weightedAvgCost": 1,
                                          "lastCost": 1,
                                          "rawEnteredCost": 2,
                                          "rawWeightedAvgCost": 3,
                                          "rawLastCost": 4,
                                          "freight": 5.0,
                                          "freightType": 6,
                                          "costDecimals": 7,
                                          "fifoCost": 1,
                                          "updated": "2025-08-02T23:15:59.8152026",
                                          "normalCost": 1,
                                          "currentCost": 1
                                        },
                                        "sales": [
                                          {
                                            "$id": "36",
                                            "saleHeaderID": 1,
                                            "created": "2025-08-02T23:15:59.8152026",
                                            "createdLocal": "2025-08-02T23:15:59.8152026",
                                            "storeID": 3,
                                            "storeName": "sample string 4",
                                            "operatorG_Uid": "ClTPkFDjU0GX9rV3ttmlMQ==",
                                            "operatorGuid": "90cf540a-e350-4153-97f6-b577b6d9a531",
                                            "operatorName": "sample string 5",
                                            "tranType": 1,
                                            "plu": 1,
                                            "pluG_UId": "WFH9NWy310qpBAeOEhdW+g==",
                                            "pluGuid": "35fd5158-b76c-4ad7-a904-078e121756fa",
                                            "normalPrice": 1,
                                            "totalCents": 1,
                                            "cost": 1,
                                            "grossProfit": 1,
                                            "quantity": 1,
                                            "operator": {
                                              "$ref": "14"
                                            }
                                          },
                                          {
                                            "$ref": "36"
                                          }
                                        ],
                                        "apns": [
                                          {
                                            "$id": "37",
                                            "pluID": 1,
                                            "pluG_UID": "iVjMsDwS102UxAzQRa78QQ==",
                                            "pluGuid": "b0cc5889-123c-4dd7-94c4-0cd045aefc41",
                                            "apn": "sample string 1",
                                            "deleted": true,
                                            "storeID": 1,
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "37"
                                          }
                                        ],
                                        "tuns": [
                                          {
                                            "$id": "38",
                                            "pluG_UId": "xBBPvh8/NkmqhU2/S61/2w==",
                                            "pluGuid": "be4f10c4-3f1f-4936-aa85-4dbf4bad7fdb",
                                            "apn": "sample string 1",
                                            "tun": "sample string 2",
                                            "cartonQuantity": 3,
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ],
                                        "competitionPricing": [
                                          {
                                            "$id": "39",
                                            "identifier": "dGWJsE93ukG6cIl4eX5l5Q==",
                                            "identifierGuid": "b0896574-774f-41ba-ba70-8978797e65e5",
                                            "pluG_UID": "R3k718ZPfU+L2xNHa4BHvw==",
                                            "pluGuid": "d73b7947-4fc6-4f7d-8bdb-13476b8047bf",
                                            "competitionID": 1,
                                            "name": "sample string 2",
                                            "sellMultiple": 3,
                                            "retailPrice": 4,
                                            "storeName": "sample string 5"
                                          },
                                          {
                                            "$ref": "39"
                                          }
                                        ],
                                        "supplier": {
                                          "$ref": "20"
                                        },
                                        "supplierName": "sample string 147",
                                        "children": [
                                          {
                                            "$ref": "25"
                                          },
                                          {
                                            "$ref": "25"
                                          }
                                        ],
                                        "ordering": {
                                          "$ref": "23"
                                        },
                                        "flipChartPages": [
                                          {
                                            "$id": "40",
                                            "identifier": "snrLO8bvpkWg0yJ5rG0DzQ==",
                                            "groupName": "sample string 1",
                                            "identifierGuid": "3bcb7ab2-efc6-45a6-a0d3-2279ac6d03cd",
                                            "exists": true,
                                            "flipChartIdentifier": "zskTfwpjHkqc96LJjQ2Q7Q==",
                                            "flipChartIdentifierGuid": "7f13c9ce-630a-4a1e-9cf7-a2c98d0d90ed",
                                            "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": "s5UbgIKZVkyBti8SCprzoQ==",
                                            "groupIdentifierGuid": "801b95b3-9982-4c56-81b6-2f120a9af3a1",
                                            "flipChart": {
                                              "$id": "41",
                                              "identifier": "zaFVxGcvFEqpkjE5RcJk0Q==",
                                              "identifierGuid": "c455a1cd-2f67-4a14-a992-313945c264d1",
                                              "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": "hGDmbHRTyE21vXCFCqQj+g==",
                                                "identifierGuid": "6ce66084-5374-4dc8-b5bd-70850aa423fa",
                                                "name": "sample string 2",
                                                "formType": "sample string 3",
                                                "forms": [
                                                  {
                                                    "$id": "43",
                                                    "id": 1,
                                                    "g_UID": "FbrOpPNEx0mCfch8w5MfAg==",
                                                    "guid": "a4ceba15-44f3-49c7-827d-c87cc3931f02",
                                                    "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": "/37SGgKxu0+YoFemA34xJA==",
                                                    "previousFormGuid": "1ad27eff-b102-4fbb-98a0-57a6037e3124",
                                                    "nextForm": 1,
                                                    "nextFormG_UID": "jMXrzTipiUu4PP8B0Yn/3w==",
                                                    "nextFormGuid": "cdebc58c-a938-4b89-b83c-ff01d189ffdf",
                                                    "attributes": "sample string 10",
                                                    "updated": "2025-08-02T23:15:59.8152026",
                                                    "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": "JTyXt2CUh0KkuQOCrOn6ZA==",
                                                        "checkoutFormGuid": "b7973c25-9460-4287-a4b9-0382ace9fa64",
                                                        "identifier": "+ZMqllug+EyhgkyHL/oS3A==",
                                                        "identifierGuid": "962a93f9-a05b-4cf8-a182-4c872ffa12dc",
                                                        "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": "J+Dg8ODxO06MH1wG+ChCaQ==",
                                                        "valueGuid": "f0e0e027-f1e0-4e3b-8c1f-5c06f8284269",
                                                        "buttonText": "sample string 10",
                                                        "valueText": "sample string 11",
                                                        "drawImageAndButton": true,
                                                        "updated": "2025-08-02T23:15:59.8152026",
                                                        "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-08-02T23:15:59.8152026",
                                                          "imageData": "QEA=",
                                                          "readOnly": true
                                                        }
                                                      },
                                                      {
                                                        "$ref": "44"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$id": "46",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "yB3QuXaSw02LD0I9lb5PFg==",
                                                        "checkoutFormGuid": "b9d01dc8-9276-4dc3-8b0f-423d95be4f16",
                                                        "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": "7XoyjImaOkS9ln8Z4YSauw==",
                                                "flipChartPageIdentifierGuid": "8c327aed-9a89-443a-bd96-7f19e1849abb",
                                                "pluG_UID": "TAFcUwwvTEWW+t8sFByXgQ==",
                                                "pluGuid": "535c014c-2f0c-454c-96fa-df2c141c9781",
                                                "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": "9TM6kSh18UakiFGdceD0Ow==",
                                            "pluGuid": "913a33f5-7528-46f1-a488-519d71e0f43b",
                                            "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-08-02T23:15:59.8152026",
                                            "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": "0VzZZ1TeeESyhETuSRZYuw==",
                                            "ingredientGuid": "6WVgvAYaxEGULsgQIHLDWQ==",
                                            "ingredientIdentifier": "bc6065e9-1a06-41c4-942e-c8102072c359",
                                            "quantity": 1.0,
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "ingredientText": "sample string 1",
                                            "ingredient": {
                                              "$ref": "25"
                                            }
                                          },
                                          {
                                            "$ref": "49"
                                          }
                                        ],
                                        "bins": [
                                          {
                                            "$id": "50",
                                            "pluG_UID": "CiKNYcHaYECh4mjTirClcA==",
                                            "pluGuid": "618d220a-dac1-4060-a1e2-68d38ab0a570",
                                            "shelfLocationIdentifier": "2JIPUVyEhEWXJzW4kWuIFg==",
                                            "shelfLocationGuid": "510f92d8-845c-4584-9727-35b8916b8816",
                                            "labelShelfDefault": 1,
                                            "labelTalkerDefault": 1,
                                            "labelSmall": true,
                                            "labelPageLayoutG_UID": "05nrKyI52USemlSNcEaUMw==",
                                            "labelPageLayoutGuid": "2beb99d3-3922-44d9-9e9a-548d70469433",
                                            "updated": "2025-08-02T23:15:59.8152026",
                                            "electronicShelfLabelIdentifier": "sample string 5",
                                            "electronicshelfLabelsConfigurationID": 6,
                                            "labelShelfChanged": true,
                                            "productName": "sample string 8",
                                            "locationText": "sample string 9",
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "location": {
                                              "$id": "51",
                                              "identifier": "sKJC/+FahkyfkM66zL2SWg==",
                                              "storeID": 1,
                                              "identifierGuid": "ff42a2b0-5ae1-4c86-9f90-cebaccbd925a",
                                              "name": "sample string 2",
                                              "haccp": true,
                                              "blueprintID": 1,
                                              "updated": "2025-08-02T23:15:59.8152026",
                                              "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": "VZUgF3qRAkK4EpsjDESbdA==",
                                            "pluGuid": "17209555-917a-4202-b812-9b230c449b74",
                                            "deptNo": 1,
                                            "product": {
                                              "$ref": "25"
                                            },
                                            "scaleLocation": {
                                              "$id": "53",
                                              "id": 1,
                                              "deptNo": 1,
                                              "deptCode": "sample string 2",
                                              "name": "sample string 3",
                                              "enabled": true,
                                              "updated": "2025-08-02T23:15:59.8152026",
                                              "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-08-02T23:15:59.8152026",
                                                            "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": "4Hff6A+ZZkWjuqUM1z4ntw==",
                                                            "labelPageLayoutGuid": "e8df77e0-990f-4566-a3ba-a50cd73e27b7",
                                                            "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-08-02T23:15:59.8152026",
                                                        "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": "d3bXiDq7ukOcgX5iF8Q12w==",
                                                        "labelPageLayoutGuid": "88d77677-bb3a-43ba-9c81-7e6217c435db",
                                                        "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-08-02T23:15:59.8152026",
                                                    "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": "/ox6wysj0E+VJCfYqn8yQw==",
                                                    "labelPageLayoutGuid": "c37a8cfe-232b-4fd0-9524-27d8aa7f3243",
                                                    "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-08-02T23:15:59.8152026",
                                                "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": "GFhCF/e/2EipPUaMquj3Fw==",
                                                "labelPageLayoutGuid": "17425818-bff7-48d8-a93d-468caae8f717",
                                                "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": "IjtO5EwlHEai5Jc14y9dow==",
                                          "pluGuid": "e44e3b22-254c-461c-a2e4-9735e32f5da3",
                                          "newPrice": 1,
                                          "pctDiscount": 1,
                                          "newCost": 1,
                                          "newCostDecimals": 6,
                                          "dealCostIdentifier": "TiqgJRf8C0CWlAefdE8O7A==",
                                          "dealCostGuid": "25a02a4e-fc17-400b-9694-079f744f0eec",
                                          "pluName": "sample string 7",
                                          "apn": "sample string 8",
                                          "fuelItem": true,
                                          "priceGroupG_UID": "G8JYSzizBUWh/Un0dI+RfQ==",
                                          "priceGroupGuid": "4b58c21b-b338-4505-a1fd-49f4748f917d",
                                          "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-08-02T23:15:59.8152026",
                                          "rrp": 26,
                                          "campaignDescription": "sample string 27",
                                          "campaignComboPriceGroupG_UID": "IQOvd+oWF0+HeNUkPWHx6Q==",
                                          "campaignComboPriceGroupIdentifier": "77af0321-16ea-4f17-8778-d5243d61f1e9",
                                          "promotionPlacementDescription": "sample string 28",
                                          "storeAcceptances": [
                                            {
                                              "$id": "63",
                                              "plu": 1,
                                              "pluG_UId": "QEA=",
                                              "campaignID": 1,
                                              "campaignName": "sample string 2",
                                              "storeID": 3,
                                              "acceptedUtc": "2025-08-02T23:15:59.8152026",
                                              "operatorG_UID": "y4ZYtwhRtk+B+Jz0WNs1og==",
                                              "operatorGuid": "b75886cb-5108-4fb6-81f8-9cf458db35a2",
                                              "machineID": 1,
                                              "processed": true,
                                              "appliedUtc": "2025-08-02T23:15:59.8152026",
                                              "signIqTicketFileMovedUtc": "2025-08-02T23:15:59.8152026",
                                              "user": "sample string 6",
                                              "campaignDescription": "sample string 7",
                                              "productDesc": "sample string 8",
                                              "storeName": "sample string 9",
                                              "effectiveUtc": "2025-08-02T23:15:59.8152026",
                                              "priceChangeType": 0,
                                              "operatorName": "sample string 10",
                                              "hostCampaign": true,
                                              "product": {
                                                "$ref": "25"
                                              },
                                              "campaignPlu": {
                                                "$ref": "62"
                                              }
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ],
                                          "campaign": {
                                            "$id": "64",
                                            "id": 1,
                                            "storeID": 2,
                                            "name": "88c3fe64-655b-4ada-bb69-1b83169dcd24",
                                            "nameGuid": "88c3fe64-655b-4ada-bb69-1b83169dcd24",
                                            "description": "sample string 4",
                                            "showDiscounts": true,
                                            "showTotals": true,
                                            "onlyEvaluateOnSubtotal": true,
                                            "useDescription": true,
                                            "campaignType": 1,
                                            "startDate": "2025-08-02T23:15:59.8152026",
                                            "startTime": 1,
                                            "endDate": "2025-08-02T23:15:59.8152026",
                                            "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-08-02T23:15:59.8152026",
                                            "system": true,
                                            "created": "2025-08-02T23:15:59.8152026",
                                            "updated": "2025-08-02T23:15:59.8152026",
                                            "priceChangeNotifiedUtc": "2025-08-02T23:15:59.8152026",
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 13",
                                            "hostIdentifier": "NWUEwIsfbkefJ0td7teCsQ==",
                                            "hostIdentifierGuid": "c0046535-1f8b-476e-9f27-4b5deed782b1",
                                            "hostType": 14,
                                            "createdByUser": "sample string 15",
                                            "fromHost": true,
                                            "deleted": true,
                                            "campaignDeleted": "2025-08-02T23:15:59.8152026",
                                            "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": "OX6cp5dZE0ikDD+nWSrXwA==",
                                                "pluGuid": "a79c7e39-5997-4813-a40c-3fa7592ad7c0",
                                                "hostOfferID": 1,
                                                "priceGroupG_UID": "OuSj1x3VBUOdh0080YLb8w==",
                                                "priceGroupGuid": "d7a3e43a-d51d-4305-9d87-4d3cd182dbf3",
                                                "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-08-02T23:15:59.8152026",
                                                "rrp": 17,
                                                "campaignDescription": "sample string 18",
                                                "product": {
                                                  "$ref": "25"
                                                },
                                                "campaign": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "65"
                                              }
                                            ],
                                            "sellingRules": [
                                              {
                                                "$id": "66",
                                                "id": 1,
                                                "identifier": "bytyAoQ0akKvs+16dI5n6A==",
                                                "identifierStr": "bytyAoQ0akKvs+16dI5n6A==",
                                                "identifierGuid": "02722b6f-3484-426a-afb3-ed7a748e67e8",
                                                "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": "+Kc5CH8jbE67WA3XTqaavQ==",
                                                "customerIDGuid": "0839a7f8-237f-4e6c-bb58-0dd74ea69abd",
                                                "campaign": {
                                                  "$ref": "64"
                                                },
                                                "customer": {
                                                  "$ref": "6"
                                                }
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "customerGroups": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupID": "dQaVx5Yg3k6lto1kc0UMNA==",
                                                "groupIDGuid": "c7950675-2096-4ede-a5b6-8d6473450c34",
                                                "campaign": {
                                                  "$ref": "64"
                                                },
                                                "group": {
                                                  "$ref": "10"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "signIqTickets": [
                                              {
                                                "$id": "69",
                                                "identifier": "NfLhY8bwN0q3VGTpCs0C0A==",
                                                "identifierGuid": "63e1f235-f0c6-4a37-b754-64e90acd02d0",
                                                "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": "P/xoGCGRsEGKQHI34MvwYQ==",
                                                "guid": "1868fc3f-9121-41b0-8a40-7237e0cbf061",
                                                "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": "sZffypTa0E68qhYyrXveHg==",
                                                    "groupGuid": "cadf97b1-da94-4ed0-bcaa-1632ad7bde1e",
                                                    "comboPriceType": 5,
                                                    "priceType": 5,
                                                    "pluG_UID": "YdvQ902O5kGt1v1f+HO1TQ==",
                                                    "pluGuid": "f7d0db61-8e4d-41e6-add6-fd5ff873b54d",
                                                    "priceGroupG_UID": "fJcY7VeV8UOvW2p+W0n0YQ==",
                                                    "priceGroupGuid": "ed18977c-9557-43f1-af5b-6a7e5b49f461",
                                                    "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": "MHUuYGP0UE+C0Yk/ZkxQSA==",
                                                "priceLevelIdentifierGuid": "602e7530-f463-4f50-82d1-893f664c5048",
                                                "campaignName": "sample string 3",
                                                "priceLevelName": "sample string 4"
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ]
                                          },
                                          "product": {
                                            "$ref": "25"
                                          },
                                          "dealCost": {
                                            "$id": "73",
                                            "headerIdentifier": "Lrs/UCB620ukclRh6H1hNg==",
                                            "headerIdentifierGuid": "503fbb2e-7a20-4bdb-a472-5461e87d6136",
                                            "identifier": "CMrg1EsFfECgDmWrEqc9Yw==",
                                            "identifierGuid": "d4e0ca08-054b-407c-a00e-65ab12a73d63",
                                            "supplierIdentifier": "kWbbyaj7H0WeBDI36CcKqw==",
                                            "supplierGuid": "c9db6691-fba8-451f-9e04-3237e8270aab",
                                            "pluG_UID": "p95wURJ/PESRtPZPUh6biw==",
                                            "pluGuid": "5170dea7-7f12-443c-91b4-f64f521e9b8b",
                                            "campaignName": "081f8b1f-7185-4c8f-ac18-f55a765b2cc4",
                                            "description": "sample string 4",
                                            "cost": 5,
                                            "costDecimals": 6,
                                            "start": "2025-08-02T23:15:59.8152026",
                                            "end": "2025-08-02T23:15:59.8152026",
                                            "type": 9,
                                            "promoType": 10,
                                            "bonusItemPLUG_UID": "LnDKUqMHsUup6Vk6SfeNvA==",
                                            "bonusItemPluGuid": "52ca702e-07a3-4bb1-a9e9-593a49f78dbc",
                                            "bonusPurchaseUnits": 11,
                                            "bonusReceiveUnits": 12,
                                            "updated": "2025-08-02T23:15:59.8152026",
                                            "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-08-02T23:15:59.8152026",
                                            "campaignEndDate": "2025-08-02T23:15:59.8152026",
                                            "masterPLUG_UID": "lefHB5mJJU6ihLynVSB8YQ==",
                                            "masterID": "07c7e795-8999-4e25-a284-bca755207c61",
                                            "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": "Uss3TITwM0i8yfk3kqhPvA==",
                                            "bonusMasterID": "4c37cb52-f084-4833-bcc9-f93792a84fbc",
                                            "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-08-02T23:15:59.8152026",
                                        "dealCosts": [
                                          {
                                            "$ref": "73"
                                          },
                                          {
                                            "$ref": "73"
                                          }
                                        ],
                                        "tags": [
                                          {
                                            "$id": "74",
                                            "pluG_UID": "eDIVqzA5H0CTnDFM6cW0gA==",
                                            "pluGuid": "ab153278-3930-401f-939c-314ce9c5b480",
                                            "tagID": 1,
                                            "description": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "alternateProductG_UID": "t+DB1sjONUuqddW4BhoV/Q==",
                                        "alternateProduct": "d6c1e0b7-cec8-4b35-aa75-d5b8061a15fd",
                                        "productHostCode": {
                                          "$id": "75",
                                          "id": 1,
                                          "pluG_UID": "61gNWxdWv0+d9PK3ETb+7w==",
                                          "pluGuid": "5b0d58eb-5617-4fbf-9df4-f2b71136feef",
                                          "ibaCode": "sample string 2"
                                        },
                                        "mscCat": {
                                          "$ref": "58"
                                        },
                                        "mscCom": {
                                          "$ref": "59"
                                        },
                                        "mscDep": {
                                          "$ref": "61"
                                        },
                                        "mscSubCom": {
                                          "$ref": "60"
                                        },
                                        "isUserUpdate": true,
                                        "ignoreMasterProduct": true,
                                        "priceGroupLabelRequested": true,
                                        "firstSold": "2025-08-02T23:15:59.8152026",
                                        "inventoryTracked": "2025-08-02T23:15:59.8152026",
                                        "isNormalPriceChangesCampaign": true
                                      },
                                      "supplier": {
                                        "$ref": "20"
                                      },
                                      "serviceFee": {
                                        "$id": "76",
                                        "id": 1,
                                        "description": "sample string 1",
                                        "fee": 1
                                      },
                                      "isPrimaryHost": true,
                                      "hostVendor": 47
                                    },
                                    {
                                      "$ref": "23"
                                    }
                                  ],
                                  "orderCycleHeaders": [
                                    {
                                      "$id": "77",
                                      "storeID": 1,
                                      "supplierIdentifier": "Khr0kCBamEKl9cJfI/esVA==",
                                      "supplierGuid": "90f41a2a-5a20-4298-a5f5-c25f23f7ac54",
                                      "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": "ROi7lsW2DUKL3AB1hmrCZw==",
                                      "supplierGuid": "96bbe844-b6c5-420d-8bdc-0075866ac267",
                                      "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-08-02T23:15:59.8152026",
                                      "deliveryDate": "2025-08-02T23:15:59.8152026",
                                      "nextCutOffDate": "2025-08-02T23:15:59.8152026",
                                      "nextDeliveryDate": "2025-08-02T23:15:59.8152026",
                                      "nextDaysBuffer": 10
                                    },
                                    {
                                      "$ref": "78"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "16"
                                  },
                                  "updated": "2025-08-02T23:15:59.8152026",
                                  "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-08-02T23:15:59.8152026",
                                    "processed": "2025-08-02T23:15:59.8152026",
                                    "isProcessing": true,
                                    "processedCount": 6,
                                    "processingTime": 1,
                                    "collectedUtc": "2025-08-02T23:15:59.8152026",
                                    "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-08-02T23:15:59.8152026",
                                      "businessPillar": "sample string 3",
                                      "fileType": "sample string 4"
                                    }
                                  },
                                  {
                                    "$ref": "79"
                                  }
                                ],
                                "zoneMatrix": [
                                  {
                                    "$id": "81",
                                    "id": 1,
                                    "hostIdentifier": "DYvywTRd6kC13AjPKmUOXw==",
                                    "hostIdentifierGuid": "c1f28b0d-5d34-40ea-b5dc-08cf2a650e5f",
                                    "storeID": 1,
                                    "departmentCode": "sample string 2",
                                    "hostGuids": [
                                      "4aab49cb-0ca6-4224-b095-cd70a1c1e3f4",
                                      "92fc6aed-f668-4b94-b15c-9c0fc310c25c"
                                    ]
                                  },
                                  {
                                    "$ref": "81"
                                  }
                                ],
                                "hostFileStoreSetting": {
                                  "$ref": "18"
                                },
                                "hostStoreSettings": [
                                  {
                                    "$ref": "18"
                                  },
                                  {
                                    "$ref": "18"
                                  }
                                ],
                                "promotionPlacements": [
                                  {
                                    "$id": "82",
                                    "identifier": "faPr6VhxukiWKvrUMYRisQ==",
                                    "identifierGuid": "e9eba37d-7158-48ba-962a-fad4318462b1",
                                    "code": "sample string 2",
                                    "description": "sample string 3",
                                    "isAdvertised": true
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "promoTypeGuids": [
                                  "bbfe8299-47a7-452c-b58b-72dede4d9655",
                                  "b9b36102-b39c-424f-b822-e63b8959dde7"
                                ],
                                "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-08-02T23:15:59.8152026",
                              "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": "7baced47-9fd4-4187-a8ca-8149e35733ae",
                          "updateStore": {
                            "$id": "88",
                            "id": "d5d42a38-e376-4faf-a3c4-72272007461c",
                            "name": "sample string 1",
                            "lastActivity": "2025-08-02T23:15:59.8152026",
                            "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-08-02T23:15:59.8308309"
                          },
                          "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": "qDcp9N+YUE+MuX+DXyJyBQ==",
                    "identifierGuid": "f42937a8-98df-4f50-8cb9-7f835f227205",
                    "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-08-02T23:15:59.8308309",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "91",
                      "saleItemID": 1,
                      "identifier": "6YHBJXmhxkeVQ6o6LZP48w==",
                      "identifierGuid": "25c181e9-a179-47c6-9543-aa3a2d93f8f3",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "Zdx1gFmueEqYke8ASu/abQ==",
                      "pluGuid": "8075dc65-ae59-4a78-9891-ef004aefda6d",
                      "accountID": "xazr5aB8lUSvt/tctCEfHQ==",
                      "accountIDGuid": "e5ebacc5-7ca0-4495-afb7-fb5cb4211f1d",
                      "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-08-02T23:15:59.8308309",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "PGNwHhPNBkau8+q6Uu3Hxw==",
                      "refundGuid": "1e70633c-cd13-4606-aef3-eaba52edc7c7",
                      "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": "8GGsr5nL+kix+q0cOQ0o3A==",
                      "idempotentVoidGuid": "afac61f0-cb99-48fa-b1fa-ad1c390d28dc",
                      "priceLevelIdentifier": "PXF09/nSGU65omaHTfTNMg==",
                      "priceLevelIdentifierGuid": "f774713d-d2f9-4e19-b9a2-66874df4cd32",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "92",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2025-08-02T23:15:59.8308309",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "refund": {
                        "$id": "93",
                        "id": 1,
                        "g_UID": "IqShIQfM40+bbU/+V/1tFQ==",
                        "guid": "21a1a422-cc07-4fe3-9b6d-4ffe57fd6d15",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2025-08-02T23:15:59.8308309"
                      },
                      "modifier": {
                        "$id": "94",
                        "id": 1,
                        "setG_UID": "E7v/d8pnFUGYnXE8CO2tWg==",
                        "modifierSetGuid": "77ffbb13-67ca-4115-989d-713c08edad5a",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "aV+eZ0olEUGfKWQX31znNQ==",
                        "pluGuid": "679e5f69-254a-4111-9f29-6417df5ce735",
                        "deleted": true,
                        "g_UID": "mTJN0enl1UeaN6SxHtHd8Q==",
                        "guid": "d14d3299-e5e9-47d5-9a37-a4b11ed1ddf1",
                        "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": "F/7OiP1GnEq8UdRiJ6yzDA==",
                      "pluGuid": "88cefe17-46fd-4a9c-bc51-d46227acb30c",
                      "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-08-02T23:15:59.8308309",
                      "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-08-02T23:15:59.8308309",
                      "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": "aDB2oyfrgk+vhWlk7g69NA==",
                      "pluGuid": "a3763068-eb27-4f82-af85-6964ee0ebd34",
                      "accountID": "WDgxNa6BQkmZD0pBpN2pSA==",
                      "accountIDGuid": "35313858-81ae-4942-990f-4a41a4dda948",
                      "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-08-02T23:15:59.8308309",
                      "bestOrExpireType": 1,
                      "refundG_UID": "/j1f3chj10+/n07JrM6k0g==",
                      "refundGuid": "dd5f3dfe-63c8-4fd7-bf9f-4ec9accea4d2",
                      "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": "exhotTtoBE2MAfwBknDU+Q==",
                      "identifierGuid": "b568187b-683b-4d04-8c01-fc019270d4f9",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "LTKg95eee0q2VCXOPv4tnw==",
                      "customerIdentifierGuid": "f7a0322d-9e97-4a7b-b654-25ce3efe2d9f",
                      "operatorNo": 1,
                      "operatorG_UID": "+vfRr1ag30u5l7a3FdZuDQ==",
                      "operatorGuid": "afd1f7fa-a056-4bdf-b997-b6b715d66e0d",
                      "created": "2025-08-02T23:15:59.8308309",
                      "ordered": "2025-08-02T23:15:59.8308309",
                      "started": "2025-08-02T23:15:59.8308309",
                      "completed": "2025-08-02T23:15:59.8308309",
                      "supplied": "2025-08-02T23:15:59.8308309",
                      "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": "TJ0BPP24PUyOmxw+l9CZ/A==",
                          "pluGuid": "3c019d4c-b8fd-4c3d-8e9b-1c3e97d099fc",
                          "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": "P4FaxbfQX0SxbQkm0Puybw==",
                          "headerIdentifierGuid": "c55a813f-d0b7-445f-b16d-0926d0fbb26f",
                          "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": "XBzhFhSLhEWRWaboGbmimw==",
                      "surveyGuid": "16e11c5c-8b14-4584-9159-a6e819b9a29b",
                      "saleHeaderGuid": "rkU6dsl3Q0yscKp5BAFfUQ==",
                      "saleGuid": "763a45ae-77c9-4c43-ac70-aa7904015f51",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "PbLeU/DtjUqX6uVAgQyqAw==",
                      "guidResponse": "53deb23d-edf0-4a8d-97ea-e540810caa03",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2025-08-02T23:15:59.8308309",
                      "sale": {
                        "$ref": "13"
                      },
                      "survey": {
                        "$id": "103",
                        "g_UID": "HBjh5mj5E0uF5La6amVbBg==",
                        "guid": "e6e1181c-f968-4b13-85e4-b6ba6a655b06",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "CNNPXdjXH0GNOkv/5wSA0g==",
                        "checkoutFormGuid": "5d4fd308-d7d8-411f-8d3a-4bffe70480d2",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2025-08-02T23:15:59.8308309",
                        "end": "2025-08-02T23:15:59.8308309",
                        "deleted": true,
                        "updated": "2025-08-02T23:15:59.8308309",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "5307aa72-607f-4b22-b264-a4b7753302eb",
                          "1f72ba3c-22e2-4c0a-88c3-af9fe3b507ea"
                        ],
                        "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": "nQanuRR8hkS3ONPtlZgayg==",
                  "accountIdentifier": "b9a7069d-7c14-4486-b738-d3ed95981aca",
                  "accountName": "sample string 42",
                  "customerOrderIdentifier": "baR5gCUodkCdhuR5gT+D8w==",
                  "customerOrderIdentifierGuid": "8079a46d-2825-4076-9d86-e479813f83f3",
                  "priceLevelName": "sample string 43",
                  "revision": 44,
                  "ingressId": "sample string 45"
                },
                "metadata": {
                  "$id": "104",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "0ah52u+RtkWHkI+3UFVb9Q==",
                  "paymentIdentifierGuid": "da79a8d1-91ef-45b6-8790-8fb750555bf5",
                  "identifier": "phFsaPUMbUqPrYSDFpf8uQ==",
                  "identifierGuid": "686c11a6-0cf5-4a6d-8fad-84831697fcb9",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "9rFHLAqnPk2ybZllrT8Qww==",
                  "itemIdentifierGuid": "2c47b1f6-a70a-4d3e-b26d-9965ad3f10c3"
                }
              },
              {
                "$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": "hgb4egSocEy96MswEzI5XA==",
            "customerIdentifierGuid": "7af80686-a804-4c70-bde8-cb301332395c",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "PSfF4tAzT0a1Fd8Ekk1LSQ==",
            "idempotentGuid": "e2c5273d-33d0-464f-b515-df04924d4b49",
            "offline": true,
            "voucher": {
              "$ref": "1"
            },
            "customer": {
              "$ref": "6"
            }
          },
          {
            "$ref": "105"
          }
        ]
      },
      "issuedOfflinePayment": {
        "$ref": "12"
      },
      "redeemedOfflinePayment": {
        "$ref": "12"
      }
    },
    {
      "$ref": "5"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��[��E�5xl/workbook.xml �(����� ��M��(�F=y鵇��B���}�"F��zۙ��v���i�vB=�P��]MH�4�����^���+���[��`"�EQ3�ʚ �x���
���z�P�)���	�fm�T��,���]MD��M5v\d����E�Qv�c���Z���iUP�qQ�%���5d��}PK��[����	�[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
��[�j̅''_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="Rcdd92b9cb8ff47c1" /></Relationships>PK��[c�{��	xl/worksheets/sheet1.xml �(����r�0�_����Z,)d�rn3�h�]��ۄ<~ec�-kp�����.���xt������ތ}���\/������o¿���:{�WJ��7�E6�WE���|�Ri�z�6�n��4.�c���2�����R�)B�Pfj&U�J����/��m��EUB�>�J�d�OF��D/��2��Wp�}/��*�W��y���������b죊
{�J��y��w���߫�mU�&�J3����Ҥl���g��O�j��(���综�����pTt���h����������z�E=����Gpa1#���z���Q����� %��z^���]�:��%N0'HD���zY�e�nI��L(���t4j"���g�`D	e| ��rО�X0� 2�h>h�BRƤ��r��p����"�d	����ƁT��@�0#r �т�x�ЀIʥD��(��AhL(�q��1,�%��P-�i\ēQ��^V]������j͑͘�}�1A�����u��.q�'p���	�%n���>���]����}��]�O�.��'d�xrt�j�����@��~w V_8�����lh,s�
n|�k��׸�č�&1u �(n�5�ٙ:��wր��wV��;���~I�
��@�ʞ�(IJ�Y��^�l�8�&Ķ��m�V�ʼ�l�u��j�^�&PK��[͵A�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�q\���tö���Q;�]�gc���V���X��j4��'�|���o�D^0�ѻ�A�}?���S2w��ݬ�8��'��H�ؔ�J��8�X�]�f�r�(}TRΘ��d�5�����5�>���`���1Z��€���R��PW�
��`��dm\p �fj1�'��^�y)�4�i[�M#�Y�7��*`��B�t�T�5.��Q+��+�.j��/6_PK��[Ѓ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��[Cّ�t�xl/sharedStrings.xml �(����N�0E%���%A���"DS6��Z?��A��DŽ�pBYE����{�dG/Z%��HZ��m�c	a�,s6/O��YB��5��5K����'��P�V�W�iJb���
MP�����-S�‚V�^����
R
ҰD�����,��|�q�]#d���|�������G�4Ƶ�p��!E,�V��
��j�N�X��xl[�Tҭ�국W�������_́!]>�5y��-�1�oE���:ͧe�,F�k��Rj�UКm��p���2��b� ���帐$�o�w6˻��X.]�J�� �[�^�,��iࣈ��C�I��?غ���;q���Q�U
��A�
:)�D��۾�>���Gr�3!
�j�PK-��[��E�5xl/workbook.xmlPK-��[����	��[Content_Types].xmlPK-
��[�j̅''U_rels/.relsPK-��[c�{��	�xl/worksheets/sheet1.xmlPK-��[͵A�P�xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
xl/styles.xmlPK-��[Cّ�t��	xl/sharedStrings.xmlPK�U

application/vnd.ms-excel

Sample:
PK��[(��5xl/workbook.xml �(�����0��&�C��U		8q����[�H����[ �x�3;��T�������ф��T��J�B/QC8Y�&��b��ɬ����o�&��9�8BT��\�+�Vpa1�qEiP�6�!���p
�L�Vw6	[C�7U-��bQĀƚ���Ź
5=S�K��{�\d=p��9��;�b���PK��[����	�[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
��[��Q''_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="R3d3e5ea983054ea3" /></Relationships>PK��[c�{��	xl/worksheets/sheet1.xml �(����r�0�_����Z,)d�rn3�h�]��ۄ<~ec�-kp�����.���xt������ތ}���\/������o¿���:{�WJ��7�E6�WE���|�Ri�z�6�n��4.�c���2�����R�)B�Pfj&U�J����/��m��EUB�>�J�d�OF��D/��2��Wp�}/��*�W��y���������b죊
{�J��y��w���߫�mU�&�J3����Ҥl���g��O�j��(���综�����pTt���h����������z�E=����Gpa1#���z���Q����� %��z^���]�:��%N0'HD���zY�e�nI��L(���t4j"���g�`D	e| ��rО�X0� 2�h>h�BRƤ��r��p����"�d	����ƁT��@�0#r �т�x�ЀIʥD��(��AhL(�q��1,�%��P-�i\ēQ��^V]������j͑͘�}�1A�����u��.q�'p���	�%n���>���]����}��]�O�.��'d�xrt�j�����@��~w V_8�����lh,s�
n|�k��׸�č�&1u �(n�5�ٙ:��wր��wV��;���~I�
��@�ʞ�(IJ�Y��^�l�8�&Ķ��m�V�ʼ�l�u��j�^�&PK��[F.�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�cBD*6�R.0v�IDbG�)p�.z�^��� u�
�����4�����^Ɓ����5�FV���m
�h�V�ݬ�4`L���Ҋ
5t1NϜ�ш!s��1ΏS�[>�>bK\
Qr?g�=������5�>�d�`~v�:�쀾�X�O)�[ȳD��԰�pQ�B��*,�񇩅x(�z}�3%*,pYi�Map�P�=5�ѧKϝ��ڂ�R��FJU�ruS�w��PK��[Ѓ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��[Cّ�t�xl/sharedStrings.xml �(����N�0E%���%A���"DS6��Z?��A��DŽ�pBYE����{�dG/Z%��HZ��m�c	a�,s6/O��YB��5��5K����'��P�V�W�iJb���
MP�����-S�‚V�^����
R
ҰD�����,��|�q�]#d���|�������G�4Ƶ�p��!E,�V��
��j�N�X��xl[�Tҭ�국W�������_́!]>�5y��-�1�oE���:ͧe�,F�k��Rj�UКm��p���2��b� ���帐$�o�w6˻��X.]�J�� �[�^�,��iࣈ��C�I��?غ���;q���Q�U
��A�
:)�D��۾�>���Gr�3!
�j�PK-��[(��5xl/workbook.xmlPK-��[����	��[Content_Types].xmlPK-
��[��Q''U_rels/.relsPK-��[c�{��	�xl/worksheets/sheet1.xmlPK-��[F.�P�xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
xl/styles.xmlPK-��[Cّ�t��	xl/sharedStrings.xmlPK�W