GET api/customergroup/{id}/members?skip={skip}&take={take}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

skip

integer

None.

take

integer

None.

Body Parameters

None.

Response Information

Resource Description

PageListOfCustomerGroupMember
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of CustomerGroupMember

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "CustomerGroupMember",
  "list": [
    {
      "$id": "2",
      "id": 1,
      "groupID": "xCfOhtib/E20JsfnVKhsGw==",
      "groupIDGuid": "86ce27c4-9bd8-4dfc-b426-c7e754a86c1b",
      "customerID": "CGpazVtZTkm94npeHKCiEg==",
      "customerIDGuid": "cd5a6a08-595b-494e-bde2-7a5e1ca0a212",
      "card": "sample string 4",
      "linkedAccount": "sWEr8uCyqk2n1qzmgxmtkw==",
      "linkedAccountGuid": "f22b61b1-b2e0-4daa-a7d6-ace68319ad93",
      "customer": {
        "$id": "3",
        "identifier": "xwv0lkLyb0eTVa1ZMEF4LA==",
        "identifierGuid": "96f40bc7-f242-476f-9355-ad593041782c",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2025-06-14T07:20:51.8317577",
        "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": "EvFtNbmiPk6RbA+FJkDSkg==",
        "communityIdentifierGuid": "356df112-a2b9-4e3e-916c-0f852640d292",
        "joined": "2025-06-14T07:20:51.8317577",
        "updated": "2025-06-14T07:20:51.8317577",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "C7sIPiCY4ESGdreB5vfX+g==",
        "priceLevelIdentifierGuid": "3e08bb0b-9820-44e0-8676-b781e6f7d7fa",
        "marketingID": "sample string 18",
        "hidden": true,
        "registered": true,
        "registeredOn": "2025-06-14T07:20:51.8317577",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "4",
            "cardType": 2,
            "issueDate": "2025-06-14T07:20:51.8317577",
            "expiry": "2025-06-14T07:20:51.8317577",
            "customerID": "vFhfjaKdQkGyhjJVNvZhHg==",
            "customerIDGuid": "8d5f58bc-9da2-4142-b286-325536f6611e",
            "initialValue": 1,
            "currentValue": 1,
            "maxLimit": 1,
            "minTransaction": 1,
            "maxTransaction": 1,
            "multiplier": 1.1,
            "active": true,
            "reasonInactive": 1,
            "idRequired": true,
            "idType": 1,
            "idValue": "sample string 5",
            "updated": "2025-06-14T07:20:51.8317577",
            "linkedAccount": "SK7RshT3BEmVIZyQbPWXLA==",
            "linkedAccountGuid": "b2d1ae48-f714-4904-9521-9c906cf5972c",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "3"
            },
            "account": {
              "$id": "5",
              "id": 1,
              "identifier": "O5VSEhcQCUSIzvWnTW94Rg==",
              "identifierGuid": "1252953b-1017-4409-88ce-f5a74d6f7846",
              "referenceNo": "sample string 3",
              "name": "sample string 4",
              "created": "2025-06-14T07:20:51.8317577",
              "owner": "qmtRKO/TzkKkjIQDeDEUtg==",
              "ownerGuid": "28516baa-d3ef-42ce-a48c-8403783114b6",
              "accountStoreGroupIdentifier": "FKdla2hO80Ck+HYdBhRRPw==",
              "accountStoreGroupGuid": "6b65a714-4e68-40f3-a4f8-761d0614513f",
              "accountType": 1,
              "currentBalance": 1,
              "externalID": "sample string 7",
              "maximumLimit": 1,
              "accruePoints": true,
              "loyaltyPoints": 1,
              "termsOfTrade": 1,
              "signatureRequired": true,
              "referenceRequired": true,
              "statementSendType": 10,
              "ageingPeriod": 1,
              "monthlyAgeingPeriod": true,
              "explodedInvoice": true,
              "isFifoAllocation": true,
              "lastStatementSent": "2025-06-14T07:20:51.8317577",
              "active": true,
              "updated": "2025-06-14T07:20:51.8317577",
              "deleted": true,
              "deletedUser": "sample string 16",
              "currentBalanceChanged": true,
              "maximumLimitChanged": true,
              "loyaltyPointsChanged": true,
              "projectedBalance": 17,
              "accountStoreGroupStoreIDs": [
                1,
                2
              ],
              "customerEmail": "sample string 18",
              "ownerCustomer": {
                "$ref": "3"
              },
              "card": {
                "$ref": "4"
              },
              "members": {
                "$id": "6",
                "sample string 1": [
                  {
                    "$ref": "3"
                  },
                  {
                    "$ref": "3"
                  }
                ],
                "sample string 2": [
                  {
                    "$ref": "3"
                  },
                  {
                    "$ref": "3"
                  }
                ]
              },
              "customerGroups": [
                {
                  "$id": "7",
                  "identifier": "cNXbxDxvDkysjheYT1O9SQ==",
                  "identifierGuid": "c4dbd570-6f3c-4c0e-ac8e-17984f53bd49",
                  "name": "sample string 2",
                  "primaryContact": "YUAwUA8g0EWmx237NI4KYg==",
                  "primaryContactGuid": "50304061-200f-45d0-a6c7-6dfb348e0a62",
                  "accountID": "YAtjBJ6OzkKf8yXKjeyZIQ==",
                  "accountIDGuid": "04630b60-8e9e-42ce-9ff3-25ca8dec9921",
                  "special": true,
                  "updated": "2025-06-14T07:20:51.8317577",
                  "active": true,
                  "reasonInactive": 1,
                  "priceLevelIdentifier": "OKVY5Yc3QUa/INQe/bDLZw==",
                  "priceLevelIdentifierGuid": "e558a538-3787-4641-bf20-d41efdb0cb67",
                  "deleted": true,
                  "account": {
                    "$ref": "5"
                  },
                  "primaryContactCustomer": {
                    "$ref": "3"
                  },
                  "customerGroupMembers": [
                    {
                      "$ref": "2"
                    },
                    {
                      "$ref": "2"
                    }
                  ]
                },
                {
                  "$ref": "7"
                }
              ]
            },
            "payments": [
              {
                "$id": "8",
                "id": 1,
                "identifier": "UNirys6GzkeLT2hkanoDow==",
                "identifierGuid": "caabd850-86ce-47ce-8b4f-68646a7a03a3",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "fJ9bvi3zRkusAYe6Cj+lcA==",
                "accountIDGuid": "be5b9f7c-f32d-4b46-ac01-87ba0a3fa570",
                "customerAccount": {
                  "$ref": "5"
                },
                "customerCard": {
                  "$ref": "4"
                },
                "accountType": 1,
                "cardName": "sample string 8",
                "authorisationNumber": "sample string 9",
                "bankReference": "sample string 10",
                "merchantID": "sample string 11",
                "terminalID": "sample string 12",
                "cardNumber": "sample string 13",
                "paymentDate": "2025-06-14T07:20:51.8317577",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "dI6Lv2LxC0a61jVXMmAGWQ==",
                "idempotentVoidGuid": "bf8b8e74-f162-460b-bad6-355732600659",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "9",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "/fdokZbb5UyPMjQaPAwmZQ==",
                  "saleHeaderIdentifierGuid": "9168f7fd-db96-4ce5-8f32-341a3c0c2665",
                  "created": "2025-06-14T07:20:51.8317577",
                  "createdLocal": "2025-06-14T07:20:51.8317577",
                  "createdText": "sample string 4",
                  "itemCount": 5,
                  "totalAmount": 6,
                  "cashTender": 1,
                  "cardTender": 1,
                  "cheqTender": 1,
                  "acctTender": 1,
                  "voucherTender": 1,
                  "loyaltyPoints": 1,
                  "cashout": 1,
                  "changeAmount": 1,
                  "rounding": 1,
                  "gstAmount": 1,
                  "transactionDiscountTender": 1,
                  "totalTip": 7,
                  "tranType": 1,
                  "processed": 1,
                  "imported": "2025-06-14T07:20:51.8317577",
                  "storeID": 1,
                  "operatorG_Uid": "hVftxXctnU+ic01jHWEoIg==",
                  "operatorGuid": "c5ed5785-2d77-4f9d-a273-4d631d612822",
                  "customerG_Uid": "JZUSXgT170m6pLPobw72xQ==",
                  "customerGuid": "5e129525-f504-49ef-baa4-b3e86f0ef6c5",
                  "communityIdentifier": "hdy0XvdfgUacfe8RuD91zQ==",
                  "communityIdentifierGuid": "5eb4dc85-5ff7-4681-9c7d-ef11b83f75cd",
                  "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": "q55VzrL7b0q8QvdW+OEYNQ==",
                  "priceLevelIdentifierGuid": "ce559eab-fbb2-4a6f-bc42-f756f8e11835",
                  "locked": 36,
                  "relationChecksum": "sample string 37",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$id": "10",
                    "id": 1,
                    "g_Uid": "7BxV2eNWSUOFnHYqyyLeXA==",
                    "guid": "d9551cec-56e3-4349-859c-762acb22de5c",
                    "operatorNumber": 1,
                    "shortName": "sample string 2",
                    "firstName": "sample string 3",
                    "lastName": "sample string 4",
                    "password": "sample string 5",
                    "hasPassword": true,
                    "passwordText": "sample string 6",
                    "rfidTagID": "sample string 7",
                    "blueprintID": 1,
                    "groupID": 1,
                    "groupName": "sample string 8",
                    "managerGroupID": 1,
                    "managerGroupName": "sample string 9",
                    "zoneID": 1,
                    "zoneName": "sample string 10",
                    "loggedIn": 1,
                    "lastUsedIP": "sample string 11",
                    "deleted": true,
                    "locked": true,
                    "allowOpenTill": true,
                    "webEmail": "sample string 14",
                    "simpleOperatorType": 0,
                    "webRole": "sample string 15",
                    "updated": "2025-06-14T07:20:51.8317577",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2025-06-14T07:20:51.8317577",
                    "endShift": "2025-06-14T07:20:51.8317577",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "11",
                        "operatorG_UID": "AJpTAvrCUk677S8ooHZoQA==",
                        "operatorGuid": "02539a00-c2fa-4e52-bbed-2f28a0766840",
                        "storeID": 2,
                        "operator": {
                          "$ref": "10"
                        },
                        "store": {
                          "$id": "12",
                          "id": 1,
                          "isMaster": true,
                          "shortName": "sample string 3",
                          "url": "sample string 4",
                          "sortOrder": 1,
                          "name": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "state": "sample string 12",
                          "country": "sample string 13",
                          "postCode": "sample string 14",
                          "delivery": 1,
                          "exportAccounts": 1,
                          "salesAccountFolder": "sample string 15",
                          "purchaseAccountFolder": "sample string 16",
                          "initLoad": 1,
                          "initIDs": 1,
                          "zoneID": 1,
                          "actAsMaster": 1,
                          "lastActiveUtc": "2025-06-14T07:20:51.8317577",
                          "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": "TWEmGF2QeUWm9ebIx4exMw==",
                          "hostIdentifierGuid": "1826614d-905d-4579-a6f5-e6c8c787b133",
                          "hostName": 1,
                          "hostAddress": "sample string 27",
                          "hostUsername": "sample string 28",
                          "hostPassword": "sample string 29",
                          "excludeFromLeadInOut": true,
                          "accountingProvider": 31,
                          "accountingAddress": "sample string 32",
                          "accountingUsername": "sample string 33",
                          "accountingPassword": "sample string 34",
                          "storeAccountingCode": "sample string 35",
                          "softwareVariance": 36,
                          "fuelWarningVariance": 37.0,
                          "fuelErrorVariance": 38.0,
                          "fuelAccumulatedWarningVariance": 39.0,
                          "fuelAccumulatedErrorVariance": 40.0,
                          "drawManagment": 41,
                          "endOfDayManagment": true,
                          "autoFillCashBalancing": true,
                          "fuelDayVariance": 44,
                          "accountingTradingTime": "00:00:00.1234567",
                          "stockActivateProduct": 46,
                          "giftCardSalesAccountingDeptCode": "sample string 47",
                          "transactionDiscountAccountingDeptCode": "sample string 48",
                          "size": 49,
                          "updated": "2025-06-14T07:20:51.8317577",
                          "priceZoneName": "sample string 51",
                          "storeFuelConfigured": true,
                          "shippingAddressCopied": true,
                          "shippingAddress": {
                            "$id": "13",
                            "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": "13"
                          },
                          "hostStoreSettings": [
                            {
                              "$id": "14",
                              "id": 1,
                              "hostIdentifier": "0UWR6iPYx02fpuX5+c4lUw==",
                              "hostIdentifierGuid": "ea9145d1-d823-4dc7-9fa6-e5f9f9ce2553",
                              "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": "15",
                                "identifier": "KuFCE9l3b0ixVnvPjOgwlw==",
                                "identifierGuid": "1342e12a-77d9-486f-b156-7bcf8ce83097",
                                "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": "AQYgAyB/kk+vgKZ7fXHrjg==",
                                "hostSupplierIdentifierGuid": "03200601-7f20-4f92-af80-a67b7d71eb8e",
                                "loyaltyPriceLevelIdentifier": "s0hjuwv0RkiRXnbrVPl3aA==",
                                "loyaltyPriceLevelIdentifierGuid": "bb6348b3-f40b-4846-915e-76eb54f97768",
                                "isGroup": true,
                                "description": "sample string 22",
                                "hostProvider": 23,
                                "hostTypeEnum": 24,
                                "hostType": "sample string 25",
                                "hostCode": "sample string 26",
                                "username": "sample string 27",
                                "password": "sample string 28",
                                "passwordPlain": "sample string 29",
                                "server": "sample string 30",
                                "url": "sample string 31",
                                "global": true,
                                "stateCode": "sample string 33",
                                "lastCollected": "2025-06-14T07:20:51.8317577",
                                "lastProcessed": "2025-06-14T07:20:51.8317577",
                                "hold": true,
                                "supplierName": "sample string 35",
                                "supplier": {
                                  "$id": "16",
                                  "identifier": "K+trpMhy6k+nOK0ERYsHPA==",
                                  "identifierGuid": "a46beb2b-72c8-4fea-a738-ad04458b073c",
                                  "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": "SljdUrx5g0+CuZxPW+v4JQ==",
                                  "primaryContactID": "52dd584a-79bc-4f83-82b9-9c4f5bebf825",
                                  "storeID": 1,
                                  "abn": "sample string 16",
                                  "supplierGroupIdentifier": "pVHxffj49UaZctuzEalyow==",
                                  "supplierGroupGuid": "7df151a5-f8f8-46f5-9972-dbb311a972a3",
                                  "rebate": 1.0,
                                  "rebateType": 1,
                                  "rebateFrequency": 1,
                                  "rebateSource": 1,
                                  "rebateLastClaimed": "2025-06-14T07:20:51.8317577",
                                  "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": "17",
                                    "id": "63be4b5f-1493-4428-8243-ef7d813bebd7",
                                    "identifier": "OYJBab+UPkKZ/uZ0fN/8eg==",
                                    "identifierGuid": "69418239-94bf-423e-99fe-e6747cdffc7a",
                                    "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": "18",
                                      "supplierIdentifier": "G+8WimHZY0KFQdrE62rk8Q==",
                                      "supplierIdentifierGuid": "8a16ef1b-d961-4263-8541-dac4eb6ae4f1",
                                      "contactGuid": "PGF4f17qj0y+dqS+wKKj3A==",
                                      "contactID": "7f78613c-ea5e-4c8f-be76-a4bec0a2a3dc",
                                      "contact": {
                                        "$ref": "17"
                                      },
                                      "supplier": {
                                        "$ref": "16"
                                      }
                                    },
                                    {
                                      "$ref": "18"
                                    }
                                  ],
                                  "products": [
                                    {
                                      "$id": "19",
                                      "pluG_UID": "t0w1XK6LYk+4GWiYzKKltg==",
                                      "pluGuid": "5c354cb7-8bae-4f62-b819-6898cca2a5b6",
                                      "supplierIdentifier": "24dWXJpP00GiMSnG3S9CRw==",
                                      "supplierIdentifierGuid": "5c5687db-4f9a-41d3-a231-29c6dd2f4247",
                                      "cartonQuantity": 1,
                                      "cartonQuantityChanged": true,
                                      "productSize": "sample string 2",
                                      "cigarettesPerSleeve": 1,
                                      "randomWeight": true,
                                      "piecesPerUnit": 4,
                                      "averagePackSize": 5,
                                      "effectiveDate": "2025-06-14T07:20:51.8317577",
                                      "pricedByWeight": true,
                                      "landedUnitCostEx": 8,
                                      "landedUnitCostInc": 9,
                                      "landedCartonCostInc": 10,
                                      "landedCartonCostEx": 11,
                                      "standardCost": 12,
                                      "deliveryFee": 1,
                                      "deliveryFeeBasis": "sample string 13",
                                      "pickAndPackFee": 1,
                                      "pickAndPackFeeBasis": "sample string 14",
                                      "financeFee": 1,
                                      "financeFeeBasis": "sample string 15",
                                      "cartonLength": 1,
                                      "cartonWidth": 1,
                                      "cartonHeight": 1,
                                      "palletLayerQuantity": 1,
                                      "palletLayers": 1,
                                      "itemCode": "sample string 16",
                                      "invoiceCode": "sample string 17",
                                      "invoiceDesc": "sample string 18",
                                      "orderDirect": true,
                                      "useCost": true,
                                      "minimumQuantity": 19,
                                      "hostType": 20,
                                      "fromHost": 21,
                                      "minimumReorder": 1,
                                      "maximumReorder": 1,
                                      "orderMultiple": 22.1,
                                      "sellMultiple": 23.1,
                                      "baseMultiple": 24.1,
                                      "hostStandardCost": 25,
                                      "hostTotalCost": 26,
                                      "hostRetail": 27,
                                      "hostLandedUnitCostEx": 28,
                                      "hostLandedUnitCostInc": 29,
                                      "hostDesc": "sample string 30",
                                      "directIndicator": "sample string 31",
                                      "availableToOrder": true,
                                      "hostRangeIndicator": "sample string 33",
                                      "hostProductType": "sample string 34",
                                      "hostProductGrade": "sample string 35",
                                      "hostProductGroup": "sample string 36",
                                      "hostSlowMoving": true,
                                      "hostGeneralMerchandise": true,
                                      "hostPillar": "sample string 39",
                                      "hostLastUpdated": "2025-06-14T07:20:51.8317577",
                                      "rebate": 1.0,
                                      "rebateExclude": true,
                                      "invoiceCodes": [
                                        {
                                          "$id": "20",
                                          "pluG_UID": "IZBUU/aggUGUGhLFzEEMOg==",
                                          "pluGuid": "53549021-a0f6-4181-941a-12c5cc410c3a",
                                          "supplierIdentifier": "j+5t3g1su0GN+5vMjo4olw==",
                                          "supplierIdentifierGuid": "de6dee8f-6c0d-41bb-8dfb-9bcc8e8e2897",
                                          "invoiceCode": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "20"
                                        }
                                      ],
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "preferredSupplier": true,
                                      "preferredRebateSupplier": true,
                                      "supplierName": "sample string 40",
                                      "salesMode": 41,
                                      "orderPacked": true,
                                      "active": true,
                                      "price": 1,
                                      "costGstPercent": 43,
                                      "parentPluG_UID": "lNertp8mmkavJGVtV4sgAg==",
                                      "parentPluGuid": "b6abd794-269f-469a-af24-656d578b2002",
                                      "freight": 44.0,
                                      "freightType": 1,
                                      "product": {
                                        "$id": "21",
                                        "plu": 1,
                                        "storeID": 1,
                                        "masterPluG_UID": "QEA=",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "g_UId": "iDh9chJXG0m/P55PtXrNmw==",
                                        "guid": "727d3888-5712-491b-bf3f-9e4fb57acd9b",
                                        "apn": "sample string 1",
                                        "apnChanged": true,
                                        "apnSwitched": true,
                                        "barcode": "sample string 4",
                                        "itemNumber": "sample string 5",
                                        "itemNumberChanged": true,
                                        "priceGroupG_UID": "9R0l6Ewbw0CllnHKRyg7Bw==",
                                        "priceGroupGuid": "e8251df5-1b4c-40c3-a596-71ca47283b07",
                                        "blueprintID": 1,
                                        "lastCountedDate": "2025-06-14T07:20:51.8473844",
                                        "externalID": "sample string 7",
                                        "active": true,
                                        "activated": "2025-06-14T07:20:51.8473844",
                                        "pluCreated": "2025-06-14T07:20:51.8473844",
                                        "createdByUser": "sample string 9",
                                        "name": "sample string 10",
                                        "nameChanged": true,
                                        "secondDescription": "sample string 12",
                                        "hostDescription": "sample string 13",
                                        "keepCartonQty": true,
                                        "keepDescription": true,
                                        "keepDepartments": true,
                                        "keepSuppliers": true,
                                        "markdownDescription": "sample string 18",
                                        "altDescription": "sample string 19",
                                        "bestOrExpire": 20,
                                        "lastUpdate": "2025-06-14T07:20:51.8473844",
                                        "lastManualUpdate": "2025-06-14T07:20:51.8473844",
                                        "imageName": "sample string 23",
                                        "showImageOnFlipCharts": true,
                                        "showTextOnFlipCharts": true,
                                        "overrideFlipChartText": true,
                                        "flipChartText": "sample string 27",
                                        "salesMode": 1,
                                        "eftCode": 1,
                                        "price": 1,
                                        "priceChanged": true,
                                        "rrp": 1,
                                        "gstPercent": 28,
                                        "gstPercentChanged": true,
                                        "costGSTPercent": 29,
                                        "costGSTPercentChanged": true,
                                        "wetPercent": 1,
                                        "priceOverride": 1,
                                        "cost": 1,
                                        "currentCost": 1,
                                        "currentCostDecimals": 1,
                                        "grossProfit": 1.0,
                                        "currentCostDesc": "sample string 30",
                                        "currentCostEnd": "2025-06-14T07:20:51.8473844",
                                        "currentCostUpdated": "2025-06-14T07:20:51.8473844",
                                        "costDecimals": 31,
                                        "costChanged": true,
                                        "dealCostIdentifier": "QEA=",
                                        "excludeFromRebate": true,
                                        "rebateOverride": 1,
                                        "costCalcMethod": 1,
                                        "costCalcMethodChanged": true,
                                        "costEffectiveDate": "2025-06-14T07:20:51.8473844",
                                        "defaultGP": 1,
                                        "breakTargetMode": 32,
                                        "break1": 1,
                                        "price1": 1,
                                        "target1": 33,
                                        "break2": 1,
                                        "price2": 1,
                                        "target2": 34,
                                        "break3": 1,
                                        "price3": 1,
                                        "target3": 35,
                                        "break1Changed": true,
                                        "price1Changed": true,
                                        "target1Changed": true,
                                        "break2Changed": true,
                                        "price2Changed": true,
                                        "target2Changed": true,
                                        "break3Changed": true,
                                        "price3Changed": true,
                                        "target3Changed": true,
                                        "breakTargetModeChanged": true,
                                        "margin": 1.1,
                                        "marginChanged": true,
                                        "marginRanged": true,
                                        "marginRangedChanged": true,
                                        "minimumMargin": 1.1,
                                        "minimumMarginChanged": true,
                                        "maximumMargin": 1.1,
                                        "maximumMarginChanged": true,
                                        "overrideHostWarehouseIndicator": true,
                                        "overrideHostWarehouseIndicatorChanged": true,
                                        "overrideHostPrice": true,
                                        "overrideHostPriceChanged": true,
                                        "overrideHostCost": true,
                                        "overrideHostCostChanged": true,
                                        "overrideHostMargin": true,
                                        "overrideHostMarginChanged": true,
                                        "alwaysApplyMargin": true,
                                        "alwaysApplyMarginChanged": true,
                                        "aws": 1.0,
                                        "awsUpdated": "2025-06-14T07:20:51.8473844",
                                        "posTare": 1,
                                        "altPrice": 1.0,
                                        "altPriceChanged": true,
                                        "altPriceMode": 52,
                                        "altPriceModeChanged": true,
                                        "altPLUG_UID": "l2Mb9LeD60uILssFEY5x8g==",
                                        "altPLUGuid": "f41b6397-83b7-4beb-882e-cb05118e71f2",
                                        "altPLUGuidChanged": true,
                                        "altPriceDescription1": "sample string 53",
                                        "altPriceDescription2": "sample string 54",
                                        "cartonQuantity": 55,
                                        "cartonQuantityChanged": true,
                                        "trayID": 1,
                                        "promptID": 1,
                                        "tare": 1,
                                        "packQty": 1,
                                        "fixedWeight": 1,
                                        "extraMesg": 1,
                                        "text1": "sample string 57",
                                        "text2": "sample string 58",
                                        "text3": "sample string 59",
                                        "labelText": "sample string 60",
                                        "labelTextChanged": true,
                                        "sendToScale": true,
                                        "nonScaleWeigh": true,
                                        "labelFormat": "sample string 64",
                                        "barcodeFormat": "sample string 65",
                                        "austMade": 1,
                                        "coolCode": 66,
                                        "countryOfOrigin": "sample string 67",
                                        "percentContent": 68.1,
                                        "departmentID": 1,
                                        "subDepartmentID": 1,
                                        "minorDepartmentID": 1,
                                        "lesserDepartmentID": 1,
                                        "deptCode": "sample string 69",
                                        "subDeptCode": "sample string 70",
                                        "minorDeptCode": "sample string 71",
                                        "lesserDeptCode": "sample string 72",
                                        "deptName": "sample string 73",
                                        "subDeptName": "sample string 74",
                                        "minorDeptName": "sample string 75",
                                        "lesserDeptName": "sample string 76",
                                        "departmentChanged": true,
                                        "subCategoryID": 1,
                                        "expiry": 1,
                                        "showDays": 1,
                                        "datePrint": 1,
                                        "labelRequired": true,
                                        "labelShelfQty": 79,
                                        "labelShelfChanged": true,
                                        "labelTalkerQty": 81,
                                        "labelSmall": true,
                                        "labelLastPrinted": "2025-06-14T07:20:51.8473844",
                                        "labelLastPrice": 1,
                                        "shelfPageLayoutG_UID": "CnSvknTewEOLyefZVIwvSw==",
                                        "shelfPageLayoutGuid": "92af740a-de74-43c0-8bc9-e7d9548c2f4b",
                                        "talkerPageLayoutG_UID": "Hn9pxhkC4kKxWCqpZjDsJA==",
                                        "talkerPageLayoutGuid": "c6697f1e-0219-42e2-b158-2aa96630ec24",
                                        "unitMeasure": 1.1,
                                        "unitMeasureChanged": true,
                                        "unitMeasureKind": 84,
                                        "unitMeasureKindChanged": true,
                                        "signIQData": "sample string 86",
                                        "refresh": true,
                                        "earnLoyaltyPoints": true,
                                        "earnLoyaltyPointsChanged": true,
                                        "quantityOverride": true,
                                        "quantityOverrideChanged": true,
                                        "quantityRequired": true,
                                        "quantityRequiredChanged": true,
                                        "allowDiscounts": true,
                                        "allowDiscountsChanged": true,
                                        "discountDiscounts": true,
                                        "discountDiscountsChanged": true,
                                        "itemRecalled": true,
                                        "itemRecalledChanged": true,
                                        "noRefund": true,
                                        "noRefundChanged": true,
                                        "allowMarkdown": true,
                                        "allowMarkdownChanged": true,
                                        "priceRequired": true,
                                        "priceRequiredChanged": true,
                                        "fuelItem": true,
                                        "fuelItemChanged": true,
                                        "trackSerial": true,
                                        "trackSerialChanged": true,
                                        "allowZeroPrice": true,
                                        "allowZeroPriceChanged": true,
                                        "notForSale": 90,
                                        "notForSaleChanged": true,
                                        "excludeFromDeals": true,
                                        "excludeFromVoucher": true,
                                        "minimumAge": 93,
                                        "minimumAgeChanged": true,
                                        "buyingLimit": 1,
                                        "buyingLimitChanged": true,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitIndependentChanged": true,
                                        "inventoryGuid": "ux9dw6ycNE2DdRXu5ShYCw==",
                                        "inventoryIdentifier": "c35d1fbb-9cac-4d34-8375-15eee528580b",
                                        "inventoryAccuracy": 1,
                                        "baseUnits": 97,
                                        "orderPacked": 1,
                                        "isManufactured": true,
                                        "isIngredient": true,
                                        "isModifier": true,
                                        "isModifierChanged": true,
                                        "hasModifiers": 98,
                                        "defaultPrinter": "sample string 99",
                                        "defaultPrinterGroup": "sample string 100",
                                        "ingredientsOnManufacture": true,
                                        "manufactureUnitMeasure": 1,
                                        "mpl": 1,
                                        "maxShelfQty": 101,
                                        "allowAutoOrder": true,
                                        "warrantyPeriod": 1,
                                        "parentPluG_UId": "x8XsXXiST02wtdWmCllPrQ==",
                                        "parentPluGuid": "5decc5c7-9278-4d4f-b0b5-d5a60a594fad",
                                        "preferredHostVendor": 103,
                                        "preferredHostChanged": true,
                                        "code": "sample string 105",
                                        "supplierIdentifier": "06nIU1Pjh0i4zo+mUrYJeA==",
                                        "supplierIdentifierGuid": "53c8a9d3-e353-4887-b8ce-8fa652b60978",
                                        "supplierChanged": true,
                                        "rebateSupplierIdentifier": "7RoxgCKZ/kyayzRYPR/bjg==",
                                        "rebateSupplierIdentifierGuid": "80311aed-9922-4cfe-9acb-34583d1fdb8e",
                                        "rebateSupplierChanged": true,
                                        "availableForOrder": true,
                                        "warehouseDirectIndicator": "sample string 107",
                                        "warehouseDirectIndicatorChanged": true,
                                        "productGrade": "sample string 109",
                                        "productType": "sample string 110",
                                        "productGroup": "sample string 111",
                                        "complianceIndicator": "sample string 112",
                                        "inhouseBrand": "sample string 113",
                                        "slowMoving": true,
                                        "generalMerchandise": true,
                                        "comment": "sample string 116",
                                        "lastUpdatedByUser": "sample string 117",
                                        "lastManualUpdatedByUser": "sample string 118",
                                        "lastUpdatedByUserOverride": true,
                                        "lastUpdatedByHost": "2025-06-14T07:20:51.8473844",
                                        "commodity": "sample string 120",
                                        "businessPillar": "sample string 121",
                                        "mscCommodity": "sample string 122",
                                        "hostIdentifier": "TpkvjuZn/EiObv+j/K8tvw==",
                                        "hostIdentifierGuid": "8e2f994e-67e6-48fc-8e6e-ffa3fcaf2dbf",
                                        "serviceFeeID": 1,
                                        "serviceFeeIDChanged": true,
                                        "providerName": "sample string 124",
                                        "aisleEnds": "sample string 125",
                                        "deleted": true,
                                        "deletedChanged": true,
                                        "hidden": true,
                                        "doNotRange": true,
                                        "doNotRangeChanged": true,
                                        "doNotOrder": true,
                                        "doNotOrderChanged": true,
                                        "locked": true,
                                        "excludeFromWebUpdate": true,
                                        "excludeFromWebUpdateChanged": true,
                                        "webPriceBasedOn": 136,
                                        "webPriceRounding": true,
                                        "webMarkup": 138,
                                        "webPriceMode": 139,
                                        "altDepartmentID": 1,
                                        "altSubDepartmentID": 1,
                                        "altMinorDepartmentID": 1,
                                        "altLesserDepartmentID": 1,
                                        "altDeptCode": "sample string 140",
                                        "altSubDeptCode": "sample string 141",
                                        "altMinorDeptCode": "sample string 142",
                                        "altLesserDeptCode": "sample string 143",
                                        "altDepartmentChanged": true,
                                        "storeProducts": [
                                          {
                                            "$ref": "21"
                                          },
                                          {
                                            "$ref": "21"
                                          }
                                        ],
                                        "store": {
                                          "$ref": "12"
                                        },
                                        "storePrices": [
                                          {
                                            "$id": "22",
                                            "pluG_UID": "fJ0MFVL8TEGpEGzgxVz9ug==",
                                            "pluGuid": "150c9d7c-fc52-414c-a910-6ce0c55cfdba",
                                            "plu": 1,
                                            "storeID": 1,
                                            "zoneID": 2,
                                            "zoneName": "sample string 3",
                                            "store": "sample string 4",
                                            "priceNow": 5,
                                            "costNow": 6,
                                            "costNowDecimals": 7,
                                            "normalPrice": 8,
                                            "gstPercent": 9,
                                            "normalCost": 10,
                                            "normalCostDecimals": 11,
                                            "costGstPercent": 12,
                                            "costCalcMethod": 1,
                                            "currentCost": 13,
                                            "currentCostDecimals": 14,
                                            "break1": 15,
                                            "price1": 16,
                                            "break2": 17,
                                            "price2": 18,
                                            "break3": 19,
                                            "price3": 20,
                                            "fuelItem": 21,
                                            "fixedWeight": 22,
                                            "active": true,
                                            "complianceIndicator": "sample string 23",
                                            "doNotOrder": true,
                                            "doNotRange": true,
                                            "isNormalPriceChangesCampaign": true,
                                            "updated": "2025-06-14T07:20:51.8473844"
                                          },
                                          {
                                            "$ref": "22"
                                          }
                                        ],
                                        "currentPrices": {
                                          "$id": "23",
                                          "pluPrices": {
                                            "$id": "24",
                                            "plu": 1,
                                            "pluG_UID": "QEA=",
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "normalPrice": 1,
                                            "cost": 2,
                                            "break1": 3,
                                            "price1": 4,
                                            "break2": 5,
                                            "price2": 6,
                                            "break3": 7,
                                            "price3": 8,
                                            "discountPrice": 9,
                                            "acceptedUtc": "2025-06-14T07:20:51.8473844",
                                            "priceChangeType": 0,
                                            "costDecimals": 10
                                          },
                                          "normalPluPrices": {
                                            "$ref": "24"
                                          },
                                          "winningCampaign": 1,
                                          "winner": {
                                            "$id": "25",
                                            "campaignName": "sample string 1",
                                            "campaignDescription": "sample string 2",
                                            "startDate": "2025-06-14T07:20:51.8473844",
                                            "startTime": 3,
                                            "endDate": "2025-06-14T07:20:51.8473844",
                                            "endTime": 4,
                                            "newPrice": 5,
                                            "newCost": 6,
                                            "newCostDecimals": 7,
                                            "pctDiscount": 8,
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 9",
                                            "hostType": 10,
                                            "hostIdentifier": "j/WeEiBmJUWyta4x1GZjng==",
                                            "hostIdentifierGuid": "129ef58f-6620-4525-b2b5-ae31d466639e",
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ]
                                          },
                                          "details": [
                                            {
                                              "$ref": "25"
                                            },
                                            {
                                              "$ref": "25"
                                            }
                                          ]
                                        },
                                        "tray": {
                                          "$id": "26",
                                          "g_UId": "E5ZSWHyu60m0hm69lja6LQ==",
                                          "guid": "58529613-ae7c-49eb-b486-6ebd9636ba2d",
                                          "name": "sample string 1",
                                          "number": 1,
                                          "tare": 1
                                        },
                                        "priceGroup": {
                                          "$id": "27",
                                          "priceGroupG_UID": "9kL4bhNBzUWnoyDCMMPR0w==",
                                          "priceGroupGuid": "6ef842f6-4113-45cd-a7a3-20c230c3d1d3",
                                          "name": "sample string 2",
                                          "code": 1,
                                          "modified": true,
                                          "updated": "2025-06-14T07:20:51.8473844",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "number": 1,
                                          "products": [
                                            {
                                              "$ref": "21"
                                            },
                                            {
                                              "$ref": "21"
                                            }
                                          ],
                                          "productCount": 1
                                        },
                                        "priceGroupName": "sample string 145",
                                        "nutrifacts": {
                                          "$id": "28",
                                          "pluG_UID": "pKjeEP3EQ02uuV5TmWVY5g==",
                                          "pluGuid": "10dea8a4-c4fd-4d43-aeb9-5e53996558e6",
                                          "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": "29",
                                          "pluGuid": "c415df71-12ca-4609-a404-9ab1bebd4c4d",
                                          "created": "2025-06-14T07:20:51.8473844",
                                          "createdByUser": "sample string 1",
                                          "activated": "2025-06-14T07:20:51.8473844",
                                          "deactivated": "2025-06-14T07:20:51.8473844",
                                          "lastOrdered": "2025-06-14T07:20:51.8473844",
                                          "lastOrderedQty": 2.0,
                                          "lastReceived": "2025-06-14T07:20:51.8473844",
                                          "lastReceivedQty": 3.0,
                                          "lastInvoiceStatus": 1,
                                          "lastCounted": "2025-06-14T07:20:51.8473844",
                                          "lastSold": "2025-06-14T07:20:51.8473844",
                                          "firstSold": "2025-06-14T07:20:51.8473844",
                                          "awsUpdated": "2025-06-14T07:20:51.8473844",
                                          "lastManualUpdate": "2025-06-14T07:20:51.8473844",
                                          "lastManualUpdatedByUser": "sample string 5",
                                          "lastUpdated": "2025-06-14T07:20:51.8473844",
                                          "lastUpdatedByUser": "sample string 7",
                                          "lastUpdatedByHost": "2025-06-14T07:20:51.8473844",
                                          "doNotRangeUpdated": "2025-06-14T07:20:51.8473844",
                                          "doNotOrderUpdated": "2025-06-14T07:20:51.8473844",
                                          "tracked": "2025-06-14T07:20:51.8473844"
                                        },
                                        "allergens": [
                                          {
                                            "$id": "30",
                                            "allergenID": 1,
                                            "pluG_UID": "ue3BJyFhZEi58GTul2axLQ==",
                                            "pluGuid": "27c1edb9-6121-4864-b9f0-64ee9766b12d",
                                            "contains": 2,
                                            "allergenName": "sample string 3",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "30"
                                          }
                                        ],
                                        "costs": {
                                          "$id": "31",
                                          "pluG_UID": "GqRwC2bmBkifwfpcYrT2nA==",
                                          "pluGuid": "0b70a41a-e666-4806-9fc1-fa5c62b4f69c",
                                          "enteredCost": 1,
                                          "weightedAvgCost": 1,
                                          "lastCost": 1,
                                          "rawEnteredCost": 2,
                                          "rawWeightedAvgCost": 3,
                                          "rawLastCost": 4,
                                          "freight": 5.0,
                                          "freightType": 6,
                                          "costDecimals": 7,
                                          "fifoCost": 1,
                                          "updated": "2025-06-14T07:20:51.8473844",
                                          "normalCost": 1,
                                          "currentCost": 1
                                        },
                                        "sales": [
                                          {
                                            "$id": "32",
                                            "saleHeaderID": 1,
                                            "created": "2025-06-14T07:20:51.8473844",
                                            "createdLocal": "2025-06-14T07:20:51.8473844",
                                            "storeID": 3,
                                            "storeName": "sample string 4",
                                            "operatorG_Uid": "fnxYQLxa2kW2ggLOnSamow==",
                                            "operatorGuid": "40587c7e-5abc-45da-b682-02ce9d26a6a3",
                                            "operatorName": "sample string 5",
                                            "tranType": 1,
                                            "plu": 1,
                                            "pluG_UId": "hHDKg35coUq+or+BWYCC6Q==",
                                            "pluGuid": "83ca7084-5c7e-4aa1-bea2-bf81598082e9",
                                            "normalPrice": 1,
                                            "totalCents": 1,
                                            "cost": 1,
                                            "grossProfit": 1,
                                            "quantity": 1,
                                            "operator": {
                                              "$ref": "10"
                                            }
                                          },
                                          {
                                            "$ref": "32"
                                          }
                                        ],
                                        "apns": [
                                          {
                                            "$id": "33",
                                            "pluID": 1,
                                            "pluG_UID": "vET64atcLEmPJ1LYUsA6zw==",
                                            "pluGuid": "e1fa44bc-5cab-492c-8f27-52d852c03acf",
                                            "apn": "sample string 1",
                                            "deleted": true,
                                            "storeID": 1,
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "33"
                                          }
                                        ],
                                        "tuns": [
                                          {
                                            "$id": "34",
                                            "pluG_UId": "r/zpZng8KE6Fbx4VX6jUYA==",
                                            "pluGuid": "66e9fcaf-3c78-4e28-856f-1e155fa8d460",
                                            "apn": "sample string 1",
                                            "tun": "sample string 2",
                                            "cartonQuantity": 3,
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "34"
                                          }
                                        ],
                                        "competitionPricing": [
                                          {
                                            "$id": "35",
                                            "identifier": "N1HRohR/4k6Oe3QQbh7fqA==",
                                            "identifierGuid": "a2d15137-7f14-4ee2-8e7b-74106e1edfa8",
                                            "pluG_UID": "s2EU6vlc0k+Z/FQCJX16fA==",
                                            "pluGuid": "ea1461b3-5cf9-4fd2-99fc-5402257d7a7c",
                                            "competitionID": 1,
                                            "name": "sample string 2",
                                            "sellMultiple": 3,
                                            "retailPrice": 4,
                                            "storeName": "sample string 5"
                                          },
                                          {
                                            "$ref": "35"
                                          }
                                        ],
                                        "supplier": {
                                          "$ref": "16"
                                        },
                                        "supplierName": "sample string 146",
                                        "children": [
                                          {
                                            "$ref": "21"
                                          },
                                          {
                                            "$ref": "21"
                                          }
                                        ],
                                        "ordering": {
                                          "$ref": "19"
                                        },
                                        "flipChartPages": [
                                          {
                                            "$id": "36",
                                            "identifier": "PYV4bx+pCEK71ScgYIdG9g==",
                                            "groupName": "sample string 1",
                                            "identifierGuid": "6f78853d-a91f-4208-bbd5-2720608746f6",
                                            "exists": true,
                                            "flipChartIdentifier": "6d3WmK7DCkqgKD5WOXY/aw==",
                                            "flipChartIdentifierGuid": "98d6dde9-c3ae-4a0a-a028-3e5639763f6b",
                                            "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": "l02cgAdqgEmQwglsmEKdWQ==",
                                            "groupIdentifierGuid": "809c4d97-6a07-4980-90c2-096c98429d59",
                                            "flipChart": {
                                              "$id": "37",
                                              "identifier": "8HvxUrzGg0iwnUkCZWFm/g==",
                                              "identifierGuid": "52f17bf0-c6bc-4883-b09d-4902656166fe",
                                              "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": "38",
                                                "identifier": "LEY5OPsbFkCRcp8UGt8crw==",
                                                "identifierGuid": "3839462c-1bfb-4016-9172-9f141adf1caf",
                                                "name": "sample string 2",
                                                "formType": "sample string 3",
                                                "forms": [
                                                  {
                                                    "$id": "39",
                                                    "id": 1,
                                                    "g_UID": "6syMtXYZDkWDiWallGBLYw==",
                                                    "guid": "b58cccea-1976-450e-8389-66a594604b63",
                                                    "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": "rpCNy6R8zUSVjDNQ7jJThQ==",
                                                    "previousFormGuid": "cb8d90ae-7ca4-44cd-958c-3350ee325385",
                                                    "nextForm": 1,
                                                    "nextFormG_UID": "qGHUAicRskWBq6JJ5blUBA==",
                                                    "nextFormGuid": "02d461a8-1127-45b2-81ab-a249e5b95404",
                                                    "attributes": "sample string 10",
                                                    "updated": "2025-06-14T07:20:51.8473844",
                                                    "positioning": 1,
                                                    "contentPanel": "sample string 11",
                                                    "selectionMode": 1,
                                                    "maximumSelections": 1,
                                                    "alteredInStore": true,
                                                    "deleted": true,
                                                    "blueprintID": 1,
                                                    "preserveLayout": true,
                                                    "mainCheckoutFormName": "sample string 13",
                                                    "nextCheckoutForm": {
                                                      "$ref": "39"
                                                    },
                                                    "previousCheckoutForm": {
                                                      "$ref": "39"
                                                    },
                                                    "buttons": [
                                                      {
                                                        "$id": "40",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "l4eOnZSBnkS2Wd2B9mPAXg==",
                                                        "checkoutFormGuid": "9d8e8797-8194-449e-b659-dd81f663c05e",
                                                        "identifier": "uIKFMSKsTkeZ9ZIkTqqZzA==",
                                                        "identifierGuid": "318582b8-ac22-474e-99f5-92244eaa99cc",
                                                        "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": "KUxg6u1wmkG0Iw0QH6hMCw==",
                                                        "valueGuid": "ea604c29-70ed-419a-b423-0d101fa84c0b",
                                                        "buttonText": "sample string 10",
                                                        "valueText": "sample string 11",
                                                        "drawImageAndButton": true,
                                                        "updated": "2025-06-14T07:20:51.8473844",
                                                        "action": "sample string 12",
                                                        "valueForm": {
                                                          "$ref": "39"
                                                        },
                                                        "image": {
                                                          "$id": "41",
                                                          "name": "sample string 3.sample string 4",
                                                          "imageID": 2,
                                                          "imageName": "sample string 3",
                                                          "imageExtension": "sample string 4",
                                                          "lastUpdate": "2025-06-14T07:20:51.8473844",
                                                          "imageData": "QEA=",
                                                          "readOnly": true
                                                        }
                                                      },
                                                      {
                                                        "$ref": "40"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$id": "42",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "bqZsmCnK/0GwKNihgTW3sQ==",
                                                        "checkoutFormGuid": "986ca66e-ca29-41ff-b028-d8a18135b7b1",
                                                        "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": "42"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "39"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$ref": "42"
                                                  },
                                                  {
                                                    "$ref": "42"
                                                  }
                                                ]
                                              },
                                              "pages": [
                                                {
                                                  "$ref": "36"
                                                },
                                                {
                                                  "$ref": "36"
                                                }
                                              ]
                                            },
                                            "contentPanel": {
                                              "$ref": "42"
                                            },
                                            "products": [
                                              {
                                                "$id": "43",
                                                "flipChartPageIdentifier": "gYq3Q3Upske2NJIake7Zfw==",
                                                "flipChartPageIdentifierGuid": "43b78a81-2975-47b2-b634-921a91eed97f",
                                                "pluG_UID": "/sNOz6SVJkGUCYxSoWRY/A==",
                                                "pluGuid": "cf4ec3fe-95a4-4126-9409-8c52a16458fc",
                                                "sortOrder": 3,
                                                "sent": true,
                                                "productChanged": true,
                                                "productImageName": "sample string 6",
                                                "productShowImageOnFlipCharts": true,
                                                "productShowTextOnFlipCharts": true,
                                                "productOverrideFlipChartText": true,
                                                "productFlipChartText": "sample string 10",
                                                "product": {
                                                  "$ref": "21"
                                                },
                                                "departmentSortOrder": 11,
                                                "subDepartmentName": "sample string 12"
                                              },
                                              {
                                                "$ref": "43"
                                              }
                                            ],
                                            "productCount": 27,
                                            "pages": [
                                              {
                                                "$ref": "36"
                                              },
                                              {
                                                "$ref": "36"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "36"
                                          }
                                        ],
                                        "priceHistory": [
                                          {
                                            "$id": "44",
                                            "pluG_UID": "dZ2OmlPgJE2Wj65vqzGa0Q==",
                                            "pluGuid": "9a8e9d75-e053-4d24-968f-ae6fab319ad1",
                                            "price": 1,
                                            "costCalcMethod": 1,
                                            "cost": 2,
                                            "weightedAvgCost": 3,
                                            "lastCost": 4,
                                            "rawCost": 5,
                                            "rawWeightedAvgCost": 6,
                                            "rawLastCost": 7,
                                            "costDecimals": 8,
                                            "serviceFeeID": 9,
                                            "freight": 10.0,
                                            "freightType": 11,
                                            "process": "sample string 12",
                                            "user": "sample string 13",
                                            "updated": "2025-06-14T07:20:51.8473844",
                                            "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": "44"
                                          }
                                        ],
                                        "ingredients": [
                                          {
                                            "$id": "45",
                                            "pluG_UID": "1Mnpd6u1iU2n91TGrpWkyQ==",
                                            "ingredientGuid": "ETG9x2J7/EOjz0bTbm8pdw==",
                                            "ingredientIdentifier": "c7bd3111-7b62-43fc-a3cf-46d36e6f2977",
                                            "quantity": 1.0,
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "ingredientText": "sample string 1",
                                            "ingredient": {
                                              "$ref": "21"
                                            }
                                          },
                                          {
                                            "$ref": "45"
                                          }
                                        ],
                                        "bins": [
                                          {
                                            "$id": "46",
                                            "pluG_UID": "gpZ7jrX4XUKpnx57DCXAEA==",
                                            "pluGuid": "8e7b9682-f8b5-425d-a99f-1e7b0c25c010",
                                            "shelfLocationIdentifier": "lMELU0FEFEau4w34wvUrEw==",
                                            "shelfLocationGuid": "530bc194-4441-4614-aee3-0df8c2f52b13",
                                            "labelShelfDefault": 1,
                                            "labelTalkerDefault": 1,
                                            "labelSmall": true,
                                            "labelPageLayoutG_UID": "he6ahBbq9kuU9YOh1jJ75Q==",
                                            "labelPageLayoutGuid": "849aee85-ea16-4bf6-94f5-83a1d6327be5",
                                            "updated": "2025-06-14T07:20:51.8473844",
                                            "electronicShelfLabelIdentifier": "sample string 5",
                                            "electronicshelfLabelsConfigurationID": 6,
                                            "labelShelfChanged": true,
                                            "productName": "sample string 8",
                                            "locationText": "sample string 9",
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "location": {
                                              "$id": "47",
                                              "identifier": "OQFmGUb0vEyNKLQ9YnsWBA==",
                                              "storeID": 1,
                                              "identifierGuid": "19660139-f446-4cbc-8d28-b43d627b1604",
                                              "name": "sample string 2",
                                              "haccp": true,
                                              "blueprintID": 1,
                                              "updated": "2025-06-14T07:20:51.8473844",
                                              "minTemp": 1,
                                              "maxTemp": 1,
                                              "checkFrequency": 1,
                                              "storeCaseConfiguration": 5,
                                              "storeName": "sample string 6",
                                              "bins": [
                                                {
                                                  "$ref": "46"
                                                },
                                                {
                                                  "$ref": "46"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "$ref": "46"
                                          }
                                        ],
                                        "bin": {
                                          "$ref": "46"
                                        },
                                        "scaleLocations": [
                                          {
                                            "$id": "48",
                                            "plu": 1,
                                            "pluG_UID": "vMKwGojuBUSO9wNpa2ihBQ==",
                                            "pluGuid": "1ab0c2bc-ee88-4405-8ef7-03696b68a105",
                                            "deptNo": 1,
                                            "product": {
                                              "$ref": "21"
                                            },
                                            "scaleLocation": {
                                              "$id": "49",
                                              "id": 1,
                                              "deptNo": 1,
                                              "deptCode": "sample string 2",
                                              "name": "sample string 3",
                                              "enabled": true,
                                              "updated": "2025-06-14T07:20:51.8473844",
                                              "department": {
                                                "$id": "50",
                                                "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": "49"
                                                },
                                                "subDepartments": [
                                                  {
                                                    "$id": "51",
                                                    "id": 1,
                                                    "departmentID": 2,
                                                    "name": "sample string 3",
                                                    "code": "sample string 4",
                                                    "departmentCode": "sample string 5",
                                                    "externalSales": true,
                                                    "minorDepartments": [
                                                      {
                                                        "$id": "52",
                                                        "id": 1,
                                                        "subDepartmentID": 2,
                                                        "departmentID": 3,
                                                        "name": "sample string 4",
                                                        "subDepartmentCode": "sample string 5",
                                                        "departmentCode": "sample string 6",
                                                        "code": "sample string 7",
                                                        "lesserDepartments": [
                                                          {
                                                            "$id": "53",
                                                            "id": 1,
                                                            "departmentID": 2,
                                                            "subDepartmentID": 3,
                                                            "minorDepartmentID": 4,
                                                            "name": "sample string 5",
                                                            "code": "sample string 6",
                                                            "departmentCode": "sample string 7",
                                                            "subDepartmentCode": "sample string 8",
                                                            "minorDepartmentCode": "sample string 9",
                                                            "updated": "2025-06-14T07:20:51.8473844",
                                                            "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": "yiyPdXkjIEmT2kgk7sIMRA==",
                                                            "labelPageLayoutGuid": "758f2cca-2379-4920-93da-4824eec20c44",
                                                            "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": "54",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "name": "sample string 3",
                                                              "active": true,
                                                              "mscCommodities": [
                                                                {
                                                                  "$id": "55",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "name": "sample string 4",
                                                                  "active": true,
                                                                  "mscSubCommodities": [
                                                                    {
                                                                      "$id": "56",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "subCommodity": 4,
                                                                      "name": "sample string 5",
                                                                      "active": true,
                                                                      "subCommodityCode": "sample string 7"
                                                                    },
                                                                    {
                                                                      "$ref": "56"
                                                                    }
                                                                  ],
                                                                  "commodityCode": "sample string 6"
                                                                },
                                                                {
                                                                  "$ref": "55"
                                                                }
                                                              ],
                                                              "categoryCode": "sample string 5"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "55"
                                                            },
                                                            "mscDep": {
                                                              "$id": "57",
                                                              "dept": 1,
                                                              "name": "sample string 2",
                                                              "active": true,
                                                              "mscCategories": [
                                                                {
                                                                  "$ref": "54"
                                                                },
                                                                {
                                                                  "$ref": "54"
                                                                }
                                                              ],
                                                              "deptCode": "sample string 4"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "56"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "53"
                                                          }
                                                        ],
                                                        "updated": "2025-06-14T07:20:51.8473844",
                                                        "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": "lKHxxRqNF0CK8MpMT9jB7A==",
                                                        "labelPageLayoutGuid": "c5f1a194-8d1a-4017-8af0-ca4c4fd8c1ec",
                                                        "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": "54"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "55"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "57"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "56"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "52"
                                                      }
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2025-06-14T07:20:51.8473844",
                                                    "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": "WBGISTxBfE+DbaCgQcu2Nw==",
                                                    "labelPageLayoutGuid": "49881158-413c-4f7c-836d-a0a041cbb637",
                                                    "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": "54"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "55"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "57"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "56"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "51"
                                                  }
                                                ],
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2025-06-14T07:20:51.8473844",
                                                "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": "rmfsBcY6ykmLnIKvLxxhoQ==",
                                                "labelPageLayoutGuid": "05ec67ae-3ac6-49ca-8b9c-82af2f1c61a1",
                                                "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": "54"
                                                },
                                                "mscCom": {
                                                  "$ref": "55"
                                                },
                                                "mscDep": {
                                                  "$ref": "57"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "56"
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "$ref": "48"
                                          }
                                        ],
                                        "nextPrice": {
                                          "$id": "58",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "plu": 1,
                                          "hostOfferID": 1,
                                          "metcashPromotionID": "sample string 4",
                                          "metcashPromotionPlacement": "sample string 5",
                                          "pluG_UID": "h1tpqKy6W0G9jzxFmVJ/9g==",
                                          "pluGuid": "a8695b87-baac-415b-bd8f-3c4599527ff6",
                                          "newPrice": 1,
                                          "pctDiscount": 1,
                                          "newCost": 1,
                                          "newCostDecimals": 6,
                                          "dealCostIdentifier": "UOASTr9E+kyvxPSIACvgyw==",
                                          "dealCostGuid": "4e12e050-44bf-4cfa-afc4-f488002be0cb",
                                          "pluName": "sample string 7",
                                          "apn": "sample string 8",
                                          "fuelItem": true,
                                          "priceGroupG_UID": "4rOZQPIUd02cGvPM8skf2Q==",
                                          "priceGroupGuid": "4099b3e2-14f2-4d77-9c1a-f3ccf2c91fd9",
                                          "itemNumber": "sample string 10",
                                          "cri": "sample string 11",
                                          "pluPrice": 12,
                                          "pluCost": 13,
                                          "pluCostIndicator": "sample string 14",
                                          "pluPriceGstPercent": 15,
                                          "pluCostGstPercent": 16,
                                          "pluActive": true,
                                          "cartonQty": 1.1,
                                          "baseUnits": 18.1,
                                          "salesMode": 1,
                                          "pluNormalCost": 19,
                                          "pluaws": 20.0,
                                          "directNumber": "sample string 21",
                                          "departmentName": "sample string 22",
                                          "subDepartmentName": "sample string 23",
                                          "priceGroupName": "sample string 24",
                                          "supplierName": "sample string 25",
                                          "stockOnHand": 1.1,
                                          "stockOnOrder": 1.1,
                                          "lastReceived": "2025-06-14T07:20:51.8473844",
                                          "rrp": 26,
                                          "campaignDescription": "sample string 27",
                                          "campaignComboPriceGroupG_UID": "rdxFQ3RixEexrKWjnnjfqg==",
                                          "campaignComboPriceGroupIdentifier": "4345dcad-6274-47c4-b1ac-a5a39e78dfaa",
                                          "promotionPlacementDescription": "sample string 28",
                                          "storeAcceptances": [
                                            {
                                              "$id": "59",
                                              "plu": 1,
                                              "pluG_UId": "QEA=",
                                              "campaignID": 1,
                                              "campaignName": "sample string 2",
                                              "storeID": 3,
                                              "acceptedUtc": "2025-06-14T07:20:51.8473844",
                                              "operatorG_UID": "TdktLMi4AkeGllrDYPMW7A==",
                                              "operatorGuid": "2c2dd94d-b8c8-4702-8696-5ac360f316ec",
                                              "machineID": 1,
                                              "processed": true,
                                              "appliedUtc": "2025-06-14T07:20:51.8473844",
                                              "signIqTicketFileMovedUtc": "2025-06-14T07:20:51.8473844",
                                              "user": "sample string 6",
                                              "campaignDescription": "sample string 7",
                                              "productDesc": "sample string 8",
                                              "storeName": "sample string 9",
                                              "effectiveUtc": "2025-06-14T07:20:51.8473844",
                                              "priceChangeType": 0,
                                              "operatorName": "sample string 10",
                                              "hostCampaign": true,
                                              "product": {
                                                "$ref": "21"
                                              },
                                              "campaignPlu": {
                                                "$ref": "58"
                                              }
                                            },
                                            {
                                              "$ref": "59"
                                            }
                                          ],
                                          "campaign": {
                                            "$id": "60",
                                            "id": 1,
                                            "storeID": 2,
                                            "name": "936c1e7d-579c-403f-b689-3527877a6636",
                                            "nameGuid": "936c1e7d-579c-403f-b689-3527877a6636",
                                            "description": "sample string 4",
                                            "showDiscounts": true,
                                            "showTotals": true,
                                            "onlyEvaluateOnSubtotal": true,
                                            "useDescription": true,
                                            "campaignType": 1,
                                            "startDate": "2025-06-14T07:20:51.8473844",
                                            "startTime": 1,
                                            "endDate": "2025-06-14T07:20:51.8473844",
                                            "endTime": 1,
                                            "recurrence": 1,
                                            "recurrenceType": 1,
                                            "monthType": 1,
                                            "weekDays": 1,
                                            "months": 1,
                                            "monthWeeks": 1,
                                            "monthDays": "sample string 7",
                                            "printed": true,
                                            "talkerText": "sample string 8",
                                            "rangeDescription": "sample string 9",
                                            "dealDescription": "sample string 10",
                                            "labelQuantity": 11,
                                            "active": 1,
                                            "deactivated": "2025-06-14T07:20:51.8473844",
                                            "system": true,
                                            "created": "2025-06-14T07:20:51.8473844",
                                            "updated": "2025-06-14T07:20:51.8473844",
                                            "priceChangeNotifiedUtc": "2025-06-14T07:20:51.8473844",
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 13",
                                            "hostIdentifier": "pOwVJ6ZTDEiG2UjVyZgTxg==",
                                            "hostIdentifierGuid": "2715eca4-53a6-480c-86d9-48d5c99813c6",
                                            "hostType": 14,
                                            "createdByUser": "sample string 15",
                                            "fromHost": true,
                                            "deleted": true,
                                            "campaignDeleted": "2025-06-14T07:20:51.8473844",
                                            "updatedByUser": "sample string 18",
                                            "offerID": 1,
                                            "isPriceChangeCampaign": true,
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "campaignPlus": [
                                              {
                                                "$ref": "58"
                                              },
                                              {
                                                "$ref": "58"
                                              }
                                            ],
                                            "campaignPools": [
                                              {
                                                "$id": "61",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "plu": 4,
                                                "pluG_UID": "8dBH6PRrHkauf8jUTLMcnA==",
                                                "pluGuid": "e847d0f1-6bf4-461e-ae7f-c8d44cb31c9c",
                                                "hostOfferID": 1,
                                                "priceGroupG_UID": "bdsCMjxQdEa9L24yQJiSog==",
                                                "priceGroupGuid": "3202db6d-503c-4674-bd2f-6e32409892a2",
                                                "fuelItem": true,
                                                "pluName": "sample string 6",
                                                "apn": "sample string 7",
                                                "pluActive": true,
                                                "cartonQty": 1,
                                                "baseUnits": 9.1,
                                                "cri": "sample string 10",
                                                "salesMode": 1,
                                                "pluaws": 11.0,
                                                "directNumber": "sample string 12",
                                                "departmentName": "sample string 13",
                                                "subDepartmentName": "sample string 14",
                                                "priceGroupName": "sample string 15",
                                                "supplierName": "sample string 16",
                                                "stockOnHand": 1.1,
                                                "stockOnOrder": 1.1,
                                                "lastReceived": "2025-06-14T07:20:51.8473844",
                                                "rrp": 17,
                                                "campaignDescription": "sample string 18",
                                                "product": {
                                                  "$ref": "21"
                                                },
                                                "campaign": {
                                                  "$ref": "60"
                                                }
                                              },
                                              {
                                                "$ref": "61"
                                              }
                                            ],
                                            "sellingRules": [
                                              {
                                                "$id": "62",
                                                "id": 1,
                                                "identifier": "4HzzAtfw7EW/HcIGGT1zpw==",
                                                "identifierStr": "4HzzAtfw7EW/HcIGGT1zpw==",
                                                "identifierGuid": "02f37ce0-f0d7-45ec-bf1d-c206193d73a7",
                                                "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": "60"
                                                }
                                              },
                                              {
                                                "$ref": "62"
                                              }
                                            ],
                                            "customers": [
                                              {
                                                "$id": "63",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "customerID": "E7Ev74yWVUiJzplQ2jkiJg==",
                                                "customerIDGuid": "ef2fb113-968c-4855-89ce-9950da392226",
                                                "campaign": {
                                                  "$ref": "60"
                                                },
                                                "customer": {
                                                  "$ref": "3"
                                                }
                                              },
                                              {
                                                "$ref": "63"
                                              }
                                            ],
                                            "customerGroups": [
                                              {
                                                "$id": "64",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupID": "krpY73ZoNEW6yKXd7Oc6dA==",
                                                "groupIDGuid": "ef58ba92-6876-4534-bac8-a5ddece73a74",
                                                "campaign": {
                                                  "$ref": "60"
                                                },
                                                "group": {
                                                  "$ref": "7"
                                                }
                                              },
                                              {
                                                "$ref": "64"
                                              }
                                            ],
                                            "signIqTickets": [
                                              {
                                                "$id": "65",
                                                "identifier": "UboVmDt8oUuYkUe/gpi3eQ==",
                                                "identifierGuid": "9815ba51-7c3b-4ba1-9891-47bf8298b779",
                                                "campaignName": "sample string 2",
                                                "message": "sample string 3",
                                                "ticketFileSource": "sample string 4",
                                                "ticketFileDestination": "sample string 5",
                                                "storeID": 1
                                              },
                                              {
                                                "$ref": "65"
                                              }
                                            ],
                                            "comboPriceGroups": [
                                              {
                                                "$id": "66",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "g_UID": "PRBgEGe7ckW+B8mnaEE1Jg==",
                                                "guid": "1060103d-bb67-4572-be07-c9a768413526",
                                                "description": "sample string 5",
                                                "newPrice": 1,
                                                "rangeDescription": "sample string 6",
                                                "dealDescription": "sample string 7",
                                                "labelQuantity": 8,
                                                "hostProductCategoryID": 1,
                                                "offerID": 1,
                                                "dontUpdatePricePlus": true,
                                                "campaign": {
                                                  "$ref": "60"
                                                },
                                                "comboPricePlus": [
                                                  {
                                                    "$id": "67",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupG_UID": "AKmBvEqo7kuOsZYrcLzyNg==",
                                                    "groupGuid": "bc81a900-a84a-4bee-8eb1-962b70bcf236",
                                                    "comboPriceType": 5,
                                                    "priceType": 5,
                                                    "pluG_UID": "ljQgKK79K0Gi5vtnEkA7AQ==",
                                                    "pluGuid": "28203496-fdae-412b-a2e6-fb6712403b01",
                                                    "priceGroupG_UID": "g07h7MAHHEy4onhDivciMw==",
                                                    "priceGroupGuid": "ece14e83-07c0-4c1c-b8a2-78438af72233",
                                                    "campaignPoolID": "sample string 7",
                                                    "quantity": 1,
                                                    "campaign": {
                                                      "$ref": "60"
                                                    },
                                                    "product": {
                                                      "$ref": "21"
                                                    },
                                                    "priceGroup": {
                                                      "$ref": "27"
                                                    },
                                                    "campaignPool": {
                                                      "$ref": "60"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "67"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "66"
                                              }
                                            ],
                                            "priceLevels": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "priceLevelIdentifier": "H43iANKHpE+/I3C7v5jQsw==",
                                                "priceLevelIdentifierGuid": "00e28d1f-87d2-4fa4-bf23-70bbbf98d0b3",
                                                "campaignName": "sample string 3",
                                                "priceLevelName": "sample string 4"
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          "product": {
                                            "$ref": "21"
                                          },
                                          "dealCost": {
                                            "$id": "69",
                                            "headerIdentifier": "cXKG4sepXEiXXxQhAau8Pw==",
                                            "headerIdentifierGuid": "e2867271-a9c7-485c-975f-142101abbc3f",
                                            "identifier": "oE8RYi8xf0u5oizfMFtHIg==",
                                            "identifierGuid": "62114fa0-312f-4b7f-b9a2-2cdf305b4722",
                                            "supplierIdentifier": "xdD6XpofzkeQN5cdQHHR/A==",
                                            "supplierGuid": "5efad0c5-1f9a-47ce-9037-971d4071d1fc",
                                            "pluG_UID": "qK3mvwFthEqZxQGwUl1WZA==",
                                            "pluGuid": "bfe6ada8-6d01-4a84-99c5-01b0525d5664",
                                            "campaignName": "2d42c06f-f5cd-4664-bddb-e0a0253213af",
                                            "description": "sample string 4",
                                            "cost": 5,
                                            "costDecimals": 6,
                                            "start": "2025-06-14T07:20:51.8473844",
                                            "end": "2025-06-14T07:20:51.8473844",
                                            "type": 9,
                                            "promoType": 10,
                                            "bonusItemPLUG_UID": "XaCXgPJFLU+/erO0PbdsAg==",
                                            "bonusItemPluGuid": "8097a05d-45f2-4f2d-bf7a-b3b43db76c02",
                                            "bonusPurchaseUnits": 11,
                                            "bonusReceiveUnits": 12,
                                            "updated": "2025-06-14T07:20:51.8473844",
                                            "metcashPromotionID": "sample string 14",
                                            "fromHost": 15,
                                            "storeNames": "sample string 16",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "supplierName": "sample string 17",
                                            "campaignDescription": "sample string 18",
                                            "newPrice": 1,
                                            "campaignMetcashPromotionID": "sample string 19",
                                            "campaignActive": true,
                                            "campaignStartDate": "2025-06-14T07:20:51.8473844",
                                            "campaignEndDate": "2025-06-14T07:20:51.8473844",
                                            "masterPLUG_UID": "cD4drFVKcEKc6JYDRGQteQ==",
                                            "masterID": "ac1d3e70-4a55-4270-9ce8-960344642d79",
                                            "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": "ZuEVmyymOECfr12L42sbLg==",
                                            "bonusMasterID": "9b15e166-a62c-4038-9faf-5d8be36b1b2e",
                                            "bonusProductName": "sample string 34",
                                            "bonusProductAPN": "sample string 35",
                                            "bonusOrderCode": "sample string 36",
                                            "bonusNormalSell": 37,
                                            "bonusNormalCost": 38,
                                            "bonusNormalCostDecimals": 39,
                                            "bonusCartonQuantity": 40,
                                            "bonusSalesMode": 41,
                                            "bonusOrderPacked": 42,
                                            "bonusFuelItem": true,
                                            "bonusActive": true
                                          }
                                        },
                                        "currentCostStart": "2025-06-14T07:20:51.8473844",
                                        "dealCosts": [
                                          {
                                            "$ref": "69"
                                          },
                                          {
                                            "$ref": "69"
                                          }
                                        ],
                                        "tags": [
                                          {
                                            "$id": "70",
                                            "pluG_UID": "y/TzyjmV40uAPNo1QIoAyQ==",
                                            "pluGuid": "caf3f4cb-9539-4be3-803c-da35408a00c9",
                                            "tagID": 1,
                                            "description": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "alternateProductG_UID": "Uk6qILaEg0eWqoRybxe/Jg==",
                                        "alternateProduct": "20aa4e52-84b6-4783-96aa-84726f17bf26",
                                        "productHostCode": {
                                          "$id": "71",
                                          "id": 1,
                                          "pluG_UID": "zcEcrnSL6EyFrmjtU4gVfg==",
                                          "pluGuid": "ae1cc1cd-8b74-4ce8-85ae-68ed5388157e",
                                          "ibaCode": "sample string 2"
                                        },
                                        "mscCat": {
                                          "$ref": "54"
                                        },
                                        "mscCom": {
                                          "$ref": "55"
                                        },
                                        "mscDep": {
                                          "$ref": "57"
                                        },
                                        "mscSubCom": {
                                          "$ref": "56"
                                        },
                                        "isUserUpdate": true,
                                        "ignoreMasterProduct": true,
                                        "priceGroupLabelRequested": true,
                                        "firstSold": "2025-06-14T07:20:51.8473844",
                                        "inventoryTracked": "2025-06-14T07:20:51.8473844",
                                        "isNormalPriceChangesCampaign": true
                                      },
                                      "supplier": {
                                        "$ref": "16"
                                      },
                                      "serviceFee": {
                                        "$id": "72",
                                        "id": 1,
                                        "description": "sample string 1",
                                        "fee": 1
                                      },
                                      "isPrimaryHost": true,
                                      "hostVendor": 46
                                    },
                                    {
                                      "$ref": "19"
                                    }
                                  ],
                                  "orderCycleHeaders": [
                                    {
                                      "$id": "73",
                                      "storeID": 1,
                                      "supplierIdentifier": "LQFFYi4jGkSi/CmsDyy5yw==",
                                      "supplierGuid": "6245012d-232e-441a-a2fc-29ac0f2cb9cb",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "storeName": "sample string 5",
                                      "departmentName": "sample string 6",
                                      "orderDays": 7
                                    },
                                    {
                                      "$ref": "73"
                                    }
                                  ],
                                  "cycles": [
                                    {
                                      "$id": "74",
                                      "storeID": 1,
                                      "supplierIdentifier": "JSmAw6Z/9Uy/LM7Nd7nzSw==",
                                      "supplierGuid": "c3802925-7fa6-4cf5-bf2c-cecd77b9f34b",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "cutOffWeek": 5,
                                      "cutOffDay": 6,
                                      "cutOffTime": "00:00:00.1234567",
                                      "leadTime": 7,
                                      "daysBuffer": 8,
                                      "supplierName": "sample string 9",
                                      "cutOffDate": "2025-06-14T07:20:51.8473844",
                                      "deliveryDate": "2025-06-14T07:20:51.8473844",
                                      "nextCutOffDate": "2025-06-14T07:20:51.8473844",
                                      "nextDeliveryDate": "2025-06-14T07:20:51.8473844",
                                      "nextDaysBuffer": 10
                                    },
                                    {
                                      "$ref": "74"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "12"
                                  },
                                  "updated": "2025-06-14T07:20:51.8473844",
                                  "isHost": true
                                },
                                "files": [
                                  {
                                    "$id": "75",
                                    "id": "sample string 1",
                                    "fileName": "sample string 2",
                                    "extension": "sample string 3",
                                    "provider": 0,
                                    "type": 0,
                                    "hostType": "sample string 4",
                                    "createdUtc": "2025-06-14T07:20:51.8473844",
                                    "processed": "2025-06-14T07:20:51.8473844",
                                    "isProcessing": true,
                                    "processedCount": 6,
                                    "processingTime": 1,
                                    "collectedUtc": "2025-06-14T07:20:51.8473844",
                                    "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": "15"
                                    },
                                    "metcashHeader": {
                                      "$id": "76",
                                      "customerNumber": "sample string 1",
                                      "creationDate": "2025-06-14T07:20:51.8473844",
                                      "businessPillar": "sample string 3",
                                      "fileType": "sample string 4"
                                    }
                                  },
                                  {
                                    "$ref": "75"
                                  }
                                ],
                                "zoneMatrix": [
                                  {
                                    "$id": "77",
                                    "id": 1,
                                    "hostIdentifier": "0Oz1AnZ/K0SsXmHETHpEzw==",
                                    "hostIdentifierGuid": "02f5ecd0-7f76-442b-ac5e-61c44c7a44cf",
                                    "storeID": 1,
                                    "departmentCode": "sample string 2",
                                    "hostGuids": [
                                      "d45d4606-cf91-47c4-856f-22f4820b971b",
                                      "44e1527a-5d26-4d86-a6f3-094455f0d203"
                                    ]
                                  },
                                  {
                                    "$ref": "77"
                                  }
                                ],
                                "hostFileStoreSetting": {
                                  "$ref": "14"
                                },
                                "hostStoreSettings": [
                                  {
                                    "$ref": "14"
                                  },
                                  {
                                    "$ref": "14"
                                  }
                                ],
                                "promotionPlacements": [
                                  {
                                    "$id": "78",
                                    "identifier": "Y7CmcAOYikmChbesCJtjCg==",
                                    "identifierGuid": "70a6b063-9803-498a-8285-b7ac089b630a",
                                    "code": "sample string 2",
                                    "description": "sample string 3",
                                    "isAdvertised": true
                                  },
                                  {
                                    "$ref": "78"
                                  }
                                ],
                                "promoTypeGuids": [
                                  "1724ab78-b1d4-4e2f-889d-d96f71982bf3",
                                  "c04e3c5b-e361-473a-be4c-a63f8342bcf2"
                                ],
                                "isPromotionOnly": false,
                                "isOrderable": false,
                                "vendor": 0
                              },
                              "groupIDs": [
                                1,
                                2
                              ],
                              "hostDescription": "sample string 24"
                            },
                            {
                              "$ref": "14"
                            }
                          ],
                          "accounts": [
                            {
                              "$id": "79",
                              "id": 1,
                              "storeID": 1,
                              "accountName": "sample string 2",
                              "bsb": "sample string 3",
                              "accountNumber": "sample string 4",
                              "accountDesignated": true
                            },
                            {
                              "$ref": "79"
                            }
                          ],
                          "sales": [
                            {
                              "$id": "80",
                              "id": 1,
                              "storeID": 1,
                              "externalSalesType": 2,
                              "ftpSiteID": 1,
                              "lastSaleProcessed": "2025-06-14T07:20:51.8473844",
                              "ftpSite": {
                                "$id": "81",
                                "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": "80"
                            }
                          ],
                          "zoneMatrix": [
                            {
                              "$ref": "77"
                            },
                            {
                              "$ref": "77"
                            }
                          ],
                          "cashManagements": [
                            {
                              "$id": "82",
                              "id": 1,
                              "storeID": 1,
                              "cashManagementType": 2,
                              "apiID": 1,
                              "organisationID": "sample string 3",
                              "siteName": "sample string 4",
                              "thirdPartyAPI": {
                                "$id": "83",
                                "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": "82"
                            }
                          ],
                          "updateStoreID": "e45ef5d6-eb1e-4fd3-a3dc-2f8b35841040",
                          "updateStore": {
                            "$id": "84",
                            "id": "9d987c92-f5ba-4ab4-901b-dcf66bdea459",
                            "name": "sample string 1",
                            "lastActivity": "2025-06-14T07:20:51.8473844",
                            "zone": "sample string 2",
                            "timeZoneOffset": 0.0,
                            "businessHoursStart": "00:00:00.1234567",
                            "businessHoursEnd": "00:00:00.1234567",
                            "master": true,
                            "lastIP": "sample string 10",
                            "lastHostName": "sample string 11",
                            "ping": 1,
                            "pingStatus": "sample string 12",
                            "lastUpdateCompleted": "2025-06-14T07:20:51.8473844"
                          },
                          "timeZoneId": "sample string 53",
                          "securityOptions": {
                            "$id": "85",
                            "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": "11"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "3"
                  },
                  "communityOrganisation": {
                    "$id": "86",
                    "id": 1,
                    "identifier": "D3q+XD4EQ0Of8D1tMi51IQ==",
                    "identifierGuid": "5cbe7a0f-043e-4343-9ff0-3d6d322e7521",
                    "name": "sample string 3",
                    "lookupIdentifier": "sample string 4",
                    "externalID": "sample string 5",
                    "phone": "sample string 6",
                    "fax": "sample string 7",
                    "email": "sample string 8",
                    "address1": "sample string 9",
                    "address2": "sample string 10",
                    "city": "sample string 11",
                    "postCode": "sample string 12",
                    "state": "sample string 13",
                    "country": "sample string 14",
                    "totalAmountAwarded": 15.1,
                    "updated": "2025-06-14T07:20:51.8473844",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "87",
                      "saleItemID": 1,
                      "identifier": "V5tktf/4B06H0sVsBOWomQ==",
                      "identifierGuid": "b5649b57-f8ff-4e07-87d2-c56c04e5a899",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "EsBWXh4JSkCsqFBkJXu4xg==",
                      "pluGuid": "5e56c012-091e-404a-aca8-5064257bb8c6",
                      "accountID": "mAcAcx8DVE+6zBhoCKmAig==",
                      "accountIDGuid": "73000798-031f-4f54-bacc-186808a9808a",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 8,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "offline": true,
                      "barcode": "sample string 9",
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 10",
                      "bestOrExpire": "2025-06-14T07:20:51.8473844",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "XKNHb2w3pUCK3nV7wM8EfA==",
                      "refundGuid": "6f47a35c-376c-40a5-8ade-757bc0cf047c",
                      "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": "aU+xFpMmP06FkptzDqcLcg==",
                      "idempotentVoidGuid": "16b14f69-2693-4e3f-8592-9b730ea70b72",
                      "priceLevelIdentifier": "OXqM+eAD+kizeQFQxqrRPQ==",
                      "priceLevelIdentifierGuid": "f98c7a39-03e0-48fa-b379-0150c6aad13d",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "88",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2025-06-14T07:20:51.8473844",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "88"
                        }
                      ],
                      "refund": {
                        "$id": "89",
                        "id": 1,
                        "g_UID": "j8eWLFogvUW3D9EL3aS+lw==",
                        "guid": "2c96c78f-205a-45bd-b70f-d10bdda4be97",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2025-06-14T07:20:51.8473844"
                      },
                      "modifier": {
                        "$id": "90",
                        "id": 1,
                        "setG_UID": "uh6X044JfESuJaAJ0tTVQQ==",
                        "modifierSetGuid": "d3971eba-098e-447c-ae25-a009d2d4d541",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "94KsdignpEKWBfrMYMYD/g==",
                        "pluGuid": "76ac82f7-2728-42a4-9605-facc60c603fe",
                        "deleted": true,
                        "g_UID": "zFpjsAUx3kK2FDYe5e4wJA==",
                        "guid": "b0635acc-3105-42de-b614-361ee5ee3024",
                        "product": {
                          "$ref": "21"
                        }
                      },
                      "priceLevelName": "sample string 25",
                      "pumpNumber": 1,
                      "hoseNumber": 1
                    },
                    {
                      "$ref": "87"
                    }
                  ],
                  "eftReceipts": [
                    {
                      "$id": "91",
                      "id": 1,
                      "storeID": 1,
                      "saleHeaderID": 2,
                      "storeSaleHeader": {
                        "$ref": "9"
                      },
                      "receipt": "sample string 3",
                      "processed": 1
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "payments": [
                    {
                      "$ref": "8"
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "cards": [
                    {
                      "$id": "92",
                      "id": 1,
                      "saleHeaderID": 1,
                      "identifier": "sample string 2",
                      "cardType": 3,
                      "providerName": "sample string 4"
                    },
                    {
                      "$ref": "92"
                    }
                  ],
                  "campaignHits": [
                    {
                      "$id": "93",
                      "id": 1,
                      "saleHeaderID": 2,
                      "campaign": "sample string 3",
                      "name": "sample string 4",
                      "processed": 1,
                      "campaignDescription": "sample string 5"
                    },
                    {
                      "$ref": "93"
                    }
                  ],
                  "fuel": [
                    {
                      "$id": "94",
                      "id": 1,
                      "plu": 1,
                      "pluG_UID": "RtnRSVfKIkOYXz2AwyPtUQ==",
                      "pluGuid": "49d1d946-ca57-4322-985f-3d80c323ed51",
                      "saleHeaderID": 2,
                      "totalCents": 3,
                      "grade": 1,
                      "gradeDescription": "sample string 4",
                      "dispenser": 1,
                      "hose": 1,
                      "quantity": 1,
                      "cost": 1,
                      "acquirerNum": 1,
                      "attendant": 1,
                      "ePurseBalance": 1.0,
                      "cardSignature": "sample string 5",
                      "compartmentNumber": 1,
                      "contractNumber": 1,
                      "discountCardPAN": "sample string 6",
                      "discountID": 1,
                      "discountName": "sample string 7",
                      "discountNetValue": 1.0,
                      "discountType": 1,
                      "discountValue": 1.0,
                      "discretionaryData": "sample string 8",
                      "driverID": "sample string 9",
                      "eftBatchNumber": 1,
                      "eftResponseCode": "sample string 10",
                      "endDateTime": "2025-06-14T07:20:51.8473844",
                      "engineHours": 1.1,
                      "fposNumber": 1,
                      "loyaltyCardPAN": "sample string 11",
                      "miscData1": 1,
                      "miscData2": "sample string 12",
                      "miscFlags": 1,
                      "mop": 1,
                      "odometer": 1,
                      "panNumber": "sample string 13",
                      "saleRefund": true,
                      "saleStatus": 1,
                      "sequenceNumber": 1,
                      "stan": 1,
                      "startDateTime": "2025-06-14T07:20:51.8473844",
                      "tagNumber": "sample string 15",
                      "trackTwoRem": "sample string 16",
                      "transCode": 1,
                      "transType": 1,
                      "unitPrice": 1.0,
                      "vehicleReg": "sample string 17",
                      "offline": true,
                      "processed": 1
                    },
                    {
                      "$ref": "94"
                    }
                  ],
                  "fuelResells": [
                    {
                      "$id": "95",
                      "saleItemID": 1,
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "trO4R/NVfkOdI6vxHdsihA==",
                      "pluGuid": "47b8b3b6-55f3-437e-9d23-abf11ddb2284",
                      "accountID": "RnAP/8F9LEqV7mdqLw6ecg==",
                      "accountIDGuid": "ff0f7046-7dc1-4a2c-95ee-676a2f0e9e72",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "processed": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 1,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "barcode": "sample string 8",
                      "offline": 1,
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 9",
                      "bestOrExpire": "2025-06-14T07:20:51.8473844",
                      "bestOrExpireType": 1,
                      "refundG_UID": "SiX7jcpwjk2QtuhvitO27A==",
                      "refundGuid": "8dfb254a-70ca-4d8e-90b6-e86f8ad3b6ec",
                      "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": "95"
                    }
                  ],
                  "customerOrder": [
                    {
                      "$id": "96",
                      "identifier": "wQdq0iabNEWHqyx3gIT4mg==",
                      "identifierGuid": "d26a07c1-9b26-4534-87ab-2c778084f89a",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "a1wi1z0bFEK8+EjuGajdyQ==",
                      "customerIdentifierGuid": "d7225c6b-1b3d-4214-bcf8-48ee19a8ddc9",
                      "operatorNo": 1,
                      "operatorG_UID": "WTkWiNVTyU2F5+M5q41EBg==",
                      "operatorGuid": "88163959-53d5-4dc9-85e7-e339ab8d4406",
                      "created": "2025-06-14T07:20:51.8473844",
                      "ordered": "2025-06-14T07:20:51.8473844",
                      "started": "2025-06-14T07:20:51.8473844",
                      "completed": "2025-06-14T07:20:51.8473844",
                      "supplied": "2025-06-14T07:20:51.8473844",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "3"
                      },
                      "operator": {
                        "$ref": "10"
                      },
                      "details": [
                        {
                          "$id": "97",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "6GrYkLi0B02mQvUctCobSA==",
                          "pluGuid": "90d86ae8-b4b8-4d07-a642-f51cb42a1b48",
                          "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": "n69HXwfn8kuGxyFURJNlew==",
                          "headerIdentifierGuid": "5f47af9f-e707-4bf2-86c7-21544493657b",
                          "product": {
                            "$ref": "21"
                          }
                        },
                        {
                          "$ref": "97"
                        }
                      ],
                      "storeName": "sample string 11",
                      "customerName": "sample string 12",
                      "storeReplyTo": "sample string 13",
                      "storeSubjectLine": "sample string 14",
                      "storeSaleHeader": {
                        "$ref": "9"
                      }
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "surveyResponses": [
                    {
                      "$id": "98",
                      "surveyG_UID": "wudLFqFaQEmIjI9la4xrBw==",
                      "surveyGuid": "164be7c2-5aa1-4940-888c-8f656b8c6b07",
                      "saleHeaderGuid": "8+JvB5EuMUq3/9OD9q9ufQ==",
                      "saleGuid": "076fe2f3-2e91-4a31-b7ff-d383f6af6e7d",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "QCSpOac5k0qA1141GYLGTg==",
                      "guidResponse": "39a92440-39a7-4a93-80d7-5e351982c64e",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2025-06-14T07:20:51.8473844",
                      "sale": {
                        "$ref": "9"
                      },
                      "survey": {
                        "$id": "99",
                        "g_UID": "aaGzidNtlUKyPD+qvaJqcA==",
                        "guid": "89b3a169-6dd3-4295-b23c-3faabda26a70",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "J13osHyOqk+Da+1SKpHbCw==",
                        "checkoutFormGuid": "b0e85d27-8e7c-4faa-836b-ed522a91db0b",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2025-06-14T07:20:51.8473844",
                        "end": "2025-06-14T07:20:51.8473844",
                        "deleted": true,
                        "updated": "2025-06-14T07:20:51.8473844",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "d7287d3f-7cea-4556-8e4d-c6bee367b7ba",
                          "73c24dc2-ed8f-4cf4-948a-75cb9217cb13"
                        ],
                        "allowsAllTextResponses": true,
                        "surveyForm": {
                          "$ref": "39"
                        }
                      },
                      "ingressId": "sample string 4"
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "storeName": "sample string 38",
                  "machineName": "sample string 39",
                  "operatorName": "sample string 40",
                  "direction": 1,
                  "reason": "sample string 41",
                  "accountG_UID": "FK7NYonBlEW8O3Q1KmpU0Q==",
                  "accountIdentifier": "62cdae14-c189-4594-bc3b-74352a6a54d1",
                  "accountName": "sample string 42",
                  "customerOrderIdentifier": "QUE9kJH1+EC8/HnWQCLOwA==",
                  "customerOrderIdentifierGuid": "903d4141-f591-40f8-bcfc-79d64022cec0",
                  "priceLevelName": "sample string 43",
                  "revision": 44,
                  "ingressId": "sample string 45"
                },
                "metadata": {
                  "$id": "100",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "Byg9MeyicEmAO6ZQYtu1og==",
                  "paymentIdentifierGuid": "313d2807-a2ec-4970-803b-a65062dbb5a2",
                  "identifier": "HQs1FbIuBkSab6ZYIRg6IA==",
                  "identifierGuid": "15350b1d-2eb2-4406-9a6f-a65821183a20",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "mPlllMpnAESASEmiNO5Aog==",
                  "itemIdentifierGuid": "9465f998-67ca-4400-8048-49a234ee40a2"
                }
              },
              {
                "$ref": "8"
              }
            ]
          },
          {
            "$ref": "4"
          }
        ],
        "customerGroupMembers": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "customerGroups": [
          {
            "$ref": "7"
          },
          {
            "$ref": "7"
          }
        ],
        "accounts": [
          {
            "$ref": "5"
          },
          {
            "$ref": "5"
          }
        ],
        "account": {
          "$ref": "5"
        },
        "vouchers": [
          {
            "$id": "101",
            "customerIdentifier": "8LiVJBJVSEa/8ahIaNhOUQ==",
            "customerIdentifierGuid": "2495b8f0-5512-4648-bff1-a84868d84e51",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "eqgiLoqiq02IcVUBjPC9CA==",
            "idempotentGuid": "2e22a87a-a28a-4dab-8871-55018cf0bd08",
            "offline": true,
            "voucher": {
              "$id": "102",
              "id": 1,
              "name": "sample string 2",
              "description": "sample string 3",
              "shortDescription": "sample string 4",
              "url": "sample string 5",
              "barcodeTemplateID": 1,
              "expiry": 0,
              "voucherType": 6,
              "limitPerTransaction": 7,
              "customerTracking": true,
              "discountAccount": "sample string 9",
              "endDate": "2025-06-14T07:20:51.8473844",
              "barcodeTemplate": {
                "$id": "103",
                "templateID": 1,
                "template": "sample string 1",
                "bcFunction": "sample string 2",
                "sortOrder": 3
              },
              "scaleLabel": {
                "$id": "104",
                "id": 1,
                "uid": "sample string 2",
                "name": "sample string 3",
                "width": 1.1,
                "height": 1.1,
                "showBorder": true,
                "borderWidth": 1.1,
                "borderStyle": 1,
                "borderColour": "sample string 5",
                "updated": "2025-06-14T07:20:51.8473844",
                "labelPageLayout": "21VSr+b2e0WaIxGXODHCRA==",
                "pageLayoutGuid": "af5255db-f6e6-457b-9a23-11973831c244",
                "labelType": 6,
                "oldName": "sample string 7",
                "voucher": {
                  "$ref": "102"
                },
                "elements": [
                  {
                    "$id": "105",
                    "id": 1,
                    "scaleLabelID": 2,
                    "showPercentDI": true,
                    "showAvgPerHundred": true,
                    "showAvgPerServe": true,
                    "name": "sample string 6",
                    "x": 1.1,
                    "y": 1.1,
                    "width": 1.1,
                    "height": 1.1,
                    "type": 1,
                    "rotation": 1,
                    "text": "sample string 7",
                    "fontFamily": "sample string 8",
                    "align": 1,
                    "bold": true,
                    "italic": true,
                    "underline": true,
                    "strikeout": true,
                    "reverse": true,
                    "textColour": "sample string 9",
                    "fontSize": 1.1,
                    "picture": "QEA=",
                    "borderWidth": 10,
                    "sortOrder": 11,
                    "printOptions": 12,
                    "superScriptTextFontSize": 1.1,
                    "lineStyle": 1,
                    "spacingStyle": 1,
                    "interCharacterSpacing": 1.1,
                    "superScriptOffset": 1.1,
                    "lineSpacing": 1.1,
                    "dateFormat": "sample string 13",
                    "autoGrow": true,
                    "fontAutoResize": true,
                    "updated": "2025-06-14T07:20:51.8473844"
                  },
                  {
                    "$ref": "105"
                  }
                ]
              },
              "customerVouchers": [
                {
                  "$id": "106",
                  "id": 1,
                  "customerIdentifier": "WzIHxw3PIEas+OlkFDCqkA==",
                  "customerIdentifierGuid": "c707325b-cf0d-4620-acf8-e9641430aa90",
                  "voucherID": 3,
                  "voucherName": "sample string 4",
                  "storeID": 1,
                  "barcode": "sample string 5",
                  "dateOfIssue": "2025-06-14T07:20:51.8473844",
                  "issuedSaleHeaderID": 1,
                  "issuedSaleIdentifier": "sample string 7",
                  "issuedOfflinePaymentID": 1,
                  "issuedIdempotentID": "4T4AXHQM6UmGbmrFUk9s9Q==",
                  "issuedIdempotentGuid": "5c003ee1-0c74-49e9-866e-6ac5524f6cf5",
                  "issuedOffline": true,
                  "issuedUser": "sample string 9",
                  "issuedNotes": "sample string 10",
                  "expiryDate": "2025-06-14T07:20:51.8473844",
                  "expiredUser": "sample string 11",
                  "expiredNotes": "sample string 12",
                  "redeemed": "2025-06-14T07:20:51.8473844",
                  "redeemedSaleHeaderID": 1,
                  "redeemedSaleIdentifier": "sample string 13",
                  "redeemedOfflinePaymentID": 1,
                  "redeemedIdempotentID": "BtJ+NmZAFEG5Z/5UQv7R3A==",
                  "redeemedIdempotentGuid": "367ed206-4066-4114-b967-fe5442fed1dc",
                  "redeemedUser": "sample string 14",
                  "redeemedNotes": "sample string 15",
                  "redeemedOffline": true,
                  "updated": "2025-06-14T07:20:51.8473844",
                  "storeName": "sample string 17",
                  "scaleLabel": {
                    "$ref": "104"
                  },
                  "voucher": {
                    "$ref": "102"
                  },
                  "customer": {
                    "$ref": "3"
                  },
                  "issuedOfflinePayment": {
                    "$ref": "8"
                  },
                  "redeemedOfflinePayment": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "106"
                }
              ]
            },
            "customer": {
              "$ref": "3"
            }
          },
          {
            "$ref": "101"
          }
        ]
      },
      "group": {
        "$ref": "7"
      },
      "customerCard": {
        "$ref": "4"
      }
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�:�Z�my�5xl/workbook.xml �(�����0D�&�C�� #N\�z𾔭4Ж�5���H�yۙ�};�l��3���+lE{蓼1�{T�NfBv�X>H�bFɱ1��P{vN��Y�K�]/'GW�?,7Y����^�+J�Դ>)�fO���2[��$l
��Ta�ETD�Š6���ܻ����B��!\;��nY�\�,,6�+����PK�:�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�:�Z}ց''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rf27c598a4350454e" /></Relationships>PK�:�Z=��xl/worksheets/sheet1.xml �(���KO�0��Jӽ���c&�Qg��θ�u�24R:i;�?�R�x�@�y�ӷ�!�|�-8rm��rH�JU�n�Ã�/RxYd��/����wf�s�X�_#dʆKf�睫�JKfݧ�!Uע�U$�,�'H�Y��i�����oz����d;��Lt��*���u��zK!@E��G�{�i
��<+�2|�U9ĞE��o~�A�kvh���s�k�R�R��?��� ��տ{Q�&�4�'8�\��Y��X%��2y�2�t���q���F1IL����g�;�a�h�?z��ųGH@B�F�v����Ʊ�o�eE�U�/�����-��7l��X�w"��9%n�=%6K"<%�K"�	�b���Gv�p�/ٗD�%�;q�\�oj��1)�4���J\�*e��w2���PK�:�Z�m���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�N�|P�n�t[z㌓���n�gc���V���X��j4��'�|���o�D���hM<c@�(ۍ�o��C
��z��q���I\1��!��R�����&v�u�1u=]�:�i�XI]ʀ[&9\��j=*|��4�	��uG?  �z-��<��E*�]��^kYu�i��	^p �nj>\&�^�y"��*��㪮
����� v���K�Ni9QkD-WJ�fL4\]���_l�PK�:�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�:�Z���0��xl/sharedStrings.xml �(�m��N�0D��;�%�!*��ᄐ0ɒX��ƻA���UH)Ǚ��[M���N|@"��UH؇��X�����F
b��q���ۺ$b��H������O�
�s��7�e5�f�	��ӗEq���(Ef�J^K1�}��9��u�u�D(5ץ>�_�������k�3��nظ�:if��!�S�c��d!����#��d{u��e����A3BRm��ڵ�:�&�������7PK-�:�Z�my�5xl/workbook.xmlPK-�:�Z����	�[Content_Types].xmlPK-
�:�Z}ց''V_rels/.relsPK-�:�Z=���xl/worksheets/sheet1.xmlPK-�:�Z�m���P�xl/_rels/workbook.xml.relsPK-�:�ZЃc'2E
�xl/styles.xmlPK-�:�Z���0��lxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�:�Z#�m��5xl/workbook.xml �(�����0��&�C��Hp��Ճ��l������Ƿ@ ��mgv��)G����=�����W����ѡ�p�M�I�5�$��Y)��Ɗ�FY�e'�q���	�r�.�X�y�6t�QJ�2���)�f�c�e2ֺ�I�b��r�m�"4V����έ��_�4�%��S��%��6�{��l�]PK�:�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�:�Z���,''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rbf5f9d8885694b6e" /></Relationships>PK�:�Z=��xl/worksheets/sheet1.xml �(���KO�0��Jӽ���c&�Qg��θ�u�24R:i;�?�R�x�@�y�ӷ�!�|�-8rm��rH�JU�n�Ã�/RxYd��/����wf�s�X�_#dʆKf�睫�JKfݧ�!Uע�U$�,�'H�Y��i�����oz����d;��Lt��*���u��zK!@E��G�{�i
��<+�2|�U9ĞE��o~�A�kvh���s�k�R�R��?��� ��տ{Q�&�4�'8�\��Y��X%��2y�2�t���q���F1IL����g�;�a�h�?z��ųGH@B�F�v����Ʊ�o�eE�U�/�����-��7l��X�w"��9%n�=%6K"<%�K"�	�b���Gv�p�/ٗD�%�;q�\�oj��1)�4���J\�*e��w2���PK�:�ZS[���Pxl/_rels/workbook.xml.rels �(���An�0E�by�81D`�M���q�ؑm�r�.z�^��J�Xt�ʚ?����?��ۏ�go�C�l͋,�,:�٦�h�J�ݬw�CL7Bۍ��'6Լ�q\	��B�F��c� ��7b<BCB��B�)��2��<��Θ���i �Ż���E����5����E������,�*%*�t_<L-�sO���[Od�@9+���+5+�2-xүѧMO���DMj�S�t	X�9ʋ����PK�:�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�:�Z���0��xl/sharedStrings.xml �(�m��N�0D��;�%�!*��ᄐ0ɒX��ƻA���UH)Ǚ��[M���N|@"��UH؇��X�����F
b��q���ۺ$b��H������O�
�s��7�e5�f�	��ӗEq���(Ef�J^K1�}��9��u�u�D(5ץ>�_�������k�3��nظ�:if��!�S�c��d!����#��d{u��e����A3BRm��ڵ�:�&�������7PK-�:�Z#�m��5xl/workbook.xmlPK-�:�Z����	�[Content_Types].xmlPK-
�:�Z���,''V_rels/.relsPK-�:�Z=���xl/worksheets/sheet1.xmlPK-�:�ZS[���P�xl/_rels/workbook.xml.relsPK-�:�ZЃc'2E
�xl/styles.xmlPK-�:�Z���0��lxl/sharedStrings.xmlPK��