GET api/account/{id}?relations={relations}

Retrieves an Account and its related records via its unique identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Account identifier

globally unique identifier

Required

relations

Indicates whether customer and customer group relations should also be returned

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Matching account or null if not found

Account
NameDescriptionTypeAdditional information
ID

integer

None.

Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

ReferenceNo

Reference number used by customers and stores to easily identifier store for a payment or other reason

string

None.

Name

string

None.

Created

date

None.

Owner

Collection of byte

None.

OwnerGuid

globally unique identifier

None.

AccountStoreGroupIdentifier

Collection of byte

None.

AccountStoreGroupGuid

globally unique identifier

None.

AccountType

AccountType

None.

CurrentBalance

After creation should only be provided if being updated

integer

None.

ExternalID

string

String length: inclusive between 0 and 20

MaximumLimit

integer

None.

AccruePoints

boolean

None.

LoyaltyPoints

If this is a group account the group gets the points, not the card

integer

None.

TermsOfTrade

integer

None.

SignatureRequired

boolean

None.

ReferenceRequired

Flag whether the customer reference should be prompted for this account, even when pos setting doesn't enforce for all

boolean

None.

StatementSendType

0 = Email, 1 = Print

integer

None.

AgeingPeriod

integer

None.

MonthlyAgeingPeriod

boolean

None.

ExplodedInvoice

boolean

None.

IsFifoAllocation

boolean

None.

LastStatementSent

date

None.

Active

boolean

None.

Updated

date

None.

Deleted

boolean

None.

DeletedUser

string

None.

CurrentBalanceChanged

Indicates if current balance value has changed and should be updated to value provided (Generate account ledger records)

boolean

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

MaximumLimitChanged

Indicates if maximum limit value has changed and should be updated to value provided

boolean

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

LoyaltyPointsChanged

Indicates if loyalty points value has changed and should be updated to value provided (Generate account ledger records)

boolean

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

ProjectedBalance

integer

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

AccountStoreGroupStoreIDs

Collection of integer

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

CustomerEmail

string

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

OwnerCustomer

Customer

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

Card

CustomerCard

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

Members

Dictionary of string [key] and Collection of Customer [value]

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

CustomerGroups

