POST api/account/{id}/members

Add a customer to the account customer group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Account Identifier for account to find group for

globally unique identifier

Required

Body Parameters

Customer Member to add

CustomerGroupMember
NameDescriptionTypeAdditional information
ID

Incremental ID

integer

None.

GroupID

Collection of byte

None.

GroupIDGuid

globally unique identifier

None.

CustomerID

Collection of byte

None.

CustomerIDGuid

globally unique identifier

None.

Card

string

Required

String length: inclusive between 0 and 40

LinkedAccount

Collection of byte

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

LinkedAccountGuid

globally unique identifier

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

Customer

Customer

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

Group

CustomerGroup

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

CustomerCard

CustomerCard

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

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "groupID": "Frb8d5FTTUmNcLtHdflMng==",
  "groupIDGuid": "77fcb616-5391-494d-8d70-bb4775f94c9e",
  "customerID": "QI4Ax10BkESzkuPU34NAJQ==",
  "customerIDGuid": "c7008e40-015d-4490-b392-e3d4df834025",
  "card": "sample string 4",
  "linkedAccount": "B33ZQPjNyU6eIVwV5gMGWg==",
  "linkedAccountGuid": "40d97d07-cdf8-4ec9-9e21-5c15e603065a",
  "customer": {
    "$id": "2",
    "identifier": "EUWWxyiSS0mtYwcEJ3DWYQ==",
    "identifierGuid": "c7964511-9228-494b-ad63-07042770d661",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2026-04-03T06:18:54.7133552",
    "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": "trTs+0bV506K3HFbmWl43g==",
    "communityIdentifierGuid": "fbecb4b6-d546-4ee7-8adc-715b996978de",
    "joined": "2026-04-03T06:18:54.7133552",
    "updated": "2026-04-03T06:18:54.7133552",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "e1r9fuEkAEKTnq4jZcyQEQ==",
    "priceLevelIdentifierGuid": "7efd5a7b-24e1-4200-939e-ae2365cc9011",
    "marketingID": "sample string 18",
    "receiptPrintOptions": 1,
    "hidden": true,
    "registered": true,
    "registeredOn": "2026-04-03T06:18:54.7133552",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "3",
        "cardType": 2,
        "issueDate": "2026-04-03T06:18:54.7133552",
        "expiry": "2026-04-03T06:18:54.7133552",
        "customerID": "7csKoIl3Lku/QAUK7NYVKw==",
        "customerIDGuid": "a00acbed-7789-4b2e-bf40-050aecd6152b",
        "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": "2026-04-03T06:18:54.7133552",
        "linkedAccount": "0hzidTjY0UylS3eUeKc8zg==",
        "linkedAccountGuid": "75e21cd2-d838-4cd1-a54b-779478a73cce",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "2"
        },
        "account": {
          "$id": "4",
          "id": 1,
          "identifier": "ok7iJBJw2UGMrW0VPxKYTQ==",
          "identifierGuid": "24e24ea2-7012-41d9-8cad-6d153f12984d",
          "referenceNo": "sample string 3",
          "name": "sample string 4",
          "created": "2026-04-03T06:18:54.7133552",
          "owner": "IfBkgNgP9kOGIdXCPi2XXw==",
          "ownerGuid": "8064f021-0fd8-43f6-8621-d5c23e2d975f",
          "accountStoreGroupIdentifier": "bo5NjWV26E+uRHC6xHLbHQ==",
          "accountStoreGroupGuid": "8d4d8e6e-7665-4fe8-ae44-70bac472db1d",
          "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": "2026-04-03T06:18:54.7133552",
          "active": true,
          "updated": "2026-04-03T06:18:54.7133552",
          "deleted": true,
          "deletedUser": "sample string 16",
          "currentBalanceChanged": true,
          "maximumLimitChanged": true,
          "loyaltyPointsChanged": true,
          "projectedBalance": 17,
          "accountStoreGroupStoreIDs": [
            1,
            2
          ],
          "customerEmail": "sample string 18",
          "ownerCustomer": {
            "$ref": "2"
          },
          "card": {
            "$ref": "3"
          },
          "members": {
            "$id": "5",
            "sample string 1": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "sample string 2": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ]
          },
          "customerGroups": [
            {
              "$id": "6",
              "identifier": "UVaqH7Skg0abocpeH686Zw==",
              "identifierGuid": "1faa5651-a4b4-4683-9ba1-ca5e1faf3a67",
              "name": "sample string 2",
              "primaryContact": "ZZqanIAL3E65ASH7YP0L6w==",
              "primaryContactGuid": "9c9a9a65-0b80-4edc-b901-21fb60fd0beb",
              "accountID": "rXwX2uMWQkOxuOAPaXWRQg==",
              "accountIDGuid": "da177cad-16e3-4342-b1b8-e00f69759142",
              "special": true,
              "updated": "2026-04-03T06:18:54.7133552",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "0T95ac4pbEGiCITRXqBUNA==",
              "priceLevelIdentifierGuid": "69793fd1-29ce-416c-a208-84d15ea05434",
              "marketingListID": "sample string 7",
              "deleted": true,
              "account": {
                "$ref": "4"
              },
              "primaryContactCustomer": {
                "$ref": "2"
              },
              "customerGroupMembers": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ]
            },
            {
              "$ref": "6"
            }
          ]
        },
        "payments": [
          {
            "$id": "7",
            "id": 1,
            "identifier": "VYlWMigRBUys1S/HHvVGeQ==",
            "identifierGuid": "32568955-1128-4c05-acd5-2fc71ef54679",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "tF5ewQjpHki1PNgWFccfaA==",
            "accountIDGuid": "c15e5eb4-e908-481e-b53c-d81615c71f68",
            "customerAccount": {
              "$ref": "4"
            },
            "customerCard": {
              "$ref": "3"
            },
            "accountType": 1,
            "cardName": "sample string 8",
            "authorisationNumber": "sample string 9",
            "bankReference": "sample string 10",
            "merchantID": "sample string 11",
            "terminalID": "sample string 12",
            "cardNumber": "sample string 13",
            "paymentDate": "2026-04-03T06:18:54.7133552",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "eKtaj8KxvUiNo5Uqu0at0g==",
            "idempotentVoidGuid": "8f5aab78-b1c2-48bd-8da3-952abb46add2",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "8",
              "saleHeaderID": 1,
              "saleHeaderGuid": "mu4yKSWcFEqiEqWMzOIIBg==",
              "saleHeaderIdentifierGuid": "2932ee9a-9c25-4a14-a212-a58ccce20806",
              "created": "2026-04-03T06:18:54.7133552",
              "createdLocal": "2026-04-03T06:18:54.7133552",
              "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": "2026-04-03T06:18:54.7133552",
              "storeID": 1,
              "operatorG_Uid": "YH5+Htd78U6qBWCtXReubQ==",
              "operatorGuid": "1e7e7e60-7bd7-4ef1-aa05-60ad5d17ae6d",
              "customerG_Uid": "FO7mtwPVT0WAv44ncEhVUA==",
              "customerGuid": "b7e6ee14-d503-454f-80bf-8e2770485550",
              "communityIdentifier": "S6/pao4NYU2fCiws+B5+VQ==",
              "communityIdentifierGuid": "6ae9af4b-0d8e-4d61-9f0a-2c2cf81e7e55",
              "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": "QVlM/LrCoUaLXfSASZqKuQ==",
              "priceLevelIdentifierGuid": "fc4c5941-c2ba-46a1-8b5d-f480499a8ab9",
              "locked": 36,
              "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:18:54.7133552+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
              "deserialisedOrderMetadata": {
                "$id": "9",
                "customerName": "sample string 1",
                "pickupAt": "2026-04-03T06:18:54.7133552",
                "deliveryAddress1": "sample string 2",
                "deliveryAddress2": "sample string 3",
                "customerPhoneNumber": "sample string 4",
                "orderType": 0,
                "externalOrderID": "sample string 5",
                "externalDisplayableOrderID": "sample string 6",
                "tableName": "sample string 7",
                "createdBy": 0,
                "orderingAppName": "sample string 8"
              },
              "relationChecksum": "sample string 38",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "10",
                "id": 1,
                "g_Uid": "cZOjH6nmlkmtuSCULECEZQ==",
                "guid": "1fa39371-e6a9-4996-adb9-20942c408465",
                "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": "2026-04-03T06:18:54.7133552",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2026-04-03T06:18:54.7133552",
                "endShift": "2026-04-03T06:18:54.7133552",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "11",
                    "operatorG_UID": "t+lK0b3oa0qZWWR9GQFA5A==",
                    "operatorGuid": "d14ae9b7-e8bd-4a6b-9959-647d190140e4",
                    "storeID": 2,
                    "operator": {
                      "$ref": "10"
                    },
                    "store": {
                      "$id": "12",
                      "id": 1,
                      "isMaster": true,
                      "isElectedMaster": true,
                      "electedMasterStoreID": 1,
                      "isZoneMaster": 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": "2026-04-03T06:18:54.7133552",
                      "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": "gBDokvOv2EiwlkFKI4OgeQ==",
                      "hostIdentifierGuid": "92e81080-aff3-48d8-b096-414a2383a079",
                      "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,
                      "defaultOrderDocumentId": 1,
                      "defaultStockReceiveDocumentId": 1,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2026-04-03T06:18:54.7133552",
                      "priceZone": {
                        "$id": "13",
                        "id": 1,
                        "name": "sample string 2",
                        "hostIdentifier": "59Hdg+xeCkm/UMqJZmisew==",
                        "hostIdentifierGuid": "83ddd1e7-5eec-490a-bf50-ca896668ac7b",
                        "sortOrder": 3,
                        "zoneMasterStoreID": 1,
                        "electedMasterStoreID": 1,
                        "containsElectedMasterStore": true
                      },
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "14",
                        "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"
                      },
                      "billingAddressCopied": true,
                      "billingAddress": {
                        "$ref": "14"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "15",
                          "id": 1,
                          "hostIdentifier": "ScwSsnGnQUqBN2seScvLkw==",
                          "hostIdentifierGuid": "b212cc49-a771-4a41-8137-6b1e49cbcb93",
                          "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,
                          "secondPassword": "sample string 23",
                          "secondPasswordPlain": "sample string 24",
                          "secondServerAddress": "sample string 25",
                          "processPromotions": true,
                          "hostProvider": 0,
                          "host": {
                            "$id": "16",
                            "identifier": "NVjEXTeeoUqSAx8GPHGD2A==",
                            "identifierGuid": "5dc45835-9e37-4aa1-9203-1f063c7183d8",
                            "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": "5wFNeu468EGiPObqOnySiA==",
                            "hostSupplierIdentifierGuid": "7a4d01e7-3aee-41f0-a23c-e6ea3a7c9288",
                            "loyaltyPriceLevelIdentifier": "M5lkEV3McEeVp65nrsbvUA==",
                            "loyaltyPriceLevelIdentifierGuid": "11649933-cc5d-4770-95a7-ae67aec6ef50",
                            "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": "2026-04-03T06:18:54.7133552",
                            "lastProcessed": "2026-04-03T06:18:54.7133552",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "17",
                              "identifier": "xUnCtcjr8E2tB/dkFzDqQw==",
                              "identifierGuid": "b5c249c5-ebc8-4df0-ad07-f7641730ea43",
                              "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": "BxzOWweKIkG8OWDK2opuyg==",
                              "primaryContactID": "5bce1c07-8a07-4122-bc39-60cada8a6eca",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "2tMSgflAZ0+T1jv+94NJ7w==",
                              "supplierGroupGuid": "8112d3da-40f9-4f67-93d6-3bfef78349ef",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2026-04-03T06:18:54.7133552",
                              "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": "18",
                                "id": "784e6619-b151-4b1c-bb57-0cb13fd24ef9",
                                "identifier": "cXx3XBrSbEapgKtDRPwqqw==",
                                "identifierGuid": "5c777c71-d21a-466c-a980-ab4344fc2aab",
                                "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": "19",
                                  "supplierIdentifier": "BrzPEHbdEEqiwuK7E92cPw==",
                                  "supplierIdentifierGuid": "10cfbc06-dd76-4a10-a2c2-e2bb13dd9c3f",
                                  "contactGuid": "P9PO8AWpkECVQHNBM92how==",
                                  "contactID": "f0ced33f-a905-4090-9540-734133dda1a3",
                                  "contact": {
                                    "$ref": "18"
                                  },
                                  "supplier": {
                                    "$ref": "17"
                                  }
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "20",
                                  "pluG_UID": "FiJH+KIWcEaIQsxPhmIo2w==",
                                  "pluGuid": "f8472216-16a2-4670-8842-cc4f866228db",
                                  "supplierIdentifier": "AP+yiPtNgE2JOZUQfl8rhg==",
                                  "supplierIdentifierGuid": "88b2ff00-4dfb-4d80-8939-95107e5f2b86",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 3",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 5,
                                  "averagePackSize": 6,
                                  "effectiveDate": "2026-04-03T06:18:54.7133552",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 9,
                                  "landedUnitCostInc": 10,
                                  "landedCartonCostInc": 12,
                                  "landedCartonCostEx": 13,
                                  "standardCost": 14,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 15",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 16",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 17",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 18",
                                  "invoiceCode": "sample string 19",
                                  "invoiceDesc": "sample string 20",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 21,
                                  "hostType": 22,
                                  "fromHost": 23,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 24.1,
                                  "sellMultiple": 25.1,
                                  "baseMultiple": 26.1,
                                  "hostStandardCost": 27,
                                  "hostTotalCost": 28,
                                  "hostRetail": 29,
                                  "hostLandedUnitCostEx": 30,
                                  "hostLandedUnitCostInc": 31,
                                  "hostDesc": "sample string 32",
                                  "directIndicator": "sample string 33",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 35",
                                  "hostProductType": "sample string 36",
                                  "hostProductGrade": "sample string 37",
                                  "hostProductGroup": "sample string 38",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 41",
                                  "hostLastUpdated": "2026-04-03T06:18:54.7133552",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "21",
                                      "pluG_UID": "J+YYRakcOUKBa5s4QynxAA==",
                                      "pluGuid": "4518e627-1ca9-4239-816b-9b384329f100",
                                      "supplierIdentifier": "azOsscz3a0C2trwJ0dNH+w==",
                                      "supplierIdentifierGuid": "b1ac336b-f7cc-406b-b6b6-bc09d1d347fb",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "21"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 42",
                                  "salesMode": 43,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 45,
                                  "parentPluG_UID": "RWmimlgeHEOnVwG+HU535w==",
                                  "parentPluGuid": "9aa26945-1e58-431c-a757-01be1d4e77e7",
                                  "freight": 46.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "22",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "1QYs8WQ+SEmDAVFEtZQ7vw==",
                                    "guid": "f12c06d5-3e64-4948-8301-5144b5943bbf",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "8gm2acjgjkuGk7g/BUJELQ==",
                                    "priceGroupGuid": "69b609f2-e0c8-4b8e-8693-b83f0542442d",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2026-04-03T06:18:54.7133552",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2026-04-03T06:18:54.7133552",
                                    "pluCreated": "2026-04-03T06:18:54.7133552",
                                    "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": "2026-04-03T06:18:54.7133552",
                                    "lastManualUpdate": "2026-04-03T06:18:54.7133552",
                                    "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": "2026-04-03T06:18:54.7133552",
                                    "currentCostUpdated": "2026-04-03T06:18:54.7133552",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 32,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2026-04-03T06:18:54.7133552",
                                    "defaultGP": 1,
                                    "breakTargetMode": 33,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 34,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 35,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 36,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "paws": 1.0,
                                    "awsUpdated": "2026-04-03T06:18:54.7133552",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 53,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "mFJyS1WLYEK8IT3QKQRY6A==",
                                    "altPLUGuid": "4b725298-8b55-4260-bc21-3dd0290458e8",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 54",
                                    "altPriceDescription2": "sample string 55",
                                    "cartonQuantity": 56,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 58",
                                    "text2": "sample string 59",
                                    "text3": "sample string 60",
                                    "labelText": "sample string 61",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 65",
                                    "barcodeFormat": "sample string 66",
                                    "austMade": 1,
                                    "coolCode": 67,
                                    "countryOfOrigin": "sample string 68",
                                    "percentContent": 69.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 70",
                                    "subDeptCode": "sample string 71",
                                    "minorDeptCode": "sample string 72",
                                    "lesserDeptCode": "sample string 73",
                                    "deptName": "sample string 74",
                                    "subDeptName": "sample string 75",
                                    "minorDeptName": "sample string 76",
                                    "lesserDeptName": "sample string 77",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 80,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 82,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2026-04-03T06:18:54.7133552",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "dIinsuzu5k+UrRTQcrguSg==",
                                    "shelfPageLayoutGuid": "b2a78874-eeec-4fe6-94ad-14d072b82e4a",
                                    "talkerPageLayoutG_UID": "HNzuxNEGB0S+BA7eFyLOLg==",
                                    "talkerPageLayoutGuid": "c4eedc1c-06d1-4407-be04-0ede1722ce2e",
                                    "unitMeasure": 1.1,
                                    "unitMeasureChanged": true,
                                    "unitMeasureKind": 85,
                                    "unitMeasureKindChanged": true,
                                    "signIQData": "sample string 87",
                                    "refresh": true,
                                    "earnLoyaltyPoints": true,
                                    "earnLoyaltyPointsChanged": true,
                                    "quantityOverride": true,
                                    "quantityOverrideChanged": true,
                                    "quantityRequired": true,
                                    "quantityRequiredChanged": true,
                                    "allowDiscounts": true,
                                    "allowDiscountsChanged": true,
                                    "discountDiscounts": true,
                                    "discountDiscountsChanged": true,
                                    "itemRecalled": true,
                                    "itemRecalledChanged": true,
                                    "noRefund": true,
                                    "noRefundChanged": true,
                                    "allowMarkdown": true,
                                    "allowMarkdownChanged": true,
                                    "priceRequired": true,
                                    "priceRequiredChanged": true,
                                    "fuelItem": true,
                                    "fuelItemChanged": true,
                                    "liabilityItem": true,
                                    "trackSerial": true,
                                    "trackSerialChanged": true,
                                    "allowZeroPrice": true,
                                    "allowZeroPriceChanged": true,
                                    "notForSale": 92,
                                    "notForSaleChanged": true,
                                    "excludeFromDeals": true,
                                    "excludeFromVoucher": true,
                                    "minimumAge": 95,
                                    "minimumAgeChanged": true,
                                    "buyingLimit": 1,
                                    "buyingLimitChanged": true,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitIndependentChanged": true,
                                    "inventoryGuid": "TEvOAs4fMEm4MsdyLEfitw==",
                                    "inventoryIdentifier": "02ce4b4c-1fce-4930-b832-c7722c47e2b7",
                                    "inventoryAccuracy": 1,
                                    "baseUnits": 99,
                                    "orderPacked": 1,
                                    "isManufactured": true,
                                    "isIngredient": true,
                                    "isModifier": true,
                                    "isModifierChanged": true,
                                    "hasModifiers": 100,
                                    "defaultPrinter": "sample string 101",
                                    "defaultPrinterGroup": "sample string 102",
                                    "ingredientsOnManufacture": true,
                                    "manufactureUnitMeasure": 1,
                                    "mpl": 1,
                                    "maxShelfQty": 103,
                                    "allowAutoOrder": true,
                                    "warrantyPeriod": 1,
                                    "parentPluG_UId": "r5LAp44wd0yXyA5NzflBSg==",
                                    "parentPluGuid": "a7c092af-308e-4c77-97c8-0e4dcdf9414a",
                                    "preferredHostVendor": 105,
                                    "preferredHostChanged": true,
                                    "code": "sample string 107",
                                    "supplierIdentifier": "SiYsw6ROn0GOTi743QtzKA==",
                                    "supplierIdentifierGuid": "c32c264a-4ea4-419f-8e4e-2ef8dd0b7328",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "j5Y0F8CXakivi+QUutxphQ==",
                                    "rebateSupplierIdentifierGuid": "1734968f-97c0-486a-af8b-e414badc6985",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 109",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 111",
                                    "productType": "sample string 112",
                                    "productGroup": "sample string 113",
                                    "complianceIndicator": "sample string 114",
                                    "inhouseBrand": "sample string 115",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 118",
                                    "lastUpdatedByUser": "sample string 119",
                                    "lastManualUpdatedByUser": "sample string 120",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2026-04-03T06:18:54.7133552",
                                    "commodity": "sample string 122",
                                    "businessPillar": "sample string 123",
                                    "mscCommodity": "sample string 124",
                                    "hostIdentifier": "384BBQiWS0Kasi8m65xbFA==",
                                    "hostIdentifierGuid": "0501cedf-9608-424b-9ab2-2f26eb9c5b14",
                                    "serviceFeeID": 1,
                                    "serviceFeeIDChanged": true,
                                    "providerName": "sample string 126",
                                    "aisleEnds": "sample string 127",
                                    "deleted": true,
                                    "deletedChanged": true,
                                    "hidden": true,
                                    "doNotRange": true,
                                    "doNotRangeChanged": true,
                                    "doNotOrder": true,
                                    "doNotOrderChanged": true,
                                    "locked": true,
                                    "excludeFromWebUpdate": true,
                                    "excludeFromWebUpdateChanged": true,
                                    "webPriceBasedOn": 138,
                                    "webPriceRounding": true,
                                    "webMarkup": 140,
                                    "webPriceMode": 141,
                                    "altDepartmentID": 1,
                                    "altSubDepartmentID": 1,
                                    "altMinorDepartmentID": 1,
                                    "altLesserDepartmentID": 1,
                                    "altDeptCode": "sample string 142",
                                    "altSubDeptCode": "sample string 143",
                                    "altMinorDeptCode": "sample string 144",
                                    "altLesserDeptCode": "sample string 145",
                                    "altDepartmentChanged": true,
                                    "storeProducts": [
                                      {
                                        "$ref": "22"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "12"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "23",
                                        "pluG_UID": "Tyt8Rq3x4Uqv964fPYHoiQ==",
                                        "pluGuid": "467c2b4f-f1ad-4ae1-aff7-ae1f3d81e889",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "isElectedMasterStore": true,
                                        "isZoneMasterStore": true,
                                        "priceNow": 7,
                                        "costNow": 8,
                                        "costNowDecimals": 9,
                                        "normalPrice": 10,
                                        "priceNext": 1,
                                        "costNext": 1,
                                        "costNextDecimals": 11,
                                        "nextCampaignName": "sample string 12",
                                        "gstPercent": 13,
                                        "normalCost": 14,
                                        "normalCostDecimals": 15,
                                        "costGstPercent": 16,
                                        "costCalcMethod": 1,
                                        "currentCost": 17,
                                        "currentCostDecimals": 18,
                                        "break1": 19,
                                        "price1": 20,
                                        "break2": 21,
                                        "price2": 22,
                                        "break3": 23,
                                        "price3": 24,
                                        "fuelItem": 25,
                                        "fixedWeight": 26,
                                        "active": true,
                                        "complianceIndicator": "sample string 27",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2026-04-03T06:18:54.7133552"
                                      },
                                      {
                                        "$ref": "23"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "24",
                                      "pluPrices": {
                                        "$id": "25",
                                        "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,
                                        "memberDiscountPrice": 10,
                                        "acceptedUtc": "2026-04-03T06:18:54.7133552",
                                        "priceChangeType": 0,
                                        "costDecimals": 11,
                                        "costCalcMethod": 12,
                                        "targetCampaignPriceGtOrEquNormal": true
                                      },
                                      "normalPluPrices": {
                                        "$ref": "25"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "26",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "talkerText": "sample string 3",
                                        "disableWasSave": true,
                                        "startDate": "2026-04-03T06:18:54.7133552",
                                        "startTime": 5,
                                        "endDate": "2026-04-03T06:18:54.7133552",
                                        "endTime": 6,
                                        "newPrice": 7,
                                        "newCost": 8,
                                        "newCostDecimals": 9,
                                        "pctDiscount": 10,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 11",
                                        "hostType": 12,
                                        "hostIdentifier": "jNmHoFkA2UWtGj0VubRE4Q==",
                                        "hostIdentifierGuid": "a087d98c-0059-45d9-ad1a-3d15b9b444e1",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "26"
                                        },
                                        {
                                          "$ref": "26"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "27",
                                      "g_UId": "PYRePVvVe0GpZp82fKDcvg==",
                                      "guid": "3d5e843d-d55b-417b-a966-9f367ca0dcbe",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "28",
                                      "priceGroupG_UID": "RwoRHTYGiUaNhm3c95K9pg==",
                                      "priceGroupGuid": "1d110a47-0636-4689-8d86-6ddcf792bda6",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2026-04-03T06:18:54.7133552",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "22"
                                        },
                                        {
                                          "$ref": "22"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 147",
                                    "nutrifacts": {
                                      "$id": "29",
                                      "pluG_UID": "2HBzGCkzU02cBgup+k65qQ==",
                                      "pluGuid": "187370d8-3329-4d53-9c06-0ba9fa4eb9a9",
                                      "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": "30",
                                      "pluGuid": "5b12654d-2b26-4518-8ce0-2c8b4a911cdd",
                                      "created": "2026-04-03T06:18:54.7133552",
                                      "createdByUser": "sample string 1",
                                      "activated": "2026-04-03T06:18:54.7133552",
                                      "activatedByUser": "sample string 2",
                                      "deactivated": "2026-04-03T06:18:54.7133552",
                                      "deactivatedByUser": "sample string 3",
                                      "lastOrdered": "2026-04-03T06:18:54.7133552",
                                      "lastOrderedQty": 4.0,
                                      "lastReceived": "2026-04-03T06:18:54.7133552",
                                      "lastReceivedQty": 5.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2026-04-03T06:18:54.7133552",
                                      "lastSold": "2026-04-03T06:18:54.7133552",
                                      "firstSold": "2026-04-03T06:18:54.7133552",
                                      "awsUpdated": "2026-04-03T06:18:54.7133552",
                                      "lastManualUpdate": "2026-04-03T06:18:54.7133552",
                                      "lastManualUpdatedByUser": "sample string 7",
                                      "lastUpdated": "2026-04-03T06:18:54.7133552",
                                      "lastUpdatedByUser": "sample string 9",
                                      "lastUpdatedByHost": "2026-04-03T06:18:54.7133552",
                                      "doNotRangeUpdated": "2026-04-03T06:18:54.7133552",
                                      "doNotOrderUpdated": "2026-04-03T06:18:54.7133552",
                                      "tracked": "2026-04-03T06:18:54.7133552"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "31",
                                        "primaryKey": {
                                          "$id": "32",
                                          "pluGuid": "4c463373-7099-4a4d-b9ac-430ce05e95f2",
                                          "contains": 2
                                        },
                                        "allergenID": 1,
                                        "pluG_UID": "czNGTJlwTUq5rEMM4F6V8g==",
                                        "pluGuid": "4c463373-7099-4a4d-b9ac-430ce05e95f2",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "31"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "33",
                                      "pluG_UID": "CzROuKpqCkWoRAoohZbP3g==",
                                      "pluGuid": "b84e340b-6aaa-450a-a844-0a288596cfde",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2026-04-03T06:18:54.7133552",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "34",
                                        "saleHeaderID": 1,
                                        "created": "2026-04-03T06:18:54.7133552",
                                        "createdLocal": "2026-04-03T06:18:54.7133552",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "4hTmyk067UyxJHgsSbOC6w==",
                                        "operatorGuid": "cae614e2-3a4d-4ced-b124-782c49b382eb",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "yGZ4wnnHskK+44egO6XQzw==",
                                        "pluGuid": "c27866c8-c779-42b2-bee3-87a03ba5d0cf",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "10"
                                        }
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "35",
                                        "pluID": 1,
                                        "pluG_UID": "5sMzp4oNfUKiEMyV3Hs11g==",
                                        "pluGuid": "a733c3e6-0d8a-427d-a210-cc95dc7b35d6",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "35"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "36",
                                        "pluG_UId": "krHnE2Owt0GrEgKyQs3WTw==",
                                        "pluGuid": "13e7b192-b063-41b7-ab12-02b242cdd64f",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "37",
                                        "identifier": "oxaLfHWAME2nVAnZ593hcQ==",
                                        "identifierGuid": "7c8b16a3-8075-4d30-a754-09d9e7dde171",
                                        "pluG_UID": "7WZpSppn30+WHD0GfOpvmw==",
                                        "pluGuid": "4a6966ed-679a-4fdf-961c-3d067cea6f9b",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "37"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "17"
                                    },
                                    "supplierName": "sample string 148",
                                    "children": [
                                      {
                                        "$ref": "22"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "20"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "38",
                                        "identifier": "y3323f8klUK4vg9Dr5NulA==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "ddf67dcb-24ff-4295-b8be-0f43af936e94",
                                        "exists": true,
                                        "flipChartIdentifier": "wofzUAU0dUudoYUBoCqflw==",
                                        "flipChartIdentifierGuid": "50f387c2-3405-4b75-9da1-8501a02a9f97",
                                        "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": "crRo1DOnkE6R8zBxfMtzaw==",
                                        "groupIdentifierGuid": "d468b472-a733-4e90-91f3-30717ccb736b",
                                        "flipChart": {
                                          "$id": "39",
                                          "identifier": "2w0uQPAPWUW9tvrMMc9FlQ==",
                                          "identifierGuid": "402e0ddb-0ff0-4559-bdb6-facc31cf4595",
                                          "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": "40",
                                            "identifier": "XRqibOtiREyYtzD/ds1H4A==",
                                            "identifierGuid": "6ca21a5d-62eb-4c44-98b7-30ff76cd47e0",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "41",
                                                "id": 1,
                                                "g_UID": "WA5SvydNzUCF6/jZspj/rQ==",
                                                "guid": "bf520e58-4d27-40cd-85eb-f8d9b298ffad",
                                                "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": "WD3AsUV9E0+wUgDXI+VkgQ==",
                                                "previousFormGuid": "b1c03d58-7d45-4f13-b052-00d723e56481",
                                                "nextForm": 1,
                                                "nextFormG_UID": "sv1WEevco06jMxLAp9xtfg==",
                                                "nextFormGuid": "1156fdb2-dceb-4ea3-a333-12c0a7dc6d7e",
                                                "attributes": "sample string 10",
                                                "updated": "2026-04-03T06:18:54.7133552",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "41"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "41"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "42",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "7u/AjDf6/EGzfr0cg+u9Aw==",
                                                    "checkoutFormGuid": "8cc0efee-fa37-41fc-b37e-bd1c83ebbd03",
                                                    "identifier": "gb2txE+QtEeA71bYVu5aTQ==",
                                                    "identifierGuid": "c4adbd81-904f-47b4-80ef-56d856ee5a4d",
                                                    "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": "32P9i0ie1UOUrmZLmrHp5A==",
                                                    "valueGuid": "8bfd63df-9e48-43d5-94ae-664b9ab1e9e4",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2026-04-03T06:18:54.7133552",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "41"
                                                    },
                                                    "image": {
                                                      "$id": "43",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2026-04-03T06:18:54.7133552",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "42"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "44",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "r1LJcv3Z7kGFqz2lLzVTtw==",
                                                    "checkoutFormGuid": "72c952af-d9fd-41ee-85ab-3da52f3553b7",
                                                    "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": "44"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "44"
                                              },
                                              {
                                                "$ref": "44"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "38"
                                            },
                                            {
                                              "$ref": "38"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "44"
                                        },
                                        "products": [
                                          {
                                            "$id": "45",
                                            "flipChartPageIdentifier": "78uaZqDIv0a81j41KMHTDw==",
                                            "flipChartPageIdentifierGuid": "669acbef-c8a0-46bf-bcd6-3e3528c1d30f",
                                            "pluG_UID": "I5VN4gZkJk6WlYP4LTiVUA==",
                                            "pluGuid": "e24d9523-6406-4e26-9695-83f82d389550",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "22"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "45"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "38"
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "38"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "46",
                                        "pluG_UID": "R8OAoLPx/UCI961y8XgxHA==",
                                        "pluGuid": "a080c347-f1b3-40fd-88f7-ad72f178311c",
                                        "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": "2026-04-03T06:18:54.7133552",
                                        "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": "46"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "47",
                                        "pluG_UID": "SrsGW2FV/UCczMSgNC3nsA==",
                                        "ingredientGuid": "9sLncU8Y00mTNbfSM7YOFA==",
                                        "ingredientIdentifier": "71e7c2f6-184f-49d3-9335-b7d233b60e14",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "22"
                                        }
                                      },
                                      {
                                        "$ref": "47"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "48",
                                        "pluG_UID": "hqTtvN5dKk60tWETu1JyUQ==",
                                        "pluGuid": "bceda486-5dde-4e2a-b4b5-6113bb527251",
                                        "shelfLocationIdentifier": "/axawdnGXEqbWp1+ThkCSA==",
                                        "shelfLocationGuid": "c15aacfd-c6d9-4a5c-9b5a-9d7e4e190248",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "LOwyv2kz7UqHAnPKIpfbew==",
                                        "labelPageLayoutGuid": "bf32ec2c-3369-4aed-8702-73ca2297db7b",
                                        "updated": "2026-04-03T06:18:54.7133552",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "location": {
                                          "$id": "49",
                                          "identifier": "JaFyicsv+UGOLaAcZA8SEw==",
                                          "storeID": 1,
                                          "identifierGuid": "8972a125-2fcb-41f9-8e2d-a01c640f1213",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2026-04-03T06:18:54.7133552",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "48"
                                            },
                                            {
                                              "$ref": "48"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "48"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "48"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "50",
                                        "plu": 1,
                                        "pluG_UID": "0cDQ7lRZm0OSkOksBnqRiA==",
                                        "pluGuid": "eed0c0d1-5954-439b-9290-e92c067a9188",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "scaleLocation": {
                                          "$id": "51",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2026-04-03T06:18:54.7133552",
                                          "department": {
                                            "$id": "52",
                                            "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": "51"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "53",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "54",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "55",
                                                        "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": "2026-04-03T06:18:54.7133552",
                                                        "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": "XSJUU/lRdUK09v96/r9Duw==",
                                                        "labelPageLayoutGuid": "5354225d-51f9-4275-b4f6-ff7afebf43bb",
                                                        "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": "56",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "57",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "58",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "58"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "57"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "57"
                                                        },
                                                        "mscDep": {
                                                          "$id": "59",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "56"
                                                            },
                                                            {
                                                              "$ref": "56"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "58"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "55"
                                                      }
                                                    ],
                                                    "updated": "2026-04-03T06:18:54.7133552",
                                                    "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": "tHByLM6vfkmNV2y7fndNuQ==",
                                                    "labelPageLayoutGuid": "2c7270b4-afce-497e-8d57-6cbb7e774db9",
                                                    "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": "56"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "57"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "59"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "58"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "54"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2026-04-03T06:18:54.7133552",
                                                "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": "8As/L/RORUGzkZ9pm99sDQ==",
                                                "labelPageLayoutGuid": "2f3f0bf0-4ef4-4145-b391-9f699bdf6c0d",
                                                "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": "56"
                                                },
                                                "mscCom": {
                                                  "$ref": "57"
                                                },
                                                "mscDep": {
                                                  "$ref": "59"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "58"
                                                }
                                              },
                                              {
                                                "$ref": "53"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2026-04-03T06:18:54.7133552",
                                            "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": "UMNLa0wJjk6rx413VLkYAQ==",
                                            "labelPageLayoutGuid": "6b4bc350-094c-4e8e-abc7-8d7754b91801",
                                            "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": "56"
                                            },
                                            "mscCom": {
                                              "$ref": "57"
                                            },
                                            "mscDep": {
                                              "$ref": "59"
                                            },
                                            "mscSubCom": {
                                              "$ref": "58"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "50"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "60",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "JS2sP5Si5Umziic0BSen/Q==",
                                      "pluGuid": "3fac2d25-a294-49e5-b38a-27340527a7fd",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "4Pd8niIW6E+KdoT2qZIucA==",
                                      "dealCostGuid": "9e7cf7e0-1622-4fe8-8a76-84f6a9922e70",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "544C7nU8J0mve9W94Y0l0Q==",
                                      "priceGroupGuid": "ee028ee7-3c75-4927-af7b-d5bde18d25d1",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "costCalcMethod": 13,
                                      "pluCost": 14,
                                      "pluCostIndicator": "sample string 15",
                                      "pluPriceGstPercent": 16,
                                      "pluCostGstPercent": 17,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 19.1,
                                      "salesMode": 1,
                                      "pluNormalCost": 20,
                                      "pluaws": 21.0,
                                      "directNumber": "sample string 22",
                                      "departmentName": "sample string 23",
                                      "subDepartmentName": "sample string 24",
                                      "priceGroupName": "sample string 25",
                                      "supplierName": "sample string 26",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2026-04-03T06:18:54.7133552",
                                      "rrp": 27,
                                      "campaignDescription": "sample string 28",
                                      "hostCampaign": true,
                                      "hostIdentifier": "QEA=",
                                      "hostIdentifierGuid": "d825e3d0-7b29-41ee-8747-091ef7d9b1e2",
                                      "campaignComboPriceGroupG_UID": "N4Go6JjLaU++NjjJDxZw+A==",
                                      "campaignComboPriceGroupIdentifier": "e8a88137-cb98-4f69-be36-38c90f1670f8",
                                      "promotionPlacementDescription": "sample string 30",
                                      "storeAcceptances": [
                                        {
                                          "$id": "61",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2026-04-03T06:18:54.7133552",
                                          "operatorG_UID": "a6dBtGHnGEqw3IYf45iGGQ==",
                                          "operatorGuid": "b441a76b-e761-4a18-b0dc-861fe3988619",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2026-04-03T06:18:54.7133552",
                                          "signIqTicketFileMovedUtc": "2026-04-03T06:18:54.7133552",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2026-04-03T06:18:54.7133552",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "hostIdentifier": "QEA=",
                                          "hostIdentifierGuid": "48cbf347-c949-4a73-ab96-a410abcc3da8",
                                          "product": {
                                            "$ref": "22"
                                          },
                                          "campaignPlu": {
                                            "$ref": "60"
                                          },
                                          "fuelItem": true
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "62",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "f15c9a26-548b-4e1e-8654-ffd52aa65d43",
                                        "nameGuid": "f15c9a26-548b-4e1e-8654-ffd52aa65d43",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2026-04-03T06:18:54.7133552",
                                        "startTime": 1,
                                        "endDate": "2026-04-03T06:18:54.7133552",
                                        "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": "2026-04-03T06:18:54.7133552",
                                        "system": true,
                                        "created": "2026-04-03T06:18:54.7133552",
                                        "updated": "2026-04-03T06:18:54.7133552",
                                        "priceChangeNotifiedUtc": "2026-04-03T06:18:54.7133552",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "VDSNkkozgkulHertNXnB9w==",
                                        "hostIdentifierGuid": "928d3454-334a-4b82-a51d-eaed3579c1f7",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2026-04-03T06:18:54.7133552",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "60"
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "PVfyPRsq4EilUQrM8OwYqg==",
                                            "pluGuid": "3df2573d-2a1b-48e0-a551-0accf0ec18aa",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "425s0bHz0kGAP3HBt2/W4Q==",
                                            "priceGroupGuid": "d16c6ee3-f3b1-41d2-803f-71c1b76fd6e1",
                                            "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": "2026-04-03T06:18:54.7133552",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "22"
                                            },
                                            "campaign": {
                                              "$ref": "62"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "identifier": "nXswN73dLk6oiXnFK8R+0Q==",
                                            "identifierStr": "nXswN73dLk6oiXnFK8R+0Q==",
                                            "identifierGuid": "37307b9d-ddbd-4e2e-a889-79c52bc47ed1",
                                            "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": "62"
                                            }
                                          },
                                          {
                                            "$ref": "64"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "V4pbFgx5JkeL3qnkYc6XgQ==",
                                            "customerIDGuid": "165b8a57-790c-4726-8bde-a9e461ce9781",
                                            "campaign": {
                                              "$ref": "62"
                                            },
                                            "customer": {
                                              "$ref": "2"
                                            }
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "66",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "1P4swqIab0WVAtQIV7VO0g==",
                                            "groupIDGuid": "c22cfed4-1aa2-456f-9502-d40857b54ed2",
                                            "campaign": {
                                              "$ref": "62"
                                            },
                                            "group": {
                                              "$ref": "6"
                                            }
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "67",
                                            "identifier": "PNx07vu26Ui9HdFdUcvUYw==",
                                            "identifierGuid": "ee74dc3c-b6fb-48e9-bd1d-d15d51cbd463",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "68",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "RuqG17DbeEysd7J6FWb9iw==",
                                            "guid": "d786ea46-dbb0-4c78-ac77-b27a1566fd8b",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "62"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "69",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "uOwEKLUCPUSDwJ2TJqm/bg==",
                                                "groupGuid": "2804ecb8-02b5-443d-83c0-9d9326a9bf6e",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "9JLywU5rYkGgifNRdQHOIg==",
                                                "pluGuid": "c1f292f4-6b4e-4162-a089-f3517501ce22",
                                                "priceGroupG_UID": "bEnnEyYyAUS2+ZJwYj2LIA==",
                                                "priceGroupGuid": "13e7496c-3226-4401-b6f9-9270623d8b20",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "62"
                                                },
                                                "product": {
                                                  "$ref": "22"
                                                },
                                                "priceGroup": {
                                                  "$ref": "28"
                                                },
                                                "campaignPool": {
                                                  "$ref": "62"
                                                }
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "68"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "70",
                                            "id": 1,
                                            "priceLevelIdentifier": "2TFD5aB/rkScteZJUmPkAA==",
                                            "priceLevelIdentifierGuid": "e54331d9-7fa0-44ae-9cb5-e6495263e400",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "promotionType": {
                                          "$id": "71",
                                          "identifier": "8L+Nc0bwTkOIqbEduSgZDA==",
                                          "identifierGuid": "738dbff0-f046-434e-88a9-b11db928190c",
                                          "hostType": 2,
                                          "code": "sample string 3",
                                          "description": "sample string 4",
                                          "isLiquor": true,
                                          "isAdvertised": true,
                                          "disableWasSave": true,
                                          "excludeFromPromoSales": true,
                                          "labelPageLayoutG_UID": "Pp+eqfL810ON76+cprvvZw==",
                                          "labelPageLayoutGuid": "a99e9f3e-fcf2-43d7-8def-af9ca6bbef67",
                                          "priceLevelIdentifier": "Kl9kDJg7qEOa2001OOCO5g==",
                                          "priceLevelIdentifierGuid": "0c645f2a-3b98-43a8-9adb-4d3538e08ee6",
                                          "active": true,
                                          "updated": "2026-04-03T06:18:54.7133552",
                                          "hostName": "sample string 11"
                                        }
                                      },
                                      "product": {
                                        "$ref": "22"
                                      },
                                      "dealCost": {
                                        "$id": "72",
                                        "headerIdentifier": "CmsAI0tu9kqatbqVOy18bA==",
                                        "headerIdentifierGuid": "23006b0a-6e4b-4af6-9ab5-ba953b2d7c6c",
                                        "identifier": "hlOaymb92EyeUiV4s27Y5Q==",
                                        "identifierGuid": "ca9a5386-fd66-4cd8-9e52-2578b36ed8e5",
                                        "supplierIdentifier": "Yttus9UF1k+lGe3b/lkCFw==",
                                        "supplierGuid": "b36edb62-05d5-4fd6-a519-eddbfe590217",
                                        "pluG_UID": "TG0ednFatkuizU5B96zNHw==",
                                        "pluGuid": "761e6d4c-5a71-4bb6-a2cd-4e41f7accd1f",
                                        "campaignName": "c0ef104f-f87e-433c-ac4a-ab1a2e431966",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2026-04-03T06:18:54.7133552",
                                        "end": "2026-04-03T06:18:54.7133552",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "dPTK49P5KESUGom1g5GP4Q==",
                                        "bonusItemPluGuid": "e3caf474-f9d3-4428-941a-89b583918fe1",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2026-04-03T06:18:54.7133552",
                                        "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": "2026-04-03T06:18:54.7133552",
                                        "campaignEndDate": "2026-04-03T06:18:54.7133552",
                                        "masterPLUG_UID": "uBw/Vmd/9EiLbwrDL5wROQ==",
                                        "masterID": "563f1cb8-7f67-48f4-8b6f-0ac32f9c1139",
                                        "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": "rXcdy2QBMkG+M2yyW5Ia2Q==",
                                        "bonusMasterID": "cb1d77ad-0164-4132-be33-6cb25b921ad9",
                                        "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": "2026-04-03T06:18:54.7133552",
                                    "dealCosts": [
                                      {
                                        "$ref": "72"
                                      },
                                      {
                                        "$ref": "72"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "73",
                                        "pluG_UID": "YAi6Fqgqh0eL3mS7dszHuQ==",
                                        "pluGuid": "16ba0860-2aa8-4787-8bde-64bb76ccc7b9",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "73"
                                      }
                                    ],
                                    "alternateProductG_UID": "Q8JP48DM4EWHs9RB+wgu2Q==",
                                    "alternateProduct": "e34fc243-ccc0-45e0-87b3-d441fb082ed9",
                                    "altProduct": {
                                      "$ref": "22"
                                    },
                                    "productHostCode": {
                                      "$id": "74",
                                      "id": 1,
                                      "pluG_UID": "p5P+6GO52EiJIW9avFcimA==",
                                      "pluGuid": "e8fe93a7-b963-48d8-8921-6f5abc572298",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "56"
                                    },
                                    "mscCom": {
                                      "$ref": "57"
                                    },
                                    "mscDep": {
                                      "$ref": "59"
                                    },
                                    "mscSubCom": {
                                      "$ref": "58"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2026-04-03T06:18:54.7133552",
                                    "inventoryTracked": "2026-04-03T06:18:54.7133552",
                                    "isNormalPriceChangesCampaign": true,
                                    "baseProductFuel": {
                                      "$id": "75",
                                      "pluG_UID": "zk6VyjWqR0y5xMFG/CTbtQ==",
                                      "pluGuid": "ca954ece-aa35-4c47-b9c4-c146fc24dbb5",
                                      "fuelPluG_UID": "KZBgK8MsIkmljDm3eaADgQ==",
                                      "fuelPluGuid": "2b609029-2cc3-4922-a58c-39b779a00381",
                                      "price": 3,
                                      "productDescription": "sample string 4",
                                      "productBarcode": "sample string 5",
                                      "fuelProductDescription": "sample string 6",
                                      "fuelProductBarcode": "sample string 7",
                                      "fuelProductPrice": 8
                                    },
                                    "productFuelLinks": [
                                      {
                                        "$ref": "75"
                                      },
                                      {
                                        "$ref": "75"
                                      }
                                    ]
                                  },
                                  "supplier": {
                                    "$ref": "17"
                                  },
                                  "serviceFee": {
                                    "$id": "76",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 48
                                },
                                {
                                  "$ref": "20"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "77",
                                  "storeID": 1,
                                  "supplierIdentifier": "ep2ZY1Cwv0qQYwgS0niOwg==",
                                  "supplierGuid": "63999d7a-b050-4abf-9063-0812d2788ec2",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "77"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "78",
                                  "storeID": 1,
                                  "supplierIdentifier": "2PSckR9RO0OM9w5KXbsT3w==",
                                  "supplierGuid": "919cf4d8-511f-433b-8cf7-0e4a5dbb13df",
                                  "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": "2026-04-03T06:18:54.7133552",
                                  "deliveryDate": "2026-04-03T06:18:54.7133552",
                                  "nextCutOffDate": "2026-04-03T06:18:54.7133552",
                                  "nextDeliveryDate": "2026-04-03T06:18:54.7133552",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "78"
                                }
                              ],
                              "store": {
                                "$ref": "12"
                              },
                              "updated": "2026-04-03T06:18:54.7133552",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "79",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2026-04-03T06:18:54.7133552",
                                "processed": "2026-04-03T06:18:54.7133552",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2026-04-03T06:18:54.7133552",
                                "size": 1,
                                "sizeFormat": "sample string 7",
                                "isArchive": true,
                                "customerNumber": "sample string 9",
                                "businessPillar": "sample string 10",
                                "fileType": "sample string 11",
                                "version": "sample string 12",
                                "reference": "sample string 13",
                                "digest": "sample string 14",
                                "contentType": "sample string 15",
                                "host": {
                                  "$ref": "16"
                                },
                                "metcashHeader": {
                                  "$id": "80",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2026-04-03T06:18:54.7133552",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "81",
                                "id": 1,
                                "hostIdentifier": "TzSTkYCYgE+ho5//nz9LXw==",
                                "hostIdentifierGuid": "9193344f-9880-4f80-a1a3-9fff9f3f4b5f",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "14af70bd-ed65-4f36-a383-bad9c3623046",
                                  "5ecfbabc-86d6-4000-a7f1-1a3138a27ee1"
                                ]
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "15"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "15"
                              },
                              {
                                "$ref": "15"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "82",
                                "identifier": "dF2njpLHlU6lsJFqUYJu9Q==",
                                "identifierGuid": "8ea75d74-c792-4e95-a5b0-916a51826ef5",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "82"
                              }
                            ],
                            "promoTypeGuids": [
                              "13451195-cd4a-407c-a733-0b5604d0e065",
                              "eaac52b9-f848-47ed-83c8-4d06f18c412d"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 27"
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "83",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "83"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "84",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2026-04-03T06:18:54.7133552",
                          "ftpSite": {
                            "$id": "85",
                            "id": 1,
                            "description": "sample string 2",
                            "address": "sample string 3",
                            "username": "sample string 4",
                            "password": "sample string 5",
                            "path": "sample string 7",
                            "protocol": 8
                          }
                        },
                        {
                          "$ref": "84"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "81"
                        },
                        {
                          "$ref": "81"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "86",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "87",
                            "id": 1,
                            "description": "sample string 2",
                            "address": "sample string 3",
                            "username": "sample string 4",
                            "password": "sample string 5",
                            "passwordPlain": "sample string 6",
                            "token": "sample string 7",
                            "apiType": 8,
                            "apiSubType": 9
                          }
                        },
                        {
                          "$ref": "86"
                        }
                      ],
                      "updateStoreID": "30788d92-cea3-4665-83f8-2c04ec7df510",
                      "updateStore": {
                        "$id": "88",
                        "id": "564da0ec-0be8-434a-b03b-250a40a05c17",
                        "name": "sample string 1",
                        "lastActivity": "2026-04-03T06:18:54.7133552",
                        "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": "2026-04-03T06:18:54.7133552"
                      },
                      "timeZoneId": "sample string 54",
                      "securityOptions": {
                        "$id": "89",
                        "loginMode": 1,
                        "allowSelfVerification": true,
                        "verifierEmail": "sample string 3",
                        "source": "sample string 4",
                        "loginModeInherited": 5,
                        "loginModeSource": "sample string 6",
                        "selfVerifyInherited": true,
                        "selfVerifySource": "sample string 8",
                        "verifyEmailInherited": "sample string 9",
                        "verifyEmailSource": "sample string 10"
                      }
                    }
                  },
                  {
                    "$ref": "11"
                  }
                ]
              },
              "customer": {
                "$ref": "2"
              },
              "communityOrganisation": {
                "$id": "90",
                "id": 1,
                "identifier": "VTCAFRJok029ApNIbAu/lw==",
                "identifierGuid": "15803055-6812-4d93-bd02-93486c0bbf97",
                "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",
                "abn": "sample string 15",
                "promoPeriodStart": "2026-04-03T06:18:54.7133552",
                "promoPeriodEnd": "2026-04-03T06:18:54.7133552",
                "allowDonations": true,
                "logoImageName": "sample string 17",
                "totalAmountAwarded": 18.1,
                "updated": "2026-04-03T06:18:54.7133552",
                "deleted": true
              },
              "details": [
                {
                  "$id": "91",
                  "saleItemID": 1,
                  "identifier": "uUrHoAFVJ0qo6gQ8upfLmQ==",
                  "identifierGuid": "a0c74ab9-5501-4a27-a8ea-043cba97cb99",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "j2vt64bjF06TqR4nN5pJ5Q==",
                  "pluGuid": "ebed6b8f-e386-4e17-93a9-1e27379a49e5",
                  "accountID": "JVgIZgqWskKY7e4FriLIuQ==",
                  "accountIDGuid": "66085825-960a-42b2-98ed-ee05ae22c8b9",
                  "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": "2026-04-03T06:18:54.7133552",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "Kj9yaErtWk2sTDAyTNJj6w==",
                  "refundGuid": "68723f2a-ed4a-4d5a-ac4c-30324cd263eb",
                  "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": "LxPbD8gcDU2riXGTV5ObYw==",
                  "idempotentVoidGuid": "0fdb132f-1cc8-4d0d-ab89-719357939b63",
                  "priceLevelIdentifier": "Rrkd+4/bRU254ch8VhyqrQ==",
                  "priceLevelIdentifierGuid": "fb1db946-db8f-4d45-b9e1-c87c561caaad",
                  "communityIdentifier": "w7DfC+mw10Cypzc0qAYSKw==",
                  "communityIdentifierGuid": "0bdfb0c3-b0e9-40d7-b2a7-3734a806122b",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "92",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2026-04-03T06:18:54.7133552",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "92"
                    }
                  ],
                  "refund": {
                    "$id": "93",
                    "id": 1,
                    "g_UID": "2tqe2nvPZ0yDd0z50r9ylg==",
                    "guid": "da9edada-cf7b-4c67-8377-4cf9d2bf7296",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2026-04-03T06:18:54.7133552"
                  },
                  "modifier": {
                    "$id": "94",
                    "id": 1,
                    "setG_UID": "6wtj/yBds0GJrYzpdRNNOA==",
                    "modifierSetGuid": "ff630beb-5d20-41b3-89ad-8ce975134d38",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "3f6GwF1LxEuWAfOJHy5adw==",
                    "pluGuid": "c086fedd-4b5d-4bc4-9601-f3891f2e5a77",
                    "deleted": true,
                    "g_UID": "02oZpYORXkWnR+HnJGJxtg==",
                    "guid": "a5196ad3-9183-455e-a747-e1e7246271b6",
                    "product": {
                      "$ref": "22"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "91"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "95",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "8"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "95"
                }
              ],
              "payments": [
                {
                  "$ref": "7"
                },
                {
                  "$ref": "7"
                }
              ],
              "cards": [
                {
                  "$id": "96",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "96"
                }
              ],
              "campaignHits": [
                {
                  "$id": "97",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "97"
                }
              ],
              "fuel": [
                {
                  "$id": "98",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "jQSBQRN84Uir+sIx27BV5g==",
                  "pluGuid": "4181048d-7c13-48e1-abfa-c231dbb055e6",
                  "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": "2026-04-03T06:18:54.7133552",
                  "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": "2026-04-03T06:18:54.7133552",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "98"
                }
              ],
              "fuelResells": [
                {
                  "$id": "99",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "CCH7IjvP20mWM60Gd7XXcQ==",
                  "pluGuid": "22fb2108-cf3b-49db-9633-ad0677b5d771",
                  "accountID": "7n3lV/wCDEWWXcTUdTBf/g==",
                  "accountIDGuid": "57e57dee-02fc-450c-965d-c4d475305ffe",
                  "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": "2026-04-03T06:18:54.7133552",
                  "bestOrExpireType": 1,
                  "refundG_UID": "WUWea3fhgkCjbhocOgD8Bw==",
                  "refundGuid": "6b9e4559-e177-4082-a36e-1a1c3a00fc07",
                  "providerName": "sample string 10",
                  "campaign": "sample string 11",
                  "campaignType": 1,
                  "modifiedID": 1,
                  "omittedIngredient": 1,
                  "taxPercent": 1.0,
                  "taxAmount": 1.0,
                  "refundablePrice": 1.0,
                  "showDiscounts": true,
                  "orderPrinted": true,
                  "note": "sample string 14",
                  "modifierName": "sample string 15",
                  "modifierSetName": "sample string 16",
                  "totalValueWasScanned": true,
                  "sold": true,
                  "campaignPrice": true,
                  "scannedValue": 1,
                  "campaignName": "sample string 20",
                  "comboDiscount": 1
                },
                {
                  "$ref": "99"
                }
              ],
              "customerOrder": [
                {
                  "$id": "100",
                  "identifier": "1uqGrvN2PUSuFXATELbyZQ==",
                  "identifierGuid": "ae86ead6-76f3-443d-ae15-701310b6f265",
                  "id": 1,
                  "orderNo": 2,
                  "externalSaleIdentifier": "sample string 3",
                  "storeID": 4,
                  "zoneID": 5,
                  "deptNo": 6,
                  "customerIdentifier": "dA6RqRewBUCpEY3Wfawi5Q==",
                  "customerIdentifierGuid": "a9910e74-b017-4005-a911-8dd67dac22e5",
                  "operatorNo": 1,
                  "operatorG_UID": "58RCT4K5N0q3E42/2fe+Jw==",
                  "operatorGuid": "4f42c4e7-b982-4a37-b713-8dbfd9f7be27",
                  "created": "2026-04-03T06:18:54.7133552",
                  "ordered": "2026-04-03T06:18:54.7133552",
                  "started": "2026-04-03T06:18:54.7133552",
                  "completed": "2026-04-03T06:18:54.7133552",
                  "supplied": "2026-04-03T06:18:54.7133552",
                  "quickTicket": 1,
                  "deleted": true,
                  "walkAway": true,
                  "approxWait": 1,
                  "actualWait": 1,
                  "deliveryMethod": 8,
                  "externalSaleType": 9,
                  "customer": {
                    "$ref": "2"
                  },
                  "operator": {
                    "$ref": "10"
                  },
                  "details": [
                    {
                      "$id": "101",
                      "headerID": 1,
                      "plu": 1,
                      "pluG_UId": "tnteIkFBuESxWuk15weyWA==",
                      "pluGuid": "225e7bb6-4141-44b8-b15a-e935e707b258",
                      "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": "AxrgvJUCa02jBtZsF6iRVw==",
                      "headerIdentifierGuid": "bce01a03-0295-4d6b-a306-d66c17a89157",
                      "product": {
                        "$ref": "22"
                      }
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "storeName": "sample string 11",
                  "customerName": "sample string 12",
                  "storeReplyTo": "sample string 13",
                  "storeSubjectLine": "sample string 14",
                  "storeSaleHeader": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "100"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "102",
                  "surveyG_UID": "xAe/cUP4KEicU6xp5l+IOw==",
                  "surveyGuid": "71bf07c4-f843-4828-9c53-ac69e65f883b",
                  "saleHeaderGuid": "Ql5KnXJzaUGoVALGi5MDdw==",
                  "saleGuid": "9d4a5e42-7372-4169-a854-02c68b930377",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "gQUJQWmNWk6JzUos4EviEw==",
                  "guidResponse": "41090581-8d69-4e5a-89cd-4a2ce04be213",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2026-04-03T06:18:54.7133552",
                  "sale": {
                    "$ref": "8"
                  },
                  "survey": {
                    "$id": "103",
                    "g_UID": "jCrMFq73JkqkLPFLyllssA==",
                    "guid": "16cc2a8c-f7ae-4a26-a42c-f14bca596cb0",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "idN58qWJLEKDlYaornJUXQ==",
                    "checkoutFormGuid": "f279d389-89a5-422c-8395-86a8ae72545d",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2026-04-03T06:18:54.7133552",
                    "end": "2026-04-03T06:18:54.7133552",
                    "deleted": true,
                    "updated": "2026-04-03T06:18:54.7133552",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "eb1bc2db-f9a3-4708-addc-7ec824fa0020",
                      "52b1e842-ff9a-4d62-b037-3209e8145aba"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "41"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "102"
                }
              ],
              "storeName": "sample string 39",
              "terminalNumber": 40,
              "machineName": "sample string 41",
              "operatorName": "sample string 42",
              "direction": 1,
              "reason": "sample string 43",
              "accountG_UID": "CaSvBqEiykm7SBc3NvRlxg==",
              "accountIdentifier": "06afa409-22a1-49ca-bb48-173736f465c6",
              "accountName": "sample string 44",
              "customerOrderIdentifier": "Ow9HkT4rx0C5OmlfIIKY7w==",
              "customerOrderIdentifierGuid": "91470f3b-2b3e-40c7-b93a-695f208298ef",
              "priceLevelName": "sample string 45",
              "revision": 46,
              "ingressId": "sample string 47"
            },
            "metadata": {
              "$id": "104",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "zrpN318zLEGXNhGrSwkknQ==",
              "paymentIdentifierGuid": "df4dbace-335f-412c-9736-11ab4b09249d",
              "identifier": "D6ogrSbiWkWBEGNtO3rH+g==",
              "identifierGuid": "ad20aa0f-e226-455a-8110-636d3b7ac7fa",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "RMRKyHsxCUK2jpgCIqi1bQ==",
              "itemIdentifierGuid": "c84ac444-317b-4209-b68e-980222a8b56d"
            }
          },
          {
            "$ref": "7"
          }
        ]
      },
      {
        "$ref": "3"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "customerGroups": [
      {
        "$ref": "6"
      },
      {
        "$ref": "6"
      }
    ],
    "accounts": [
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ],
    "account": {
      "$ref": "4"
    },
    "vouchers": [
      {
        "$id": "105",
        "customerIdentifier": "ppZpS7d7WUehmfIYozovNg==",
        "customerIdentifierGuid": "4b6996a6-7bb7-4759-a199-f218a33a2f36",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "qu2pkyMRFEuneQRBWYXQ0A==",
        "idempotentGuid": "93a9edaa-1123-4b14-a779-04415985d0d0",
        "offline": true,
        "voucher": {
          "$id": "106",
          "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": "2026-04-03T06:18:54.7133552",
          "barcodeTemplate": {
            "$id": "107",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "108",
            "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": "2026-04-03T06:18:54.7289744",
            "labelPageLayout": "/5mXgdyT/0+kVBwd28nznQ==",
            "pageLayoutGuid": "819799ff-93dc-4fff-a454-1c1ddbc9f39d",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "106"
            },
            "elements": [
              {
                "$id": "109",
                "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": "2026-04-03T06:18:54.7289744"
              },
              {
                "$ref": "109"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "110",
              "id": 1,
              "customerIdentifier": "rT+U0AVTykOYt8ppz0NJvg==",
              "customerIdentifierGuid": "d0943fad-5305-43ca-98b7-ca69cf4349be",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2026-04-03T06:18:54.7289744",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "6BFl6H/jfUaKh/PC2oer5A==",
              "issuedIdempotentGuid": "e86511e8-e37f-467d-8a87-f3c2da87abe4",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2026-04-03T06:18:54.7289744",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2026-04-03T06:18:54.7289744",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "TFZF4dLJ30GQC5xtE9OAbQ==",
              "redeemedIdempotentGuid": "e145564c-c9d2-41df-900b-9c6d13d3806d",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2026-04-03T06:18:54.7289744",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "108"
              },
              "voucher": {
                "$ref": "106"
              },
              "customer": {
                "$ref": "2"
              },
              "issuedOfflinePayment": {
                "$ref": "7"
              },
              "redeemedOfflinePayment": {
                "$ref": "7"
              }
            },
            {
              "$ref": "110"
            }
          ]
        },
        "customer": {
          "$ref": "2"
        }
      },
      {
        "$ref": "105"
      }
    ]
  },
  "group": {
    "$ref": "6"
  },
  "customerCard": {
    "$ref": "3"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.