GET api/customer/{id}/accounts

Find customer accounts, based on account owner or member of group account customer group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Customer identifier

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

List of matching accounts

Collection of 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",
    "id": 1,
    "identifier": "YGNDAPPrqkSJhUKkn7Z2Ew==",
    "identifierGuid": "00436360-ebf3-44aa-8985-42a49fb67613",
    "referenceNo": "sample string 3",
    "name": "sample string 4",
    "created": "2025-08-02T23:20:23.7592246",
    "owner": "aHxkeyxCJUGhehMAhOcrbA==",
    "ownerGuid": "7b647c68-422c-4125-a17a-130084e72b6c",
    "accountStoreGroupIdentifier": "1RBn9BBOhk+qQMW9QWhp1w==",
    "accountStoreGroupGuid": "f46710d5-4e10-4f86-aa40-c5bd416869d7",
    "accountType": 1,
    "currentBalance": 1,
    "externalID": "sample string 7",
    "maximumLimit": 1,
    "accruePoints": true,
    "loyaltyPoints": 1,
    "termsOfTrade": 1,
    "signatureRequired": true,
    "referenceRequired": true,
    "statementSendType": 10,
    "ageingPeriod": 1,
    "monthlyAgeingPeriod": true,
    "explodedInvoice": true,
    "isFifoAllocation": true,
    "lastStatementSent": "2025-08-02T23:20:23.7592246",
    "active": true,
    "updated": "2025-08-02T23:20:23.7592246",
    "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": "K29iq+8XA0iw9TAEJ35sgQ==",
      "identifierGuid": "ab626f2b-17ef-4803-b0f5-3004277e6c81",
      "code": "sample string 2",
      "familyName": "sample string 3",
      "givenName": "sample string 4",
      "otherName": "sample string 5",
      "title": "sample string 6",
      "dateOfBirth": "2025-08-02T23:20:23.7592246",
      "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": "KwTRLeZVtk+0/ggXsm6JoQ==",
      "communityIdentifierGuid": "2dd1042b-55e6-4fb6-b4fe-0817b26e89a1",
      "joined": "2025-08-02T23:20:23.7592246",
      "updated": "2025-08-02T23:20:23.7592246",
      "active": true,
      "reasonInactive": 1,
      "groupCustomer": true,
      "loyaltyPoints": 1,
      "homeStoreID": 1,
      "availableSpend": 1,
      "priceLevelIdentifier": "qeTVA1EUzE+xOsy1nurQyw==",
      "priceLevelIdentifierGuid": "03d5e4a9-1451-4fcc-b13a-ccb59eead0cb",
      "marketingID": "sample string 18",
      "hidden": true,
      "registered": true,
      "registeredOn": "2025-08-02T23:20:23.7592246",
      "emailMarketing": true,
      "smsMarketing": true,
      "deleted": true,
      "deletedUser": "sample string 24",
      "homeStoreName": "sample string 25",
      "customerCards": [
        {
          "$id": "3",
          "cardType": 2,
          "issueDate": "2025-08-02T23:20:23.7592246",
          "expiry": "2025-08-02T23:20:23.7592246",
          "customerID": "aSKIIQO64UmNsmvFdepF5A==",
          "customerIDGuid": "21882269-ba03-49e1-8db2-6bc575ea45e4",
          "initialValue": 1,
          "currentValue": 1,
          "maxLimit": 1,
          "minTransaction": 1,
          "maxTransaction": 1,
          "multiplier": 1.1,
          "active": true,
          "reasonInactive": 1,
          "idRequired": true,
          "idType": 1,
          "idValue": "sample string 5",
          "updated": "2025-08-02T23:20:23.7592246",
          "linkedAccount": "EP3klOAFskObLefxpImm9A==",
          "linkedAccountGuid": "94e4fd10-05e0-43b2-9b2d-e7f1a489a6f4",
          "currentValueChanged": true,
          "limitsChanged": true,
          "customer": {
            "$ref": "2"
          },
          "account": {
            "$ref": "1"
          },
          "payments": [
            {
              "$id": "4",
              "id": 1,
              "identifier": "qN+0PFxeC0mbYpGeD+iVRg==",
              "identifierGuid": "3cb4dfa8-5e5c-490b-9b62-919e0fe89546",
              "storeID": 2,
              "operatorName": "sample string 3",
              "saleHeaderID": 4,
              "paymentType": 5,
              "amount": 6,
              "account": "sample string 7",
              "accountID": "ly9iEE6Laka6XlQbXXuw5g==",
              "accountIDGuid": "10622f97-8b4e-466a-ba5e-541b5d7bb0e6",
              "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-08-02T23:20:23.7592246",
              "invRocNo": "sample string 14",
              "responseCode": "sample string 15",
              "cashout": 1,
              "tip": 16,
              "idempotentVoid": "31HJXOhfskmEB9pFzVsNNQ==",
              "idempotentVoidGuid": "5cc951df-5fe8-49b2-8407-da45cd5b0d35",
              "offline": true,
              "processed": 1,
              "storeSaleHeader": {
                "$id": "5",
                "saleHeaderID": 1,
                "saleHeaderGuid": "ufEjaX63R0axBwBzNtnHDw==",
                "saleHeaderIdentifierGuid": "6923f1b9-b77e-4647-b107-007336d9c70f",
                "created": "2025-08-02T23:20:23.7592246",
                "createdLocal": "2025-08-02T23:20:23.7592246",
                "createdText": "sample string 4",
                "itemCount": 5,
                "totalAmount": 6,
                "cashTender": 1,
                "cardTender": 1,
                "cheqTender": 1,
                "acctTender": 1,
                "voucherTender": 1,
                "loyaltyPoints": 1,
                "cashout": 1,
                "changeAmount": 1,
                "rounding": 1,
                "gstAmount": 1,
                "transactionDiscountTender": 1,
                "totalTip": 7,
                "tranType": 1,
                "processed": 1,
                "imported": "2025-08-02T23:20:23.7592246",
                "storeID": 1,
                "operatorG_Uid": "y1kn2gogKECOBrib2113Pw==",
                "operatorGuid": "da2759cb-200a-4028-8e06-b89bdb5d773f",
                "customerG_Uid": "HsanHR4P6EySScUelTaYxQ==",
                "customerGuid": "1da7c61e-0f1e-4ce8-9249-c51e953698c5",
                "communityIdentifier": "5DpZqvbJkEa9U4cLHZd7XA==",
                "communityIdentifierGuid": "aa593ae4-c9f6-4690-bd53-870b1d977b5c",
                "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": "9gsIccGUfUeNEq6xH3twVg==",
                "priceLevelIdentifierGuid": "71080bf6-94c1-477d-8d12-aeb11f7b7056",
                "locked": 36,
                "relationChecksum": "sample string 37",
                "loyaltyTender": 1,
                "giftCardTender": 1,
                "operator": {
                  "$id": "6",
                  "id": 1,
                  "g_Uid": "hGvmd39MAEyQGVi81x+kGw==",
                  "guid": "77e66b84-4c7f-4c00-9019-58bcd71fa41b",
                  "operatorNumber": 1,
                  "shortName": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "password": "sample string 5",
                  "hasPassword": true,
                  "passwordText": "sample string 6",
                  "rfidTagID": "sample string 7",
                  "blueprintID": 1,
                  "groupID": 1,
                  "groupName": "sample string 8",
                  "managerGroupID": 1,
                  "managerGroupName": "sample string 9",
                  "zoneID": 1,
                  "zoneName": "sample string 10",
                  "loggedIn": 1,
                  "lastUsedIP": "sample string 11",
                  "deleted": true,
                  "locked": true,
                  "allowOpenTill": true,
                  "webEmail": "sample string 14",
                  "simpleOperatorType": 0,
                  "webRole": "sample string 15",
                  "updated": "2025-08-02T23:20:23.7592246",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2025-08-02T23:20:23.7592246",
                  "endShift": "2025-08-02T23:20:23.7592246",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "7",
                      "operatorG_UID": "dn9RZhHYCkqbDiwkvvM0/A==",
                      "operatorGuid": "66517f76-d811-4a0a-9b0e-2c24bef334fc",
                      "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-08-02T23:20:23.7592246",
                        "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": "a4aKWxLAZEm6RlJHoKfgcQ==",
                        "hostIdentifierGuid": "5b8a866b-c012-4964-ba46-5247a0a7e071",
                        "hostName": 1,
                        "hostAddress": "sample string 27",
                        "hostUsername": "sample string 28",
                        "hostPassword": "sample string 29",
                        "excludeFromLeadInOut": true,
                        "accountingProvider": 31,
                        "accountingAddress": "sample string 32",
                        "accountingUsername": "sample string 33",
                        "accountingPassword": "sample string 34",
                        "storeAccountingCode": "sample string 35",
                        "softwareVariance": 36,
                        "fuelWarningVariance": 37.0,
                        "fuelErrorVariance": 38.0,
                        "fuelAccumulatedWarningVariance": 39.0,
                        "fuelAccumulatedErrorVariance": 40.0,
                        "drawManagment": 41,
                        "endOfDayManagment": true,
                        "autoFillCashBalancing": true,
                        "fuelDayVariance": 44,
                        "accountingTradingTime": "00:00:00.1234567",
                        "stockActivateProduct": 46,
                        "giftCardSalesAccountingDeptCode": "sample string 47",
                        "transactionDiscountAccountingDeptCode": "sample string 48",
                        "size": 49,
                        "updated": "2025-08-02T23:20:23.7592246",
                        "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": "HjEP2BS4VUqQm1etKq8QpA==",
                            "hostIdentifierGuid": "d80f311e-b814-4a55-909b-57ad2aaf10a4",
                            "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": "dZ+VpdccX0iDIqP7rvBFJQ==",
                              "identifierGuid": "a5959f75-1cd7-485f-8322-a3fbaef04525",
                              "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": "OEXSEgfkHEKVRP8/1RtFOQ==",
                              "hostSupplierIdentifierGuid": "12d24538-e407-421c-9544-ff3fd51b4539",
                              "loyaltyPriceLevelIdentifier": "XbWOdFxDzkC7+z6JJz12sA==",
                              "loyaltyPriceLevelIdentifierGuid": "748eb55d-435c-40ce-bbfb-3e89273d76b0",
                              "isGroup": true,
                              "description": "sample string 22",
                              "hostProvider": 23,
                              "hostTypeEnum": 24,
                              "hostType": "sample string 25",
                              "hostCode": "sample string 26",
                              "username": "sample string 27",
                              "password": "sample string 28",
                              "passwordPlain": "sample string 29",
                              "server": "sample string 30",
                              "url": "sample string 31",
                              "global": true,
                              "stateCode": "sample string 33",
                              "lastCollected": "2025-08-02T23:20:23.7592246",
                              "lastProcessed": "2025-08-02T23:20:23.7592246",
                              "hold": true,
                              "supplierName": "sample string 35",
                              "supplier": {
                                "$id": "12",
                                "identifier": "irJsJB2OkkuDYeFriPAk0g==",
                                "identifierGuid": "246cb28a-8e1d-4b92-8361-e16b88f024d2",
                                "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": "frwCwdTEFUKOqQAzdh55Yg==",
                                "primaryContactID": "c102bc7e-c4d4-4215-8ea9-0033761e7962",
                                "storeID": 1,
                                "abn": "sample string 16",
                                "supplierGroupIdentifier": "zIBWoMQTnUy50cET8BjuMA==",
                                "supplierGroupGuid": "a05680cc-13c4-4c9d-b9d1-c113f018ee30",
                                "rebate": 1.0,
                                "rebateType": 1,
                                "rebateFrequency": 1,
                                "rebateSource": 1,
                                "rebateLastClaimed": "2025-08-02T23:20:23.7592246",
                                "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": "f828e07d-650a-436f-ae82-d1cc61a08e0f",
                                  "identifier": "Fnd8vcaPPUu7tVgHMItzpw==",
                                  "identifierGuid": "bd7c7716-8fc6-4b3d-bbb5-5807308b73a7",
                                  "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": "2z8QdlmS+kCp1HHzLmi9Yw==",
                                    "supplierIdentifierGuid": "76103fdb-9259-40fa-a9d4-71f32e68bd63",
                                    "contactGuid": "wjPPyJx3zkGeiJEILbKWug==",
                                    "contactID": "c8cf33c2-779c-41ce-9e88-91082db296ba",
                                    "contact": {
                                      "$ref": "13"
                                    },
                                    "supplier": {
                                      "$ref": "12"
                                    }
                                  },
                                  {
                                    "$ref": "14"
                                  }
                                ],
                                "products": [
                                  {
                                    "$id": "15",
                                    "pluG_UID": "AEhxLvZUpEWDrf3Xd1b5xQ==",
                                    "pluGuid": "2e714800-54f6-45a4-83ad-fdd77756f9c5",
                                    "supplierIdentifier": "6c9oeoqM00m9YJMrfpTWLQ==",
                                    "supplierIdentifierGuid": "7a68cfe9-8c8a-49d3-bd60-932b7e94d62d",
                                    "cartonQuantity": 1,
                                    "cartonQuantityChanged": true,
                                    "productSize": "sample string 3",
                                    "cigarettesPerSleeve": 1,
                                    "randomWeight": true,
                                    "piecesPerUnit": 5,
                                    "averagePackSize": 6,
                                    "effectiveDate": "2025-08-02T23:20:23.7592246",
                                    "pricedByWeight": true,
                                    "landedUnitCostEx": 9,
                                    "landedUnitCostInc": 10,
                                    "landedCartonCostInc": 11,
                                    "landedCartonCostEx": 12,
                                    "standardCost": 13,
                                    "deliveryFee": 1,
                                    "deliveryFeeBasis": "sample string 14",
                                    "pickAndPackFee": 1,
                                    "pickAndPackFeeBasis": "sample string 15",
                                    "financeFee": 1,
                                    "financeFeeBasis": "sample string 16",
                                    "cartonLength": 1,
                                    "cartonWidth": 1,
                                    "cartonHeight": 1,
                                    "palletLayerQuantity": 1,
                                    "palletLayers": 1,
                                    "itemCode": "sample string 17",
                                    "invoiceCode": "sample string 18",
                                    "invoiceDesc": "sample string 19",
                                    "orderDirect": true,
                                    "useCost": true,
                                    "minimumQuantity": 20,
                                    "hostType": 21,
                                    "fromHost": 22,
                                    "minimumReorder": 1,
                                    "maximumReorder": 1,
                                    "orderMultiple": 23.1,
                                    "sellMultiple": 24.1,
                                    "baseMultiple": 25.1,
                                    "hostStandardCost": 26,
                                    "hostTotalCost": 27,
                                    "hostRetail": 28,
                                    "hostLandedUnitCostEx": 29,
                                    "hostLandedUnitCostInc": 30,
                                    "hostDesc": "sample string 31",
                                    "directIndicator": "sample string 32",
                                    "availableToOrder": true,
                                    "hostRangeIndicator": "sample string 34",
                                    "hostProductType": "sample string 35",
                                    "hostProductGrade": "sample string 36",
                                    "hostProductGroup": "sample string 37",
                                    "hostSlowMoving": true,
                                    "hostGeneralMerchandise": true,
                                    "hostPillar": "sample string 40",
                                    "hostLastUpdated": "2025-08-02T23:20:23.7592246",
                                    "rebate": 1.0,
                                    "rebateExclude": true,
                                    "invoiceCodes": [
                                      {
                                        "$id": "16",
                                        "pluG_UID": "oaV0iF77zE6ggS9iXgIbog==",
                                        "pluGuid": "8874a5a1-fb5e-4ecc-a081-2f625e021ba2",
                                        "supplierIdentifier": "SYkNfCJQX0KDH2l/Lf/Bfg==",
                                        "supplierIdentifierGuid": "7c0d8949-5022-425f-831f-697f2dffc17e",
                                        "invoiceCode": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "16"
                                      }
                                    ],
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "preferredSupplier": true,
                                    "preferredRebateSupplier": true,
                                    "supplierName": "sample string 41",
                                    "salesMode": 42,
                                    "orderPacked": true,
                                    "active": true,
                                    "price": 1,
                                    "costGstPercent": 44,
                                    "parentPluG_UID": "qtPvtj5/q06lqlGqlIe5Xw==",
                                    "parentPluGuid": "b6efd3aa-7f3e-4eab-a5aa-51aa9487b95f",
                                    "freight": 45.0,
                                    "freightType": 1,
                                    "product": {
                                      "$id": "17",
                                      "plu": 1,
                                      "storeID": 1,
                                      "masterPluG_UID": "QEA=",
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "g_UId": "7IncUFv5KES1+GJMth7SSQ==",
                                      "guid": "50dc89ec-f95b-4428-b5f8-624cb61ed249",
                                      "apn": "sample string 1",
                                      "apnChanged": true,
                                      "apnSwitched": true,
                                      "barcode": "sample string 4",
                                      "itemNumber": "sample string 5",
                                      "itemNumberChanged": true,
                                      "priceGroupG_UID": "QQONkNhA0kiolG0m4NXfYQ==",
                                      "priceGroupGuid": "908d0341-40d8-48d2-a894-6d26e0d5df61",
                                      "blueprintID": 1,
                                      "lastCountedDate": "2025-08-02T23:20:23.7592246",
                                      "externalID": "sample string 7",
                                      "active": true,
                                      "activated": "2025-08-02T23:20:23.7592246",
                                      "pluCreated": "2025-08-02T23:20:23.7592246",
                                      "createdByUser": "sample string 9",
                                      "name": "sample string 10",
                                      "nameChanged": true,
                                      "secondDescription": "sample string 12",
                                      "hostDescription": "sample string 13",
                                      "keepCartonQty": true,
                                      "keepDescription": true,
                                      "keepDepartments": true,
                                      "keepSuppliers": true,
                                      "markdownDescription": "sample string 18",
                                      "altDescription": "sample string 19",
                                      "bestOrExpire": 20,
                                      "lastUpdate": "2025-08-02T23:20:23.7592246",
                                      "lastManualUpdate": "2025-08-02T23:20:23.7592246",
                                      "imageName": "sample string 23",
                                      "showImageOnFlipCharts": true,
                                      "showTextOnFlipCharts": true,
                                      "overrideFlipChartText": true,
                                      "flipChartText": "sample string 27",
                                      "salesMode": 1,
                                      "eftCode": 1,
                                      "price": 1,
                                      "priceChanged": true,
                                      "rrp": 1,
                                      "gstPercent": 28,
                                      "gstPercentChanged": true,
                                      "costGSTPercent": 29,
                                      "costGSTPercentChanged": true,
                                      "wetPercent": 1,
                                      "priceOverride": 1,
                                      "cost": 1,
                                      "currentCost": 1,
                                      "currentCostDecimals": 1,
                                      "grossProfit": 1.0,
                                      "currentCostDesc": "sample string 30",
                                      "currentCostEnd": "2025-08-02T23:20:23.7592246",
                                      "currentCostUpdated": "2025-08-02T23:20:23.7592246",
                                      "costDecimals": 31,
                                      "costChanged": true,
                                      "dealCostIdentifier": "QEA=",
                                      "excludeFromRebate": true,
                                      "rebateOverride": 1,
                                      "costCalcMethod": 32,
                                      "costCalcMethodChanged": true,
                                      "costEffectiveDate": "2025-08-02T23:20:23.7592246",
                                      "defaultGP": 1,
                                      "breakTargetMode": 33,
                                      "break1": 1,
                                      "price1": 1,
                                      "target1": 34,
                                      "break2": 1,
                                      "price2": 1,
                                      "target2": 35,
                                      "break3": 1,
                                      "price3": 1,
                                      "target3": 36,
                                      "break1Changed": true,
                                      "price1Changed": true,
                                      "target1Changed": true,
                                      "break2Changed": true,
                                      "price2Changed": true,
                                      "target2Changed": true,
                                      "break3Changed": true,
                                      "price3Changed": true,
                                      "target3Changed": true,
                                      "breakTargetModeChanged": true,
                                      "margin": 1.1,
                                      "marginChanged": true,
                                      "marginRanged": true,
                                      "marginRangedChanged": true,
                                      "minimumMargin": 1.1,
                                      "minimumMarginChanged": true,
                                      "maximumMargin": 1.1,
                                      "maximumMarginChanged": true,
                                      "overrideHostWarehouseIndicator": true,
                                      "overrideHostWarehouseIndicatorChanged": true,
                                      "overrideHostPrice": true,
                                      "overrideHostPriceChanged": true,
                                      "overrideHostCost": true,
                                      "overrideHostCostChanged": true,
                                      "overrideHostMargin": true,
                                      "overrideHostMarginChanged": true,
                                      "alwaysApplyMargin": true,
                                      "alwaysApplyMarginChanged": true,
                                      "aws": 1.0,
                                      "awsUpdated": "2025-08-02T23:20:23.7592246",
                                      "posTare": 1,
                                      "altPrice": 1.0,
                                      "altPriceChanged": true,
                                      "altPriceMode": 53,
                                      "altPriceModeChanged": true,
                                      "altPLUG_UID": "Dx2Le1NCXEKBKeRQjC144A==",
                                      "altPLUGuid": "7b8b1d0f-4253-425c-8129-e4508c2d78e0",
                                      "altPLUGuidChanged": true,
                                      "altPriceDescription1": "sample string 54",
                                      "altPriceDescription2": "sample string 55",
                                      "cartonQuantity": 56,
                                      "cartonQuantityChanged": true,
                                      "trayID": 1,
                                      "promptID": 1,
                                      "tare": 1,
                                      "packQty": 1,
                                      "fixedWeight": 1,
                                      "extraMesg": 1,
                                      "text1": "sample string 58",
                                      "text2": "sample string 59",
                                      "text3": "sample string 60",
                                      "labelText": "sample string 61",
                                      "labelTextChanged": true,
                                      "sendToScale": true,
                                      "nonScaleWeigh": true,
                                      "labelFormat": "sample string 65",
                                      "barcodeFormat": "sample string 66",
                                      "austMade": 1,
                                      "coolCode": 67,
                                      "countryOfOrigin": "sample string 68",
                                      "percentContent": 69.1,
                                      "departmentID": 1,
                                      "subDepartmentID": 1,
                                      "minorDepartmentID": 1,
                                      "lesserDepartmentID": 1,
                                      "deptCode": "sample string 70",
                                      "subDeptCode": "sample string 71",
                                      "minorDeptCode": "sample string 72",
                                      "lesserDeptCode": "sample string 73",
                                      "deptName": "sample string 74",
                                      "subDeptName": "sample string 75",
                                      "minorDeptName": "sample string 76",
                                      "lesserDeptName": "sample string 77",
                                      "departmentChanged": true,
                                      "subCategoryID": 1,
                                      "expiry": 1,
                                      "showDays": 1,
                                      "datePrint": 1,
                                      "labelRequired": true,
                                      "labelShelfQty": 80,
                                      "labelShelfChanged": true,
                                      "labelTalkerQty": 82,
                                      "labelSmall": true,
                                      "labelLastPrinted": "2025-08-02T23:20:23.7592246",
                                      "labelLastPrice": 1,
                                      "shelfPageLayoutG_UID": "+S9p0NeEOUeJlaSlYFFdjA==",
                                      "shelfPageLayoutGuid": "d0692ff9-84d7-4739-8995-a4a560515d8c",
                                      "talkerPageLayoutG_UID": "ezUkUHJkz0Okt6DH9+5oEA==",
                                      "talkerPageLayoutGuid": "5024357b-6472-43cf-a4b7-a0c7f7ee6810",
                                      "unitMeasure": 1.1,
                                      "unitMeasureChanged": true,
                                      "unitMeasureKind": 85,
                                      "unitMeasureKindChanged": true,
                                      "signIQData": "sample string 87",
                                      "refresh": true,
                                      "earnLoyaltyPoints": true,
                                      "earnLoyaltyPointsChanged": true,
                                      "quantityOverride": true,
                                      "quantityOverrideChanged": true,
                                      "quantityRequired": true,
                                      "quantityRequiredChanged": true,
                                      "allowDiscounts": true,
                                      "allowDiscountsChanged": true,
                                      "discountDiscounts": true,
                                      "discountDiscountsChanged": true,
                                      "itemRecalled": true,
                                      "itemRecalledChanged": true,
                                      "noRefund": true,
                                      "noRefundChanged": true,
                                      "allowMarkdown": true,
                                      "allowMarkdownChanged": true,
                                      "priceRequired": true,
                                      "priceRequiredChanged": true,
                                      "fuelItem": true,
                                      "fuelItemChanged": true,
                                      "trackSerial": true,
                                      "trackSerialChanged": true,
                                      "allowZeroPrice": true,
                                      "allowZeroPriceChanged": true,
                                      "notForSale": 91,
                                      "notForSaleChanged": true,
                                      "excludeFromDeals": true,
                                      "excludeFromVoucher": true,
                                      "minimumAge": 94,
                                      "minimumAgeChanged": true,
                                      "buyingLimit": 1,
                                      "buyingLimitChanged": true,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitIndependentChanged": true,
                                      "inventoryGuid": "Lt6TENBCRU6P2puPVrgQZQ==",
                                      "inventoryIdentifier": "1093de2e-42d0-4e45-8fda-9b8f56b81065",
                                      "inventoryAccuracy": 1,
                                      "baseUnits": 98,
                                      "orderPacked": 1,
                                      "isManufactured": true,
                                      "isIngredient": true,
                                      "isModifier": true,
                                      "isModifierChanged": true,
                                      "hasModifiers": 99,
                                      "defaultPrinter": "sample string 100",
                                      "defaultPrinterGroup": "sample string 101",
                                      "ingredientsOnManufacture": true,
                                      "manufactureUnitMeasure": 1,
                                      "mpl": 1,
                                      "maxShelfQty": 102,
                                      "allowAutoOrder": true,
                                      "warrantyPeriod": 1,
                                      "parentPluG_UId": "K1W1BXX6FEOsdmKMLjTYTA==",
                                      "parentPluGuid": "05b5552b-fa75-4314-ac76-628c2e34d84c",
                                      "preferredHostVendor": 104,
                                      "preferredHostChanged": true,
                                      "code": "sample string 106",
                                      "supplierIdentifier": "O2N6aUVZwU6Wi3d6w5p/lw==",
                                      "supplierIdentifierGuid": "697a633b-5945-4ec1-968b-777ac39a7f97",
                                      "supplierChanged": true,
                                      "rebateSupplierIdentifier": "O6IHDL8ov0eR6mDRrs0ZAQ==",
                                      "rebateSupplierIdentifierGuid": "0c07a23b-28bf-47bf-91ea-60d1aecd1901",
                                      "rebateSupplierChanged": true,
                                      "availableForOrder": true,
                                      "warehouseDirectIndicator": "sample string 108",
                                      "warehouseDirectIndicatorChanged": true,
                                      "productGrade": "sample string 110",
                                      "productType": "sample string 111",
                                      "productGroup": "sample string 112",
                                      "complianceIndicator": "sample string 113",
                                      "inhouseBrand": "sample string 114",
                                      "slowMoving": true,
                                      "generalMerchandise": true,
                                      "comment": "sample string 117",
                                      "lastUpdatedByUser": "sample string 118",
                                      "lastManualUpdatedByUser": "sample string 119",
                                      "lastUpdatedByUserOverride": true,
                                      "lastUpdatedByHost": "2025-08-02T23:20:23.7592246",
                                      "commodity": "sample string 121",
                                      "businessPillar": "sample string 122",
                                      "mscCommodity": "sample string 123",
                                      "hostIdentifier": "APf+8QFmbkqry+q0R4hPDg==",
                                      "hostIdentifierGuid": "f1fef700-6601-4a6e-abcb-eab447884f0e",
                                      "serviceFeeID": 1,
                                      "serviceFeeIDChanged": true,
                                      "providerName": "sample string 125",
                                      "aisleEnds": "sample string 126",
                                      "deleted": true,
                                      "deletedChanged": true,
                                      "hidden": true,
                                      "doNotRange": true,
                                      "doNotRangeChanged": true,
                                      "doNotOrder": true,
                                      "doNotOrderChanged": true,
                                      "locked": true,
                                      "excludeFromWebUpdate": true,
                                      "excludeFromWebUpdateChanged": true,
                                      "webPriceBasedOn": 137,
                                      "webPriceRounding": true,
                                      "webMarkup": 139,
                                      "webPriceMode": 140,
                                      "altDepartmentID": 1,
                                      "altSubDepartmentID": 1,
                                      "altMinorDepartmentID": 1,
                                      "altLesserDepartmentID": 1,
                                      "altDeptCode": "sample string 141",
                                      "altSubDeptCode": "sample string 142",
                                      "altMinorDeptCode": "sample string 143",
                                      "altLesserDeptCode": "sample string 144",
                                      "altDepartmentChanged": true,
                                      "storeProducts": [
                                        {
                                          "$ref": "17"
                                        },
                                        {
                                          "$ref": "17"
                                        }
                                      ],
                                      "store": {
                                        "$ref": "8"
                                      },
                                      "storePrices": [
                                        {
                                          "$id": "18",
                                          "pluG_UID": "UKQvePCmfEWPguZEN9FiHQ==",
                                          "pluGuid": "782fa450-a6f0-457c-8f82-e64437d1621d",
                                          "plu": 1,
                                          "storeID": 1,
                                          "zoneID": 2,
                                          "zoneName": "sample string 3",
                                          "store": "sample string 4",
                                          "priceNow": 5,
                                          "costNow": 6,
                                          "costNowDecimals": 7,
                                          "normalPrice": 8,
                                          "gstPercent": 9,
                                          "normalCost": 10,
                                          "normalCostDecimals": 11,
                                          "costGstPercent": 12,
                                          "costCalcMethod": 1,
                                          "currentCost": 13,
                                          "currentCostDecimals": 14,
                                          "break1": 15,
                                          "price1": 16,
                                          "break2": 17,
                                          "price2": 18,
                                          "break3": 19,
                                          "price3": 20,
                                          "fuelItem": 21,
                                          "fixedWeight": 22,
                                          "active": true,
                                          "complianceIndicator": "sample string 23",
                                          "doNotOrder": true,
                                          "doNotRange": true,
                                          "isNormalPriceChangesCampaign": true,
                                          "updated": "2025-08-02T23:20:23.7592246"
                                        },
                                        {
                                          "$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-08-02T23:20:23.7592246",
                                          "priceChangeType": 0,
                                          "costDecimals": 10
                                        },
                                        "normalPluPrices": {
                                          "$ref": "20"
                                        },
                                        "winningCampaign": 1,
                                        "winner": {
                                          "$id": "21",
                                          "campaignName": "sample string 1",
                                          "campaignDescription": "sample string 2",
                                          "startDate": "2025-08-02T23:20:23.7592246",
                                          "startTime": 3,
                                          "endDate": "2025-08-02T23:20:23.7592246",
                                          "endTime": 4,
                                          "newPrice": 5,
                                          "newCost": 6,
                                          "newCostDecimals": 7,
                                          "pctDiscount": 8,
                                          "promoType": 1,
                                          "promotionTypeCode": "sample string 9",
                                          "hostType": 10,
                                          "hostIdentifier": "wCWJFQwrcEqmv7zVc3mPRw==",
                                          "hostIdentifierGuid": "158925c0-2b0c-4a70-a6bf-bcd573798f47",
                                          "storeNames": [
                                            "sample string 1",
                                            "sample string 2"
                                          ]
                                        },
                                        "details": [
                                          {
                                            "$ref": "21"
                                          },
                                          {
                                            "$ref": "21"
                                          }
                                        ]
                                      },
                                      "tray": {
                                        "$id": "22",
                                        "g_UId": "ZvZ3TVBFWUCIYZwaKr14+g==",
                                        "guid": "4d77f666-4550-4059-8861-9c1a2abd78fa",
                                        "name": "sample string 1",
                                        "number": 1,
                                        "tare": 1
                                      },
                                      "priceGroup": {
                                        "$id": "23",
                                        "priceGroupG_UID": "BV9+4ERTfUyStawxyU9wCg==",
                                        "priceGroupGuid": "e07e5f05-5344-4c7d-92b5-ac31c94f700a",
                                        "name": "sample string 2",
                                        "code": 1,
                                        "modified": true,
                                        "updated": "2025-08-02T23:20:23.7592246",
                                        "buyingLimit": 1,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitType": 0,
                                        "number": 1,
                                        "products": [
                                          {
                                            "$ref": "17"
                                          },
                                          {
                                            "$ref": "17"
                                          }
                                        ],
                                        "productCount": 1
                                      },
                                      "priceGroupName": "sample string 146",
                                      "nutrifacts": {
                                        "$id": "24",
                                        "pluG_UID": "y1GngFGVMkGs42YFpYARvA==",
                                        "pluGuid": "80a751cb-9551-4132-ace3-6605a58011bc",
                                        "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": "8e438951-e007-4cee-b001-a0f39419ddf0",
                                        "created": "2025-08-02T23:20:23.7592246",
                                        "createdByUser": "sample string 1",
                                        "activated": "2025-08-02T23:20:23.7592246",
                                        "deactivated": "2025-08-02T23:20:23.7592246",
                                        "lastOrdered": "2025-08-02T23:20:23.7592246",
                                        "lastOrderedQty": 2.0,
                                        "lastReceived": "2025-08-02T23:20:23.7592246",
                                        "lastReceivedQty": 3.0,
                                        "lastInvoiceStatus": 1,
                                        "lastCounted": "2025-08-02T23:20:23.7592246",
                                        "lastSold": "2025-08-02T23:20:23.7592246",
                                        "firstSold": "2025-08-02T23:20:23.7592246",
                                        "awsUpdated": "2025-08-02T23:20:23.7592246",
                                        "lastManualUpdate": "2025-08-02T23:20:23.7592246",
                                        "lastManualUpdatedByUser": "sample string 5",
                                        "lastUpdated": "2025-08-02T23:20:23.7592246",
                                        "lastUpdatedByUser": "sample string 7",
                                        "lastUpdatedByHost": "2025-08-02T23:20:23.7592246",
                                        "doNotRangeUpdated": "2025-08-02T23:20:23.7592246",
                                        "doNotOrderUpdated": "2025-08-02T23:20:23.7592246",
                                        "tracked": "2025-08-02T23:20:23.7592246"
                                      },
                                      "allergens": [
                                        {
                                          "$id": "26",
                                          "allergenID": 1,
                                          "pluG_UID": "naeJD6wE3UOKoYQU9ou9zA==",
                                          "pluGuid": "0f89a79d-04ac-43dd-8aa1-8414f68bbdcc",
                                          "contains": 2,
                                          "allergenName": "sample string 3",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "26"
                                        }
                                      ],
                                      "costs": {
                                        "$id": "27",
                                        "pluG_UID": "iUkE6oiZ4UaiNHo5Z1TURg==",
                                        "pluGuid": "ea044989-9988-46e1-a234-7a396754d446",
                                        "enteredCost": 1,
                                        "weightedAvgCost": 1,
                                        "lastCost": 1,
                                        "rawEnteredCost": 2,
                                        "rawWeightedAvgCost": 3,
                                        "rawLastCost": 4,
                                        "freight": 5.0,
                                        "freightType": 6,
                                        "costDecimals": 7,
                                        "fifoCost": 1,
                                        "updated": "2025-08-02T23:20:23.7592246",
                                        "normalCost": 1,
                                        "currentCost": 1
                                      },
                                      "sales": [
                                        {
                                          "$id": "28",
                                          "saleHeaderID": 1,
                                          "created": "2025-08-02T23:20:23.7592246",
                                          "createdLocal": "2025-08-02T23:20:23.7592246",
                                          "storeID": 3,
                                          "storeName": "sample string 4",
                                          "operatorG_Uid": "y1/IHPu3N0WsiqHYV2edNQ==",
                                          "operatorGuid": "1cc85fcb-b7fb-4537-ac8a-a1d857679d35",
                                          "operatorName": "sample string 5",
                                          "tranType": 1,
                                          "plu": 1,
                                          "pluG_UId": "cgGDUVERHkaTNa88EepMVQ==",
                                          "pluGuid": "51830172-1151-461e-9335-af3c11ea4c55",
                                          "normalPrice": 1,
                                          "totalCents": 1,
                                          "cost": 1,
                                          "grossProfit": 1,
                                          "quantity": 1,
                                          "operator": {
                                            "$ref": "6"
                                          }
                                        },
                                        {
                                          "$ref": "28"
                                        }
                                      ],
                                      "apns": [
                                        {
                                          "$id": "29",
                                          "pluID": 1,
                                          "pluG_UID": "lk7Tr0QnQEe68ciR2ajufg==",
                                          "pluGuid": "afd34e96-2744-4740-baf1-c891d9a8ee7e",
                                          "apn": "sample string 1",
                                          "deleted": true,
                                          "storeID": 1,
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "29"
                                        }
                                      ],
                                      "tuns": [
                                        {
                                          "$id": "30",
                                          "pluG_UId": "fGg6wsFdQ0S41j0QYmCACw==",
                                          "pluGuid": "c23a687c-5dc1-4443-b8d6-3d106260800b",
                                          "apn": "sample string 1",
                                          "tun": "sample string 2",
                                          "cartonQuantity": 3,
                                          "product": {
                                            "$ref": "17"
                                          },
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "30"
                                        }
                                      ],
                                      "competitionPricing": [
                                        {
                                          "$id": "31",
                                          "identifier": "KexHT3PYs06qySzjED0qVA==",
                                          "identifierGuid": "4f47ec29-d873-4eb3-aac9-2ce3103d2a54",
                                          "pluG_UID": "r1xyeicwq0KXLEFtBVQECg==",
                                          "pluGuid": "7a725caf-3027-42ab-972c-416d0554040a",
                                          "competitionID": 1,
                                          "name": "sample string 2",
                                          "sellMultiple": 3,
                                          "retailPrice": 4,
                                          "storeName": "sample string 5"
                                        },
                                        {
                                          "$ref": "31"
                                        }
                                      ],
                                      "supplier": {
                                        "$ref": "12"
                                      },
                                      "supplierName": "sample string 147",
                                      "children": [
                                        {
                                          "$ref": "17"
                                        },
                                        {
                                          "$ref": "17"
                                        }
                                      ],
                                      "ordering": {
                                        "$ref": "15"
                                      },
                                      "flipChartPages": [
                                        {
                                          "$id": "32",
                                          "identifier": "EiYgvM9+hUeyp0cU28u2Fw==",
                                          "groupName": "sample string 1",
                                          "identifierGuid": "bc202612-7ecf-4785-b2a7-4714dbcbb617",
                                          "exists": true,
                                          "flipChartIdentifier": "k5oiIPEOmEu8dJ3iLHJC8Q==",
                                          "flipChartIdentifierGuid": "20229a93-0ef1-4b98-bc74-9de22c7242f1",
                                          "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": "tDL2qmRNL0GRP7IGq0nT7Q==",
                                          "groupIdentifierGuid": "aaf632b4-4d64-412f-913f-b206ab49d3ed",
                                          "flipChart": {
                                            "$id": "33",
                                            "identifier": "Rsp1KMkbF06o8y7XEW1nyA==",
                                            "identifierGuid": "2875ca46-1bc9-4e17-a8f3-2ed7116d67c8",
                                            "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": "+cDugxlfEEuFBNHB2s+W/A==",
                                              "identifierGuid": "83eec0f9-5f19-4b10-8504-d1c1dacf96fc",
                                              "name": "sample string 2",
                                              "formType": "sample string 3",
                                              "forms": [
                                                {
                                                  "$id": "35",
                                                  "id": 1,
                                                  "g_UID": "uprblV4cY06uk2Tjsj53jA==",
                                                  "guid": "95db9aba-1c5e-4e63-ae93-64e3b23e778c",
                                                  "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": "9qQbAkyudkqBJ8qDpDuq1g==",
                                                  "previousFormGuid": "021ba4f6-ae4c-4a76-8127-ca83a43baad6",
                                                  "nextForm": 1,
                                                  "nextFormG_UID": "Gbw4UOrjvkmpeVlwsnf/Qw==",
                                                  "nextFormGuid": "5038bc19-e3ea-49be-a979-5970b277ff43",
                                                  "attributes": "sample string 10",
                                                  "updated": "2025-08-02T23:20:23.7592246",
                                                  "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": "cWV8gXo6JkiPGvMrEKW1/Q==",
                                                      "checkoutFormGuid": "817c6571-3a7a-4826-8f1a-f32b10a5b5fd",
                                                      "identifier": "lOLJylXuskG+38fUdTB+mA==",
                                                      "identifierGuid": "cac9e294-ee55-41b2-bedf-c7d475307e98",
                                                      "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": "nVzQi8INQkW8E5RIlpzqfw==",
                                                      "valueGuid": "8bd05c9d-0dc2-4542-bc13-9448969cea7f",
                                                      "buttonText": "sample string 10",
                                                      "valueText": "sample string 11",
                                                      "drawImageAndButton": true,
                                                      "updated": "2025-08-02T23:20:23.7592246",
                                                      "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-08-02T23:20:23.7592246",
                                                        "imageData": "QEA=",
                                                        "readOnly": true
                                                      }
                                                    },
                                                    {
                                                      "$ref": "36"
                                                    }
                                                  ],
                                                  "panels": [
                                                    {
                                                      "$id": "38",
                                                      "id": 1,
                                                      "checkoutFormID": 2,
                                                      "checkoutFormG_UID": "ipAz61mGW0OODzHt30/XPQ==",
                                                      "checkoutFormGuid": "eb33908a-8659-435b-8e0f-31eddf4fd73d",
                                                      "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": "UJKl91d3+E2HTrI81wQVkQ==",
                                              "flipChartPageIdentifierGuid": "f7a59250-7757-4df8-874e-b23cd7041591",
                                              "pluG_UID": "rApEjFViLkSrKkvqZuJ1Rw==",
                                              "pluGuid": "8c440aac-6255-442e-ab2a-4bea66e27547",
                                              "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": "jWm6/PGz00WigFqRdvHOsQ==",
                                          "pluGuid": "fcba698d-b3f1-45d3-a280-5a9176f1ceb1",
                                          "price": 1,
                                          "costCalcMethod": 1,
                                          "cost": 2,
                                          "weightedAvgCost": 3,
                                          "lastCost": 4,
                                          "rawCost": 5,
                                          "rawWeightedAvgCost": 6,
                                          "rawLastCost": 7,
                                          "costDecimals": 8,
                                          "serviceFeeID": 9,
                                          "freight": 10.0,
                                          "freightType": 11,
                                          "process": "sample string 12",
                                          "user": "sample string 13",
                                          "updated": "2025-08-02T23:20:23.7592246",
                                          "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": "p80goKzXSkap+Cu35Kdw3A==",
                                          "ingredientGuid": "lSP6Z0sRQUGToOkQEB/mcg==",
                                          "ingredientIdentifier": "67fa2395-114b-4141-93a0-e910101fe672",
                                          "quantity": 1.0,
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "ingredientText": "sample string 1",
                                          "ingredient": {
                                            "$ref": "17"
                                          }
                                        },
                                        {
                                          "$ref": "41"
                                        }
                                      ],
                                      "bins": [
                                        {
                                          "$id": "42",
                                          "pluG_UID": "aw2t3yMOU0K7CfbzDPm3AQ==",
                                          "pluGuid": "dfad0d6b-0e23-4253-bb09-f6f30cf9b701",
                                          "shelfLocationIdentifier": "v3FlKOiEnEuY7z0BTgi07A==",
                                          "shelfLocationGuid": "286571bf-84e8-4b9c-98ef-3d014e08b4ec",
                                          "labelShelfDefault": 1,
                                          "labelTalkerDefault": 1,
                                          "labelSmall": true,
                                          "labelPageLayoutG_UID": "sPwUT0yVtUiZw6/7w33KVQ==",
                                          "labelPageLayoutGuid": "4f14fcb0-954c-48b5-99c3-affbc37dca55",
                                          "updated": "2025-08-02T23:20:23.7592246",
                                          "electronicShelfLabelIdentifier": "sample string 5",
                                          "electronicshelfLabelsConfigurationID": 6,
                                          "labelShelfChanged": true,
                                          "productName": "sample string 8",
                                          "locationText": "sample string 9",
                                          "product": {
                                            "$ref": "17"
                                          },
                                          "location": {
                                            "$id": "43",
                                            "identifier": "tkjr4EapX0+cJgSgGyTSsQ==",
                                            "storeID": 1,
                                            "identifierGuid": "e0eb48b6-a946-4f5f-9c26-04a01b24d2b1",
                                            "name": "sample string 2",
                                            "haccp": true,
                                            "blueprintID": 1,
                                            "updated": "2025-08-02T23:20:23.7592246",
                                            "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": "rAt+GKj5N0CwW3wnHIyzXA==",
                                          "pluGuid": "187e0bac-f9a8-4037-b05b-7c271c8cb35c",
                                          "deptNo": 1,
                                          "product": {
                                            "$ref": "17"
                                          },
                                          "scaleLocation": {
                                            "$id": "45",
                                            "id": 1,
                                            "deptNo": 1,
                                            "deptCode": "sample string 2",
                                            "name": "sample string 3",
                                            "enabled": true,
                                            "updated": "2025-08-02T23:20:23.7592246",
                                            "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-08-02T23:20:23.7592246",
                                                          "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": "I8rudiBxlUmqPpTStHbH0Q==",
                                                          "labelPageLayoutGuid": "76eeca23-7120-4995-aa3e-94d2b476c7d1",
                                                          "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-08-02T23:20:23.7592246",
                                                      "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": "YfE0INp3+UGv1dHBJFOKEQ==",
                                                      "labelPageLayoutGuid": "2034f161-77da-41f9-afd5-d1c124538a11",
                                                      "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-08-02T23:20:23.7592246",
                                                  "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": "dc6mtPw/O0OZVwzzOBs53w==",
                                                  "labelPageLayoutGuid": "b4a6ce75-3ffc-433b-9957-0cf3381b39df",
                                                  "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-08-02T23:20:23.7592246",
                                              "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": "y+Vd3Ld1F0u/QHjIPhdJ1Q==",
                                              "labelPageLayoutGuid": "dc5de5cb-75b7-4b17-bf40-78c83e1749d5",
                                              "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": "Y55PolN40km8RAEhKuZOnw==",
                                        "pluGuid": "a24f9e63-7853-49d2-bc44-01212ae64e9f",
                                        "newPrice": 1,
                                        "pctDiscount": 1,
                                        "newCost": 1,
                                        "newCostDecimals": 6,
                                        "dealCostIdentifier": "dpzBWoeV0EaNCLZTKVbSmQ==",
                                        "dealCostGuid": "5ac19c76-9587-46d0-8d08-b6532956d299",
                                        "pluName": "sample string 7",
                                        "apn": "sample string 8",
                                        "fuelItem": true,
                                        "priceGroupG_UID": "IIojdsY5nEms3s6DAaSuhA==",
                                        "priceGroupGuid": "76238a20-39c6-499c-acde-ce8301a4ae84",
                                        "itemNumber": "sample string 10",
                                        "cri": "sample string 11",
                                        "pluPrice": 12,
                                        "pluCost": 13,
                                        "pluCostIndicator": "sample string 14",
                                        "pluPriceGstPercent": 15,
                                        "pluCostGstPercent": 16,
                                        "pluActive": true,
                                        "cartonQty": 1.1,
                                        "baseUnits": 18.1,
                                        "salesMode": 1,
                                        "pluNormalCost": 19,
                                        "pluaws": 20.0,
                                        "directNumber": "sample string 21",
                                        "departmentName": "sample string 22",
                                        "subDepartmentName": "sample string 23",
                                        "priceGroupName": "sample string 24",
                                        "supplierName": "sample string 25",
                                        "stockOnHand": 1.1,
                                        "stockOnOrder": 1.1,
                                        "lastReceived": "2025-08-02T23:20:23.7592246",
                                        "rrp": 26,
                                        "campaignDescription": "sample string 27",
                                        "campaignComboPriceGroupG_UID": "xTWxTuLJHUml0Hnk3hk8IA==",
                                        "campaignComboPriceGroupIdentifier": "4eb135c5-c9e2-491d-a5d0-79e4de193c20",
                                        "promotionPlacementDescription": "sample string 28",
                                        "storeAcceptances": [
                                          {
                                            "$id": "55",
                                            "plu": 1,
                                            "pluG_UId": "QEA=",
                                            "campaignID": 1,
                                            "campaignName": "sample string 2",
                                            "storeID": 3,
                                            "acceptedUtc": "2025-08-02T23:20:23.7592246",
                                            "operatorG_UID": "v2h9NOdPv0e6QaWykbEclw==",
                                            "operatorGuid": "347d68bf-4fe7-47bf-ba41-a5b291b11c97",
                                            "machineID": 1,
                                            "processed": true,
                                            "appliedUtc": "2025-08-02T23:20:23.7592246",
                                            "signIqTicketFileMovedUtc": "2025-08-02T23:20:23.7592246",
                                            "user": "sample string 6",
                                            "campaignDescription": "sample string 7",
                                            "productDesc": "sample string 8",
                                            "storeName": "sample string 9",
                                            "effectiveUtc": "2025-08-02T23:20:23.7592246",
                                            "priceChangeType": 0,
                                            "operatorName": "sample string 10",
                                            "hostCampaign": true,
                                            "product": {
                                              "$ref": "17"
                                            },
                                            "campaignPlu": {
                                              "$ref": "54"
                                            }
                                          },
                                          {
                                            "$ref": "55"
                                          }
                                        ],
                                        "campaign": {
                                          "$id": "56",
                                          "id": 1,
                                          "storeID": 2,
                                          "name": "039f2a78-9eec-4662-9cd9-3c430ef9c44b",
                                          "nameGuid": "039f2a78-9eec-4662-9cd9-3c430ef9c44b",
                                          "description": "sample string 4",
                                          "showDiscounts": true,
                                          "showTotals": true,
                                          "onlyEvaluateOnSubtotal": true,
                                          "useDescription": true,
                                          "campaignType": 1,
                                          "startDate": "2025-08-02T23:20:23.7592246",
                                          "startTime": 1,
                                          "endDate": "2025-08-02T23:20:23.7592246",
                                          "endTime": 1,
                                          "recurrence": 1,
                                          "recurrenceType": 1,
                                          "monthType": 1,
                                          "weekDays": 1,
                                          "months": 1,
                                          "monthWeeks": 1,
                                          "monthDays": "sample string 7",
                                          "printed": true,
                                          "talkerText": "sample string 8",
                                          "rangeDescription": "sample string 9",
                                          "dealDescription": "sample string 10",
                                          "labelQuantity": 11,
                                          "active": 1,
                                          "deactivated": "2025-08-02T23:20:23.7592246",
                                          "system": true,
                                          "created": "2025-08-02T23:20:23.7592246",
                                          "updated": "2025-08-02T23:20:23.7592246",
                                          "priceChangeNotifiedUtc": "2025-08-02T23:20:23.7592246",
                                          "promoType": 1,
                                          "promotionTypeCode": "sample string 13",
                                          "hostIdentifier": "KKwyBW7G20SNNpuAs6PZHw==",
                                          "hostIdentifierGuid": "0532ac28-c66e-44db-8d36-9b80b3a3d91f",
                                          "hostType": 14,
                                          "createdByUser": "sample string 15",
                                          "fromHost": true,
                                          "deleted": true,
                                          "campaignDeleted": "2025-08-02T23:20:23.7592246",
                                          "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": "LriQTFmrpkK5VRRKu0U06g==",
                                              "pluGuid": "4c90b82e-ab59-42a6-b955-144abb4534ea",
                                              "hostOfferID": 1,
                                              "priceGroupG_UID": "kXmaT5WrFUiGmfoDBOgZbA==",
                                              "priceGroupGuid": "4f9a7991-ab95-4815-8699-fa0304e8196c",
                                              "fuelItem": true,
                                              "pluName": "sample string 6",
                                              "apn": "sample string 7",
                                              "pluActive": true,
                                              "cartonQty": 1,
                                              "baseUnits": 9.1,
                                              "cri": "sample string 10",
                                              "salesMode": 1,
                                              "pluaws": 11.0,
                                              "directNumber": "sample string 12",
                                              "departmentName": "sample string 13",
                                              "subDepartmentName": "sample string 14",
                                              "priceGroupName": "sample string 15",
                                              "supplierName": "sample string 16",
                                              "stockOnHand": 1.1,
                                              "stockOnOrder": 1.1,
                                              "lastReceived": "2025-08-02T23:20:23.7592246",
                                              "rrp": 17,
                                              "campaignDescription": "sample string 18",
                                              "product": {
                                                "$ref": "17"
                                              },
                                              "campaign": {
                                                "$ref": "56"
                                              }
                                            },
                                            {
                                              "$ref": "57"
                                            }
                                          ],
                                          "sellingRules": [
                                            {
                                              "$id": "58",
                                              "id": 1,
                                              "identifier": "5icKuWfO6UGmfUOP+opCQg==",
                                              "identifierStr": "5icKuWfO6UGmfUOP+opCQg==",
                                              "identifierGuid": "b90a27e6-ce67-41e9-a67d-438ffa8a4242",
                                              "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": "TEdzFYxYp0WWCQM0xRA9Sg==",
                                              "customerIDGuid": "1573474c-588c-45a7-9609-0334c5103d4a",
                                              "campaign": {
                                                "$ref": "56"
                                              },
                                              "customer": {
                                                "$ref": "2"
                                              }
                                            },
                                            {
                                              "$ref": "59"
                                            }
                                          ],
                                          "customerGroups": [
                                            {
                                              "$id": "60",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "groupID": "f4zIcXm3R0GI88pcWCJhNA==",
                                              "groupIDGuid": "71c88c7f-b779-4147-88f3-ca5c58226134",
                                              "campaign": {
                                                "$ref": "56"
                                              },
                                              "group": {
                                                "$id": "61",
                                                "identifier": "lm2v57ylYUm905xKHsY/cg==",
                                                "identifierGuid": "e7af6d96-a5bc-4961-bdd3-9c4a1ec63f72",
                                                "name": "sample string 2",
                                                "primaryContact": "pc7RtKibfkGhhLaTs3f/Tw==",
                                                "primaryContactGuid": "b4d1cea5-9ba8-417e-a184-b693b377ff4f",
                                                "accountID": "FY9aI9O2cEmbXgXn9hADSA==",
                                                "accountIDGuid": "235a8f15-b6d3-4970-9b5e-05e7f6100348",
                                                "special": true,
                                                "updated": "2025-08-02T23:20:23.7592246",
                                                "active": true,
                                                "reasonInactive": 1,
                                                "priceLevelIdentifier": "S+Ix2qs2QUWlBDlc45Z92w==",
                                                "priceLevelIdentifierGuid": "da31e24b-36ab-4541-a504-395ce3967ddb",
                                                "deleted": true,
                                                "account": {
                                                  "$ref": "1"
                                                },
                                                "primaryContactCustomer": {
                                                  "$ref": "2"
                                                },
                                                "customerGroupMembers": [
                                                  {
                                                    "$id": "62",
                                                    "id": 1,
                                                    "groupID": "t5S8EWJ410GPOApQapRz9g==",
                                                    "groupIDGuid": "11bc94b7-7862-41d7-8f38-0a506a9473f6",
                                                    "customerID": "oGRFwcbYxkCM55lWYrboeA==",
                                                    "customerIDGuid": "c14564a0-d8c6-40c6-8ce7-995662b6e878",
                                                    "card": "sample string 4",
                                                    "linkedAccount": "HnzsXEkI7kKXaWNTmt1urA==",
                                                    "linkedAccountGuid": "5cec7c1e-0849-42ee-9769-63539add6eac",
                                                    "customer": {
                                                      "$ref": "2"
                                                    },
                                                    "group": {
                                                      "$ref": "61"
                                                    },
                                                    "customerCard": {
                                                      "$ref": "3"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "62"
                                                  }
                                                ]
                                              }
                                            },
                                            {
                                              "$ref": "60"
                                            }
                                          ],
                                          "signIqTickets": [
                                            {
                                              "$id": "63",
                                              "identifier": "g2A0WhgcS0+3sQidcZMDcw==",
                                              "identifierGuid": "5a346083-1c18-4f4b-b7b1-089d71930373",
                                              "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": "im08DtMKq0u2juNUvUWiZA==",
                                              "guid": "0e3c6d8a-0ad3-4bab-b68e-e354bd45a264",
                                              "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": "nvVZdNeWNEuBCrd0O8EIlQ==",
                                                  "groupGuid": "7459f59e-96d7-4b34-810a-b7743bc10895",
                                                  "comboPriceType": 5,
                                                  "priceType": 5,
                                                  "pluG_UID": "FVck40mgAUSjF+sEHPoeEA==",
                                                  "pluGuid": "e3245715-a049-4401-a317-eb041cfa1e10",
                                                  "priceGroupG_UID": "856VPKU3ZEiENgd+5WYE7g==",
                                                  "priceGroupGuid": "3c959ef3-37a5-4864-8436-077ee56604ee",
                                                  "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": "azT1qf96s0msYPYgKKNjAw==",
                                              "priceLevelIdentifierGuid": "a9f5346b-7aff-49b3-ac60-f62028a36303",
                                              "campaignName": "sample string 3",
                                              "priceLevelName": "sample string 4"
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ]
                                        },
                                        "product": {
                                          "$ref": "17"
                                        },
                                        "dealCost": {
                                          "$id": "67",
                                          "headerIdentifier": "lcmuivVnWky+D7iUPcOcyw==",
                                          "headerIdentifierGuid": "8aaec995-67f5-4c5a-be0f-b8943dc39ccb",
                                          "identifier": "eWbJyE1wJ0WivqhHYw07nQ==",
                                          "identifierGuid": "c8c96679-704d-4527-a2be-a847630d3b9d",
                                          "supplierIdentifier": "xIc6tQtEwk+v+nZbMVZEJQ==",
                                          "supplierGuid": "b53a87c4-440b-4fc2-affa-765b31564425",
                                          "pluG_UID": "PYNmL453YkavLjjdJoJCXQ==",
                                          "pluGuid": "2f66833d-778e-4662-af2e-38dd2682425d",
                                          "campaignName": "bc6731b5-2fe3-4bc9-9fe6-27d1f71f1a0a",
                                          "description": "sample string 4",
                                          "cost": 5,
                                          "costDecimals": 6,
                                          "start": "2025-08-02T23:20:23.7592246",
                                          "end": "2025-08-02T23:20:23.7592246",
                                          "type": 9,
                                          "promoType": 10,
                                          "bonusItemPLUG_UID": "RJldj66Cs06IEto74O9wNA==",
                                          "bonusItemPluGuid": "8f5d9944-82ae-4eb3-8812-da3be0ef7034",
                                          "bonusPurchaseUnits": 11,
                                          "bonusReceiveUnits": 12,
                                          "updated": "2025-08-02T23:20:23.7592246",
                                          "metcashPromotionID": "sample string 14",
                                          "fromHost": 15,
                                          "storeNames": "sample string 16",
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "supplierName": "sample string 17",
                                          "campaignDescription": "sample string 18",
                                          "newPrice": 1,
                                          "campaignMetcashPromotionID": "sample string 19",
                                          "campaignActive": true,
                                          "campaignStartDate": "2025-08-02T23:20:23.7592246",
                                          "campaignEndDate": "2025-08-02T23:20:23.7592246",
                                          "masterPLUG_UID": "tehUC+zmWEmRgUJcPJ3JJQ==",
                                          "masterID": "0b54e8b5-e6ec-4958-9181-425c3c9dc925",
                                          "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": "n+39NV4ac0eZGdXcMsU/mg==",
                                          "bonusMasterID": "35fded9f-1a5e-4773-9919-d5dc32c53f9a",
                                          "bonusProductName": "sample string 34",
                                          "bonusProductAPN": "sample string 35",
                                          "bonusOrderCode": "sample string 36",
                                          "bonusNormalSell": 37,
                                          "bonusNormalCost": 38,
                                          "bonusNormalCostDecimals": 39,
                                          "bonusCartonQuantity": 40,
                                          "bonusSalesMode": 41,
                                          "bonusOrderPacked": 42,
                                          "bonusFuelItem": true,
                                          "bonusActive": true
                                        }
                                      },
                                      "currentCostStart": "2025-08-02T23:20:23.7592246",
                                      "dealCosts": [
                                        {
                                          "$ref": "67"
                                        },
                                        {
                                          "$ref": "67"
                                        }
                                      ],
                                      "tags": [
                                        {
                                          "$id": "68",
                                          "pluG_UID": "qLMzhT6wMkuPqpmI3euqog==",
                                          "pluGuid": "8533b3a8-b03e-4b32-8faa-9988ddebaaa2",
                                          "tagID": 1,
                                          "description": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "68"
                                        }
                                      ],
                                      "alternateProductG_UID": "cQ4+Fxu8fk+AQznpkIW4XA==",
                                      "alternateProduct": "173e0e71-bc1b-4f7e-8043-39e99085b85c",
                                      "productHostCode": {
                                        "$id": "69",
                                        "id": 1,
                                        "pluG_UID": "NRvY/rlCZUixdNkvWuYy5w==",
                                        "pluGuid": "fed81b35-42b9-4865-b174-d92f5ae632e7",
                                        "ibaCode": "sample string 2"
                                      },
                                      "mscCat": {
                                        "$ref": "50"
                                      },
                                      "mscCom": {
                                        "$ref": "51"
                                      },
                                      "mscDep": {
                                        "$ref": "53"
                                      },
                                      "mscSubCom": {
                                        "$ref": "52"
                                      },
                                      "isUserUpdate": true,
                                      "ignoreMasterProduct": true,
                                      "priceGroupLabelRequested": true,
                                      "firstSold": "2025-08-02T23:20:23.7592246",
                                      "inventoryTracked": "2025-08-02T23:20:23.7592246",
                                      "isNormalPriceChangesCampaign": true
                                    },
                                    "supplier": {
                                      "$ref": "12"
                                    },
                                    "serviceFee": {
                                      "$id": "70",
                                      "id": 1,
                                      "description": "sample string 1",
                                      "fee": 1
                                    },
                                    "isPrimaryHost": true,
                                    "hostVendor": 47
                                  },
                                  {
                                    "$ref": "15"
                                  }
                                ],
                                "orderCycleHeaders": [
                                  {
                                    "$id": "71",
                                    "storeID": 1,
                                    "supplierIdentifier": "m5QDcRi0+UaOgooqkyS70A==",
                                    "supplierGuid": "7103949b-b418-46f9-8e82-8a2a9324bbd0",
                                    "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": "B7wbAewShE6flr/UqbbACQ==",
                                    "supplierGuid": "011bbc07-12ec-4e84-9f96-bfd4a9b6c009",
                                    "departmentCode": "sample string 2",
                                    "warehouseDirectIndicator": "sample string 3",
                                    "type": 4,
                                    "cutOffWeek": 5,
                                    "cutOffDay": 6,
                                    "cutOffTime": "00:00:00.1234567",
                                    "leadTime": 7,
                                    "daysBuffer": 8,
                                    "supplierName": "sample string 9",
                                    "cutOffDate": "2025-08-02T23:20:23.7592246",
                                    "deliveryDate": "2025-08-02T23:20:23.7592246",
                                    "nextCutOffDate": "2025-08-02T23:20:23.7592246",
                                    "nextDeliveryDate": "2025-08-02T23:20:23.7592246",
                                    "nextDaysBuffer": 10
                                  },
                                  {
                                    "$ref": "72"
                                  }
                                ],
                                "store": {
                                  "$ref": "8"
                                },
                                "updated": "2025-08-02T23:20:23.7592246",
                                "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-08-02T23:20:23.7592246",
                                  "processed": "2025-08-02T23:20:23.7592246",
                                  "isProcessing": true,
                                  "processedCount": 6,
                                  "processingTime": 1,
                                  "collectedUtc": "2025-08-02T23:20:23.7592246",
                                  "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-08-02T23:20:23.7592246",
                                    "businessPillar": "sample string 3",
                                    "fileType": "sample string 4"
                                  }
                                },
                                {
                                  "$ref": "73"
                                }
                              ],
                              "zoneMatrix": [
                                {
                                  "$id": "75",
                                  "id": 1,
                                  "hostIdentifier": "54EP/zJlXUSoiS7oZp83oQ==",
                                  "hostIdentifierGuid": "ff0f81e7-6532-445d-a889-2ee8669f37a1",
                                  "storeID": 1,
                                  "departmentCode": "sample string 2",
                                  "hostGuids": [
                                    "5824c16f-93cf-4e16-9611-52a06e720170",
                                    "8aecba1f-8f33-4f7c-9151-47a1b1352841"
                                  ]
                                },
                                {
                                  "$ref": "75"
                                }
                              ],
                              "hostFileStoreSetting": {
                                "$ref": "10"
                              },
                              "hostStoreSettings": [
                                {
                                  "$ref": "10"
                                },
                                {
                                  "$ref": "10"
                                }
                              ],
                              "promotionPlacements": [
                                {
                                  "$id": "76",
                                  "identifier": "qUL0CK/iDkOlJoCrJ25fDQ==",
                                  "identifierGuid": "08f442a9-e2af-430e-a526-80ab276e5f0d",
                                  "code": "sample string 2",
                                  "description": "sample string 3",
                                  "isAdvertised": true
                                },
                                {
                                  "$ref": "76"
                                }
                              ],
                              "promoTypeGuids": [
                                "4ec9844b-a941-4748-99f6-1a5e5306f0de",
                                "68da7ad2-fce5-4a65-b417-1c9727c3dae4"
                              ],
                              "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-08-02T23:20:23.7592246",
                            "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": "dc4618d2-94e6-4c5b-9638-44b404adcd5f",
                        "updateStore": {
                          "$id": "82",
                          "id": "b3b6b9ac-2ab0-414c-8e73-b843c7942094",
                          "name": "sample string 1",
                          "lastActivity": "2025-08-02T23:20:23.7592246",
                          "zone": "sample string 2",
                          "timeZoneOffset": 0.0,
                          "businessHoursStart": "00:00:00.1234567",
                          "businessHoursEnd": "00:00:00.1234567",
                          "master": true,
                          "lastIP": "sample string 10",
                          "lastHostName": "sample string 11",
                          "ping": 1,
                          "pingStatus": "sample string 12",
                          "lastUpdateCompleted": "2025-08-02T23:20:23.7592246"
                        },
                        "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": "pjs2ik7jCkO4VGMp39kgkQ==",
                  "identifierGuid": "8a363ba6-e34e-430a-b854-6329dfd92091",
                  "name": "sample string 3",
                  "lookupIdentifier": "sample string 4",
                  "externalID": "sample string 5",
                  "phone": "sample string 6",
                  "fax": "sample string 7",
                  "email": "sample string 8",
                  "address1": "sample string 9",
                  "address2": "sample string 10",
                  "city": "sample string 11",
                  "postCode": "sample string 12",
                  "state": "sample string 13",
                  "country": "sample string 14",
                  "totalAmountAwarded": 15.1,
                  "updated": "2025-08-02T23:20:23.7592246",
                  "deleted": true
                },
                "details": [
                  {
                    "$id": "85",
                    "saleItemID": 1,
                    "identifier": "Vjfpt0pDs0Oex7PVtg1GDw==",
                    "identifierGuid": "b7e93756-434a-43b3-9ec7-b3d5b60d460f",
                    "saleHeaderID": 2,
                    "plu": 1,
                    "pluG_UId": "A2GVgCWkUk+fQ2g7lGHPlw==",
                    "pluGuid": "80956103-a425-4f52-9f43-683b9461cf97",
                    "accountID": "gvptdbFfV0uliLGyyafYvw==",
                    "accountIDGuid": "756dfa82-5fb1-4b57-a588-b1b2c9a7d8bf",
                    "normalPrice": 3,
                    "originalSellingPrice": 4,
                    "discountPrice": 5,
                    "unit": 1,
                    "quantity": 6,
                    "totalCents": 7,
                    "fixedPrice": 1,
                    "tranType": 1,
                    "discountType": 1,
                    "cost": 1,
                    "costDecimals": 8,
                    "markdown": 1,
                    "manualQuantity": 1,
                    "manualPrice": 1,
                    "manualMode": 1,
                    "active": 1,
                    "offline": true,
                    "barcode": "sample string 9",
                    "keyedSale": 1,
                    "discountedID": 1,
                    "fuelID": 1,
                    "serialNumber": "sample string 10",
                    "bestOrExpire": "2025-08-02T23:20:23.7592246",
                    "bestOrExpireType": 1,
                    "providerName": "sample string 11",
                    "refundG_UID": "LijdWxqgrkOqeqLrKVdqMA==",
                    "refundGuid": "5bdd282e-a01a-43ae-aa7a-a2eb29576a30",
                    "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": "7EwRkk3XG0Ow3BJGjEOl1g==",
                    "idempotentVoidGuid": "92114cec-d74d-431b-b0dc-12468c43a5d6",
                    "priceLevelIdentifier": "S/WaqPxO1k+X0j4GP7eoFA==",
                    "priceLevelIdentifierGuid": "a89af54b-4efc-4fd6-97d2-3e063fb7a814",
                    "productName": "sample string 23",
                    "apn": "sample string 24",
                    "unknownScans": [
                      {
                        "$id": "86",
                        "id": 1,
                        "saleDetailID": 2,
                        "storeID": 1,
                        "scanned": "2025-08-02T23:20:23.7592246",
                        "operatorG_UID": "QEA=",
                        "barcode": "sample string 4",
                        "processed": 1
                      },
                      {
                        "$ref": "86"
                      }
                    ],
                    "refund": {
                      "$id": "87",
                      "id": 1,
                      "g_UID": "2YneVel7k02nqcekzsNWwQ==",
                      "guid": "55de89d9-7be9-4d93-a7a9-c7a4cec356c1",
                      "description": "sample string 1",
                      "dumped": true,
                      "inventoryReasonID": 1,
                      "sortOrder": 1,
                      "updated": "2025-08-02T23:20:23.7592246"
                    },
                    "modifier": {
                      "$id": "88",
                      "id": 1,
                      "setG_UID": "GH0aj5iiykaQd8jP+pKkQw==",
                      "modifierSetGuid": "8f1a7d18-a298-46ca-9077-c8cffa92a443",
                      "name": "sample string 2",
                      "price": 1,
                      "quantity": 1,
                      "modifierType": 1,
                      "groupNumber": 1,
                      "pageNumber": 1,
                      "controlOrder": 1,
                      "printToStation": true,
                      "pluG_UID": "HjcuDfl6CEWDpUoh2jQdPQ==",
                      "pluGuid": "0d2e371e-7af9-4508-83a5-4a21da341d3d",
                      "deleted": true,
                      "g_UID": "T3iXgoxHXUe8Wi6JQJ5U9g==",
                      "guid": "8297784f-478c-475d-bc5a-2e89409e54f6",
                      "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": "QQy4asnAaUOxXu/RRX1yhw==",
                    "pluGuid": "6ab80c41-c0c9-4369-b15e-efd1457d7287",
                    "saleHeaderID": 2,
                    "totalCents": 3,
                    "grade": 1,
                    "gradeDescription": "sample string 4",
                    "dispenser": 1,
                    "hose": 1,
                    "quantity": 1,
                    "cost": 1,
                    "acquirerNum": 1,
                    "attendant": 1,
                    "ePurseBalance": 1.0,
                    "cardSignature": "sample string 5",
                    "compartmentNumber": 1,
                    "contractNumber": 1,
                    "discountCardPAN": "sample string 6",
                    "discountID": 1,
                    "discountName": "sample string 7",
                    "discountNetValue": 1.0,
                    "discountType": 1,
                    "discountValue": 1.0,
                    "discretionaryData": "sample string 8",
                    "driverID": "sample string 9",
                    "eftBatchNumber": 1,
                    "eftResponseCode": "sample string 10",
                    "endDateTime": "2025-08-02T23:20:23.7592246",
                    "engineHours": 1.1,
                    "fposNumber": 1,
                    "loyaltyCardPAN": "sample string 11",
                    "miscData1": 1,
                    "miscData2": "sample string 12",
                    "miscFlags": 1,
                    "mop": 1,
                    "odometer": 1,
                    "panNumber": "sample string 13",
                    "saleRefund": true,
                    "saleStatus": 1,
                    "sequenceNumber": 1,
                    "stan": 1,
                    "startDateTime": "2025-08-02T23:20:23.7592246",
                    "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": "seNWeCVEcUCG/Xj7vzTO4Q==",
                    "pluGuid": "7856e3b1-4425-4071-86fd-78fbbf34cee1",
                    "accountID": "oW+XNqlTZki6CII21BzaJA==",
                    "accountIDGuid": "36976fa1-53a9-4866-ba08-8236d41cda24",
                    "normalPrice": 3,
                    "originalSellingPrice": 4,
                    "discountPrice": 5,
                    "unit": 1,
                    "quantity": 6,
                    "totalCents": 7,
                    "fixedPrice": 1,
                    "tranType": 1,
                    "processed": 1,
                    "discountType": 1,
                    "cost": 1,
                    "costDecimals": 1,
                    "markdown": 1,
                    "manualQuantity": 1,
                    "manualPrice": 1,
                    "manualMode": 1,
                    "active": 1,
                    "barcode": "sample string 8",
                    "offline": 1,
                    "keyedSale": 1,
                    "discountedID": 1,
                    "fuelID": 1,
                    "serialNumber": "sample string 9",
                    "bestOrExpire": "2025-08-02T23:20:23.7592246",
                    "bestOrExpireType": 1,
                    "refundG_UID": "iEpJqAWpUkuCPyp1oKDn/Q==",
                    "refundGuid": "a8494a88-a905-4b52-823f-2a75a0a0e7fd",
                    "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": "BjV/RRmK3USF0Q3ccdsSXQ==",
                    "identifierGuid": "457f3506-8a19-44dd-85d1-0ddc71db125d",
                    "id": 1,
                    "orderNo": 2,
                    "externalSaleIdentifier": "sample string 3",
                    "storeID": 4,
                    "zoneID": 5,
                    "deptNo": 6,
                    "customerIdentifier": "msIig94vJ0eY8Tsy9MO/qw==",
                    "customerIdentifierGuid": "8322c29a-2fde-4727-98f1-3b32f4c3bfab",
                    "operatorNo": 1,
                    "operatorG_UID": "nqNxJXw4X0yy4cRocsGxbg==",
                    "operatorGuid": "2571a39e-387c-4c5f-b2e1-c46872c1b16e",
                    "created": "2025-08-02T23:20:23.7592246",
                    "ordered": "2025-08-02T23:20:23.7592246",
                    "started": "2025-08-02T23:20:23.7592246",
                    "completed": "2025-08-02T23:20:23.7592246",
                    "supplied": "2025-08-02T23:20:23.7592246",
                    "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": "n6lyjC2a/U61QvAaTkneCA==",
                        "pluGuid": "8c72a99f-9a2d-4efd-b542-f01a4e49de08",
                        "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": "DGg322KUVE6w8ACIP98RyA==",
                        "headerIdentifierGuid": "db37680c-9462-4e54-b0f0-00883fdf11c8",
                        "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": "sKTWiRc7PUmd89q2fbP6OA==",
                    "surveyGuid": "89d6a4b0-3b17-493d-9df3-dab67db3fa38",
                    "saleHeaderGuid": "MbJcVkeZ7k2GENInEs8D0w==",
                    "saleGuid": "565cb231-9947-4dee-8610-d22712cf03d3",
                    "textResponse": "sample string 1",
                    "integerResponse": 1,
                    "g_UIDResponse": "r4zF6i/ZP0epa5H11O+7IA==",
                    "guidResponse": "eac58caf-d92f-473f-a96b-91f5d4efbb20",
                    "whoAnswered": 2,
                    "answeredAtUTC": "2025-08-02T23:20:23.7592246",
                    "sale": {
                      "$ref": "5"
                    },
                    "survey": {
                      "$id": "97",
                      "g_UID": "P1rOkHbM30aOtTYfaQabpA==",
                      "guid": "90ce5a3f-cc76-46df-8eb5-361f69069ba4",
                      "name": "sample string 1",
                      "storeID": 2,
                      "zoneID": 1,
                      "checkoutFormG_UID": "dI1lYurtWkqGGNMM+ws5ow==",
                      "checkoutFormGuid": "62658d74-edea-4a5a-8618-d30cfb0b39a3",
                      "displayToWho": 3,
                      "displayWhen": 4,
                      "start": "2025-08-02T23:20:23.7592246",
                      "end": "2025-08-02T23:20:23.7592246",
                      "deleted": true,
                      "updated": "2025-08-02T23:20:23.7592246",
                      "possibleIntegerResponses": [
                        1,
                        2
                      ],
                      "possibleTextResponses": [
                        "sample string 1",
                        "sample string 2"
                      ],
                      "possibleGuidResponses": [
                        "1a2bf2df-0e99-4600-9e17-4b693d64485d",
                        "7a76e814-8dd8-4405-bf6d-c2cea7b85b87"
                      ],
                      "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": "ihB15qIElkiSMToVubCmYg==",
                "accountIdentifier": "e675108a-04a2-4896-9231-3a15b9b0a662",
                "accountName": "sample string 42",
                "customerOrderIdentifier": "0F9/w6vJJkOYg14CL8H4Ig==",
                "customerOrderIdentifierGuid": "c37f5fd0-c9ab-4326-9883-5e022fc1f822",
                "priceLevelName": "sample string 43",
                "revision": 44,
                "ingressId": "sample string 45"
              },
              "metadata": {
                "$id": "98",
                "id": 1,
                "paymentID": 2,
                "paymentIdentifier": "Pi1Vg5c3H0Ct+3bqAFJzFw==",
                "paymentIdentifierGuid": "83552d3e-3797-401f-adfb-76ea00527317",
                "identifier": "qe9dMljl+Ui6F+BU98owaA==",
                "identifierGuid": "325defa9-e558-48f9-ba17-e054f7ca3068",
                "metadata": "sample string 3",
                "signatureImage": "QEA=",
                "itemIdentifier": "bqzwfj6vUkyfhFpPscOl4w==",
                "itemIdentifierGuid": "7ef0ac6e-af3e-4c52-9f84-5a4fb1c3a5e3"
              }
            },
            {
              "$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": "J7x3UclXz02aVZ1tcMDDLw==",
          "customerIdentifierGuid": "5177bc27-57c9-4dcf-9a55-9d6d70c0c32f",
          "voucherName": "sample string 2",
          "count": 3,
          "storeID": 4,
          "barcode": "sample string 5",
          "redeemCount": 6,
          "issueCount": 7,
          "storeSalePaymentID": 1,
          "idempotentID": "V1ZJ4mvJ4ESz79TdB1TzBw==",
          "idempotentGuid": "e2495657-c96b-44e0-b3ef-d4dd0754f307",
          "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-08-02T23:20:23.7592246",
            "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-08-02T23:20:23.7592246",
              "labelPageLayout": "W4QCrFcWEk+w0si2lnInzA==",
              "pageLayoutGuid": "ac02845b-1657-4f12-b0d2-c8b6967227cc",
              "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-08-02T23:20:23.7592246"
                },
                {
                  "$ref": "103"
                }
              ]
            },
            "customerVouchers": [
              {
                "$id": "104",
                "id": 1,
                "customerIdentifier": "gYBHC3L4AEq5mc0TBaZfDA==",
                "customerIdentifierGuid": "0b478081-f872-4a00-b999-cd1305a65f0c",
                "voucherID": 3,
                "voucherName": "sample string 4",
                "storeID": 1,
                "barcode": "sample string 5",
                "dateOfIssue": "2025-08-02T23:20:23.7592246",
                "issuedSaleHeaderID": 1,
                "issuedSaleIdentifier": "sample string 7",
                "issuedOfflinePaymentID": 1,
                "issuedIdempotentID": "53usv3eWrkO/bFyx/cD/DA==",
                "issuedIdempotentGuid": "bfac7be7-9677-43ae-bf6c-5cb1fdc0ff0c",
                "issuedOffline": true,
                "issuedUser": "sample string 9",
                "issuedNotes": "sample string 10",
                "expiryDate": "2025-08-02T23:20:23.7592246",
                "expiredUser": "sample string 11",
                "expiredNotes": "sample string 12",
                "redeemed": "2025-08-02T23:20:23.7592246",
                "redeemedSaleHeaderID": 1,
                "redeemedSaleIdentifier": "sample string 13",
                "redeemedOfflinePaymentID": 1,
                "redeemedIdempotentID": "p2i2vjj67kq6amPH0xBG0w==",
                "redeemedIdempotentGuid": "beb668a7-fa38-4aee-ba6a-63c7d31046d3",
                "redeemedUser": "sample string 14",
                "redeemedNotes": "sample string 15",
                "redeemedOffline": true,
                "updated": "2025-08-02T23:20:23.7592246",
                "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"
      }
    ]
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��[3���5xl/workbook.xml �(�����0��&�C�p")��x�བE�O�||�	$޼���~;l4�ӓ��/\I�l�E�������]k��a���m��ڈ�B ��<H�}'��+���y�;Ġ���Դ:as����/r2���I`
�o�-��bQDs�%�y�,έ)�W�i�7�Hҋ���4�ftg�0���PK��[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��[���''_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="Rcec20ad9a7fc427e" /></Relationships>PK��[^��Ճ^xl/worksheets/sheet1.xml �(��YmSM�+�|.�3�j�)*��
�<�0)I�J���݄l�nn����������t�^�������b����á��pP,n��l��p�����
�<�˟�iQ��X=[������hu3-��UV����\������Ǩ�������üX�G �-���:,����Wçn}z���x������|<[�&��}�����=��Y~�����`���������(�����7�'�C�ŎZ�����Iq;~�[_��g���tX�ۚ��n��:��6�
��������zz8�T�@@�<�������2V?����u3m�(������z���]��N)c��D��իj�P�wV[�J'���^W�*�Z(!�7�Y�7�zS���	�"�)�����Adh-�I����]�?���~W��1āE�:���RD���Q��9&:�'�B�ڃG4Z�D�(B	�^�'+�I�I���5FJL�?
P��3�Fx#�ӭL�?JP�4��Z;�a�V&D
JS'PJP4��	eT��uxc�g�Q$:DJW7�F��j�LjQ��&E�9��9�Mb��n&hgC��) JR:����"�L����=N%	�$��H	<G��$DI����{��p��P�(IЍXU!Wm/[@�$���P���c�B�"��];j|��!„���4s5�5
Bf�0=��(��5���!H8�n4z�+5j��nD��Qbz���k�h2+����>��A�4�0c1ܫa�fMt�D�����J�&�3V�pÇdJ�!j+-j���^�M6�T�`�"�r1B8A�1��5��&mH�p7Z����W���
o�:x<^�����`�}�o>���j��W�u�ב8����/��D�l#��8n#��x�F�&⤍�M�ia���6�6���D�i#|�a��z�@������^�3B�B���@���p���r?3��Fm��+Bؽf �ݯ�����v�3�nΘ�9cC ��	�9cE ��P�3vD�q�	�9cI$,�)�М3�D�3cL�<3�D�3cM�x���'-TI�"&A_@�!��6D��3��+B&rRߧ���,\t��;���N��>c$�}����B���gLk��w��r�҇���.ӭ?�!�+�|�X�*��:
���|�/���ny޿]���Տ3
�y�g=�9�9m̌����)z0���
x�`�p�`��XPWшS��;����
i�)�q�@h�bo9���}�,H�4��
Ӆ�i���.��4N;��3�4N;�?v<�L����|n�@�c��t��4�k�ྦྷ��y�v9�v�2�V����Y��=0������ЊSӊ�6����������;�i1�˓�\��o
�,;�PK��[t�x�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8q\7��vÆm�{�DM��v���G�
XE�Tb�������4����ݿM#yAg(�Z��`���<T��m8ʘ&B?́��c�7���$C�f��c��dL���,�IvHY���e��e���1��G������:
=br�����O)�k(�D�8�R�|�D�P�@���B��~���Lي\�Xk$c�~W�^z��ѧK/���Z�\+�[a֜	yU�7��PK��[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��[N�5w-xl/sharedStrings.xml �(��WMo�8�/��A�E��p��H�4�"n���(PJ��J�+Ri����;b$�6%�͚7$�of�o���z�R�B\��X �"�b}9��zg�K*&�.;���Յ��¥B^6Jm_�F2�@��؂@$-ʜ)�,�#�-�%r��l�:�?�+.*�.X��?*��
x��PW�������_�%�xʡ�G�*���!�/և*���X��)����ᧀҚVR9����{�KWױ���TE	�]YT��
?���m��m��߲��mOͷO
J�2���9{�y�cX9WG�,
.�<���Ԯ\A�K�!�V%K���|-�������I���D��.f-��eI';�k��P��X?/��d;����6+H��x,8F�?ո�;��u�1S�hmL��b���s��+|�&]�y�?I3�ӪD>US0�
ks}S�&z\����(�?!�@z��({�kvcpږ�-JI��}����������Ct$��I����N������б?��tlSʘNBϦ.��4���O�H�o3@�-��LO� �i�!��6%�g30��'�����I�'���86MC�f�:v�E	%~�O��|�By8���=LN�,�����;��xxϥ�F�43�Ʈ����a�t�m��ۋ�Y��Q
_��ޢ�|�O��&�6
��9�g#��
������~�[#�Xγ]�����ﰷE'Lk�Am�섽^q���_C7(�[^�
:�#�^׳y�:�ݱ���^Kx2�5p�$%HI4<@]�訊��@��ϫ�����˝�j"�"Y'�D3����4�+Կ���<΋�wI���'�;_<nM�IB�^"����>�|;�)�NH���!�0M�{�NH�d��3Ϗ:ԍX>���	��$-i��x�>���tj��5]?"�,�`����ƺ���{x��<S]~
U�8񀲉M�G��8�#2fvG�p�t�H'���Aa�tL����	n~�������� �Ъkk����|�en�[�R���P�#��vU��j�T�\�îs�<a}�!�<����‘�h������v���n�����q�zt��G{KY�ͳx�f�i˵~�9��1x��}K��u��1~:b�I��~{��b��ذ�9�>���wX3V�p�������d��;��V����[2$���gI;*��Zv�6ЎG�תS���䥊j�v'h��h;��1Fb'�����Q�D?��L6s�A�hB�i?��*_����U����k+w��vFYj�^�z����ϙ`k(�s|�29��O�m�r��1��{km8�����PK-��[3���5xl/workbook.xmlPK-��[����	�[Content_Types].xmlPK-
��[���''V_rels/.relsPK-��[^��Ճ^�xl/worksheets/sheet1.xmlPK-��[t�x�P�	xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
�
xl/styles.xmlPK-��[N�5w-Wxl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK��[�H�ƶ5xl/workbook.xml �(�����0��&�C��P�&8q���{-[�@����[J ��mgv��if�ǧ�#��ɄڷX��jB��Y8Y&����$��X!���	-��0���	R��W�?��<�!H�����2�;j�fs�2[��Dd
��T�a�EV�0
-�Yde�6�����*
w^^����
�+:p��wXC���PK��[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��[�L�8''_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="Rf1d875a34cab4eb1" /></Relationships>PK��[^��Ճ^xl/worksheets/sheet1.xml �(��YmSM�+�|.�3�j�)*��
�<�0)I�J���݄l�nn����������t�^�������b����á��pP,n��l��p�����
�<�˟�iQ��X=[������hu3-��UV����\������Ǩ�������üX�G �-���:,����Wçn}z���x������|<[�&��}�����=��Y~�����`���������(�����7�'�C�ŎZ�����Iq;~�[_��g���tX�ۚ��n��:��6�
��������zz8�T�@@�<�������2V?����u3m�(������z���]��N)c��D��իj�P�wV[�J'���^W�*�Z(!�7�Y�7�zS���	�"�)�����Adh-�I����]�?���~W��1āE�:���RD���Q��9&:�'�B�ڃG4Z�D�(B	�^�'+�I�I���5FJL�?
P��3�Fx#�ӭL�?JP�4��Z;�a�V&D
JS'PJP4��	eT��uxc�g�Q$:DJW7�F��j�LjQ��&E�9��9�Mb��n&hgC��) JR:����"�L����=N%	�$��H	<G��$DI����{��p��P�(IЍXU!Wm/[@�$���P���c�B�"��];j|��!„���4s5�5
Bf�0=��(��5���!H8�n4z�+5j��nD��Qbz���k�h2+����>��A�4�0c1ܫa�fMt�D�����J�&�3V�pÇdJ�!j+-j���^�M6�T�`�"�r1B8A�1��5��&mH�p7Z����W���
o�:x<^�����`�}�o>���j��W�u�ב8����/��D�l#��8n#��x�F�&⤍�M�ia���6�6���D�i#|�a��z�@������^�3B�B���@���p���r?3��Fm��+Bؽf �ݯ�����v�3�nΘ�9cC ��	�9cE ��P�3vD�q�	�9cI$,�)�М3�D�3cL�<3�D�3cM�x���'-TI�"&A_@�!��6D��3��+B&rRߧ���,\t��;���N��>c$�}����B���gLk��w��r�҇���.ӭ?�!�+�|�X�*��:
���|�/���ny޿]���Տ3
�y�g=�9�9m̌����)z0���
x�`�p�`��XPWшS��;����
i�)�q�@h�bo9���}�,H�4��
Ӆ�i���.��4N;��3�4N;�?v<�L����|n�@�c��t��4�k�ྦྷ��y�v9�v�2�V����Y��=0������ЊSӊ�6����������;�i1�˓�\��o
�,;�PK��[z�tr�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞81&T�6lK/`��8jbG��l,8W�*�6]����������m��4���j`�1���
�^u�Y��4�\&���ʊO
\��=�	M:Ua&_:6�I�ƞ���'.��qɀs&�g�1X; =<L��`��>9�l�cOY�O)�Sh�B�hl���kIRX�R�/���q�����/d�4MkZ2xs'��Ee��d�r,�^:-��g+,R׶�Ѳ�����b�PK��[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��[N�5w-xl/sharedStrings.xml �(��WMo�8�/��A�E��p��H�4�"n���(PJ��J�+Ri����;b$�6%�͚7$�of�o���z�R�B\��X �"�b}9��zg�K*&�.;���Յ��¥B^6Jm_�F2�@��؂@$-ʜ)�,�#�-�%r��l�:�?�+.*�.X��?*��
x��PW�������_�%�xʡ�G�*���!�/և*���X��)����ᧀҚVR9����{�KWױ���TE	�]YT��
?���m��m��߲��mOͷO
J�2���9{�y�cX9WG�,
.�<���Ԯ\A�K�!�V%K���|-�������I���D��.f-��eI';�k��P��X?/��d;����6+H��x,8F�?ո�;��u�1S�hmL��b���s��+|�&]�y�?I3�ӪD>US0�
ks}S�&z\����(�?!�@z��({�kvcpږ�-JI��}����������Ct$��I����N������б?��tlSʘNBϦ.��4���O�H�o3@�-��LO� �i�!��6%�g30��'�����I�'���86MC�f�:v�E	%~�O��|�By8���=LN�,�����;��xxϥ�F�43�Ʈ����a�t�m��ۋ�Y��Q
_��ޢ�|�O��&�6
��9�g#��
������~�[#�Xγ]�����ﰷE'Lk�Am�섽^q���_C7(�[^�
:�#�^׳y�:�ݱ���^Kx2�5p�$%HI4<@]�訊��@��ϫ�����˝�j"�"Y'�D3����4�+Կ���<΋�wI���'�;_<nM�IB�^"����>�|;�)�NH���!�0M�{�NH�d��3Ϗ:ԍX>���	��$-i��x�>���tj��5]?"�,�`����ƺ���{x��<S]~
U�8񀲉M�G��8�#2fvG�p�t�H'���Aa�tL����	n~�������� �Ъkk����|�en�[�R���P�#��vU��j�T�\�îs�<a}�!�<����‘�h������v���n�����q�zt��G{KY�ͳx�f�i˵~�9��1x��}K��u��1~:b�I��~{��b��ذ�9�>���wX3V�p�������d��;��V����[2$���gI;*��Zv�6ЎG�תS���䥊j�v'h��h;��1Fb'�����Q�D?��L6s�A�hB�i?��*_����U����k+w��vFYj�^�z����ϙ`k(�s|�29��O�m�r��1��{km8�����PK-��[�H�ƶ5xl/workbook.xmlPK-��[����	��[Content_Types].xmlPK-
��[�L�8''U_rels/.relsPK-��[^��Ճ^�xl/worksheets/sheet1.xmlPK-��[z�tr�P�	xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
�
xl/styles.xmlPK-��[N�5w-Sxl/sharedStrings.xmlPK��