Collection of CustomerGroup

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

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "identifier": "5frHm7EFb0yAi7vOAF8T8g==",
  "identifierGuid": "9bc7fae5-05b1-4c6f-808b-bbce005f13f2",
  "referenceNo": "sample string 3",
  "name": "sample string 4",
  "created": "2025-06-14T07:08:31.9817919",
  "owner": "Tqbw+6gfq0qEb+7Y+HUnOg==",
  "ownerGuid": "fbf0a64e-1fa8-4aab-846f-eed8f875273a",
  "accountStoreGroupIdentifier": "fpuE0BxWqUCT+1idvE2+eA==",
  "accountStoreGroupGuid": "d0849b7e-561c-40a9-93fb-589dbc4dbe78",
  "accountType": 1,
  "currentBalance": 1,
  "externalID": "sample string 7",
  "maximumLimit": 1,
  "accruePoints": true,
  "loyaltyPoints": 1,
  "termsOfTrade": 1,
  "signatureRequired": true,
  "referenceRequired": true,
  "statementSendType": 10,
  "ageingPeriod": 1,
  "monthlyAgeingPeriod": true,
  "explodedInvoice": true,
  "isFifoAllocation": true,
  "lastStatementSent": "2025-06-14T07:08:31.9817919",
  "active": true,
  "updated": "2025-06-14T07:08:31.9817919",
  "deleted": true,
  "deletedUser": "sample string 16",
  "currentBalanceChanged": true,
  "maximumLimitChanged": true,
  "loyaltyPointsChanged": true,
  "projectedBalance": 17,
  "accountStoreGroupStoreIDs": [
    1,
    2
  ],
  "customerEmail": "sample string 18",
  "ownerCustomer": {
    "$id": "2",
    "identifier": "8elr6y9wSE2bPJwMZRNilA==",
    "identifierGuid": "eb6be9f1-702f-4d48-9b3c-9c0c65136294",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2025-06-14T07:08:31.9817919",
    "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": "ntruqkNhlU24IsyxyihEcg==",
    "communityIdentifierGuid": "aaeeda9e-6143-4d95-b822-ccb1ca284472",
    "joined": "2025-06-14T07:08:31.9817919",
    "updated": "2025-06-14T07:08:31.9817919",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "1W/P4YjjO0i8rKXoyhXpCA==",
    "priceLevelIdentifierGuid": "e1cf6fd5-e388-483b-bcac-a5e8ca15e908",
    "marketingID": "sample string 18",
    "hidden": true,
    "registered": true,
    "registeredOn": "2025-06-14T07:08:31.9817919",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "3",
        "cardType": 2,
        "issueDate": "2025-06-14T07:08:31.9817919",
        "expiry": "2025-06-14T07:08:31.9817919",
        "customerID": "GpdTs+GbDEqdxLb8SuRu+w==",
        "customerIDGuid": "b353971a-9be1-4a0c-9dc4-b6fc4ae46efb",
        "initialValue": 1,
        "currentValue": 1,
        "maxLimit": 1,
        "minTransaction": 1,
        "maxTransaction": 1,
        "multiplier": 1.1,
        "active": true,
        "reasonInactive": 1,
        "idRequired": true,
        "idType": 1,
        "idValue": "sample string 5",
        "updated": "2025-06-14T07:08:31.9817919",
        "linkedAccount": "pLQYpHTKU0OFYUW4cMwe1Q==",
        "linkedAccountGuid": "a418b4a4-ca74-4353-8561-45b870cc1ed5",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "2"
        },
        "account": {
          "$ref": "1"
        },
        "payments": [
          {
            "$id": "4",
            "id": 1,
            "identifier": "Z9w/J7OPW0ussh9jxMBMhg==",
            "identifierGuid": "273fdc67-8fb3-4b5b-acb2-1f63c4c04c86",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "Ng7ChsXaYESpTFrjZ6WpZw==",
            "accountIDGuid": "86c20e36-dac5-4460-a94c-5ae367a5a967",
            "customerAccount": {
              "$ref": "1"
            },
            "customerCard": {
              "$ref": "3"
            },
            "accountType": 1,
            "cardName": "sample string 8",
            "authorisationNumber": "sample string 9",
            "bankReference": "sample string 10",
            "merchantID": "sample string 11",
            "terminalID": "sample string 12",
            "cardNumber": "sample string 13",
            "paymentDate": "2025-06-14T07:08:31.9817919",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "UMHgOY8eTUmFlvgGoCd0uA==",
            "idempotentVoidGuid": "39e0c150-1e8f-494d-8596-f806a02774b8",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "5",
              "saleHeaderID": 1,
              "saleHeaderGuid": "GxSEakBfcEyN3RDWwDZLvQ==",
              "saleHeaderIdentifierGuid": "6a84141b-5f40-4c70-8ddd-10d6c0364bbd",
              "created": "2025-06-14T07:08:31.9817919",
              "createdLocal": "2025-06-14T07:08:31.9817919",
              "createdText": "sample string 4",
              "itemCount": 5,
              "totalAmount": 6,
              "cashTender": 1,
              "cardTender": 1,
              "cheqTender": 1,
              "acctTender": 1,
              "voucherTender": 1,
              "loyaltyPoints": 1,
              "cashout": 1,
              "changeAmount": 1,
              "rounding": 1,
              "gstAmount": 1,
              "transactionDiscountTender": 1,
              "totalTip": 7,
              "tranType": 1,
              "processed": 1,
              "imported": "2025-06-14T07:08:31.9817919",
              "storeID": 1,
              "operatorG_Uid": "HaGvBgB3lkqHtrT59FBNYg==",
              "operatorGuid": "06afa11d-7700-4a96-87b6-b4f9f4504d62",
              "customerG_Uid": "9X+kMOT3skC+/RkVZVQG7w==",
              "customerGuid": "30a47ff5-f7e4-40b2-befd-1915655406ef",
              "communityIdentifier": "01L/9JqTHE6Qznc/WYU/mA==",
              "communityIdentifierGuid": "f4ff52d3-939a-4e1c-90ce-773f59853f98",
              "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": "gb4YQ79fUUCv+fjSCSl2Hg==",
              "priceLevelIdentifierGuid": "4318be81-5fbf-4051-aff9-f8d20929761e",
              "locked": 36,
              "relationChecksum": "sample string 37",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "6",
                "id": 1,
                "g_Uid": "lVt5PWBpzkWZdwuVvRBIfw==",
                "guid": "3d795b95-6960-45ce-9977-0b95bd10487f",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2025-06-14T07:08:31.9817919",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-06-14T07:08:31.9817919",
                "endShift": "2025-06-14T07:08:31.9817919",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "7",
                    "operatorG_UID": "sT26uSVGdEuzGXuFUGEwBA==",
                    "operatorGuid": "b9ba3db1-4625-4b74-b319-7b8550613004",
                    "storeID": 2,
                    "operator": {
                      "$ref": "6"
                    },
                    "store": {
                      "$id": "8",
                      "id": 1,
                      "isMaster": true,
                      "shortName": "sample string 3",
                      "url": "sample string 4",
                      "sortOrder": 1,
                      "name": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "state": "sample string 12",
                      "country": "sample string 13",
                      "postCode": "sample string 14",
                      "delivery": 1,
                      "exportAccounts": 1,
                      "salesAccountFolder": "sample string 15",
                      "purchaseAccountFolder": "sample string 16",
                      "initLoad": 1,
                      "initIDs": 1,
                      "zoneID": 1,
                      "actAsMaster": 1,
                      "lastActiveUtc": "2025-06-14T07:08:31.9817919",
                      "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": "S7+Vha+GfkGF85HarMIMsQ==",
                      "hostIdentifierGuid": "8595bf4b-86af-417e-85f3-91daacc20cb1",
                      "hostName": 1,
                      "hostAddress": "sample string 27",
                      "hostUsername": "sample string 28",
                      "hostPassword": "sample string 29",
                      "excludeFromLeadInOut": true,
                      "accountingProvider": 31,
                      "accountingAddress": "sample string 32",
                      "accountingUsername": "sample string 33",
                      "accountingPassword": "sample string 34",
                      "storeAccountingCode": "sample string 35",
                      "softwareVariance": 36,
                      "fuelWarningVariance": 37.0,
                      "fuelErrorVariance": 38.0,
                      "fuelAccumulatedWarningVariance": 39.0,
                      "fuelAccumulatedErrorVariance": 40.0,
                      "drawManagment": 41,
                      "endOfDayManagment": true,
                      "autoFillCashBalancing": true,
                      "fuelDayVariance": 44,
                      "accountingTradingTime": "00:00:00.1234567",
                      "stockActivateProduct": 46,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2025-06-14T07:08:31.9817919",
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "9",
                        "storeID": 1,
                        "addressType": 1,
                        "address1": "sample string 1",
                        "address2": "sample string 2",
                        "city": "sample string 3",
                        "state": "sample string 4",
                        "country": "sample string 5",
                        "postCode": "sample string 6"
                      },
                      "billingAddress": {
                        "$ref": "9"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "10",
                          "id": 1,
                          "hostIdentifier": "Q6vogeWr9k2pESxHJn78dQ==",
                          "hostIdentifierGuid": "81e8ab43-abe5-4df6-a911-2c47267efc75",
                          "storeID": 2,
                          "username": "sample string 3",
                          "password": "sample string 4",
                          "passwordPlain": "sample string 5",
                          "serverAddress": "sample string 6",
                          "serverPort": 1,
                          "excludeFromLeadInOut": true,
                          "useForHostFile": true,
                          "metcashPillarID": "sample string 9",
                          "metcashStateCode": "sample string 10",
                          "metcashCustomerID": "sample string 11",
                          "metcashTradingPartnerID": "sample string 12",
                          "drakesCustomerNumber": 1,
                          "sparCustomerNumber": "sample string 13",
                          "sparOrderUsername": "sample string 14",
                          "sparOrderPassword": "sample string 15",
                          "sparOrderPasswordPlain": "sample string 16",
                          "pharmXSiteID": 1,
                          "ibaZoneID": 1,
                          "ibaState": "sample string 17",
                          "foodlandStoreCode": "sample string 18",
                          "ilgMemberNumber": "sample string 19",
                          "ilgOutletLocation": 1,
                          "ilgBaseCost": 1,
                          "ilgApplyNonAdvertisedPromos": true,
                          "ilgExemptFromFreight": true,
                          "ilgOrderDealReview": true,
                          "ilgFinanceFee": 1,
                          "processPromotions": true,
                          "hostProvider": 0,
                          "host": {
                            "$id": "11",
                            "identifier": "nfwQLjIdFkGWJ04JYgSZzQ==",
                            "identifierGuid": "2e10fc9d-1d32-4116-9627-4e09620499cd",
                            "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": "kD7P0Zgu8kaXiiJqVkvKFg==",
                            "hostSupplierIdentifierGuid": "d1cf3e90-2e98-46f2-978a-226a564bca16",
                            "loyaltyPriceLevelIdentifier": "5Nqmvb3ah0OjyO9FySzHIA==",
                            "loyaltyPriceLevelIdentifierGuid": "bda6dae4-dabd-4387-a3c8-ef45c92cc720",
                            "isGroup": true,
                            "description": "sample string 22",
                            "hostProvider": 23,
                            "hostTypeEnum": 24,
                            "hostType": "sample string 25",
                            "hostCode": "sample string 26",
                            "username": "sample string 27",
                            "password": "sample string 28",
                            "passwordPlain": "sample string 29",
                            "server": "sample string 30",
                            "url": "sample string 31",
                            "global": true,
                            "stateCode": "sample string 33",
                            "lastCollected": "2025-06-14T07:08:31.9817919",
                            "lastProcessed": "2025-06-14T07:08:31.9817919",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "12",
                              "identifier": "XBLjI77saUCk8zzIJeZbfw==",
                              "identifierGuid": "23e3125c-ecbe-4069-a4f3-3cc825e65b7f",
                              "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": "ycvtL0iAwk6H4cZbmi2tvQ==",
                              "primaryContactID": "2fedcbc9-8048-4ec2-87e1-c65b9a2dadbd",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "zQYBm8ZdsUKvHJiB2iZIAg==",
                              "supplierGroupGuid": "9b0106cd-5dc6-42b1-af1c-9881da264802",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2025-06-14T07:08:31.9817919",
                              "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": "13",
                                "id": "0949ee94-6618-459e-a771-7bbd92b7db5e",
                                "identifier": "z0L3njmGrEyCTMrPiKwEqg==",
                                "identifierGuid": "9ef742cf-8639-4cac-824c-cacf88ac04aa",
                                "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": "14",
                                  "supplierIdentifier": "GJCdY084lESNCrWN1dVIpw==",
                                  "supplierIdentifierGuid": "639d9018-384f-4494-8d0a-b58dd5d548a7",
                                  "contactGuid": "Yk9Bl/t5dkCAIEyj8XbJXg==",
                                  "contactID": "97414f62-79fb-4076-8020-4ca3f176c95e",
                                  "contact": {
                                    "$ref": "13"
                                  },
                                  "supplier": {
                                    "$ref": "12"
                                  }
                                },
                                {
                                  "$ref": "14"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "15",
                                  "pluG_UID": "y87DjyTvE0SMyG0qMRQZFQ==",
                                  "pluGuid": "8fc3cecb-ef24-4413-8cc8-6d2a31141915",
                                  "supplierIdentifier": "3vlsM7xkIUyDtIel7iCLgA==",
                                  "supplierIdentifierGuid": "336cf9de-64bc-4c21-83b4-87a5ee208b80",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 2",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 4,
                                  "averagePackSize": 5,
                                  "effectiveDate": "2025-06-14T07:08:31.9817919",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 8,
                                  "landedUnitCostInc": 9,
                                  "landedCartonCostInc": 10,
                                  "landedCartonCostEx": 11,
                                  "standardCost": 12,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 13",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 14",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 15",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 16",
                                  "invoiceCode": "sample string 17",
                                  "invoiceDesc": "sample string 18",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 19,
                                  "hostType": 20,
                                  "fromHost": 21,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 22.1,
                                  "sellMultiple": 23.1,
                                  "baseMultiple": 24.1,
                                  "hostStandardCost": 25,
                                  "hostTotalCost": 26,
                                  "hostRetail": 27,
                                  "hostLandedUnitCostEx": 28,
                                  "hostLandedUnitCostInc": 29,
                                  "hostDesc": "sample string 30",
                                  "directIndicator": "sample string 31",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 33",
                                  "hostProductType": "sample string 34",
                                  "hostProductGrade": "sample string 35",
                                  "hostProductGroup": "sample string 36",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 39",
                                  "hostLastUpdated": "2025-06-14T07:08:31.9817919",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "16",
                                      "pluG_UID": "E37OcmowX02FYwDUtXKeuA==",
                                      "pluGuid": "72ce7e13-306a-4d5f-8563-00d4b5729eb8",
                                      "supplierIdentifier": "ugHz8YuhCU6O8Ft5cK+/Eg==",
                                      "supplierIdentifierGuid": "f1f301ba-a18b-4e09-8ef0-5b7970afbf12",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "16"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 40",
                                  "salesMode": 41,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 43,
                                  "parentPluG_UID": "U48w0KHG1EmN2a+SFuXWKQ==",
                                  "parentPluGuid": "d0308f53-c6a1-49d4-8dd9-af9216e5d629",
                                  "freight": 44.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "17",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "JdN6VlMIN0SsvKynq7UY7Q==",
                                    "guid": "567ad325-0853-4437-acbc-aca7abb518ed",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "X6pvy4tjkkmk5X0M4IhACw==",
                                    "priceGroupGuid": "cb6faa5f-638b-4992-a4e5-7d0ce088400b",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2025-06-14T07:08:31.9817919",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2025-06-14T07:08:31.9817919",
                                    "pluCreated": "2025-06-14T07:08:31.9817919",
                                    "createdByUser": "sample string 9",
                                    "name": "sample string 10",
                                    "nameChanged": true,
                                    "secondDescription": "sample string 12",
                                    "hostDescription": "sample string 13",
                                    "keepCartonQty": true,
                                    "keepDescription": true,
                                    "keepDepartments": true,
                                    "keepSuppliers": true,
                                    "markdownDescription": "sample string 18",
                                    "altDescription": "sample string 19",
                                    "bestOrExpire": 20,
                                    "lastUpdate": "2025-06-14T07:08:31.9817919",
                                    "lastManualUpdate": "2025-06-14T07:08:31.9817919",
                                    "imageName": "sample string 23",
                                    "showImageOnFlipCharts": true,
                                    "showTextOnFlipCharts": true,
                                    "overrideFlipChartText": true,
                                    "flipChartText": "sample string 27",
                                    "salesMode": 1,
                                    "eftCode": 1,
                                    "price": 1,
                                    "priceChanged": true,
                                    "rrp": 1,
                                    "gstPercent": 28,
                                    "gstPercentChanged": true,
                                    "costGSTPercent": 29,
                                    "costGSTPercentChanged": true,
                                    "wetPercent": 1,
                                    "priceOverride": 1,
                                    "cost": 1,
                                    "currentCost": 1,
                                    "currentCostDecimals": 1,
                                    "grossProfit": 1.0,
                                    "currentCostDesc": "sample string 30",
                                    "currentCostEnd": "2025-06-14T07:08:31.9817919",
                                    "currentCostUpdated": "2025-06-14T07:08:31.9817919",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 1,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2025-06-14T07:08:31.9817919",
                                    "defaultGP": 1,
                                    "breakTargetMode": 32,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 33,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 34,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 35,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "awsUpdated": "2025-06-14T07:08:31.9817919",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 52,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "Dzv3UfH3DEyFpUXqO5zxTQ==",
                                    "altPLUGuid": "51f73b0f-f7f1-4c0c-85a5-45ea3b9cf14d",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 53",
                                    "altPriceDescription2": "sample string 54",
                                    "cartonQuantity": 55,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 57",
                                    "text2": "sample string 58",
                                    "text3": "sample string 59",
                                    "labelText": "sample string 60",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 64",
                                    "barcodeFormat": "sample string 65",
                                    "austMade": 1,
                                    "coolCode": 66,
                                    "countryOfOrigin": "sample string 67",
                                    "percentContent": 68.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 69",
                                    "subDeptCode": "sample string 70",
                                    "minorDeptCode": "sample string 71",
                                    "lesserDeptCode": "sample string 72",
                                    "deptName": "sample string 73",
                                    "subDeptName": "sample string 74",
                                    "minorDeptName": "sample string 75",
                                    "lesserDeptName": "sample string 76",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 79,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 81,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2025-06-14T07:08:31.9817919",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "x0THeqz0REColoLxnYUEDg==",
                                    "shelfPageLayoutGuid": "7ac744c7-f4ac-4044-a896-82f19d85040e",
                                    "talkerPageLayoutG_UID": "n4wuuKKNL0KcXkfSnt/6cg==",
                                    "talkerPageLayoutGuid": "b82e8c9f-8da2-422f-9c5e-47d29edffa72",
                                    "unitMeasure": 1.1,
                                    "unitMeasureChanged": true,
                                    "unitMeasureKind": 84,
                                    "unitMeasureKindChanged": true,
                                    "signIQData": "sample string 86",
                                    "refresh": true,
                                    "earnLoyaltyPoints": true,
                                    "earnLoyaltyPointsChanged": true,
                                    "quantityOverride": true,
                                    "quantityOverrideChanged": true,
                                    "quantityRequired": true,
                                    "quantityRequiredChanged": true,
                                    "allowDiscounts": true,
                                    "allowDiscountsChanged": true,
                                    "discountDiscounts": true,
                                    "discountDiscountsChanged": true,
                                    "itemRecalled": true,
                                    "itemRecalledChanged": true,
                                    "noRefund": true,
                                    "noRefundChanged": true,
                                    "allowMarkdown": true,
                                    "allowMarkdownChanged": true,
                                    "priceRequired": true,
                                    "priceRequiredChanged": true,
                                    "fuelItem": true,
                                    "fuelItemChanged": true,
                                    "trackSerial": true,
                                    "trackSerialChanged": true,
                                    "allowZeroPrice": true,
                                    "allowZeroPriceChanged": true,
                                    "notForSale": 90,
                                    "notForSaleChanged": true,
                                    "excludeFromDeals": true,
                                    "excludeFromVoucher": true,
                                    "minimumAge": 93,
                                    "minimumAgeChanged": true,
                                    "buyingLimit": 1,
                                    "buyingLimitChanged": true,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitIndependentChanged": true,
                                    "inventoryGuid": "Yfuc/FxV40a7+T9f3e7DAw==",
                                    "inventoryIdentifier": "fc9cfb61-555c-46e3-bbf9-3f5fddeec303",
                                    "inventoryAccuracy": 1,
                                    "baseUnits": 97,
                                    "orderPacked": 1,
                                    "isManufactured": true,
                                    "isIngredient": true,
                                    "isModifier": true,
                                    "isModifierChanged": true,
                                    "hasModifiers": 98,
                                    "defaultPrinter": "sample string 99",
                                    "defaultPrinterGroup": "sample string 100",
                                    "ingredientsOnManufacture": true,
                                    "manufactureUnitMeasure": 1,
                                    "mpl": 1,
                                    "maxShelfQty": 101,
                                    "allowAutoOrder": true,
                                    "warrantyPeriod": 1,
                                    "parentPluG_UId": "mUpn2t6QokeFp1JrqE7lBg==",
                                    "parentPluGuid": "da674a99-90de-47a2-85a7-526ba84ee506",
                                    "preferredHostVendor": 103,
                                    "preferredHostChanged": true,
                                    "code": "sample string 105",
                                    "supplierIdentifier": "9CX9SvnHKk27NkZ0Aqo56A==",
                                    "supplierIdentifierGuid": "4afd25f4-c7f9-4d2a-bb36-467402aa39e8",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "ee3BEY9o3ka2bQDDwqMkEg==",
                                    "rebateSupplierIdentifierGuid": "11c1ed79-688f-46de-b66d-00c3c2a32412",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 107",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 109",
                                    "productType": "sample string 110",
                                    "productGroup": "sample string 111",
                                    "complianceIndicator": "sample string 112",
                                    "inhouseBrand": "sample string 113",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 116",
                                    "lastUpdatedByUser": "sample string 117",
                                    "lastManualUpdatedByUser": "sample string 118",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2025-06-14T07:08:31.9974078",
                                    "commodity": "sample string 120",
                                    "businessPillar": "sample string 121",
                                    "mscCommodity": "sample string 122",
                                    "hostIdentifier": "djgNNBoeX0GGyW0OEUFi8Q==",
                                    "hostIdentifierGuid": "340d3876-1e1a-415f-86c9-6d0e114162f1",
                                    "serviceFeeID": 1,
                                    "serviceFeeIDChanged": true,
                                    "providerName": "sample string 124",
                                    "aisleEnds": "sample string 125",
                                    "deleted": true,
                                    "deletedChanged": true,
                                    "hidden": true,
                                    "doNotRange": true,
                                    "doNotRangeChanged": true,
                                    "doNotOrder": true,
                                    "doNotOrderChanged": true,
                                    "locked": true,
                                    "excludeFromWebUpdate": true,
                                    "excludeFromWebUpdateChanged": true,
                                    "webPriceBasedOn": 136,
                                    "webPriceRounding": true,
                                    "webMarkup": 138,
                                    "webPriceMode": 139,
                                    "altDepartmentID": 1,
                                    "altSubDepartmentID": 1,
                                    "altMinorDepartmentID": 1,
                                    "altLesserDepartmentID": 1,
                                    "altDeptCode": "sample string 140",
                                    "altSubDeptCode": "sample string 141",
                                    "altMinorDeptCode": "sample string 142",
                                    "altLesserDeptCode": "sample string 143",
                                    "altDepartmentChanged": true,
                                    "storeProducts": [
                                      {
                                        "$ref": "17"
                                      },
                                      {
                                        "$ref": "17"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "8"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "18",
                                        "pluG_UID": "hi6p0SBe/EmwyaGwoWlT4Q==",
                                        "pluGuid": "d1a92e86-5e20-49fc-b0c9-a1b0a16953e1",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "priceNow": 5,
                                        "costNow": 6,
                                        "costNowDecimals": 7,
                                        "normalPrice": 8,
                                        "gstPercent": 9,
                                        "normalCost": 10,
                                        "normalCostDecimals": 11,
                                        "costGstPercent": 12,
                                        "costCalcMethod": 1,
                                        "currentCost": 13,
                                        "currentCostDecimals": 14,
                                        "break1": 15,
                                        "price1": 16,
                                        "break2": 17,
                                        "price2": 18,
                                        "break3": 19,
                                        "price3": 20,
                                        "fuelItem": 21,
                                        "fixedWeight": 22,
                                        "active": true,
                                        "complianceIndicator": "sample string 23",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2025-06-14T07:08:31.9974078"
                                      },
                                      {
                                        "$ref": "18"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "19",
                                      "pluPrices": {
                                        "$id": "20",
                                        "plu": 1,
                                        "pluG_UID": "QEA=",
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "normalPrice": 1,
                                        "cost": 2,
                                        "break1": 3,
                                        "price1": 4,
                                        "break2": 5,
                                        "price2": 6,
                                        "break3": 7,
                                        "price3": 8,
                                        "discountPrice": 9,
                                        "acceptedUtc": "2025-06-14T07:08:31.9974078",
                                        "priceChangeType": 0,
                                        "costDecimals": 10
                                      },
                                      "normalPluPrices": {
                                        "$ref": "20"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "21",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "startDate": "2025-06-14T07:08:31.9974078",
                                        "startTime": 3,
                                        "endDate": "2025-06-14T07:08:31.9974078",
                                        "endTime": 4,
                                        "newPrice": 5,
                                        "newCost": 6,
                                        "newCostDecimals": 7,
                                        "pctDiscount": 8,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 9",
                                        "hostType": 10,
                                        "hostIdentifier": "ib13GG4pFUWb5Zn1Eznieg==",
                                        "hostIdentifierGuid": "1877bd89-296e-4515-9be5-99f51339e27a",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "21"
                                        },
                                        {
                                          "$ref": "21"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "22",
                                      "g_UId": "9FqLnTMIYkiwLODmDt4cLA==",
                                      "guid": "9d8b5af4-0833-4862-b02c-e0e60ede1c2c",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "23",
                                      "priceGroupG_UID": "UUcR4iozjkCIdJ2z3q5ZrA==",
                                      "priceGroupGuid": "e2114751-332a-408e-8874-9db3deae59ac",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2025-06-14T07:08:31.9974078",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "17"
                                        },
                                        {
                                          "$ref": "17"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 145",
                                    "nutrifacts": {
                                      "$id": "24",
                                      "pluG_UID": "wEBo+q6XPkKMf/O557EXzw==",
                                      "pluGuid": "fa6840c0-97ae-423e-8c7f-f3b9e7b117cf",
                                      "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": "25",
                                      "pluGuid": "a38b15b3-94e3-42c0-893b-ccc852a36953",
                                      "created": "2025-06-14T07:08:31.9974078",
                                      "createdByUser": "sample string 1",
                                      "activated": "2025-06-14T07:08:31.9974078",
                                      "deactivated": "2025-06-14T07:08:31.9974078",
                                      "lastOrdered": "2025-06-14T07:08:31.9974078",
                                      "lastOrderedQty": 2.0,
                                      "lastReceived": "2025-06-14T07:08:31.9974078",
                                      "lastReceivedQty": 3.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2025-06-14T07:08:31.9974078",
                                      "lastSold": "2025-06-14T07:08:31.9974078",
                                      "firstSold": "2025-06-14T07:08:31.9974078",
                                      "awsUpdated": "2025-06-14T07:08:31.9974078",
                                      "lastManualUpdate": "2025-06-14T07:08:31.9974078",
                                      "lastManualUpdatedByUser": "sample string 5",
                                      "lastUpdated": "2025-06-14T07:08:31.9974078",
                                      "lastUpdatedByUser": "sample string 7",
                                      "lastUpdatedByHost": "2025-06-14T07:08:31.9974078",
                                      "doNotRangeUpdated": "2025-06-14T07:08:31.9974078",
                                      "doNotOrderUpdated": "2025-06-14T07:08:31.9974078",
                                      "tracked": "2025-06-14T07:08:31.9974078"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "26",
                                        "allergenID": 1,
                                        "pluG_UID": "Bz6ORvilfkyIOtlHUyezeg==",
                                        "pluGuid": "468e3e07-a5f8-4c7e-883a-d9475327b37a",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "26"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "27",
                                      "pluG_UID": "TqEV55CGQUeyNoyCj7ftww==",
                                      "pluGuid": "e715a14e-8690-4741-b236-8c828fb7edc3",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2025-06-14T07:08:31.9974078",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "28",
                                        "saleHeaderID": 1,
                                        "created": "2025-06-14T07:08:31.9974078",
                                        "createdLocal": "2025-06-14T07:08:31.9974078",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "PQleqhAhwEiK54Jt3jloYw==",
                                        "operatorGuid": "aa5e093d-2110-48c0-8ae7-826dde396863",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "eE1lnJfK6UOg/W87buNDWw==",
                                        "pluGuid": "9c654d78-ca97-43e9-a0fd-6f3b6ee3435b",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "6"
                                        }
                                      },
                                      {
                                        "$ref": "28"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "29",
                                        "pluID": 1,
                                        "pluG_UID": "4FRkkNw3a0Wgnc6atYMRwA==",
                                        "pluGuid": "906454e0-37dc-456b-a09d-ce9ab58311c0",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "29"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "30",
                                        "pluG_UId": "E8l+px0APEK8241O+Mz3Xw==",
                                        "pluGuid": "a77ec913-001d-423c-bcdb-8d4ef8ccf75f",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "17"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "30"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "31",
                                        "identifier": "tJAUgkrM2EOWkPtohJMzMA==",
                                        "identifierGuid": "821490b4-cc4a-43d8-9690-fb6884933330",
                                        "pluG_UID": "+oUB1x7J1kqHnHQeXWfQ5g==",
                                        "pluGuid": "d70185fa-c91e-4ad6-879c-741e5d67d0e6",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "31"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "12"
                                    },
                                    "supplierName": "sample string 146",
                                    "children": [
                                      {
                                        "$ref": "17"
                                      },
                                      {
                                        "$ref": "17"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "15"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "32",
                                        "identifier": "JA9J18RFAkiuI8aZ/EjUHg==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "d7490f24-45c4-4802-ae23-c699fc48d41e",
                                        "exists": true,
                                        "flipChartIdentifier": "LMoQfMdprEC0pz7q//3IVw==",
                                        "flipChartIdentifierGuid": "7c10ca2c-69c7-40ac-b4a7-3eeafffdc857",
                                        "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": "6WWnyFSZnUuBYxHZmYydVA==",
                                        "groupIdentifierGuid": "c8a765e9-9954-4b9d-8163-11d9998c9d54",
                                        "flipChart": {
                                          "$id": "33",
                                          "identifier": "uhKeEZPD5E+TmBGO5GepQA==",
                                          "identifierGuid": "119e12ba-c393-4fe4-9398-118ee467a940",
                                          "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": "34",
                                            "identifier": "P3sOddBjE0egw7oWJ7pESg==",
                                            "identifierGuid": "750e7b3f-63d0-4713-a0c3-ba1627ba444a",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "35",
                                                "id": 1,
                                                "g_UID": "9o1w5aS1X0iVU46FnJnxIA==",
                                                "guid": "e5708df6-b5a4-485f-9553-8e859c99f120",
                                                "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": "aTRNs59ubUCAfXmxL/iuPw==",
                                                "previousFormGuid": "b34d3469-6e9f-406d-807d-79b12ff8ae3f",
                                                "nextForm": 1,
                                                "nextFormG_UID": "s+UGJzZm8kmBS3vsjCWlsg==",
                                                "nextFormGuid": "2706e5b3-6636-49f2-814b-7bec8c25a5b2",
                                                "attributes": "sample string 10",
                                                "updated": "2025-06-14T07:08:31.9974078",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "35"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "35"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "36",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "0CNzUOTBpEyoOXI4t++dAA==",
                                                    "checkoutFormGuid": "507323d0-c1e4-4ca4-a839-7238b7ef9d00",
                                                    "identifier": "yflBk/Qkk0en/YC3lClfWQ==",
                                                    "identifierGuid": "9341f9c9-24f4-4793-a7fd-80b794295f59",
                                                    "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": "e28NbmeJL0CVC891Fx6e8w==",
                                                    "valueGuid": "6e0d6f7b-8967-402f-950b-cf75171e9ef3",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2025-06-14T07:08:31.9974078",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "35"
                                                    },
                                                    "image": {
                                                      "$id": "37",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2025-06-14T07:08:31.9974078",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "36"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "38",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "PAHi4CZCBk2m8crGpchfIg==",
                                                    "checkoutFormGuid": "e0e2013c-4226-4d06-a6f1-cac6a5c85f22",
                                                    "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": "38"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "35"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "38"
                                              },
                                              {
                                                "$ref": "38"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "32"
                                            },
                                            {
                                              "$ref": "32"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "38"
                                        },
                                        "products": [
                                          {
                                            "$id": "39",
                                            "flipChartPageIdentifier": "8NL8mcPJekudgF3BPhKfFA==",
                                            "flipChartPageIdentifierGuid": "99fcd2f0-c9c3-4b7a-9d80-5dc13e129f14",
                                            "pluG_UID": "6WidCErvA02NVk9tYXJoWA==",
                                            "pluGuid": "089d68e9-ef4a-4d03-8d56-4f6d61726858",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "17"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "39"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "32"
                                          },
                                          {
                                            "$ref": "32"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "40",
                                        "pluG_UID": "dvpVDKgkQE+7Czlibw+keQ==",
                                        "pluGuid": "0c55fa76-24a8-4f40-bb0b-39626f0fa479",
                                        "price": 1,
                                        "costCalcMethod": 1,
                                        "cost": 2,
                                        "weightedAvgCost": 3,
                                        "lastCost": 4,
                                        "rawCost": 5,
                                        "rawWeightedAvgCost": 6,
                                        "rawLastCost": 7,
                                        "costDecimals": 8,
                                        "serviceFeeID": 9,
                                        "freight": 10.0,
                                        "freightType": 11,
                                        "process": "sample string 12",
                                        "user": "sample string 13",
                                        "updated": "2025-06-14T07:08:31.9974078",
                                        "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": "40"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "41",
                                        "pluG_UID": "hk5TCaMFrEqHxsgrK0fsMg==",
                                        "ingredientGuid": "J24qYmKyuEW1cUNucccQPQ==",
                                        "ingredientIdentifier": "622a6e27-b262-45b8-b571-436e71c7103d",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "17"
                                        }
                                      },
                                      {
                                        "$ref": "41"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "42",
                                        "pluG_UID": "Wdp74adOmU2yt3gD0IqXVw==",
                                        "pluGuid": "e17bda59-4ea7-4d99-b2b7-7803d08a9757",
                                        "shelfLocationIdentifier": "hkRVHaPVHUuU4DQkhn4J/Q==",
                                        "shelfLocationGuid": "1d554486-d5a3-4b1d-94e0-3424867e09fd",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "u83hRC2wTUiHSv5TnFz/Dg==",
                                        "labelPageLayoutGuid": "44e1cdbb-b02d-484d-874a-fe539c5cff0e",
                                        "updated": "2025-06-14T07:08:31.9974078",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "17"
                                        },
                                        "location": {
                                          "$id": "43",
                                          "identifier": "c1jABfUdL0+s34gUDCdYJg==",
                                          "storeID": 1,
                                          "identifierGuid": "05c05873-1df5-4f2f-acdf-88140c275826",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2025-06-14T07:08:31.9974078",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "42"
                                            },
                                            {
                                              "$ref": "42"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "42"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "42"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "44",
                                        "plu": 1,
                                        "pluG_UID": "E1+PTMEEHEeiJyLVV4HgCw==",
                                        "pluGuid": "4c8f5f13-04c1-471c-a227-22d55781e00b",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "17"
                                        },
                                        "scaleLocation": {
                                          "$id": "45",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2025-06-14T07:08:31.9974078",
                                          "department": {
                                            "$id": "46",
                                            "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": "45"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "47",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "48",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "49",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "subDepartmentID": 3,
                                                        "minorDepartmentID": 4,
                                                        "name": "sample string 5",
                                                        "code": "sample string 6",
                                                        "departmentCode": "sample string 7",
                                                        "subDepartmentCode": "sample string 8",
                                                        "minorDepartmentCode": "sample string 9",
                                                        "updated": "2025-06-14T07:08:31.9974078",
                                                        "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": "KEZLuDmJKEGNBhFJ5GzSgA==",
                                                        "labelPageLayoutGuid": "b84b4628-8939-4128-8d06-1149e46cd280",
                                                        "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": "50",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "51",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "52",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "52"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "51"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "51"
                                                        },
                                                        "mscDep": {
                                                          "$id": "53",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "50"
                                                            },
                                                            {
                                                              "$ref": "50"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "52"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "49"
                                                      }
                                                    ],
                                                    "updated": "2025-06-14T07:08:31.9974078",
                                                    "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": "0Q9vG1yzFUyZzs62pq6UGg==",
                                                    "labelPageLayoutGuid": "1b6f0fd1-b35c-4c15-99ce-ceb6a6ae941a",
                                                    "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": "50"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "51"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "53"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "52"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "48"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-06-14T07:08:31.9974078",
                                                "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": "P9uNjOF5r0uasmaJlJ0dhg==",
                                                "labelPageLayoutGuid": "8c8ddb3f-79e1-4baf-9ab2-6689949d1d86",
                                                "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": "50"
                                                },
                                                "mscCom": {
                                                  "$ref": "51"
                                                },
                                                "mscDep": {
                                                  "$ref": "53"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "52"
                                                }
                                              },
                                              {
                                                "$ref": "47"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2025-06-14T07:08:31.9974078",
                                            "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": "ROl//ICzP0esuWuN278o1w==",
                                            "labelPageLayoutGuid": "fc7fe944-b380-473f-acb9-6b8ddbbf28d7",
                                            "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": "50"
                                            },
                                            "mscCom": {
                                              "$ref": "51"
                                            },
                                            "mscDep": {
                                              "$ref": "53"
                                            },
                                            "mscSubCom": {
                                              "$ref": "52"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "44"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "54",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "kcnXoHWOaUuucz+V1ONNKg==",
                                      "pluGuid": "a0d7c991-8e75-4b69-ae73-3f95d4e34d2a",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "9xJQm8V0Y0uEwnkmXRNx1A==",
                                      "dealCostGuid": "9b5012f7-74c5-4b63-84c2-79265d1371d4",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "CxH4ZsA9U0KVVqOT2s7ykQ==",
                                      "priceGroupGuid": "66f8110b-3dc0-4253-9556-a393dacef291",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "pluCost": 13,
                                      "pluCostIndicator": "sample string 14",
                                      "pluPriceGstPercent": 15,
                                      "pluCostGstPercent": 16,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 18.1,
                                      "salesMode": 1,
                                      "pluNormalCost": 19,
                                      "pluaws": 20.0,
                                      "directNumber": "sample string 21",
                                      "departmentName": "sample string 22",
                                      "subDepartmentName": "sample string 23",
                                      "priceGroupName": "sample string 24",
                                      "supplierName": "sample string 25",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2025-06-14T07:08:31.9974078",
                                      "rrp": 26,
                                      "campaignDescription": "sample string 27",
                                      "campaignComboPriceGroupG_UID": "to0yCecSB0KSpi0SjHsDPA==",
                                      "campaignComboPriceGroupIdentifier": "09328db6-12e7-4207-92a6-2d128c7b033c",
                                      "promotionPlacementDescription": "sample string 28",
                                      "storeAcceptances": [
                                        {
                                          "$id": "55",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2025-06-14T07:08:31.9974078",
                                          "operatorG_UID": "1nBXnd+vMkO4pHlNp4D0PQ==",
                                          "operatorGuid": "9d5770d6-afdf-4332-b8a4-794da780f43d",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2025-06-14T07:08:31.9974078",
                                          "signIqTicketFileMovedUtc": "2025-06-14T07:08:31.9974078",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2025-06-14T07:08:31.9974078",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "product": {
                                            "$ref": "17"
                                          },
                                          "campaignPlu": {
                                            "$ref": "54"
                                          }
                                        },
                                        {
                                          "$ref": "55"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "56",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "67aec3c3-135c-4f72-97af-9d29fd91c343",
                                        "nameGuid": "67aec3c3-135c-4f72-97af-9d29fd91c343",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2025-06-14T07:08:31.9974078",
                                        "startTime": 1,
                                        "endDate": "2025-06-14T07:08:31.9974078",
                                        "endTime": 1,
                                        "recurrence": 1,
                                        "recurrenceType": 1,
                                        "monthType": 1,
                                        "weekDays": 1,
                                        "months": 1,
                                        "monthWeeks": 1,
                                        "monthDays": "sample string 7",
                                        "printed": true,
                                        "talkerText": "sample string 8",
                                        "rangeDescription": "sample string 9",
                                        "dealDescription": "sample string 10",
                                        "labelQuantity": 11,
                                        "active": 1,
                                        "deactivated": "2025-06-14T07:08:31.9974078",
                                        "system": true,
                                        "created": "2025-06-14T07:08:31.9974078",
                                        "updated": "2025-06-14T07:08:31.9974078",
                                        "priceChangeNotifiedUtc": "2025-06-14T07:08:31.9974078",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "1slQozDetUSSEZakD7qHog==",
                                        "hostIdentifierGuid": "a350c9d6-de30-44b5-9211-96a40fba87a2",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2025-06-14T07:08:31.9974078",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "54"
                                          },
                                          {
                                            "$ref": "54"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "57",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "cgKTIP+K302dWhXjPiGcdA==",
                                            "pluGuid": "20930272-8aff-4ddf-9d5a-15e33e219c74",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "J9ZiXcg+YkWZ+bLJOG7/+A==",
                                            "priceGroupGuid": "5d62d627-3ec8-4562-99f9-b2c9386efff8",
                                            "fuelItem": true,
                                            "pluName": "sample string 6",
                                            "apn": "sample string 7",
                                            "pluActive": true,
                                            "cartonQty": 1,
                                            "baseUnits": 9.1,
                                            "cri": "sample string 10",
                                            "salesMode": 1,
                                            "pluaws": 11.0,
                                            "directNumber": "sample string 12",
                                            "departmentName": "sample string 13",
                                            "subDepartmentName": "sample string 14",
                                            "priceGroupName": "sample string 15",
                                            "supplierName": "sample string 16",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2025-06-14T07:08:31.9974078",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "17"
                                            },
                                            "campaign": {
                                              "$ref": "56"
                                            }
                                          },
                                          {
                                            "$ref": "57"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "58",
                                            "id": 1,
                                            "identifier": "zUSTD7XwfUGD+el9uUq6JA==",
                                            "identifierStr": "zUSTD7XwfUGD+el9uUq6JA==",
                                            "identifierGuid": "0f9344cd-f0b5-417d-83f9-e97db94aba24",
                                            "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": "56"
                                            }
                                          },
                                          {
                                            "$ref": "58"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "59",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "e45ze1+ZdUeZ/v8qFEJAKg==",
                                            "customerIDGuid": "7b738e7b-995f-4775-99fe-ff2a1442402a",
                                            "campaign": {
                                              "$ref": "56"
                                            },
                                            "customer": {
                                              "$ref": "2"
                                            }
                                          },
                                          {
                                            "$ref": "59"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "60",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "6uqEqwdUQUmMuR8XlnaI5A==",
                                            "groupIDGuid": "ab84eaea-5407-4941-8cb9-1f17967688e4",
                                            "campaign": {
                                              "$ref": "56"
                                            },
                                            "group": {
                                              "$id": "61",
                                              "identifier": "9ro9dXuUEkiKvOffm9NlTg==",
                                              "identifierGuid": "753dbaf6-947b-4812-8abc-e7df9bd3654e",
                                              "name": "sample string 2",
                                              "primaryContact": "8a+QYYwJDUaRpFopIHFExg==",
                                              "primaryContactGuid": "6190aff1-098c-460d-91a4-5a29207144c6",
                                              "accountID": "UAC5ECOtq0OPkot5tG2qiA==",
                                              "accountIDGuid": "10b90050-ad23-43ab-8f92-8b79b46daa88",
                                              "special": true,
                                              "updated": "2025-06-14T07:08:31.9974078",
                                              "active": true,
                                              "reasonInactive": 1,
                                              "priceLevelIdentifier": "ekkBMWwthUiga449JJNJBg==",
                                              "priceLevelIdentifierGuid": "3101497a-2d6c-4885-a06b-8e3d24934906",
                                              "deleted": true,
                                              "account": {
                                                "$ref": "1"
                                              },
                                              "primaryContactCustomer": {
                                                "$ref": "2"
                                              },
                                              "customerGroupMembers": [
                                                {
                                                  "$id": "62",
                                                  "id": 1,
                                                  "groupID": "RxTvxBWcT0m/WiybScDrpw==",
                                                  "groupIDGuid": "c4ef1447-9c15-494f-bf5a-2c9b49c0eba7",
                                                  "customerID": "MKr8knEkLkGS+MCYSUJ17Q==",
                                                  "customerIDGuid": "92fcaa30-2471-412e-92f8-c098494275ed",
                                                  "card": "sample string 4",
                                                  "linkedAccount": "pUyQxLLvaE2dRgQW0V1gtg==",
                                                  "linkedAccountGuid": "c4904ca5-efb2-4d68-9d46-0416d15d60b6",
                                                  "customer": {
                                                    "$ref": "2"
                                                  },
                                                  "group": {
                                                    "$ref": "61"
                                                  },
                                                  "customerCard": {
                                                    "$ref": "3"
                                                  }
                                                },
                                                {
                                                  "$ref": "62"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "63",
                                            "identifier": "n+YAbcqq7ECvC8tQsWkLyA==",
                                            "identifierGuid": "6d00e69f-aaca-40ec-af0b-cb50b1690bc8",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "scsCx7qbmUykhggMqNWVQw==",
                                            "guid": "c702cbb1-9bba-4c99-a486-080ca8d59543",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "56"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "65",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "r0d6oCSUUEq/RGo7DMqejw==",
                                                "groupGuid": "a07a47af-9424-4a50-bf44-6a3b0cca9e8f",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "J2iuM7E4CEmciE/ZmuwH/g==",
                                                "pluGuid": "33ae6827-38b1-4908-9c88-4fd99aec07fe",
                                                "priceGroupG_UID": "cFlQZA3H4EmpfGXNTS2ESA==",
                                                "priceGroupGuid": "64505970-c70d-49e0-a97c-65cd4d2d8448",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "56"
                                                },
                                                "product": {
                                                  "$ref": "17"
                                                },
                                                "priceGroup": {
                                                  "$ref": "23"
                                                },
                                                "campaignPool": {
                                                  "$ref": "56"
                                                }
                                              },
                                              {
                                                "$ref": "65"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "64"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "66",
                                            "id": 1,
                                            "priceLevelIdentifier": "crWgKtmhA0OU3xc7nJMd6w==",
                                            "priceLevelIdentifierGuid": "2aa0b572-a1d9-4303-94df-173b9c931deb",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ]
                                      },
                                      "product": {
                                        "$ref": "17"
                                      },
                                      "dealCost": {
                                        "$id": "67",
                                        "headerIdentifier": "1yRrG7UJLkOIhAHJg60EIQ==",
                                        "headerIdentifierGuid": "1b6b24d7-09b5-432e-8884-01c983ad0421",
                                        "identifier": "EQhHaEvdUEaL0nHsD0ffhg==",
                                        "identifierGuid": "68470811-dd4b-4650-8bd2-71ec0f47df86",
                                        "supplierIdentifier": "OxyptGT2VkeyuQQv0RkjuQ==",
                                        "supplierGuid": "b4a91c3b-f664-4756-b2b9-042fd11923b9",
                                        "pluG_UID": "7T1bEezyP0qt9tGMJ9bvcw==",
                                        "pluGuid": "115b3ded-f2ec-4a3f-adf6-d18c27d6ef73",
                                        "campaignName": "051ea516-2d6e-4e2a-be30-0752c2b69e3c",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2025-06-14T07:08:31.9974078",
                                        "end": "2025-06-14T07:08:31.9974078",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "WIVRVcr+hkuAE5P2CBNjxQ==",
                                        "bonusItemPluGuid": "55518558-feca-4b86-8013-93f6081363c5",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2025-06-14T07:08:31.9974078",
                                        "metcashPromotionID": "sample string 14",
                                        "fromHost": 15,
                                        "storeNames": "sample string 16",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "supplierName": "sample string 17",
                                        "campaignDescription": "sample string 18",
                                        "newPrice": 1,
                                        "campaignMetcashPromotionID": "sample string 19",
                                        "campaignActive": true,
                                        "campaignStartDate": "2025-06-14T07:08:31.9974078",
                                        "campaignEndDate": "2025-06-14T07:08:31.9974078",
                                        "masterPLUG_UID": "a+eNXnzFUUemEkaRuJGuSg==",
                                        "masterID": "5e8de76b-c57c-4751-a612-4691b891ae4a",
                                        "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": "Qe+70+ybD0auoi83uWaDAA==",
                                        "bonusMasterID": "d3bbef41-9bec-460f-aea2-2f37b9668300",
                                        "bonusProductName": "sample string 34",
                                        "bonusProductAPN": "sample string 35",
                                        "bonusOrderCode": "sample string 36",
                                        "bonusNormalSell": 37,
                                        "bonusNormalCost": 38,
                                        "bonusNormalCostDecimals": 39,
                                        "bonusCartonQuantity": 40,
                                        "bonusSalesMode": 41,
                                        "bonusOrderPacked": 42,
                                        "bonusFuelItem": true,
                                        "bonusActive": true
                                      }
                                    },
                                    "currentCostStart": "2025-06-14T07:08:31.9974078",
                                    "dealCosts": [
                                      {
                                        "$ref": "67"
                                      },
                                      {
                                        "$ref": "67"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "68",
                                        "pluG_UID": "Fl0/kHmYOUes5ZYu6T9rrg==",
                                        "pluGuid": "903f5d16-9879-4739-ace5-962ee93f6bae",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "68"
                                      }
                                    ],
                                    "alternateProductG_UID": "rItKoVYnTEOQhDbJwPcRUg==",
                                    "alternateProduct": "a14a8bac-2756-434c-9084-36c9c0f71152",
                                    "productHostCode": {
                                      "$id": "69",
                                      "id": 1,
                                      "pluG_UID": "5lNJSvk+50iJtsvxJSBH9w==",
                                      "pluGuid": "4a4953e6-3ef9-48e7-89b6-cbf1252047f7",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "50"
                                    },
                                    "mscCom": {
                                      "$ref": "51"
                                    },
                                    "mscDep": {
                                      "$ref": "53"
                                    },
                                    "mscSubCom": {
                                      "$ref": "52"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2025-06-14T07:08:31.9974078",
                                    "inventoryTracked": "2025-06-14T07:08:31.9974078",
                                    "isNormalPriceChangesCampaign": true
                                  },
                                  "supplier": {
                                    "$ref": "12"
                                  },
                                  "serviceFee": {
                                    "$id": "70",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 46
                                },
                                {
                                  "$ref": "15"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "71",
                                  "storeID": 1,
                                  "supplierIdentifier": "T99w5BkFjE+WEKyuCS1HJg==",
                                  "supplierGuid": "e470df4f-0519-4f8c-9610-acae092d4726",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "71"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "72",
                                  "storeID": 1,
                                  "supplierIdentifier": "Zw6Y5mbSWEeMlgEtR/dfng==",
                                  "supplierGuid": "e6980e67-d266-4758-8c96-012d47f75f9e",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "cutOffWeek": 5,
                                  "cutOffDay": 6,
                                  "cutOffTime": "00:00:00.1234567",
                                  "leadTime": 7,
                                  "daysBuffer": 8,
                                  "supplierName": "sample string 9",
                                  "cutOffDate": "2025-06-14T07:08:31.9974078",
                                  "deliveryDate": "2025-06-14T07:08:31.9974078",
                                  "nextCutOffDate": "2025-06-14T07:08:31.9974078",
                                  "nextDeliveryDate": "2025-06-14T07:08:31.9974078",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "72"
                                }
                              ],
                              "store": {
                                "$ref": "8"
                              },
                              "updated": "2025-06-14T07:08:31.9974078",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "73",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2025-06-14T07:08:31.9974078",
                                "processed": "2025-06-14T07:08:31.9974078",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2025-06-14T07:08:31.9974078",
                                "size": 1,
                                "sizeFormat": "sample string 7",
                                "isArchive": true,
                                "version": "sample string 9",
                                "reference": "sample string 10",
                                "digest": "sample string 11",
                                "contentType": "sample string 12",
                                "host": {
                                  "$ref": "11"
                                },
                                "metcashHeader": {
                                  "$id": "74",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2025-06-14T07:08:31.9974078",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "73"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "75",
                                "id": 1,
                                "hostIdentifier": "lt7gemQR+Ei8kEqe7RWS4Q==",
                                "hostIdentifierGuid": "7ae0de96-1164-48f8-bc90-4a9eed1592e1",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "77c3e445-64e9-44da-9994-2c8c884ba215",
                                  "bf02753b-8e32-4a72-b7e8-f1600e6caa77"
                                ]
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "10"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "10"
                              },
                              {
                                "$ref": "10"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "76",
                                "identifier": "meZgsYn1z0aqksE0uOR5WA==",
                                "identifierGuid": "b160e699-f589-46cf-aa92-c134b8e47958",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "76"
                              }
                            ],
                            "promoTypeGuids": [
                              "3c8e07dc-06c9-470e-bdcc-6387985dfbcd",
                              "6628ba04-79e8-43fa-9eed-7701b4c25be1"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 24"
                        },
                        {
                          "$ref": "10"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "77",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "77"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "78",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2025-06-14T07:08:31.9974078",
                          "ftpSite": {
                            "$id": "79",
                            "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": "78"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "75"
                        },
                        {
                          "$ref": "75"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "80",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "81",
                            "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": "80"
                        }
                      ],
                      "updateStoreID": "dd1685ea-7f61-4ad8-a163-b2fbc18bf61f",
                      "updateStore": {
                        "$id": "82",
                        "id": "f471c676-473f-4fb3-99a9-ea8e9246c557",
                        "name": "sample string 1",
                        "lastActivity": "2025-06-14T07:08:31.9974078",
                        "zone": "sample string 2",
                        "timeZoneOffset": 0.0,
                        "businessHoursStart": "00:00:00.1234567",
                        "businessHoursEnd": "00:00:00.1234567",
                        "master": true,
                        "lastIP": "sample string 10",
                        "lastHostName": "sample string 11",
                        "ping": 1,
                        "pingStatus": "sample string 12",
                        "lastUpdateCompleted": "2025-06-14T07:08:31.9974078"
                      },
                      "timeZoneId": "sample string 53",
                      "securityOptions": {
                        "$id": "83",
                        "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": "7"
                  }
                ]
              },
              "customer": {
                "$ref": "2"
              },
              "communityOrganisation": {
                "$id": "84",
                "id": 1,
                "identifier": "SvBk1/xCQEiZkjDstRGFmA==",
                "identifierGuid": "d764f04a-42fc-4840-9992-30ecb5118598",
                "name": "sample string 3",
                "lookupIdentifier": "sample string 4",
                "externalID": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "postCode": "sample string 12",
                "state": "sample string 13",
                "country": "sample string 14",
                "totalAmountAwarded": 15.1,
                "updated": "2025-06-14T07:08:31.9974078",
                "deleted": true
              },
              "details": [
                {
                  "$id": "85",
                  "saleItemID": 1,
                  "identifier": "k+/QsS1W/keuQ681N2pVKQ==",
                  "identifierGuid": "b1d0ef93-562d-47fe-ae43-af35376a5529",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "y6MT9bQEskqndSFh/GCzPg==",
                  "pluGuid": "f513a3cb-04b4-4ab2-a775-2161fc60b33e",
                  "accountID": "FLWqvKRC0E6mkc6/Q0Etxw==",
                  "accountIDGuid": "bcaab514-42a4-4ed0-a691-cebf43412dc7",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 8,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "offline": true,
                  "barcode": "sample string 9",
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 10",
                  "bestOrExpire": "2025-06-14T07:08:31.9974078",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "z5u20xEvokuTdJ4gxQFN/g==",
                  "refundGuid": "d3b69bcf-2f11-4ba2-9374-9e20c5014dfe",
                  "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": "GalEDlB7T0Wz316pvzMFEw==",
                  "idempotentVoidGuid": "0e44a919-7b50-454f-b3df-5ea9bf330513",
                  "priceLevelIdentifier": "PwZYltKSJ0KEEDmHalMH9A==",
                  "priceLevelIdentifierGuid": "9658063f-92d2-4227-8410-39876a5307f4",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "86",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2025-06-14T07:08:31.9974078",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "86"
                    }
                  ],
                  "refund": {
                    "$id": "87",
                    "id": 1,
                    "g_UID": "ydcrM9i20USWt8wMEfMQYQ==",
                    "guid": "332bd7c9-b6d8-44d1-96b7-cc0c11f31061",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2025-06-14T07:08:31.9974078"
                  },
                  "modifier": {
                    "$id": "88",
                    "id": 1,
                    "setG_UID": "vZKLRugTekCSS9REjZHTXw==",
                    "modifierSetGuid": "468b92bd-13e8-407a-924b-d4448d91d35f",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "+HO+/d6oOEGqRRbbHyPUFw==",
                    "pluGuid": "fdbe73f8-a8de-4138-aa45-16db1f23d417",
                    "deleted": true,
                    "g_UID": "3mnj4Ar+Hke/1H+gvrSFsw==",
                    "guid": "e0e369de-fe0a-471e-bfd4-7fa0beb485b3",
                    "product": {
                      "$ref": "17"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "85"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "89",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "5"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "89"
                }
              ],
              "payments": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "cards": [
                {
                  "$id": "90",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "90"
                }
              ],
              "campaignHits": [
                {
                  "$id": "91",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "91"
                }
              ],
              "fuel": [
                {
                  "$id": "92",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "dc+/vOdTc060xhXLnwOqTw==",
                  "pluGuid": "bcbfcf75-53e7-4e73-b4c6-15cb9f03aa4f",
                  "saleHeaderID": 2,
                  "totalCents": 3,
                  "grade": 1,
                  "gradeDescription": "sample string 4",
                  "dispenser": 1,
                  "hose": 1,
                  "quantity": 1,
                  "cost": 1,
                  "acquirerNum": 1,
                  "attendant": 1,
                  "ePurseBalance": 1.0,
                  "cardSignature": "sample string 5",
                  "compartmentNumber": 1,
                  "contractNumber": 1,
                  "discountCardPAN": "sample string 6",
                  "discountID": 1,
                  "discountName": "sample string 7",
                  "discountNetValue": 1.0,
                  "discountType": 1,
                  "discountValue": 1.0,
                  "discretionaryData": "sample string 8",
                  "driverID": "sample string 9",
                  "eftBatchNumber": 1,
                  "eftResponseCode": "sample string 10",
                  "endDateTime": "2025-06-14T07:08:31.9974078",
                  "engineHours": 1.1,
                  "fposNumber": 1,
                  "loyaltyCardPAN": "sample string 11",
                  "miscData1": 1,
                  "miscData2": "sample string 12",
                  "miscFlags": 1,
                  "mop": 1,
                  "odometer": 1,
                  "panNumber": "sample string 13",
                  "saleRefund": true,
                  "saleStatus": 1,
                  "sequenceNumber": 1,
                  "stan": 1,
                  "startDateTime": "2025-06-14T07:08:31.9974078",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "92"
                }
              ],
              "fuelResells": [
                {
                  "$id": "93",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "WhZGjtO6tEmyVB2R7Uk8gQ==",
                  "pluGuid": "8e46165a-bad3-49b4-b254-1d91ed493c81",
                  "accountID": "tM0KvcY9J0ucE9lOXcIm9w==",
                  "accountIDGuid": "bd0acdb4-3dc6-4b27-9c13-d94e5dc226f7",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "processed": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 1,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "barcode": "sample string 8",
                  "offline": 1,
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 9",
                  "bestOrExpire": "2025-06-14T07:08:31.9974078",
                  "bestOrExpireType": 1,
                  "refundG_UID": "IR1IWzYxQUKW4ZlUhr0W7w==",
                  "refundGuid": "5b481d21-3136-4241-96e1-995486bd16ef",
                  "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": "93"
                }
              ],
              "customerOrder": [
                {
                  "$id": "94",
                  "identifier": "ImVbqjyFzkahV2PhlwQlDg==",
                  "identifierGuid": "aa5b6522-853c-46ce-a157-63e19704250e",
                  "id": 1,
                  "orderNo": 2,
                  "externalSaleIdentifier": "sample string 3",
                  "storeID": 4,
                  "zoneID": 5,
                  "deptNo": 6,
                  "customerIdentifier": "yHn4zlvGmEe4pIkP/qA+2Q==",
                  "customerIdentifierGuid": "cef879c8-c65b-4798-b8a4-890ffea03ed9",
                  "operatorNo": 1,
                  "operatorG_UID": "Z/nCDpNQcU2SNpgSlTgaBQ==",
                  "operatorGuid": "0ec2f967-5093-4d71-9236-981295381a05",
                  "created": "2025-06-14T07:08:31.9974078",
                  "ordered": "2025-06-14T07:08:31.9974078",
                  "started": "2025-06-14T07:08:31.9974078",
                  "completed": "2025-06-14T07:08:31.9974078",
                  "supplied": "2025-06-14T07:08:31.9974078",
                  "quickTicket": 1,
                  "deleted": true,
                  "walkAway": true,
                  "approxWait": 1,
                  "actualWait": 1,
                  "deliveryMethod": 8,
                  "externalSaleType": 9,
                  "customer": {
                    "$ref": "2"
                  },
                  "operator": {
                    "$ref": "6"
                  },
                  "details": [
                    {
                      "$id": "95",
                      "headerID": 1,
                      "plu": 1,
                      "pluG_UId": "OM9Aeb94S0mmSvFu8gcLYg==",
                      "pluGuid": "7940cf38-78bf-494b-a64a-f16ef2070b62",
                      "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": "zraFz3F6Vk63N/q5os55ow==",
                      "headerIdentifierGuid": "cf85b6ce-7a71-4e56-b737-fab9a2ce79a3",
                      "product": {
                        "$ref": "17"
                      }
                    },
                    {
                      "$ref": "95"
                    }
                  ],
                  "storeName": "sample string 11",
                  "customerName": "sample string 12",
                  "storeReplyTo": "sample string 13",
                  "storeSubjectLine": "sample string 14",
                  "storeSaleHeader": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "94"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "96",
                  "surveyG_UID": "MuMyGilnfUCQwCmUlu9o0Q==",
                  "surveyGuid": "1a32e332-6729-407d-90c0-299496ef68d1",
                  "saleHeaderGuid": "c8u8XhDiEkesEy4J7uFrcg==",
                  "saleGuid": "5ebccb73-e210-4712-ac13-2e09eee16b72",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "cfJCD+bNHka6qPOzH+YztA==",
                  "guidResponse": "0f42f271-cde6-461e-baa8-f3b31fe633b4",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2025-06-14T07:08:31.9974078",
                  "sale": {
                    "$ref": "5"
                  },
                  "survey": {
                    "$id": "97",
                    "g_UID": "1VyGGmfjqU+BPaaW6MMy4A==",
                    "guid": "1a865cd5-e367-4fa9-813d-a696e8c332e0",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "Zk9FdcOua0iQlt24sBTcOQ==",
                    "checkoutFormGuid": "75454f66-aec3-486b-9096-ddb8b014dc39",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2025-06-14T07:08:31.9974078",
                    "end": "2025-06-14T07:08:31.9974078",
                    "deleted": true,
                    "updated": "2025-06-14T07:08:31.9974078",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "d6e7f96b-8fd8-498b-9ee1-e46695e725a6",
                      "736834db-6592-4cee-b759-3fe985856563"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "35"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "96"
                }
              ],
              "storeName": "sample string 38",
              "machineName": "sample string 39",
              "operatorName": "sample string 40",
              "direction": 1,
              "reason": "sample string 41",
              "accountG_UID": "CPocHw/VtkiretXYZvMVOA==",
              "accountIdentifier": "1f1cfa08-d50f-48b6-ab7a-d5d866f31538",
              "accountName": "sample string 42",
              "customerOrderIdentifier": "6ZQ9VtSasE6342ouVfPmDw==",
              "customerOrderIdentifierGuid": "563d94e9-9ad4-4eb0-b7e3-6a2e55f3e60f",
              "priceLevelName": "sample string 43",
              "revision": 44,
              "ingressId": "sample string 45"
            },
            "metadata": {
              "$id": "98",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "qlL3++x+bUGSoC++fsUYmw==",
              "paymentIdentifierGuid": "fbf752aa-7eec-416d-92a0-2fbe7ec5189b",
              "identifier": "elhzVbo8REqz59lOazkTtA==",
              "identifierGuid": "5573587a-3cba-4a44-b3e7-d94e6b3913b4",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "YMnwMYslF02epbBFdcJ0Dw==",
              "itemIdentifierGuid": "31f0c960-258b-4d17-9ea5-b04575c2740f"
            }
          },
          {
            "$ref": "4"
          }
        ]
      },
      {
        "$ref": "3"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "62"
      },
      {
        "$ref": "62"
      }
    ],
    "customerGroups": [
      {
        "$ref": "61"
      },
      {
        "$ref": "61"
      }
    ],
    "accounts": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "account": {
      "$ref": "1"
    },
    "vouchers": [
      {
        "$id": "99",
        "customerIdentifier": "d62qesIyQUqFP1yPvURFCg==",
        "customerIdentifierGuid": "7aaaad77-32c2-4a41-853f-5c8fbd44450a",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "inE0OBMtl02sHXbtYL2T0g==",
        "idempotentGuid": "3834718a-2d13-4d97-ac1d-76ed60bd93d2",
        "offline": true,
        "voucher": {
          "$id": "100",
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "shortDescription": "sample string 4",
          "url": "sample string 5",
          "barcodeTemplateID": 1,
          "expiry": 0,
          "voucherType": 6,
          "limitPerTransaction": 7,
          "customerTracking": true,
          "discountAccount": "sample string 9",
          "endDate": "2025-06-14T07:08:31.9974078",
          "barcodeTemplate": {
            "$id": "101",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "102",
            "id": 1,
            "uid": "sample string 2",
            "name": "sample string 3",
            "width": 1.1,
            "height": 1.1,
            "showBorder": true,
            "borderWidth": 1.1,
            "borderStyle": 1,
            "borderColour": "sample string 5",
            "updated": "2025-06-14T07:08:31.9974078",
            "labelPageLayout": "b3vifLInkEO5F3fgevrtmQ==",
            "pageLayoutGuid": "7ce27b6f-27b2-4390-b917-77e07afaed99",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "100"
            },
            "elements": [
              {
                "$id": "103",
                "id": 1,
                "scaleLabelID": 2,
                "showPercentDI": true,
                "showAvgPerHundred": true,
                "showAvgPerServe": true,
                "name": "sample string 6",
                "x": 1.1,
                "y": 1.1,
                "width": 1.1,
                "height": 1.1,
                "type": 1,
                "rotation": 1,
                "text": "sample string 7",
                "fontFamily": "sample string 8",
                "align": 1,
                "bold": true,
                "italic": true,
                "underline": true,
                "strikeout": true,
                "reverse": true,
                "textColour": "sample string 9",
                "fontSize": 1.1,
                "picture": "QEA=",
                "borderWidth": 10,
                "sortOrder": 11,
                "printOptions": 12,
                "superScriptTextFontSize": 1.1,
                "lineStyle": 1,
                "spacingStyle": 1,
                "interCharacterSpacing": 1.1,
                "superScriptOffset": 1.1,
                "lineSpacing": 1.1,
                "dateFormat": "sample string 13",
                "autoGrow": true,
                "fontAutoResize": true,
                "updated": "2025-06-14T07:08:31.9974078"
              },
              {
                "$ref": "103"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "104",
              "id": 1,
              "customerIdentifier": "Q2edkfSqiU+0ODNPrrSoAA==",
              "customerIdentifierGuid": "919d6743-aaf4-4f89-b438-334faeb4a800",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2025-06-14T07:08:31.9974078",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "wYCWFz2aUEaXxlrMC1HBWA==",
              "issuedIdempotentGuid": "179680c1-9a3d-4650-97c6-5acc0b51c158",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2025-06-14T07:08:31.9974078",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2025-06-14T07:08:31.9974078",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "60vtdPr4sUq59i9bZ7xa+w==",
              "redeemedIdempotentGuid": "74ed4beb-f8fa-4ab1-b9f6-2f5b67bc5afb",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2025-06-14T07:08:31.9974078",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "102"
              },
              "voucher": {
                "$ref": "100"
              },
              "customer": {
                "$ref": "2"
              },
              "issuedOfflinePayment": {
                "$ref": "4"
              },
              "redeemedOfflinePayment": {
                "$ref": "4"
              }
            },
            {
              "$ref": "104"
            }
          ]
        },
        "customer": {
          "$ref": "2"
        }
      },
      {
        "$ref": "99"
      }
    ]
  },
  "card": {
    "$ref": "3"
  },
  "members": {
    "$id": "105",
    "sample string 1": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "sample string 2": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ]
  },
  "customerGroups": [
    {
      "$ref": "61"
    },
    {
      "$ref": "61"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK9�Z�����5xl/workbook.xml �(�����0D�&�C���D")��x��}��m�-ik��-H�yۙ�};|��o���G���2��`̷5���ĝ�NC�ҽ�B�X�����&ɕ9 (k�T��+��B�%b�ÊҠ��B���p��Vw6	[C�7��~�(b@cIk@��ܻ��)q���#Ko���%�E�Av�;{�q����PK9�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
9�Ze�+''_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="Ra2d80a7918a24cd3" /></Relationships>PK9�Z�&���xl/worksheets/sheet1.xml �(��XmS�<�+�|�N�LH�-奅���~˓�)��@~/!�mY�3��I^��i�����=eE9ϗ�}��~/[N��|yw��n�3�7��s^�.gYV��,������r2��2��%=�͋Ÿ�_��A~{;�dG��q�-�0�Ev?�h�r6(�/���U>�x�������b<_�G�霪�v�+���~������}=Ϟ�����U���߫_Φ�}��:����Eo�ݎ﫫��4���*RI�9���\�-�+���������|Z��6�) �䱬���˟�c��`Ã-�c"*!�\[���>n���9&$��n���E��I-o�����/7|Y�E�%���Ѱ��6|U�!1VHi�b6������,A����p���7�i��ÕA�w�ͷ���DŽ���6w�9s�a�L"���#L���z��!D+-XD%��	9�ҽ�ُ���:�F���{g@�p�L8*f���Ճ���l{HJ�\��<R�y����!�A����;r݌�U,3ڐ�#6�·�4��ȋ�%*vΉ�aE�����*r��&N2��T ��-+�������"�D��
9�{���$Ԗj��tPb�H��$��[XK�d��M�%A���*�z�X��$���E���R�y�k�v���Q&5IW���AH�M�gP+i��<��Y�,L�+�Yl�:"4s�i"���"��۩�h�*�LK�/��������F������
΃(��,�����=X�jF��F:+:/b�E�+P
�	� D*8/b�/RC�7��e%���<��'5uV��Z!Mj
F���冷����hX�Ͻb���>��\_"�^X�u�iĆ��w�x�E�6�]m�Q�m��.B��]�l#N��F�v��8�"L񡋰m�ǀb������E���)�t��x�^ ��_Oګ���k��-���p���u�{�x��@<u ���O�4B��M1O�4DO�4E�NaDO�4G�4N�DO�4I�TN�DO�4K�u}��D_�@4��y@Mv�i�!:�[���]"�39
@��� މ7�)�������
w��i`A�x��U>�x��C���.�=�|�A��{���A����U���8�[k�1�w,�}���C~�o�_�ji��4��N�P��:���uB��1�{`NZg��$�7'�H��G�����?�u�xi���%v���Yq��UV�������PK9�Zƕ���Pxl/_rels/workbook.xml.rels �(���;n�0@�"p����A�,]���m��[2$�i�֡G�*�@k�d"�{x����ٽ��x%�z�KH���4�nK8{~x��vs�}�p]?9V�+��~ZK��Ft��H�;��m��	[�i?J;g��)�׉�C4�}MϦ>���`y1��:"∶%_�O��[H�@�oJ8���j�Y�b�P ��Ԝ��~������	rVT�*2uW�-5/ކKϝ��23V��Q%�����/�_PK9�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK9�Z��0xl/sharedStrings.xml �(��WMo�8�/��A�%�HR�N�u7A��R(E�ln)��4����1�c����f���Ǚ7�7O�����#w�,�̘X��>=���%᥀����zsq&��p��磵R�ד��k(����eU���j"7�L�T�'S�	'abdѲ�|�#��G
���`g�b~u6Qg�櫵d �T��MͲc�#�P����P���)��6��[��PY�Z����L|�u���[[KUV`�Te��ݠ��n���fۍ�[�	���|����[�<.�+��*��9���dB�c������T���r�"�֒�Q5R�~Ԭ2I����C�K��V@�2�����`�[�P��X�(�Z�u���i��2k.K���N5����u�yI��B3h#R�c�=�+�h\��&�K�+�0l�$�����ڄ���X��ۤ�91�r��>�U�'Pd =��׿�W�]:\������<���2o�$�#1��V⛍�n|�z&)�r���k�4��؉S;M)8N��^>=^#I�ဂ[5i睆�c8Os��>�nNb�'$�c���<��i��5��I��.�}�$v���I�R?K!�O�u��pz�09+9������'dt|ˤ��~i=�ByS��퍈w����o/�g�[O��m�= 
SHr׎�in���I�Q;�
����,����a(�yG
ƷM{1p��o��E/�7�Sk�z᠁��&6���]��Uj������N+z�į=׺\4^Kx2�G
p�eH�h��N
4�Q�?����>�Q:s�I�گ�&���/q�D��I�&�i|@�۬q�1q��LY�n�WQ������ǭ�"B�
Iv��fQ�i<�ڔ�.%���#}������x�V�Ox<7th
�1|"K1�4�Z�v���} ����
qg�|D�I�a�izlk�ǒ�[x~��>���\��y���(c���I	�I1%n��pA���tL���fn~��
�����x'NЪskw����b�gn��ii:�)��m���s�W�35�K���[�-l��&�cڳ|.k�6�gHX��Lq�O�4�q>nڌnhҵ1����g�|��
��1��E���,��F�z��D.A����A�Ϩo�aN}~y�cêg�&��UX;V�p����	��$���y�Yk�؆?s���P����\���KhO����4a {�"���N}7N}�۔D��#�v����i9����L�s�^�hB�i���,�'[=�������Rm�M�e��{����/� ���/��q9�^��]�r��1��{km�����/�PK-9�Z�����5xl/workbook.xmlPK-9�Z����	��[Content_Types].xmlPK-
9�Ze�+''U_rels/.relsPK-9�Z�&����xl/worksheets/sheet1.xmlPK-9�Zƕ���P	xl/_rels/workbook.xml.relsPK-9�ZЃc'2E
L
xl/styles.xmlPK-9�Z��0�xl/sharedStrings.xmlPK�C

application/vnd.ms-excel

Sample:
PK9�Z_p�׷5xl/workbook.xml �(�����0��&�C���?�p��Ճ�
[i�]����[ �x�3;��]�D�����箠mCΘ�[0�pw
��!J�b������m��&ɉ9�e�h}�O�?,?8��o������r�#DL�F?�h�u'��%�~Sb�m�"V(h%��dvnMA9%.�q�s���^�*Ͳ�>Ӎ��[�_PK9�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
9�Z��c''_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="R28fc2a937dc044c7" /></Relationships>PK9�Z�&���xl/worksheets/sheet1.xml �(��XmS�<�+�|�N�LH�-奅���~˓�)��@~/!�mY�3��I^��i�����=eE9ϗ�}��~/[N��|yw��n�3�7��s^�.gYV��,������r2��2��%=�͋Ÿ�_��A~{;�dG��q�-�0�Ev?�h�r6(�/���U>�x�������b<_�G�霪�v�+���~������}=Ϟ�����U���߫_Φ�}��:����Eo�ݎ﫫��4���*RI�9���\�-�+���������|Z��6�) �䱬���˟�c��`Ã-�c"*!�\[���>n���9&$��n���E��I-o�����/7|Y�E�%���Ѱ��6|U�!1VHi�b6������,A����p���7�i��ÕA�w�ͷ���DŽ���6w�9s�a�L"���#L���z��!D+-XD%��	9�ҽ�ُ���:�F���{g@�p�L8*f���Ճ���l{HJ�\��<R�y����!�A����;r݌�U,3ڐ�#6�·�4��ȋ�%*vΉ�aE�����*r��&N2��T ��-+�������"�D��
9�{���$Ԗj��tPb�H��$��[XK�d��M�%A���*�z�X��$���E���R�y�k�v���Q&5IW���AH�M�gP+i��<��Y�,L�+�Yl�:"4s�i"���"��۩�h�*�LK�/��������F������
΃(��,�����=X�jF��F:+:/b�E�+P
�	� D*8/b�/RC�7��e%���<��'5uV��Z!Mj
F���冷����hX�Ͻb���>��\_"�^X�u�iĆ��w�x�E�6�]m�Q�m��.B��]�l#N��F�v��8�"L񡋰m�ǀb������E���)�t��x�^ ��_Oګ���k��-���p���u�{�x��@<u ���O�4B��M1O�4DO�4E�NaDO�4G�4N�DO�4I�TN�DO�4K�u}��D_�@4��y@Mv�i�!:�[���]"�39
@��� މ7�)�������
w��i`A�x��U>�x��C���.�=�|�A��{���A����U���8�[k�1�w,�}���C~�o�_�ji��4��N�P��:���uB��1�{`NZg��$�7'�H��G�����?�u�xi���%v���Yq��UV�������PK9�Z�t*h�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8;IQ�n�t[zc�����n�gc���V���X��j4��'�|���o�D���hME�A#�M��)����'��œ�b|C�#�^8��M�h�fb�z�y=�2�k�R�2����V�Qⓕ�M�L_�;�19�c����5Y�٩�E�lU��.c�B���eB����'2�b�V+Ʌ�YՊ��¡z.^:uJˉZő)]�~ь��Fo�b�PK9�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK9�Z��0xl/sharedStrings.xml �(��WMo�8�/��A�%�HR�N�u7A��R(E�ln)��4����1�c����f���Ǚ7�7O�����#w�,�̘X��>=���%᥀����zsq&��p��磵R�ד��k(����eU���j"7�L�T�'S�	'abdѲ�|�#��G
���`g�b~u6Qg�櫵d �T��MͲc�#�P����P���)��6��[��PY�Z����L|�u���[[KUV`�Te��ݠ��n���fۍ�[�	���|����[�<.�+��*��9���dB�c������T���r�"�֒�Q5R�~Ԭ2I����C�K��V@�2�����`�[�P��X�(�Z�u���i��2k.K���N5����u�yI��B3h#R�c�=�+�h\��&�K�+�0l�$�����ڄ���X��ۤ�91�r��>�U�'Pd =��׿�W�]:\������<���2o�$�#1��V⛍�n|�z&)�r���k�4��؉S;M)8N��^>=^#I�ဂ[5i睆�c8Os��>�nNb�'$�c���<��i��5��I��.�}�$v���I�R?K!�O�u��pz�09+9������'dt|ˤ��~i=�ByS��퍈w����o/�g�[O��m�= 
SHr׎�in���I�Q;�
����,����a(�yG
ƷM{1p��o��E/�7�Sk�z᠁��&6���]��Uj������N+z�į=׺\4^Kx2�G
p�eH�h��N
4�Q�?����>�Q:s�I�گ�&���/q�D��I�&�i|@�۬q�1q��LY�n�WQ������ǭ�"B�
Iv��fQ�i<�ڔ�.%���#}������x�V�Ox<7th
�1|"K1�4�Z�v���} ����
qg�|D�I�a�izlk�ǒ�[x~��>���\��y���(c���I	�I1%n��pA���tL���fn~��
�����x'NЪskw����b�gn��ii:�)��m���s�W�35�K���[�-l��&�cڳ|.k�6�gHX��Lq�O�4�q>nڌnhҵ1����g�|��
��1��E���,��F�z��D.A����A�Ϩo�aN}~y�cêg�&��UX;V�p����	��$���y�Yk�؆?s���P����\���KhO����4a {�"���N}7N}�۔D��#�v����i9����L�s�^�hB�i���,�'[=�������Rm�M�e��{����/� ���/��q9�^��]�r��1��{km�����/�PK-9�Z_p�׷5xl/workbook.xmlPK-9�Z����	�[Content_Types].xmlPK-
9�Z��c''V_rels/.relsPK-9�Z�&����xl/worksheets/sheet1.xmlPK-9�Z�t*h�P		xl/_rels/workbook.xml.relsPK-9�ZЃc'2E
P
xl/styles.xmlPK-9�Z��0�xl/sharedStrings.xmlPK�G