GET api/customer/{guid}/voucher?Skip={Skip}&Take={Take}&TotalCount={TotalCount}&redeemed={redeemed}&expired={expired}

List of customer vouchers for a customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

Customer identifier

globally unique identifier

Required

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

redeemed

Include redeemed customer vouchers, defaults to true

boolean

Default value is True

expired

Include expired customer vouchers, defaults to true

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

PageList of CustomerVouchers

PageListOfCustomerVoucher
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of CustomerVoucher

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "CustomerVoucher",
  "list": [
    {
      "$id": "2",
      "id": 1,
      "customerIdentifier": "jHPpdjRk3068PvHOH7aULQ==",
      "customerIdentifierGuid": "76e9738c-6434-4edf-bc3e-f1ce1fb6942d",
      "voucherID": 3,
      "voucherName": "sample string 4",
      "storeID": 1,
      "barcode": "sample string 5",
      "dateOfIssue": "2026-06-03T18:35:52.3707448",
      "issuedSaleHeaderID": 1,
      "issuedSaleIdentifier": "sample string 7",
      "issuedOfflinePaymentID": 1,
      "issuedIdempotentID": "QrPbQPZ/E0WVqgPJgCIwuQ==",
      "issuedIdempotentGuid": "40dbb342-7ff6-4513-95aa-03c9802230b9",
      "issuedOffline": true,
      "issuedUser": "sample string 9",
      "issuedNotes": "sample string 10",
      "expiryDate": "2026-06-03T18:35:52.3707448",
      "expiredUser": "sample string 11",
      "expiredNotes": "sample string 12",
      "redeemed": "2026-06-03T18:35:52.3707448",
      "redeemedSaleHeaderID": 1,
      "redeemedSaleIdentifier": "sample string 13",
      "redeemedOfflinePaymentID": 1,
      "redeemedIdempotentID": "X6TDllJtekOCwC+Tc60vFg==",
      "redeemedIdempotentGuid": "96c3a45f-6d52-437a-82c0-2f9373ad2f16",
      "redeemedUser": "sample string 14",
      "redeemedNotes": "sample string 15",
      "redeemedOffline": true,
      "updated": "2026-06-03T18:35:52.3707448",
      "storeName": "sample string 17",
      "scaleLabel": {
        "$id": "3",
        "id": 1,
        "uid": "sample string 2",
        "name": "sample string 3",
        "width": 1.1,
        "height": 1.1,
        "showBorder": true,
        "borderWidth": 1.1,
        "borderStyle": 1,
        "borderColour": "sample string 5",
        "updated": "2026-06-03T18:35:52.3707448",
        "labelPageLayout": "3Q+n0WCyeEOlLlspEuvsmw==",
        "pageLayoutGuid": "d1a70fdd-b260-4378-a52e-5b2912ebec9b",
        "labelType": 6,
        "oldName": "sample string 7",
        "voucher": {
          "$id": "4",
          "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-06-03T18:35:52.3707448",
          "barcodeTemplate": {
            "$id": "5",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$ref": "3"
          },
          "customerVouchers": [
            {
              "$ref": "2"
            },
            {
              "$ref": "2"
            }
          ]
        },
        "elements": [
          {
            "$id": "6",
            "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-06-03T18:35:52.3707448"
          },
          {
            "$ref": "6"
          }
        ]
      },
      "voucher": {
        "$ref": "4"
      },
      "customer": {
        "$id": "7",
        "identifier": "C6KE9VBkz0mk46YYsKzthg==",
        "identifierGuid": "f584a20b-6450-49cf-a4e3-a618b0aced86",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2026-06-03T18:35:52.3707448",
        "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": "pykgpOGZH0Sg/rGdy0APCA==",
        "communityIdentifierGuid": "a42029a7-99e1-441f-a0fe-b19dcb400f08",
        "joined": "2026-06-03T18:35:52.3707448",
        "updated": "2026-06-03T18:35:52.3707448",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "tPqfttbR3EeF7ORZrT+qZA==",
        "priceLevelIdentifierGuid": "b69ffab4-d1d6-47dc-85ec-e459ad3faa64",
        "marketingID": "sample string 18",
        "receiptPrintOptions": 1,
        "hidden": true,
        "registered": true,
        "registeredOn": "2026-06-03T18:35:52.3707448",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "8",
            "cardType": 2,
            "issueDate": "2026-06-03T18:35:52.3707448",
            "expiry": "2026-06-03T18:35:52.3707448",
            "customerID": "n9tbpY/PwEqDGwmp7bBwVw==",
            "customerIDGuid": "a55bdb9f-cf8f-4ac0-831b-09a9edb07057",
            "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-06-03T18:35:52.3707448",
            "linkedAccount": "OPlSCKqyiUubm7pVKiSUlQ==",
            "linkedAccountGuid": "0852f938-b2aa-4b89-9b9b-ba552a249495",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "7"
            },
            "account": {
              "$id": "9",
              "id": 1,
              "identifier": "JLfe/9Qe6UiUAScbiYQ5dw==",
              "identifierGuid": "ffdeb724-1ed4-48e9-9401-271b89843977",
              "referenceNo": "sample string 3",
              "name": "sample string 4",
              "created": "2026-06-03T18:35:52.3707448",
              "owner": "cW3kHRDn10m1dvyhkQ5H7w==",
              "ownerGuid": "1de46d71-e710-49d7-b576-fca1910e47ef",
              "accountStoreGroupIdentifier": "5h8IPYUH/UOfsIirj7aESQ==",
              "accountStoreGroupGuid": "3d081fe6-0785-43fd-9fb0-88ab8fb68449",
              "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-06-03T18:35:52.3707448",
              "active": true,
              "updated": "2026-06-03T18:35:52.3707448",
              "deleted": true,
              "deletedUser": "sample string 16",
              "currentBalanceChanged": true,
              "maximumLimitChanged": true,
              "loyaltyPointsChanged": true,
              "projectedBalance": 17,
              "accountStoreGroupStoreIDs": [
                1,
                2
              ],
              "customerEmail": "sample string 18",
              "ownerCustomer": {
                "$ref": "7"
              },
              "card": {
                "$ref": "8"
              },
              "members": {
                "$id": "10",
                "sample string 1": [
                  {
                    "$ref": "7"
                  },
                  {
                    "$ref": "7"
                  }
                ],
                "sample string 2": [
                  {
                    "$ref": "7"
                  },
                  {
                    "$ref": "7"
                  }
                ]
              },
              "customerGroups": [
                {
                  "$id": "11",
                  "identifier": "x8aYvqQXqEKqT1T5JBHz9g==",
                  "identifierGuid": "be98c6c7-17a4-42a8-aa4f-54f92411f3f6",
                  "name": "sample string 2",
                  "primaryContact": "pM6343sF30KwxCMz91p9vw==",
                  "primaryContactGuid": "e3b7cea4-057b-42df-b0c4-2333f75a7dbf",
                  "accountID": "rQAXmVmM2UOU755pl+yPyA==",
                  "accountIDGuid": "991700ad-8c59-43d9-94ef-9e6997ec8fc8",
                  "special": true,
                  "updated": "2026-06-03T18:35:52.3707448",
                  "active": true,
                  "reasonInactive": 1,
                  "priceLevelIdentifier": "D8ilA6IlJ06WUz74IDJMkA==",
                  "priceLevelIdentifierGuid": "03a5c80f-25a2-4e27-9653-3ef820324c90",
                  "marketingListID": "sample string 7",
                  "deleted": true,
                  "account": {
                    "$ref": "9"
                  },
                  "primaryContactCustomer": {
                    "$ref": "7"
                  },
                  "customerGroupMembers": [
                    {
                      "$id": "12",
                      "id": 1,
                      "groupID": "f0Da1wckKEetHbD/gddgog==",
                      "groupIDGuid": "d7da407f-2407-4728-ad1d-b0ff81d760a2",
                      "customerID": "wPknOFw3zEqeraGPni+hFA==",
                      "customerIDGuid": "3827f9c0-375c-4acc-9ead-a18f9e2fa114",
                      "card": "sample string 4",
                      "linkedAccount": "sDfHBhiXq0uUxMVBpgMvrg==",
                      "linkedAccountGuid": "06c737b0-9718-4bab-94c4-c541a6032fae",
                      "customer": {
                        "$ref": "7"
                      },
                      "group": {
                        "$ref": "11"
                      },
                      "customerCard": {
                        "$ref": "8"
                      }
                    },
                    {
                      "$ref": "12"
                    }
                  ]
                },
                {
                  "$ref": "11"
                }
              ]
            },
            "payments": [
              {
                "$id": "13",
                "id": 1,
                "identifier": "VTQ/xxZbVEaOvS6lsCmclQ==",
                "identifierGuid": "c73f3455-5b16-4654-8ebd-2ea5b0299c95",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "6PYm9wAfJEObJ1zkdHo9sQ==",
                "accountIDGuid": "f726f6e8-1f00-4324-9b27-5ce4747a3db1",
                "customerAccount": {
                  "$ref": "9"
                },
                "customerCard": {
                  "$ref": "8"
                },
                "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-06-03T18:35:52.3707448",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "uN9kMeMazE6JX4tUvIxZ6A==",
                "idempotentVoidGuid": "3164dfb8-1ae3-4ecc-895f-8b54bc8c59e8",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "14",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "Yyv8H95/X0yLzdECqNqjpA==",
                  "saleHeaderIdentifierGuid": "1ffc2b63-7fde-4c5f-8bcd-d102a8daa3a4",
                  "created": "2026-06-03T18:35:52.3707448",
                  "createdLocal": "2026-06-03T18:35:52.3707448",
                  "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-06-03T18:35:52.3707448",
                  "storeID": 1,
                  "operatorG_Uid": "zHQ1vIDs+Uyu12AThsXHXw==",
                  "operatorGuid": "bc3574cc-ec80-4cf9-aed7-601386c5c75f",
                  "customerG_Uid": "hI/08BSuHkeQ6BjDXmwAng==",
                  "customerGuid": "f0f48f84-ae14-471e-90e8-18c35e6c009e",
                  "communityIdentifier": "WYGJ2X3wiU25ZfWKNGKAPg==",
                  "communityIdentifierGuid": "d9898159-f07d-4d89-b965-f58a3462803e",
                  "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": "Vr6IHpRHr0yywTRG1bIYWQ==",
                  "priceLevelIdentifierGuid": "1e88be56-4794-4caf-b2c1-3446d5b21859",
                  "locked": 36,
                  "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:35:52.3707448+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": "15",
                    "customerName": "sample string 1",
                    "pickupAt": "2026-06-03T18:35:52.3707448",
                    "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": "16",
                    "id": 1,
                    "g_Uid": "IqYvvXNamE2kIMAia6c+eA==",
                    "guid": "bd2fa622-5a73-4d98-a420-c0226ba73e78",
                    "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-06-03T18:35:52.3707448",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2026-06-03T18:35:52.3707448",
                    "endShift": "2026-06-03T18:35:52.3707448",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "17",
                        "operatorG_UID": "VepB1At+W0aGRmIhKkLn7A==",
                        "operatorGuid": "d441ea55-7e0b-465b-8646-62212a42e7ec",
                        "storeID": 2,
                        "operator": {
                          "$ref": "16"
                        },
                        "store": {
                          "$id": "18",
                          "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-06-03T18:35:52.3707448",
                          "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": "7GLoARL0xU2qDE6R1zyJkQ==",
                          "hostIdentifierGuid": "01e862ec-f412-4dc5-aa0c-4e91d73c8991",
                          "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-06-03T18:35:52.3707448",
                          "priceZone": {
                            "$id": "19",
                            "id": 1,
                            "name": "sample string 2",
                            "hostIdentifier": "TtMgk2hyJ0CECYYqSqmKdA==",
                            "hostIdentifierGuid": "9320d34e-7268-4027-8409-862a4aa98a74",
                            "sortOrder": 3,
                            "zoneMasterStoreID": 1,
                            "electedMasterStoreID": 1,
                            "containsElectedMasterStore": true
                          },
                          "priceZoneName": "sample string 51",
                          "storeFuelConfigured": true,
                          "shippingAddressCopied": true,
                          "shippingAddress": {
                            "$id": "20",
                            "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": "20"
                          },
                          "warehouseStore": {
                            "$id": "21",
                            "storeID": 1,
                            "warehouseStoreID": 2,
                            "storeName": "sample string 3",
                            "warehouseName": "sample string 4"
                          },
                          "hostStoreSettings": [
                            {
                              "$id": "22",
                              "id": 1,
                              "hostIdentifier": "GGad+0Pd3kievylSc5ewAg==",
                              "hostIdentifierGuid": "fb9d6618-dd43-48de-9ebf-29527397b002",
                              "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": "23",
                                "identifier": "KdMVkE8p+EiOkqSSsQlD6Q==",
                                "identifierGuid": "9015d329-294f-48f8-8e92-a492b10943e9",
                                "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": "PT2yZFF47Uagi8Q+bSLFxA==",
                                "hostSupplierIdentifierGuid": "64b23d3d-7851-46ed-a08b-c43e6d22c5c4",
                                "loyaltyPriceLevelIdentifier": "D4cbDvcQe0azcYmS7sKn7w==",
                                "loyaltyPriceLevelIdentifierGuid": "0e1b870f-10f7-467b-b371-8992eec2a7ef",
                                "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-06-03T18:35:52.3707448",
                                "lastProcessed": "2026-06-03T18:35:52.3707448",
                                "hold": true,
                                "supplierName": "sample string 35",
                                "supplier": {
                                  "$id": "24",
                                  "identifier": "KUqin86i7km7vuidG68RIQ==",
                                  "identifierGuid": "9fa24a29-a2ce-49ee-bbbe-e89d1baf1121",
                                  "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": "fkzSIRgElE+vdn/FvzVTvg==",
                                  "primaryContactID": "21d24c7e-0418-4f94-af76-7fc5bf3553be",
                                  "storeID": 1,
                                  "abn": "sample string 16",
                                  "supplierGroupIdentifier": "PwEu9hJYs0WGE2T5awyR5A==",
                                  "supplierGroupGuid": "f62e013f-5812-45b3-8613-64f96b0c91e4",
                                  "rebate": 1.0,
                                  "rebateType": 1,
                                  "rebateFrequency": 1,
                                  "rebateSource": 1,
                                  "rebateLastClaimed": "2026-06-03T18:35:52.3707448",
                                  "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": "25",
                                    "id": "8c3f12d3-55bf-4331-bb1b-a417b5e3017b",
                                    "identifier": "/IAMlZI25UeQnPGEQ/mgMg==",
                                    "identifierGuid": "950c80fc-3692-47e5-909c-f18443f9a032",
                                    "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": "26",
                                      "supplierIdentifier": "C7UjAbKsSEGWrsemHyl7mw==",
                                      "supplierIdentifierGuid": "0123b50b-acb2-4148-96ae-c7a61f297b9b",
                                      "contactGuid": "lw+FOT6Ls0qY3zz/qM7hnQ==",
                                      "contactID": "39850f97-8b3e-4ab3-98df-3cffa8cee19d",
                                      "contact": {
                                        "$ref": "25"
                                      },
                                      "supplier": {
                                        "$ref": "24"
                                      }
                                    },
                                    {
                                      "$ref": "26"
                                    }
                                  ],
                                  "products": [
                                    {
                                      "$id": "27",
                                      "pluG_UID": "F/rMT1wh+kW3ZW0ERJelsA==",
                                      "pluGuid": "4fccfa17-215c-45fa-b765-6d044497a5b0",
                                      "supplierIdentifier": "vhXGFKjoP0ewVWZniaG8XA==",
                                      "supplierIdentifierGuid": "14c615be-e8a8-473f-b055-666789a1bc5c",
                                      "cartonQuantity": 1,
                                      "cartonQuantityChanged": true,
                                      "productSize": "sample string 3",
                                      "cigarettesPerSleeve": 1,
                                      "randomWeight": true,
                                      "piecesPerUnit": 5,
                                      "averagePackSize": 6,
                                      "effectiveDate": "2026-06-03T18:35:52.3707448",
                                      "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-06-03T18:35:52.3707448",
                                      "rebate": 1.0,
                                      "rebateExclude": true,
                                      "invoiceCodes": [
                                        {
                                          "$id": "28",
                                          "pluG_UID": "98IoXTWHk0qN2SLplU3DPA==",
                                          "pluGuid": "5d28c2f7-8735-4a93-8dd9-22e9954dc33c",
                                          "supplierIdentifier": "p4ccb5u8QEaACNuJq8DqWA==",
                                          "supplierIdentifierGuid": "6f1c87a7-bc9b-4640-8008-db89abc0ea58",
                                          "invoiceCode": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "28"
                                        }
                                      ],
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "preferredSupplier": true,
                                      "preferredRebateSupplier": true,
                                      "supplierName": "sample string 42",
                                      "salesMode": 43,
                                      "orderPacked": true,
                                      "active": true,
                                      "price": 1,
                                      "costGstPercent": 45,
                                      "parentPluG_UID": "9RlFQMBMfkypc+msmOnQMw==",
                                      "parentPluGuid": "404519f5-4cc0-4c7e-a973-e9ac98e9d033",
                                      "freight": 46.0,
                                      "freightType": 1,
                                      "product": {
                                        "$id": "29",
                                        "plu": 1,
                                        "storeID": 1,
                                        "masterPluG_UID": "QEA=",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "g_UId": "Jndq1ahIgUmv4zhMTuhwSg==",
                                        "guid": "d56a7726-48a8-4981-afe3-384c4ee8704a",
                                        "apn": "sample string 1",
                                        "apnChanged": true,
                                        "apnSwitched": true,
                                        "barcode": "sample string 4",
                                        "itemNumber": "sample string 5",
                                        "itemNumberChanged": true,
                                        "priceGroupG_UID": "X2R9AYET20uHuBGTzQlbyg==",
                                        "priceGroupGuid": "017d645f-1381-4bdb-87b8-1193cd095bca",
                                        "blueprintID": 1,
                                        "lastCountedDate": "2026-06-03T18:35:52.3707448",
                                        "externalID": "sample string 7",
                                        "active": true,
                                        "activated": "2026-06-03T18:35:52.3707448",
                                        "pluCreated": "2026-06-03T18:35:52.3707448",
                                        "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-06-03T18:35:52.3707448",
                                        "lastManualUpdate": "2026-06-03T18:35:52.3707448",
                                        "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-06-03T18:35:52.3707448",
                                        "currentCostUpdated": "2026-06-03T18:35:52.3707448",
                                        "costDecimals": 31,
                                        "costChanged": true,
                                        "dealCostIdentifier": "QEA=",
                                        "excludeFromRebate": true,
                                        "rebateOverride": 1,
                                        "costCalcMethod": 32,
                                        "costCalcMethodChanged": true,
                                        "costEffectiveDate": "2026-06-03T18:35:52.3707448",
                                        "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-06-03T18:35:52.3707448",
                                        "posTare": 1,
                                        "altPrice": 1.0,
                                        "altPriceChanged": true,
                                        "altPriceMode": 53,
                                        "altPriceModeChanged": true,
                                        "altPLUG_UID": "Nv7jC4TaLk++Spy250AnOg==",
                                        "altPLUGuid": "0be3fe36-da84-4f2e-be4a-9cb6e740273a",
                                        "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-06-03T18:35:52.3707448",
                                        "labelLastPrice": 1,
                                        "shelfPageLayoutG_UID": "zeroALC8FU2wCIVznbC5Bg==",
                                        "shelfPageLayoutGuid": "00e8eacd-bcb0-4d15-b008-85739db0b906",
                                        "talkerPageLayoutG_UID": "8kbh71CaLEKfQe3VjRTZKA==",
                                        "talkerPageLayoutGuid": "efe146f2-9a50-422c-9f41-edd58d14d928",
                                        "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": "WZiE6WO5pk2dMvQAhBHWmQ==",
                                        "inventoryIdentifier": "e9849859-b963-4da6-9d32-f4008411d699",
                                        "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": "/S2L8SHGd0S5QWRTtlpI9Q==",
                                        "parentPluGuid": "f18b2dfd-c621-4477-b941-6453b65a48f5",
                                        "preferredHostVendor": 105,
                                        "preferredHostChanged": true,
                                        "code": "sample string 107",
                                        "supplierIdentifier": "VEorsZZmCECmznFGd46pKA==",
                                        "supplierIdentifierGuid": "b12b4a54-6696-4008-a6ce-7146778ea928",
                                        "supplierChanged": true,
                                        "rebateSupplierIdentifier": "8T8ZLiw740GJrwiasdubvA==",
                                        "rebateSupplierIdentifierGuid": "2e193ff1-3b2c-41e3-89af-089ab1db9bbc",
                                        "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-06-03T18:35:52.3707448",
                                        "commodity": "sample string 122",
                                        "businessPillar": "sample string 123",
                                        "mscCommodity": "sample string 124",
                                        "hostIdentifier": "BthpCGTRyEWg4xRuuA1Ztg==",
                                        "hostIdentifierGuid": "0869d806-d164-45c8-a0e3-146eb80d59b6",
                                        "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": "29"
                                          },
                                          {
                                            "$ref": "29"
                                          }
                                        ],
                                        "store": {
                                          "$ref": "18"
                                        },
                                        "storePrices": [
                                          {
                                            "$id": "30",
                                            "pluG_UID": "XTIMHO8qUUmcpb49aTtbsA==",
                                            "pluGuid": "1c0c325d-2aef-4951-9ca5-be3d693b5bb0",
                                            "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-06-03T18:35:52.3707448"
                                          },
                                          {
                                            "$ref": "30"
                                          }
                                        ],
                                        "currentPrices": {
                                          "$id": "31",
                                          "pluPrices": {
                                            "$id": "32",
                                            "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-06-03T18:35:52.3707448",
                                            "priceChangeType": 0,
                                            "costDecimals": 11,
                                            "costCalcMethod": 12,
                                            "targetCampaignPriceGtOrEquNormal": true
                                          },
                                          "normalPluPrices": {
                                            "$ref": "32"
                                          },
                                          "winningCampaign": 1,
                                          "winner": {
                                            "$id": "33",
                                            "campaignName": "sample string 1",
                                            "campaignDescription": "sample string 2",
                                            "talkerText": "sample string 3",
                                            "disableWasSave": true,
                                            "startDate": "2026-06-03T18:35:52.3707448",
                                            "startTime": 5,
                                            "endDate": "2026-06-03T18:35:52.3707448",
                                            "endTime": 6,
                                            "newPrice": 7,
                                            "newCost": 8,
                                            "newCostDecimals": 9,
                                            "pctDiscount": 10,
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 11",
                                            "hostType": 12,
                                            "hostIdentifier": "ivZKhry4ekGWYWozAr7z1Q==",
                                            "hostIdentifierGuid": "864af68a-b8bc-417a-9661-6a3302bef3d5",
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ]
                                          },
                                          "details": [
                                            {
                                              "$ref": "33"
                                            },
                                            {
                                              "$ref": "33"
                                            }
                                          ]
                                        },
                                        "tray": {
                                          "$id": "34",
                                          "g_UId": "Z71WkOzyokKSZjdnFpWjCw==",
                                          "guid": "9056bd67-f2ec-42a2-9266-37671695a30b",
                                          "name": "sample string 1",
                                          "number": 1,
                                          "tare": 1
                                        },
                                        "priceGroup": {
                                          "$id": "35",
                                          "priceGroupG_UID": "a9U/eyn6pEG+y0cnmR4ofg==",
                                          "priceGroupGuid": "7b3fd56b-fa29-41a4-becb-4727991e287e",
                                          "name": "sample string 2",
                                          "code": 1,
                                          "modified": true,
                                          "updated": "2026-06-03T18:35:52.3707448",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "number": 1,
                                          "products": [
                                            {
                                              "$ref": "29"
                                            },
                                            {
                                              "$ref": "29"
                                            }
                                          ],
                                          "productCount": 1
                                        },
                                        "priceGroupName": "sample string 147",
                                        "nutrifacts": {
                                          "$id": "36",
                                          "pluG_UID": "iwEl3mw/BUWvv64VZ91yVw==",
                                          "pluGuid": "de25018b-3f6c-4505-afbf-ae1567dd7257",
                                          "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": "37",
                                          "pluGuid": "b44d7bda-e066-4aa6-9b29-567461595f77",
                                          "created": "2026-06-03T18:35:52.3707448",
                                          "createdByUser": "sample string 1",
                                          "activated": "2026-06-03T18:35:52.3707448",
                                          "activatedByUser": "sample string 2",
                                          "deactivated": "2026-06-03T18:35:52.3707448",
                                          "deactivatedByUser": "sample string 3",
                                          "lastOrdered": "2026-06-03T18:35:52.3707448",
                                          "lastOrderedQty": 4.0,
                                          "lastReceived": "2026-06-03T18:35:52.3707448",
                                          "lastReceivedQty": 5.0,
                                          "lastInvoiceStatus": 1,
                                          "lastCounted": "2026-06-03T18:35:52.3707448",
                                          "lastSold": "2026-06-03T18:35:52.3707448",
                                          "firstSold": "2026-06-03T18:35:52.3707448",
                                          "awsUpdated": "2026-06-03T18:35:52.3707448",
                                          "lastManualUpdate": "2026-06-03T18:35:52.3707448",
                                          "lastManualUpdatedByUser": "sample string 7",
                                          "lastUpdated": "2026-06-03T18:35:52.3707448",
                                          "lastUpdatedByUser": "sample string 9",
                                          "lastUpdatedByHost": "2026-06-03T18:35:52.3707448",
                                          "doNotRangeUpdated": "2026-06-03T18:35:52.3707448",
                                          "doNotOrderUpdated": "2026-06-03T18:35:52.3707448",
                                          "tracked": "2026-06-03T18:35:52.3707448"
                                        },
                                        "allergens": [
                                          {
                                            "$id": "38",
                                            "primaryKey": {
                                              "$id": "39",
                                              "pluGuid": "e1cf5691-65ec-4e7f-9d3e-943da2d409c2",
                                              "contains": 2
                                            },
                                            "allergenID": 1,
                                            "pluG_UID": "kVbP4exlf06dPpQ9otQJwg==",
                                            "pluGuid": "e1cf5691-65ec-4e7f-9d3e-943da2d409c2",
                                            "contains": 2,
                                            "allergenName": "sample string 3",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ],
                                        "costs": {
                                          "$id": "40",
                                          "pluG_UID": "u1UqYsCgqk+LECeGcZ8zDA==",
                                          "pluGuid": "622a55bb-a0c0-4faa-8b10-2786719f330c",
                                          "enteredCost": 1,
                                          "weightedAvgCost": 1,
                                          "lastCost": 1,
                                          "rawEnteredCost": 2,
                                          "rawWeightedAvgCost": 3,
                                          "rawLastCost": 4,
                                          "freight": 5.0,
                                          "freightType": 6,
                                          "costDecimals": 7,
                                          "fifoCost": 1,
                                          "updated": "2026-06-03T18:35:52.3707448",
                                          "normalCost": 1,
                                          "currentCost": 1
                                        },
                                        "sales": [
                                          {
                                            "$id": "41",
                                            "saleHeaderID": 1,
                                            "created": "2026-06-03T18:35:52.3707448",
                                            "createdLocal": "2026-06-03T18:35:52.3707448",
                                            "storeID": 3,
                                            "storeName": "sample string 4",
                                            "operatorG_Uid": "GTbLyV1OEEKfEoUl0QC9RA==",
                                            "operatorGuid": "c9cb3619-4e5d-4210-9f12-8525d100bd44",
                                            "operatorName": "sample string 5",
                                            "tranType": 1,
                                            "plu": 1,
                                            "pluG_UId": "kCcmee6lFUSNAWuQbcYAeA==",
                                            "pluGuid": "79262790-a5ee-4415-8d01-6b906dc60078",
                                            "normalPrice": 1,
                                            "totalCents": 1,
                                            "cost": 1,
                                            "grossProfit": 1,
                                            "quantity": 1,
                                            "operator": {
                                              "$ref": "16"
                                            }
                                          },
                                          {
                                            "$ref": "41"
                                          }
                                        ],
                                        "apns": [
                                          {
                                            "$id": "42",
                                            "pluID": 1,
                                            "pluG_UID": "UG0rlK5JY0m/NMPDHpCISg==",
                                            "pluGuid": "942b6d50-49ae-4963-bf34-c3c31e90884a",
                                            "apn": "sample string 1",
                                            "deleted": true,
                                            "storeID": 1,
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "42"
                                          }
                                        ],
                                        "tuns": [
                                          {
                                            "$id": "43",
                                            "pluG_UId": "j9sxi83Mj0WWtFRjuKho5g==",
                                            "pluGuid": "8b31db8f-cccd-458f-96b4-5463b8a868e6",
                                            "apn": "sample string 1",
                                            "tun": "sample string 2",
                                            "cartonQuantity": 3,
                                            "product": {
                                              "$ref": "29"
                                            },
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "43"
                                          }
                                        ],
                                        "competitionPricing": [
                                          {
                                            "$id": "44",
                                            "identifier": "aayoI60o802F9Oxzeg/a+A==",
                                            "identifierGuid": "23a8ac69-28ad-4df3-85f4-ec737a0fdaf8",
                                            "pluG_UID": "S0CrC7OyEEWzPOF1iI6sgg==",
                                            "pluGuid": "0bab404b-b2b3-4510-b33c-e175888eac82",
                                            "competitionID": 1,
                                            "name": "sample string 2",
                                            "sellMultiple": 3,
                                            "retailPrice": 4,
                                            "storeName": "sample string 5"
                                          },
                                          {
                                            "$ref": "44"
                                          }
                                        ],
                                        "supplier": {
                                          "$ref": "24"
                                        },
                                        "supplierName": "sample string 148",
                                        "children": [
                                          {
                                            "$ref": "29"
                                          },
                                          {
                                            "$ref": "29"
                                          }
                                        ],
                                        "ordering": {
                                          "$ref": "27"
                                        },
                                        "flipChartPages": [
                                          {
                                            "$id": "45",
                                            "identifier": "WI7K3OkXu0aUgXrtw6+ZjQ==",
                                            "groupName": "sample string 1",
                                            "identifierGuid": "dcca8e58-17e9-46bb-9481-7aedc3af998d",
                                            "exists": true,
                                            "flipChartIdentifier": "D87XQGVhJEidl3IdPABwPw==",
                                            "flipChartIdentifierGuid": "40d7ce0f-6165-4824-9d97-721d3c00703f",
                                            "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": "t+SWFtFC+UuT4LV+kRhD5Q==",
                                            "groupIdentifierGuid": "1696e4b7-42d1-4bf9-93e0-b57e911843e5",
                                            "flipChart": {
                                              "$id": "46",
                                              "identifier": "dtoIu/CiBkKmp8C8IzMH0w==",
                                              "identifierGuid": "bb08da76-a2f0-4206-a6a7-c0bc233307d3",
                                              "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": "47",
                                                "identifier": "De/jYW7+V0GSQyYKtslL8A==",
                                                "identifierGuid": "61e3ef0d-fe6e-4157-9243-260ab6c94bf0",
                                                "name": "sample string 2",
                                                "formType": "sample string 3",
                                                "forms": [
                                                  {
                                                    "$id": "48",
                                                    "id": 1,
                                                    "g_UID": "sVMItL/XcEurWu9WEiUV7Q==",
                                                    "guid": "b40853b1-d7bf-4b70-ab5a-ef56122515ed",
                                                    "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": "z0jjtT5n/k6UTc6Olp6Gdw==",
                                                    "previousFormGuid": "b5e348cf-673e-4efe-944d-ce8e969e8677",
                                                    "nextForm": 1,
                                                    "nextFormG_UID": "W8bMT/UJWEmXz6Bs1zbipQ==",
                                                    "nextFormGuid": "4fccc65b-09f5-4958-97cf-a06cd736e2a5",
                                                    "attributes": "sample string 10",
                                                    "updated": "2026-06-03T18:35:52.3707448",
                                                    "positioning": 1,
                                                    "contentPanel": "sample string 11",
                                                    "selectionMode": 1,
                                                    "maximumSelections": 1,
                                                    "alteredInStore": true,
                                                    "deleted": true,
                                                    "blueprintID": 1,
                                                    "preserveLayout": true,
                                                    "mainCheckoutFormName": "sample string 13",
                                                    "nextCheckoutForm": {
                                                      "$ref": "48"
                                                    },
                                                    "previousCheckoutForm": {
                                                      "$ref": "48"
                                                    },
                                                    "buttons": [
                                                      {
                                                        "$id": "49",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "rvsNxuEIU0OK842/uyfTPw==",
                                                        "checkoutFormGuid": "c60dfbae-08e1-4353-8af3-8dbfbb27d33f",
                                                        "identifier": "ZzHjb8jLXkybPOA/0iROJQ==",
                                                        "identifierGuid": "6fe33167-cbc8-4c5e-9b3c-e03fd2244e25",
                                                        "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": "XTYFC0IrFkO1JgzUIGBaww==",
                                                        "valueGuid": "0b05365d-2b42-4316-b526-0cd420605ac3",
                                                        "buttonText": "sample string 10",
                                                        "valueText": "sample string 11",
                                                        "drawImageAndButton": true,
                                                        "updated": "2026-06-03T18:35:52.3707448",
                                                        "action": "sample string 12",
                                                        "valueForm": {
                                                          "$ref": "48"
                                                        },
                                                        "image": {
                                                          "$id": "50",
                                                          "name": "sample string 3.sample string 4",
                                                          "imageID": 2,
                                                          "imageName": "sample string 3",
                                                          "imageExtension": "sample string 4",
                                                          "lastUpdate": "2026-06-03T18:35:52.3707448",
                                                          "imageData": "QEA=",
                                                          "readOnly": true
                                                        }
                                                      },
                                                      {
                                                        "$ref": "49"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$id": "51",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "iPBaZSn0ckeJdtordSUB7Q==",
                                                        "checkoutFormGuid": "655af088-f429-4772-8976-da2b752501ed",
                                                        "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": "51"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "48"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$ref": "51"
                                                  },
                                                  {
                                                    "$ref": "51"
                                                  }
                                                ]
                                              },
                                              "pages": [
                                                {
                                                  "$ref": "45"
                                                },
                                                {
                                                  "$ref": "45"
                                                }
                                              ]
                                            },
                                            "contentPanel": {
                                              "$ref": "51"
                                            },
                                            "products": [
                                              {
                                                "$id": "52",
                                                "flipChartPageIdentifier": "K3V0/V857kWY/cCuoIsZxQ==",
                                                "flipChartPageIdentifierGuid": "fd74752b-395f-45ee-98fd-c0aea08b19c5",
                                                "pluG_UID": "zjrmw19zTEOnGWwfVHGp1g==",
                                                "pluGuid": "c3e63ace-735f-434c-a719-6c1f5471a9d6",
                                                "sortOrder": 3,
                                                "sent": true,
                                                "productChanged": true,
                                                "productImageName": "sample string 6",
                                                "productShowImageOnFlipCharts": true,
                                                "productShowTextOnFlipCharts": true,
                                                "productOverrideFlipChartText": true,
                                                "productFlipChartText": "sample string 10",
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "departmentSortOrder": 11,
                                                "subDepartmentName": "sample string 12"
                                              },
                                              {
                                                "$ref": "52"
                                              }
                                            ],
                                            "productCount": 27,
                                            "pages": [
                                              {
                                                "$ref": "45"
                                              },
                                              {
                                                "$ref": "45"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "45"
                                          }
                                        ],
                                        "priceHistory": [
                                          {
                                            "$id": "53",
                                            "pluG_UID": "MnsmjN6IzEiKmKLmFrIuKg==",
                                            "pluGuid": "8c267b32-88de-48cc-8a98-a2e616b22e2a",
                                            "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-06-03T18:35:52.3707448",
                                            "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": "53"
                                          }
                                        ],
                                        "ingredients": [
                                          {
                                            "$id": "54",
                                            "pluG_UID": "6H1Cf/gHGEO2CzBIt9TpSQ==",
                                            "ingredientGuid": "kLWbvh6ncEqoLj1AGP/yag==",
                                            "ingredientIdentifier": "be9bb590-a71e-4a70-a82e-3d4018fff26a",
                                            "quantity": 1.0,
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "ingredientText": "sample string 1",
                                            "ingredient": {
                                              "$ref": "29"
                                            }
                                          },
                                          {
                                            "$ref": "54"
                                          }
                                        ],
                                        "bins": [
                                          {
                                            "$id": "55",
                                            "pluG_UID": "/tOkxYbAZ0WBlKECSOROkA==",
                                            "pluGuid": "c5a4d3fe-c086-4567-8194-a10248e44e90",
                                            "shelfLocationIdentifier": "vo8Eox1nWEas9M3oX5cv9w==",
                                            "shelfLocationGuid": "a3048fbe-671d-4658-acf4-cde85f972ff7",
                                            "labelShelfDefault": 1,
                                            "labelTalkerDefault": 1,
                                            "labelSmall": true,
                                            "labelPageLayoutG_UID": "8ZI9ZiYAbkiuH7KskgQV3w==",
                                            "labelPageLayoutGuid": "663d92f1-0026-486e-ae1f-b2ac920415df",
                                            "updated": "2026-06-03T18:35:52.3707448",
                                            "electronicShelfLabelIdentifier": "sample string 5",
                                            "electronicshelfLabelsConfigurationID": 6,
                                            "labelShelfChanged": true,
                                            "productName": "sample string 8",
                                            "locationText": "sample string 9",
                                            "product": {
                                              "$ref": "29"
                                            },
                                            "location": {
                                              "$id": "56",
                                              "identifier": "WFmFyxhNPkKP4f5Wh/iJKg==",
                                              "storeID": 1,
                                              "identifierGuid": "cb855958-4d18-423e-8fe1-fe5687f8892a",
                                              "name": "sample string 2",
                                              "haccp": true,
                                              "blueprintID": 1,
                                              "updated": "2026-06-03T18:35:52.3707448",
                                              "minTemp": 1,
                                              "maxTemp": 1,
                                              "checkFrequency": 1,
                                              "storeCaseConfiguration": 5,
                                              "storeName": "sample string 6",
                                              "bins": [
                                                {
                                                  "$ref": "55"
                                                },
                                                {
                                                  "$ref": "55"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "$ref": "55"
                                          }
                                        ],
                                        "bin": {
                                          "$ref": "55"
                                        },
                                        "scaleLocations": [
                                          {
                                            "$id": "57",
                                            "plu": 1,
                                            "pluG_UID": "eAz7PAtHhkCb3SpceUx5lg==",
                                            "pluGuid": "3cfb0c78-470b-4086-9bdd-2a5c794c7996",
                                            "deptNo": 1,
                                            "product": {
                                              "$ref": "29"
                                            },
                                            "scaleLocation": {
                                              "$id": "58",
                                              "id": 1,
                                              "deptNo": 1,
                                              "deptCode": "sample string 2",
                                              "name": "sample string 3",
                                              "enabled": true,
                                              "updated": "2026-06-03T18:35:52.3707448",
                                              "department": {
                                                "$id": "59",
                                                "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": "58"
                                                },
                                                "subDepartments": [
                                                  {
                                                    "$id": "60",
                                                    "id": 1,
                                                    "departmentID": 2,
                                                    "name": "sample string 3",
                                                    "code": "sample string 4",
                                                    "departmentCode": "sample string 5",
                                                    "externalSales": true,
                                                    "minorDepartments": [
                                                      {
                                                        "$id": "61",
                                                        "id": 1,
                                                        "subDepartmentID": 2,
                                                        "departmentID": 3,
                                                        "name": "sample string 4",
                                                        "subDepartmentCode": "sample string 5",
                                                        "departmentCode": "sample string 6",
                                                        "code": "sample string 7",
                                                        "lesserDepartments": [
                                                          {
                                                            "$id": "62",
                                                            "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-06-03T18:35:52.3707448",
                                                            "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": "0cdJ2sDKNkS6w75NXrXhmQ==",
                                                            "labelPageLayoutGuid": "da49c7d1-cac0-4436-bac3-be4d5eb5e199",
                                                            "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": "63",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "name": "sample string 3",
                                                              "active": true,
                                                              "mscCommodities": [
                                                                {
                                                                  "$id": "64",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "name": "sample string 4",
                                                                  "active": true,
                                                                  "mscSubCommodities": [
                                                                    {
                                                                      "$id": "65",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "subCommodity": 4,
                                                                      "name": "sample string 5",
                                                                      "active": true,
                                                                      "subCommodityCode": "sample string 7"
                                                                    },
                                                                    {
                                                                      "$ref": "65"
                                                                    }
                                                                  ],
                                                                  "commodityCode": "sample string 6"
                                                                },
                                                                {
                                                                  "$ref": "64"
                                                                }
                                                              ],
                                                              "categoryCode": "sample string 5"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "64"
                                                            },
                                                            "mscDep": {
                                                              "$id": "66",
                                                              "dept": 1,
                                                              "name": "sample string 2",
                                                              "active": true,
                                                              "mscCategories": [
                                                                {
                                                                  "$ref": "63"
                                                                },
                                                                {
                                                                  "$ref": "63"
                                                                }
                                                              ],
                                                              "deptCode": "sample string 4"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "65"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "62"
                                                          }
                                                        ],
                                                        "updated": "2026-06-03T18:35:52.3707448",
                                                        "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": "edkbGA9kN06WeEi+oXMJEQ==",
                                                        "labelPageLayoutGuid": "181bd979-640f-4e37-9678-48bea1730911",
                                                        "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": "63"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "64"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "66"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "65"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "61"
                                                      }
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2026-06-03T18:35:52.3707448",
                                                    "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": "pflK5rTjmUGriudxTDKWig==",
                                                    "labelPageLayoutGuid": "e64af9a5-e3b4-4199-ab8a-e7714c32968a",
                                                    "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": "63"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "64"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "66"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "65"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "60"
                                                  }
                                                ],
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2026-06-03T18:35:52.3707448",
                                                "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": "O7RZyJaD0k+oH2p6U2JR0w==",
                                                "labelPageLayoutGuid": "c859b43b-8396-4fd2-a81f-6a7a536251d3",
                                                "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": "63"
                                                },
                                                "mscCom": {
                                                  "$ref": "64"
                                                },
                                                "mscDep": {
                                                  "$ref": "66"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "65"
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "$ref": "57"
                                          }
                                        ],
                                        "nextPrice": {
                                          "$id": "67",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "plu": 1,
                                          "hostOfferID": 1,
                                          "metcashPromotionID": "sample string 4",
                                          "metcashPromotionPlacement": "sample string 5",
                                          "pluG_UID": "uTSavMjI/0WmLrmGrSWbbA==",
                                          "pluGuid": "bc9a34b9-c8c8-45ff-a62e-b986ad259b6c",
                                          "newPrice": 1,
                                          "pctDiscount": 1,
                                          "newCost": 1,
                                          "newCostDecimals": 6,
                                          "dealCostIdentifier": "k+8ejhtMqEuBGWV51zZnmA==",
                                          "dealCostGuid": "8e1eef93-4c1b-4ba8-8119-6579d7366798",
                                          "pluName": "sample string 7",
                                          "apn": "sample string 8",
                                          "fuelItem": true,
                                          "priceGroupG_UID": "ZcsGjgIukUyL0kdgrKENFA==",
                                          "priceGroupGuid": "8e06cb65-2e02-4c91-8bd2-4760aca10d14",
                                          "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,
                                          "orderPacked": 20,
                                          "pluNormalCost": 21,
                                          "pluaws": 22.0,
                                          "directNumber": "sample string 23",
                                          "departmentName": "sample string 24",
                                          "subDepartmentName": "sample string 25",
                                          "priceGroupName": "sample string 26",
                                          "supplierName": "sample string 27",
                                          "stockOnHand": 1.1,
                                          "stockOnOrder": 1.1,
                                          "lastReceived": "2026-06-03T18:35:52.3707448",
                                          "rrp": 28,
                                          "campaignDescription": "sample string 29",
                                          "hostCampaign": true,
                                          "hostIdentifier": "QEA=",
                                          "hostIdentifierGuid": "86eab4f7-2d26-41c7-b0d4-53cf72157075",
                                          "campaignComboPriceGroupG_UID": "fd/vFjzIEk+8wwGKTeuwxg==",
                                          "campaignComboPriceGroupIdentifier": "16efdf7d-c83c-4f12-bcc3-018a4debb0c6",
                                          "promotionPlacementDescription": "sample string 31",
                                          "storeAcceptances": [
                                            {
                                              "$id": "68",
                                              "plu": 1,
                                              "pluG_UId": "QEA=",
                                              "campaignID": 1,
                                              "campaignName": "sample string 2",
                                              "storeID": 3,
                                              "acceptedUtc": "2026-06-03T18:35:52.3707448",
                                              "operatorG_UID": "BQuUqwCJs0i2mwWScTr2AQ==",
                                              "operatorGuid": "ab940b05-8900-48b3-b69b-0592713af601",
                                              "machineID": 1,
                                              "processed": true,
                                              "appliedUtc": "2026-06-03T18:35:52.3707448",
                                              "signIqTicketFileMovedUtc": "2026-06-03T18:35:52.3707448",
                                              "user": "sample string 6",
                                              "campaignDescription": "sample string 7",
                                              "productDesc": "sample string 8",
                                              "storeName": "sample string 9",
                                              "effectiveUtc": "2026-06-03T18:35:52.3707448",
                                              "priceChangeType": 0,
                                              "operatorName": "sample string 10",
                                              "hostCampaign": true,
                                              "hostIdentifier": "QEA=",
                                              "hostIdentifierGuid": "32e2f5c1-1d0a-4800-b274-6d8ae39f25ff",
                                              "product": {
                                                "$ref": "29"
                                              },
                                              "campaignPlu": {
                                                "$ref": "67"
                                              },
                                              "fuelItem": true
                                            },
                                            {
                                              "$ref": "68"
                                            }
                                          ],
                                          "campaign": {
                                            "$id": "69",
                                            "id": 1,
                                            "storeID": 2,
                                            "name": "1ce3f84c-f418-44ac-b5a8-81e63b5caf5e",
                                            "nameGuid": "1ce3f84c-f418-44ac-b5a8-81e63b5caf5e",
                                            "description": "sample string 4",
                                            "showDiscounts": true,
                                            "showTotals": true,
                                            "onlyEvaluateOnSubtotal": true,
                                            "useDescription": true,
                                            "campaignType": 1,
                                            "startDate": "2026-06-03T18:35:52.3707448",
                                            "startTime": 1,
                                            "endDate": "2026-06-03T18:35:52.3707448",
                                            "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-06-03T18:35:52.3707448",
                                            "system": true,
                                            "created": "2026-06-03T18:35:52.3707448",
                                            "updated": "2026-06-03T18:35:52.3707448",
                                            "priceChangeNotifiedUtc": "2026-06-03T18:35:52.3707448",
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 13",
                                            "hostIdentifier": "Fu4o/w+S306CfHxwg0kh8Q==",
                                            "hostIdentifierGuid": "ff28ee16-920f-4edf-827c-7c70834921f1",
                                            "hostType": 14,
                                            "createdByUser": "sample string 15",
                                            "fromHost": true,
                                            "deleted": true,
                                            "campaignDeleted": "2026-06-03T18:35:52.3707448",
                                            "updatedByUser": "sample string 18",
                                            "offerID": 1,
                                            "isPriceChangeCampaign": true,
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "campaignPlus": [
                                              {
                                                "$ref": "67"
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "campaignPools": [
                                              {
                                                "$id": "70",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "plu": 4,
                                                "pluG_UID": "GB37dukQzE++Yyhd8KppWw==",
                                                "pluGuid": "76fb1d18-10e9-4fcc-be63-285df0aa695b",
                                                "hostOfferID": 1,
                                                "priceGroupG_UID": "wbQEE8PTskCE3fQOaP44pg==",
                                                "priceGroupGuid": "1304b4c1-d3c3-40b2-84dd-f40e68fe38a6",
                                                "fuelItem": true,
                                                "pluName": "sample string 6",
                                                "apn": "sample string 7",
                                                "pluActive": true,
                                                "cartonQty": 1,
                                                "baseUnits": 9.1,
                                                "cri": "sample string 10",
                                                "salesMode": 1,
                                                "orderPacked": 11,
                                                "pluaws": 12.0,
                                                "directNumber": "sample string 13",
                                                "departmentName": "sample string 14",
                                                "subDepartmentName": "sample string 15",
                                                "priceGroupName": "sample string 16",
                                                "supplierName": "sample string 17",
                                                "stockOnHand": 1.1,
                                                "stockOnOrder": 1.1,
                                                "lastReceived": "2026-06-03T18:35:52.3707448",
                                                "rrp": 18,
                                                "campaignDescription": "sample string 19",
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "campaign": {
                                                  "$ref": "69"
                                                }
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ],
                                            "sellingRules": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "identifier": "q/AgNPHsEEuumsa0JPXRXg==",
                                                "identifierStr": "q/AgNPHsEEuumsa0JPXRXg==",
                                                "identifierGuid": "3420f0ab-ecf1-4b10-ae9a-c6b424f5d15e",
                                                "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": "69"
                                                }
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "customers": [
                                              {
                                                "$id": "72",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "customerID": "Pa+lNyiKTESPJPJfD9oS1A==",
                                                "customerIDGuid": "37a5af3d-8a28-444c-8f24-f25f0fda12d4",
                                                "campaign": {
                                                  "$ref": "69"
                                                },
                                                "customer": {
                                                  "$ref": "7"
                                                }
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ],
                                            "customerGroups": [
                                              {
                                                "$id": "73",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupID": "WMGXmrT1eEmRpak3u00Dng==",
                                                "groupIDGuid": "9a97c158-f5b4-4978-91a5-a937bb4d039e",
                                                "campaign": {
                                                  "$ref": "69"
                                                },
                                                "group": {
                                                  "$ref": "11"
                                                }
                                              },
                                              {
                                                "$ref": "73"
                                              }
                                            ],
                                            "signIqTickets": [
                                              {
                                                "$id": "74",
                                                "identifier": "jBCYKVM6gkicRvH8FJPQQA==",
                                                "identifierGuid": "2998108c-3a53-4882-9c46-f1fc1493d040",
                                                "campaignName": "sample string 2",
                                                "message": "sample string 3",
                                                "ticketFileSource": "sample string 4",
                                                "ticketFileDestination": "sample string 5",
                                                "storeID": 1
                                              },
                                              {
                                                "$ref": "74"
                                              }
                                            ],
                                            "comboPriceGroups": [
                                              {
                                                "$id": "75",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "g_UID": "mnhRAIw320yuexQOmsFu4Q==",
                                                "guid": "0051789a-378c-4cdb-ae7b-140e9ac16ee1",
                                                "description": "sample string 5",
                                                "newPrice": 1,
                                                "rangeDescription": "sample string 6",
                                                "dealDescription": "sample string 7",
                                                "labelQuantity": 8,
                                                "hostProductCategoryID": 1,
                                                "offerID": 1,
                                                "dontUpdatePricePlus": true,
                                                "campaign": {
                                                  "$ref": "69"
                                                },
                                                "comboPricePlus": [
                                                  {
                                                    "$id": "76",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupG_UID": "uSwlQUurqEyBsunntBfolQ==",
                                                    "groupGuid": "41252cb9-ab4b-4ca8-81b2-e9e7b417e895",
                                                    "comboPriceType": 5,
                                                    "priceType": 5,
                                                    "pluG_UID": "Wbej3RQJ5UGCZaFhVIZLMg==",
                                                    "pluGuid": "dda3b759-0914-41e5-8265-a16154864b32",
                                                    "priceGroupG_UID": "G0gc47B6OEixK2mlmdFV6Q==",
                                                    "priceGroupGuid": "e31c481b-7ab0-4838-b12b-69a599d155e9",
                                                    "campaignPoolID": "sample string 7",
                                                    "quantity": 1,
                                                    "campaign": {
                                                      "$ref": "69"
                                                    },
                                                    "product": {
                                                      "$ref": "29"
                                                    },
                                                    "priceGroup": {
                                                      "$ref": "35"
                                                    },
                                                    "campaignPool": {
                                                      "$ref": "69"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "76"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "75"
                                              }
                                            ],
                                            "priceLevels": [
                                              {
                                                "$id": "77",
                                                "id": 1,
                                                "priceLevelIdentifier": "LWC/kV5aJkW0xaP8LzhLIQ==",
                                                "priceLevelIdentifierGuid": "91bf602d-5a5e-4526-b4c5-a3fc2f384b21",
                                                "campaignName": "sample string 3",
                                                "priceLevelName": "sample string 4"
                                              },
                                              {
                                                "$ref": "77"
                                              }
                                            ],
                                            "promotionType": {
                                              "$id": "78",
                                              "identifier": "SzZ2N3m7p0egTsKzQ7luwA==",
                                              "identifierGuid": "3776364b-bb79-47a7-a04e-c2b343b96ec0",
                                              "hostType": 2,
                                              "code": "sample string 3",
                                              "description": "sample string 4",
                                              "isLiquor": true,
                                              "isAdvertised": true,
                                              "disableWasSave": true,
                                              "excludeFromPromoSales": true,
                                              "labelPageLayoutG_UID": "xbgpsYHsIkG/baofzdgbNQ==",
                                              "labelPageLayoutGuid": "b129b8c5-ec81-4122-bf6d-aa1fcdd81b35",
                                              "priceLevelIdentifier": "NpEdRBniwEWJaHOLT4G76Q==",
                                              "priceLevelIdentifierGuid": "441d9136-e219-45c0-8968-738b4f81bbe9",
                                              "active": true,
                                              "updated": "2026-06-03T18:35:52.3707448",
                                              "hostName": "sample string 11"
                                            }
                                          },
                                          "product": {
                                            "$ref": "29"
                                          },
                                          "dealCost": {
                                            "$id": "79",
                                            "headerIdentifier": "cVSQAHzzqUmOPDxBCdbH2Q==",
                                            "headerIdentifierGuid": "00905471-f37c-49a9-8e3c-3c4109d6c7d9",
                                            "identifier": "SKBnsbg4xku0AfVpzO8Hwg==",
                                            "identifierGuid": "b167a048-38b8-4bc6-b401-f569ccef07c2",
                                            "supplierIdentifier": "o6WtLbKz7kO8l4pJFYqfpg==",
                                            "supplierGuid": "2dada5a3-b3b2-43ee-bc97-8a49158a9fa6",
                                            "pluG_UID": "qoCtHL5ziE+UhoWuybgFhg==",
                                            "pluGuid": "1cad80aa-73be-4f88-9486-85aec9b80586",
                                            "campaignName": "04a8819e-7913-4bba-bdf4-0df716bf7470",
                                            "description": "sample string 4",
                                            "cost": 5,
                                            "costDecimals": 6,
                                            "start": "2026-06-03T18:35:52.3707448",
                                            "end": "2026-06-03T18:35:52.3707448",
                                            "type": 9,
                                            "promoType": 10,
                                            "bonusItemPLUG_UID": "Qx/VM9AKskOvU1Ec1VT++w==",
                                            "bonusItemPluGuid": "33d51f43-0ad0-43b2-af53-511cd554fefb",
                                            "bonusPurchaseUnits": 11,
                                            "bonusReceiveUnits": 12,
                                            "updated": "2026-06-03T18:35:52.3707448",
                                            "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-06-03T18:35:52.3707448",
                                            "campaignEndDate": "2026-06-03T18:35:52.3707448",
                                            "masterPLUG_UID": "tTLH6dKtB0u12R0iqyWvew==",
                                            "masterID": "e9c732b5-add2-4b07-b5d9-1d22ab25af7b",
                                            "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": "RK75l0PS1EeWKqH11aJULQ==",
                                            "bonusMasterID": "97f9ae44-d243-47d4-962a-a1f5d5a2542d",
                                            "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-06-03T18:35:52.3707448",
                                        "dealCosts": [
                                          {
                                            "$ref": "79"
                                          },
                                          {
                                            "$ref": "79"
                                          }
                                        ],
                                        "tags": [
                                          {
                                            "$id": "80",
                                            "pluG_UID": "phf8SfNxHUCiXfkNdpUMhw==",
                                            "pluGuid": "49fc17a6-71f3-401d-a25d-f90d76950c87",
                                            "tagID": 1,
                                            "description": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "80"
                                          }
                                        ],
                                        "alternateProductG_UID": "1X43LrIjR0utsP+DrikGGA==",
                                        "alternateProduct": "2e377ed5-23b2-4b47-adb0-ff83ae290618",
                                        "altProduct": {
                                          "$ref": "29"
                                        },
                                        "productHostCode": {
                                          "$id": "81",
                                          "id": 1,
                                          "pluG_UID": "+XrZCDX5Ak6EvdihcUrzSg==",
                                          "pluGuid": "08d97af9-f935-4e02-84bd-d8a1714af34a",
                                          "ibaCode": "sample string 2"
                                        },
                                        "mscCat": {
                                          "$ref": "63"
                                        },
                                        "mscCom": {
                                          "$ref": "64"
                                        },
                                        "mscDep": {
                                          "$ref": "66"
                                        },
                                        "mscSubCom": {
                                          "$ref": "65"
                                        },
                                        "isUserUpdate": true,
                                        "ignoreMasterProduct": true,
                                        "priceGroupLabelRequested": true,
                                        "firstSold": "2026-06-03T18:35:52.3707448",
                                        "inventoryTracked": "2026-06-03T18:35:52.3707448",
                                        "isNormalPriceChangesCampaign": true,
                                        "baseProductFuel": {
                                          "$id": "82",
                                          "pluG_UID": "wJAKEOZtfE+Vh1az+vW+tA==",
                                          "pluGuid": "100a90c0-6de6-4f7c-9587-56b3faf5beb4",
                                          "fuelPluG_UID": "MhgVsBbje0KR/oY31njHDw==",
                                          "fuelPluGuid": "b0151832-e316-427b-91fe-8637d678c70f",
                                          "price": 3,
                                          "productDescription": "sample string 4",
                                          "productBarcode": "sample string 5",
                                          "fuelProductDescription": "sample string 6",
                                          "fuelProductBarcode": "sample string 7",
                                          "fuelProductPrice": 8
                                        },
                                        "productFuelLinks": [
                                          {
                                            "$ref": "82"
                                          },
                                          {
                                            "$ref": "82"
                                          }
                                        ]
                                      },
                                      "supplier": {
                                        "$ref": "24"
                                      },
                                      "serviceFee": {
                                        "$id": "83",
                                        "id": 1,
                                        "description": "sample string 1",
                                        "fee": 1
                                      },
                                      "isPrimaryHost": true,
                                      "hostVendor": 48
                                    },
                                    {
                                      "$ref": "27"
                                    }
                                  ],
                                  "orderCycleHeaders": [
                                    {
                                      "$id": "84",
                                      "storeID": 1,
                                      "supplierIdentifier": "Kdh34q1VI0m1iWvO5vRP0g==",
                                      "supplierGuid": "e277d829-55ad-4923-b589-6bcee6f44fd2",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "storeName": "sample string 5",
                                      "departmentName": "sample string 6",
                                      "orderDays": 7
                                    },
                                    {
                                      "$ref": "84"
                                    }
                                  ],
                                  "cycles": [
                                    {
                                      "$id": "85",
                                      "storeID": 1,
                                      "supplierIdentifier": "5RnUU2uGBUSqJnpHmNZUaQ==",
                                      "supplierGuid": "53d419e5-866b-4405-aa26-7a4798d65469",
                                      "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-06-03T18:35:52.3707448",
                                      "deliveryDate": "2026-06-03T18:35:52.3707448",
                                      "nextCutOffDate": "2026-06-03T18:35:52.3707448",
                                      "nextDeliveryDate": "2026-06-03T18:35:52.3707448",
                                      "nextDaysBuffer": 10
                                    },
                                    {
                                      "$ref": "85"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "18"
                                  },
                                  "updated": "2026-06-03T18:35:52.3707448",
                                  "isHost": true
                                },
                                "files": [
                                  {
                                    "$id": "86",
                                    "id": "sample string 1",
                                    "fileName": "sample string 2",
                                    "extension": "sample string 3",
                                    "provider": 0,
                                    "type": 0,
                                    "hostType": "sample string 4",
                                    "createdUtc": "2026-06-03T18:35:52.3707448",
                                    "processed": "2026-06-03T18:35:52.3707448",
                                    "isProcessing": true,
                                    "processedCount": 6,
                                    "processingTime": 1,
                                    "collectedUtc": "2026-06-03T18:35:52.3707448",
                                    "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": "23"
                                    },
                                    "metcashHeader": {
                                      "$id": "87",
                                      "customerNumber": "sample string 1",
                                      "creationDate": "2026-06-03T18:35:52.3707448",
                                      "businessPillar": "sample string 3",
                                      "fileType": "sample string 4"
                                    }
                                  },
                                  {
                                    "$ref": "86"
                                  }
                                ],
                                "zoneMatrix": [
                                  {
                                    "$id": "88",
                                    "id": 1,
                                    "hostIdentifier": "EWLr/DQbCUCt0pESc2UoBQ==",
                                    "hostIdentifierGuid": "fceb6211-1b34-4009-add2-911273652805",
                                    "storeID": 1,
                                    "departmentCode": "sample string 2",
                                    "hostGuids": [
                                      "39452342-f593-4f45-8f56-3a0a392e3dc1",
                                      "0ebb23b3-60f7-4197-854f-365d638601c9"
                                    ]
                                  },
                                  {
                                    "$ref": "88"
                                  }
                                ],
                                "hostFileStoreSetting": {
                                  "$ref": "22"
                                },
                                "hostStoreSettings": [
                                  {
                                    "$ref": "22"
                                  },
                                  {
                                    "$ref": "22"
                                  }
                                ],
                                "promotionPlacements": [
                                  {
                                    "$id": "89",
                                    "identifier": "sU2l2Oz2yk6hFu03UPYk8Q==",
                                    "identifierGuid": "d8a54db1-f6ec-4eca-a116-ed3750f624f1",
                                    "code": "sample string 2",
                                    "description": "sample string 3",
                                    "isAdvertised": true
                                  },
                                  {
                                    "$ref": "89"
                                  }
                                ],
                                "promoTypeGuids": [
                                  "d07843a0-3f32-4c1b-b7b0-634cce960f65",
                                  "63dd412f-9b1c-4446-a620-97b76c0b1282"
                                ],
                                "isPromotionOnly": false,
                                "isOrderable": false,
                                "vendor": 0
                              },
                              "groupIDs": [
                                1,
                                2
                              ],
                              "hostDescription": "sample string 27"
                            },
                            {
                              "$ref": "22"
                            }
                          ],
                          "accounts": [
                            {
                              "$id": "90",
                              "id": 1,
                              "storeID": 1,
                              "accountName": "sample string 2",
                              "bsb": "sample string 3",
                              "accountNumber": "sample string 4",
                              "accountDesignated": true
                            },
                            {
                              "$ref": "90"
                            }
                          ],
                          "sales": [
                            {
                              "$id": "91",
                              "id": 1,
                              "storeID": 1,
                              "externalSalesType": 2,
                              "ftpSiteID": 1,
                              "lastSaleProcessed": "2026-06-03T18:35:52.3707448",
                              "ftpSite": {
                                "$id": "92",
                                "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": "91"
                            }
                          ],
                          "suppliedStores": [
                            1,
                            2
                          ],
                          "zoneMatrix": [
                            {
                              "$ref": "88"
                            },
                            {
                              "$ref": "88"
                            }
                          ],
                          "cashManagements": [
                            {
                              "$id": "93",
                              "id": 1,
                              "storeID": 1,
                              "cashManagementType": 2,
                              "apiID": 1,
                              "organisationID": "sample string 3",
                              "siteName": "sample string 4",
                              "thirdPartyAPI": {
                                "$id": "94",
                                "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,
                                "config": "sample string 10"
                              }
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "updateStoreID": "d039412c-81a8-4219-a1e6-c63f5929f34b",
                          "updateStore": {
                            "$id": "95",
                            "id": "4e5ce7c5-d0a9-42ae-8ec4-52b1708316a1",
                            "name": "sample string 1",
                            "lastActivity": "2026-06-03T18:35:52.3707448",
                            "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-06-03T18:35:52.3707448"
                          },
                          "timeZoneId": "sample string 54",
                          "securityOptions": {
                            "$id": "96",
                            "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": "17"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "7"
                  },
                  "communityOrganisation": {
                    "$id": "97",
                    "id": 1,
                    "identifier": "kpJwhjfVK0WpEFBGjEB7DA==",
                    "identifierGuid": "86709292-d537-452b-a910-50468c407b0c",
                    "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-06-03T18:35:52.3707448",
                    "promoPeriodEnd": "2026-06-03T18:35:52.3707448",
                    "allowDonations": true,
                    "logoImageName": "sample string 17",
                    "totalAmountAwarded": 18.1,
                    "updated": "2026-06-03T18:35:52.3707448",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "98",
                      "saleItemID": 1,
                      "identifier": "kLQNoKJnVU+HyU6AeBv1gA==",
                      "identifierGuid": "a00db490-67a2-4f55-87c9-4e80781bf580",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "RxudzX/X/keh8FfU01xGWA==",
                      "pluGuid": "cd9d1b47-d77f-47fe-a1f0-57d4d35c4658",
                      "accountID": "txoqGUek7EW8sXAG/D/JEw==",
                      "accountIDGuid": "192a1ab7-a447-45ec-bcb1-7006fc3fc913",
                      "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-06-03T18:35:52.3707448",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "b/hB1BTV1U+ysNkj84yTqw==",
                      "refundGuid": "d441f86f-d514-4fd5-b2b0-d923f38c93ab",
                      "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": "Uu7kMeERD0a6tq6HDia6jg==",
                      "idempotentVoidGuid": "31e4ee52-11e1-460f-bab6-ae870e26ba8e",
                      "priceLevelIdentifier": "2tIh9g+6MUOH/VmokK8bug==",
                      "priceLevelIdentifierGuid": "f621d2da-ba0f-4331-87fd-59a890af1bba",
                      "communityIdentifier": "RKCpO9jLF0qDYWdRjN3LNw==",
                      "communityIdentifierGuid": "3ba9a044-cbd8-4a17-8361-67518cddcb37",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "99",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2026-06-03T18:35:52.3707448",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "99"
                        }
                      ],
                      "refund": {
                        "$id": "100",
                        "id": 1,
                        "g_UID": "ZtslRyIoEki41vocR0dD5g==",
                        "guid": "4725db66-2822-4812-b8d6-fa1c474743e6",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2026-06-03T18:35:52.3707448"
                      },
                      "modifier": {
                        "$id": "101",
                        "id": 1,
                        "setG_UID": "FczcRABxOkWSb4a1yHv3jA==",
                        "modifierSetGuid": "44dccc15-7100-453a-926f-86b5c87bf78c",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "l0IJEWnq6UmSGuLU1g0z2A==",
                        "pluGuid": "11094297-ea69-49e9-921a-e2d4d60d33d8",
                        "deleted": true,
                        "g_UID": "LM7Idcl5y0+NXoa1dsdJyg==",
                        "guid": "75c8ce2c-79c9-4fcb-8d5e-86b576c749ca",
                        "product": {
                          "$ref": "29"
                        }
                      },
                      "priceLevelName": "sample string 25",
                      "pumpNumber": 1,
                      "hoseNumber": 1
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "eftReceipts": [
                    {
                      "$id": "102",
                      "id": 1,
                      "storeID": 1,
                      "saleHeaderID": 2,
                      "storeSaleHeader": {
                        "$ref": "14"
                      },
                      "receipt": "sample string 3",
                      "processed": 1
                    },
                    {
                      "$ref": "102"
                    }
                  ],
                  "payments": [
                    {
                      "$ref": "13"
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "cards": [
                    {
                      "$id": "103",
                      "id": 1,
                      "saleHeaderID": 1,
                      "identifier": "sample string 2",
                      "cardType": 3,
                      "providerName": "sample string 4"
                    },
                    {
                      "$ref": "103"
                    }
                  ],
                  "campaignHits": [
                    {
                      "$id": "104",
                      "id": 1,
                      "saleHeaderID": 2,
                      "campaign": "sample string 3",
                      "name": "sample string 4",
                      "processed": 1,
                      "campaignDescription": "sample string 5"
                    },
                    {
                      "$ref": "104"
                    }
                  ],
                  "fuel": [
                    {
                      "$id": "105",
                      "id": 1,
                      "plu": 1,
                      "pluG_UID": "3g16XTg21EepudGKeWN0FA==",
                      "pluGuid": "5d7a0dde-3638-47d4-a9b9-d18a79637414",
                      "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-06-03T18:35:52.3707448",
                      "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-06-03T18:35:52.3707448",
                      "tagNumber": "sample string 15",
                      "trackTwoRem": "sample string 16",
                      "transCode": 1,
                      "transType": 1,
                      "unitPrice": 1.0,
                      "vehicleReg": "sample string 17",
                      "offline": true,
                      "processed": 1
                    },
                    {
                      "$ref": "105"
                    }
                  ],
                  "fuelResells": [
                    {
                      "$id": "106",
                      "saleItemID": 1,
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "r0v2syu57kaG7uf1VkcLfw==",
                      "pluGuid": "b3f64baf-b92b-46ee-86ee-e7f556470b7f",
                      "accountID": "FcCfxUkxqUeoRWfNYmYVlQ==",
                      "accountIDGuid": "c59fc015-3149-47a9-a845-67cd62661595",
                      "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-06-03T18:35:52.3707448",
                      "bestOrExpireType": 1,
                      "refundG_UID": "Q7q9due5p02wZALzbhEtGw==",
                      "refundGuid": "76bdba43-b9e7-4da7-b064-02f36e112d1b",
                      "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": "106"
                    }
                  ],
                  "customerOrder": [
                    {
                      "$id": "107",
                      "identifier": "iwKZIDGinUSFrrDA/lgaYg==",
                      "identifierGuid": "2099028b-a231-449d-85ae-b0c0fe581a62",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "fp2xPYsjH0S2gxgg6ccYRg==",
                      "customerIdentifierGuid": "3db19d7e-238b-441f-b683-1820e9c71846",
                      "operatorNo": 1,
                      "operatorG_UID": "PfjY3Ip+P0KBjxXzAekWVg==",
                      "operatorGuid": "dcd8f83d-7e8a-423f-818f-15f301e91656",
                      "created": "2026-06-03T18:35:52.3707448",
                      "ordered": "2026-06-03T18:35:52.3707448",
                      "started": "2026-06-03T18:35:52.3707448",
                      "completed": "2026-06-03T18:35:52.3707448",
                      "supplied": "2026-06-03T18:35:52.3707448",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "7"
                      },
                      "operator": {
                        "$ref": "16"
                      },
                      "details": [
                        {
                          "$id": "108",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "dkp0X+lvUU6fiOw1pe52aQ==",
                          "pluGuid": "5f744a76-6fe9-4e51-9f88-ec35a5ee7669",
                          "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": "Fl+O7+T8ek2yiYGX+vpxAA==",
                          "headerIdentifierGuid": "ef8e5f16-fce4-4d7a-b289-8197fafa7100",
                          "product": {
                            "$ref": "29"
                          }
                        },
                        {
                          "$ref": "108"
                        }
                      ],
                      "storeName": "sample string 11",
                      "customerName": "sample string 12",
                      "storeReplyTo": "sample string 13",
                      "storeSubjectLine": "sample string 14",
                      "storeSaleHeader": {
                        "$ref": "14"
                      }
                    },
                    {
                      "$ref": "107"
                    }
                  ],
                  "surveyResponses": [
                    {
                      "$id": "109",
                      "surveyG_UID": "yRM86sbZ3EKEpJvJut9+gA==",
                      "surveyGuid": "ea3c13c9-d9c6-42dc-84a4-9bc9badf7e80",
                      "saleHeaderGuid": "Wryrp2xl+0iuXVyDVHKEiw==",
                      "saleGuid": "a7abbc5a-656c-48fb-ae5d-5c835472848b",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "O824y/iZnkK+IrxLc7Urgg==",
                      "guidResponse": "cbb8cd3b-99f8-429e-be22-bc4b73b52b82",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2026-06-03T18:35:52.3707448",
                      "sale": {
                        "$ref": "14"
                      },
                      "survey": {
                        "$id": "110",
                        "g_UID": "SP0/WK7eJkaC7cEbquTzMg==",
                        "guid": "583ffd48-deae-4626-82ed-c11baae4f332",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "J99jFZrL5EyZETVfqTuB2A==",
                        "checkoutFormGuid": "1563df27-cb9a-4ce4-9911-355fa93b81d8",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2026-06-03T18:35:52.3707448",
                        "end": "2026-06-03T18:35:52.3707448",
                        "deleted": true,
                        "updated": "2026-06-03T18:35:52.3707448",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "c66993d3-e601-4034-8f82-a3db33649846",
                          "f79d7c72-8763-42df-8d77-88acda33ee59"
                        ],
                        "allowsAllTextResponses": true,
                        "surveyForm": {
                          "$ref": "48"
                        }
                      },
                      "ingressId": "sample string 4"
                    },
                    {
                      "$ref": "109"
                    }
                  ],
                  "storeName": "sample string 39",
                  "terminalNumber": 40,
                  "machineName": "sample string 41",
                  "operatorName": "sample string 42",
                  "direction": 1,
                  "reason": "sample string 43",
                  "accountG_UID": "6Q+e2y5Ms0m4gXRtK8McJA==",
                  "accountIdentifier": "db9e0fe9-4c2e-49b3-b881-746d2bc31c24",
                  "accountName": "sample string 44",
                  "customerOrderIdentifier": "X1+4GpEiNU24wlIcS/veTA==",
                  "customerOrderIdentifierGuid": "1ab85f5f-2291-4d35-b8c2-521c4bfbde4c",
                  "priceLevelName": "sample string 45",
                  "revision": 46,
                  "ingressId": "sample string 47"
                },
                "metadata": {
                  "$id": "111",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "zlNKmFBAb06Cs8RUlJbeyg==",
                  "paymentIdentifierGuid": "984a53ce-4050-4e6f-82b3-c4549496deca",
                  "identifier": "Ty5i9cTt7ky4/wgzQP0ciw==",
                  "identifierGuid": "f5622e4f-edc4-4cee-b8ff-083340fd1c8b",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "XA8UMqfAckqNYZxHLTg0QQ==",
                  "itemIdentifierGuid": "32140f5c-c0a7-4a72-8d61-9c472d383441"
                }
              },
              {
                "$ref": "13"
              }
            ]
          },
          {
            "$ref": "8"
          }
        ],
        "customerGroupMembers": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ],
        "customerGroups": [
          {
            "$ref": "11"
          },
          {
            "$ref": "11"
          }
        ],
        "accounts": [
          {
            "$ref": "9"
          },
          {
            "$ref": "9"
          }
        ],
        "account": {
          "$ref": "9"
        },
        "vouchers": [
          {
            "$id": "112",
            "customerIdentifier": "52evf+oxI0yXV9v5bl47lQ==",
            "customerIdentifierGuid": "7faf67e7-31ea-4c23-9757-dbf96e5e3b95",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "ApUZkh/SoUSObVOThbUdkQ==",
            "idempotentGuid": "92199502-d21f-44a1-8e6d-539385b51d91",
            "offline": true,
            "voucher": {
              "$ref": "4"
            },
            "customer": {
              "$ref": "7"
            }
          },
          {
            "$ref": "112"
          }
        ]
      },
      "issuedOfflinePayment": {
        "$ref": "13"
      },
      "redeemedOfflinePayment": {
        "$ref": "13"
      }
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKz��\ryL�5xl/workbook.xml �(�����0��&�C���N\�z��E�O�||o�vfg��b4�ӓ���]I�lΘo:T�Ƣ���8!J�b�me��i�
u`��1e�h�I��B���C�CjXP
���~GH15{H�,��֝L–�M3l��Ѡ��5�dvn��	%.�q��8��5IS�!�{�l�]}PKz��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
z��\ć8''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R5971bcd9b9c9446e" /></Relationships>PKz��\B�יxl/worksheets/sheet1.xml �(���Ko�0������!$��I�{[�a���b�N�ϯ1�6%��c����c9�yR-8c��rH"��J]��Ó����zmm#�����q�EȖ�P�F�(:���Q���9 ]ײ;]����'Ȉ�;��m��±�Wj٣�
-�v,���`�U�W�F�9�%�=�Y��J��71N�_��a��!,Z�a��T������O!��CZ�ԭ
_��0:
�^V���:b���)�x�<Y�տ)�Re�����OqDb����	M7�l���o���ɾ�����V��z=/��iLq�6��W}4�-�x�/2�{`B�W�[�p3~��_��:�D�-	rI�/	zI��$�K"�	�۞{���Ӆ�z���H���B\9����zn���x㟒0Z;a�ϻxPKz��\��^z�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�n�|��ݰa[z��Q;�]�gc���V� �X��j4��'�|�l�o�H^0���x���S^����C�����Ly"�a�$��؁Mi�P��I����r��0ɔ���Y��쑮�hX2�I���C��
�:O��`���)Z��(C����R����L�;8�ZhY�uëJY�wS��2b����2�5[iD|��*ce@��B���iY^��ɑ1#Ja���Fo�b�PKz��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKz��\�8i���xl/sharedStrings.xml �(�e�AO�0��J�;I�j�C5���B"jM-�K�"Ư'MH��=���_���A}BbOX�)��i�8V�����ъ���!T��ն.�E�(r�'���Z�'��
̀y�N):�2���n�	@b��Eqe��UOJ���Z�,Мt����;�PZ�K{�ރgY{�{?����ϲ�����YX(Bz�%?�������\�{@H�7�{�6/�o�:t#$���ͮm�i-����`s��PK-z��\ryL�5xl/workbook.xmlPK-z��\����	�[Content_Types].xmlPK-
z��\ć8''V_rels/.relsPK-z��\B�י�xl/worksheets/sheet1.xmlPK-z��\��^z�P�xl/_rels/workbook.xml.relsPK-z��\Ѓc'2E
�xl/styles.xmlPK-z��\�8i���kxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKz��\B~���5xl/workbook.xml �(�����0D�&�C��U
)��x��}�[i�-ik��-H�yۙ�};bp�}8ג��l(|I���� 4v�G�v�y1I�bN)-�v�m�Fv�<g;�����>Й�+���h�e@[Zm7����]�&����h6��oJL��bRĂ�����ɹ>K���:
��s��9�A���%��
l�]}PKz��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
z��\4�N�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rde3bc6c2ef0b40e6" /></Relationships>PKz��\B�יxl/worksheets/sheet1.xml �(���Ko�0������!$��I�{[�a���b�N�ϯ1�6%��c����c9�yR-8c��rH"��J]��Ó����zmm#�����q�EȖ�P�F�(:���Q���9 ]ײ;]����'Ȉ�;��m��±�Wj٣�
-�v,���`�U�W�F�9�%�=�Y��J��71N�_��a��!,Z�a��T������O!��CZ�ԭ
_��0:
�^V���:b���)�x�<Y�տ)�Re�����OqDb����	M7�l���o���ɾ�����V��z=/��iLq�6��W}4�-�x�/2�{`B�W�[�p3~��_��:�D�-	rI�/	zI��$�K"�	�۞{���Ӆ�z���H���B\9����zn���x㟒0Z;a�ϻxPKz��\�@��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞���Mմ6lK/0r�I�Ķl��Xp$��U$H%l����I3�����<��a���<��(ۍ�o������&�i"�,������p�@3��:2����1���ܡ:aO�Br�d�-�/��C�Z���:�d�`�j�)D�}O���R�אg�
�k�P
!�XI����5�wS�2Q����2�TU��UMEU��2zꞣO�^:-�5��R�(ˮɫ�W5~��/PKz��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKz��\�8i���xl/sharedStrings.xml �(�e�AO�0��J�;I�j�C5���B"jM-�K�"Ư'MH��=���_���A}BbOX�)��i�8V�����ъ���!T��ն.�E�(r�'���Z�'��
̀y�N):�2���n�	@b��Eqe��UOJ���Z�,Мt����;�PZ�K{�ރgY{�{?����ϲ�����YX(Bz�%?�������\�{@H�7�{�6/�o�:t#$���ͮm�i-����`s��PK-z��\B~���5xl/workbook.xmlPK-z��\����	�[Content_Types].xmlPK-
z��\4�N�''V_rels/.relsPK-z��\B�י�xl/worksheets/sheet1.xmlPK-z��\�@��P�xl/_rels/workbook.xml.relsPK-z��\Ѓc'2E
�xl/styles.xmlPK-z��\�8i���kxl/sharedStrings.xmlPK��