GET api/customer/{id}/vouchers?redeemed={redeemed}&expired={expired}

Get customerVoucher summaries, count of vouchers, per store for the customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Customer identifier

globally unique identifier

Required

redeemed

Match redeemed customer vouchers, defaults to false

boolean

Default value is False

expired

Match expired customer vouchers, defaults to false

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

List of Customer Voucher Summaries for matching customer vouchers

Collection of CustomerVoucherSummary
NameDescriptionTypeAdditional information
CustomerIdentifier

Collection of byte

None.

CustomerIdentifierGuid

globally unique identifier

None.

VoucherName

string

None.

Count

integer

None.

StoreID

integer

None.

Barcode

string

None.

RedeemCount

integer

None.

IssueCount

integer

None.

StoreSalePaymentID

integer

None.

IdempotentID

The byte[16] representation of the idempotent id

Collection of byte

None.

IdempotentGuid

Idempotent identifier

globally unique identifier

None.

Offline

boolean

None.

Voucher

Voucher

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

Customer

Customer

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "customerIdentifier": "QrSO5TbuB0ufRVG8KOX/xQ==",
    "customerIdentifierGuid": "e58eb442-ee36-4b07-9f45-51bc28e5ffc5",
    "voucherName": "sample string 2",
    "count": 3,
    "storeID": 4,
    "barcode": "sample string 5",
    "redeemCount": 6,
    "issueCount": 7,
    "storeSalePaymentID": 1,
    "idempotentID": "ev7oPNvQJ0KlDjmuOrS05w==",
    "idempotentGuid": "3ce8fe7a-d0db-4227-a50e-39ae3ab4b4e7",
    "offline": true,
    "voucher": {
      "$id": "2",
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "shortDescription": "sample string 4",
      "url": "sample string 5",
      "barcodeTemplateID": 1,
      "expiry": 0,
      "voucherType": 6,
      "limitPerTransaction": 7,
      "customerTracking": true,
      "discountAccount": "sample string 9",
      "endDate": "2026-04-03T06:22:26.5366056",
      "barcodeTemplate": {
        "$id": "3",
        "templateID": 1,
        "template": "sample string 1",
        "bcFunction": "sample string 2",
        "sortOrder": 3
      },
      "scaleLabel": {
        "$id": "4",
        "id": 1,
        "uid": "sample string 2",
        "name": "sample string 3",
        "width": 1.1,
        "height": 1.1,
        "showBorder": true,
        "borderWidth": 1.1,
        "borderStyle": 1,
        "borderColour": "sample string 5",
        "updated": "2026-04-03T06:22:26.5366056",
        "labelPageLayout": "eBPg7nhKEEWuewYD0t9PwQ==",
        "pageLayoutGuid": "eee01378-4a78-4510-ae7b-0603d2df4fc1",
        "labelType": 6,
        "oldName": "sample string 7",
        "voucher": {
          "$ref": "2"
        },
        "elements": [
          {
            "$id": "5",
            "id": 1,
            "scaleLabelID": 2,
            "showPercentDI": true,
            "showAvgPerHundred": true,
            "showAvgPerServe": true,
            "name": "sample string 6",
            "x": 1.1,
            "y": 1.1,
            "width": 1.1,
            "height": 1.1,
            "type": 1,
            "rotation": 1,
            "text": "sample string 7",
            "fontFamily": "sample string 8",
            "align": 1,
            "bold": true,
            "italic": true,
            "underline": true,
            "strikeout": true,
            "reverse": true,
            "textColour": "sample string 9",
            "fontSize": 1.1,
            "picture": "QEA=",
            "borderWidth": 10,
            "sortOrder": 11,
            "printOptions": 12,
            "superScriptTextFontSize": 1.1,
            "lineStyle": 1,
            "spacingStyle": 1,
            "interCharacterSpacing": 1.1,
            "superScriptOffset": 1.1,
            "lineSpacing": 1.1,
            "dateFormat": "sample string 13",
            "autoGrow": true,
            "fontAutoResize": true,
            "updated": "2026-04-03T06:22:26.5366056"
          },
          {
            "$ref": "5"
          }
        ]
      },
      "customerVouchers": [
        {
          "$id": "6",
          "id": 1,
          "customerIdentifier": "69rYA4SzZEuSqmSZ8LXIwQ==",
          "customerIdentifierGuid": "03d8daeb-b384-4b64-92aa-6499f0b5c8c1",
          "voucherID": 3,
          "voucherName": "sample string 4",
          "storeID": 1,
          "barcode": "sample string 5",
          "dateOfIssue": "2026-04-03T06:22:26.5366056",
          "issuedSaleHeaderID": 1,
          "issuedSaleIdentifier": "sample string 7",
          "issuedOfflinePaymentID": 1,
          "issuedIdempotentID": "fmHo9SvyT0aml6TsaEgi8Q==",
          "issuedIdempotentGuid": "f5e8617e-f22b-464f-a697-a4ec684822f1",
          "issuedOffline": true,
          "issuedUser": "sample string 9",
          "issuedNotes": "sample string 10",
          "expiryDate": "2026-04-03T06:22:26.5366056",
          "expiredUser": "sample string 11",
          "expiredNotes": "sample string 12",
          "redeemed": "2026-04-03T06:22:26.5366056",
          "redeemedSaleHeaderID": 1,
          "redeemedSaleIdentifier": "sample string 13",
          "redeemedOfflinePaymentID": 1,
          "redeemedIdempotentID": "GtjZCUSzuEWO/XxeAG3/3Q==",
          "redeemedIdempotentGuid": "09d9d81a-b344-45b8-8efd-7c5e006dffdd",
          "redeemedUser": "sample string 14",
          "redeemedNotes": "sample string 15",
          "redeemedOffline": true,
          "updated": "2026-04-03T06:22:26.5366056",
          "storeName": "sample string 17",
          "scaleLabel": {
            "$ref": "4"
          },
          "voucher": {
            "$ref": "2"
          },
          "customer": {
            "$id": "7",
            "identifier": "Nqoe0SSQKEmCxQpUQ+V0Hg==",
            "identifierGuid": "d11eaa36-9024-4928-82c5-0a5443e5741e",
            "code": "sample string 2",
            "familyName": "sample string 3",
            "givenName": "sample string 4",
            "otherName": "sample string 5",
            "title": "sample string 6",
            "dateOfBirth": "2026-04-03T06:22:26.5366056",
            "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": "KW6ye/RZdk2TMS5i4frC/Q==",
            "communityIdentifierGuid": "7bb26e29-59f4-4d76-9331-2e62e1fac2fd",
            "joined": "2026-04-03T06:22:26.5366056",
            "updated": "2026-04-03T06:22:26.5366056",
            "active": true,
            "reasonInactive": 1,
            "groupCustomer": true,
            "loyaltyPoints": 1,
            "homeStoreID": 1,
            "availableSpend": 1,
            "priceLevelIdentifier": "i8fjYZiRc0+DfMxsqPvnbw==",
            "priceLevelIdentifierGuid": "61e3c78b-9198-4f73-837c-cc6ca8fbe76f",
            "marketingID": "sample string 18",
            "receiptPrintOptions": 1,
            "hidden": true,
            "registered": true,
            "registeredOn": "2026-04-03T06:22:26.5366056",
            "emailMarketing": true,
            "smsMarketing": true,
            "deleted": true,
            "deletedUser": "sample string 24",
            "homeStoreName": "sample string 25",
            "customerCards": [
              {
                "$id": "8",
                "cardType": 2,
                "issueDate": "2026-04-03T06:22:26.5366056",
                "expiry": "2026-04-03T06:22:26.5366056",
                "customerID": "DTUTcOwjUk698phMx2f88A==",
                "customerIDGuid": "7013350d-23ec-4e52-bdf2-984cc767fcf0",
                "initialValue": 1,
                "currentValue": 1,
                "maxLimit": 1,
                "minTransaction": 1,
                "maxTransaction": 1,
                "multiplier": 1.1,
                "active": true,
                "reasonInactive": 1,
                "idRequired": true,
                "idType": 1,
                "idValue": "sample string 5",
                "updated": "2026-04-03T06:22:26.5366056",
                "linkedAccount": "YaXXiZC3AEus4BVZgfyQhA==",
                "linkedAccountGuid": "89d7a561-b790-4b00-ace0-155981fc9084",
                "currentValueChanged": true,
                "limitsChanged": true,
                "customer": {
                  "$ref": "7"
                },
                "account": {
                  "$id": "9",
                  "id": 1,
                  "identifier": "rOTC9k7ak0WPLkZXreq6Dw==",
                  "identifierGuid": "f6c2e4ac-da4e-4593-8f2e-4657adeaba0f",
                  "referenceNo": "sample string 3",
                  "name": "sample string 4",
                  "created": "2026-04-03T06:22:26.5366056",
                  "owner": "fXMCFXppGEeLppzhiQAaPw==",
                  "ownerGuid": "1502737d-697a-4718-8ba6-9ce189001a3f",
                  "accountStoreGroupIdentifier": "4jMiuNrtPUexvrGhASu7eA==",
                  "accountStoreGroupGuid": "b82233e2-edda-473d-b1be-b1a1012bbb78",
                  "accountType": 1,
                  "currentBalance": 1,
                  "externalID": "sample string 7",
                  "maximumLimit": 1,
                  "accruePoints": true,
                  "loyaltyPoints": 1,
                  "termsOfTrade": 1,
                  "signatureRequired": true,
                  "referenceRequired": true,
                  "statementSendType": 10,
                  "ageingPeriod": 1,
                  "monthlyAgeingPeriod": true,
                  "explodedInvoice": true,
                  "isFifoAllocation": true,
                  "lastStatementSent": "2026-04-03T06:22:26.5366056",
                  "active": true,
                  "updated": "2026-04-03T06:22:26.5366056",
                  "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": "xQI+qDp7o02PDuSONIHYOA==",
                      "identifierGuid": "a83e02c5-7b3a-4da3-8f0e-e48e3481d838",
                      "name": "sample string 2",
                      "primaryContact": "SKXNau/XaUiPs99ZtMC2SQ==",
                      "primaryContactGuid": "6acda548-d7ef-4869-8fb3-df59b4c0b649",
                      "accountID": "iof/tKq+/0KV90zqdcR71Q==",
                      "accountIDGuid": "b4ff878a-beaa-42ff-95f7-4cea75c47bd5",
                      "special": true,
                      "updated": "2026-04-03T06:22:26.5366056",
                      "active": true,
                      "reasonInactive": 1,
                      "priceLevelIdentifier": "eoNSv7HI2E6T1IXWrf0Quw==",
                      "priceLevelIdentifierGuid": "bf52837a-c8b1-4ed8-93d4-85d6adfd10bb",
                      "marketingListID": "sample string 7",
                      "deleted": true,
                      "account": {
                        "$ref": "9"
                      },
                      "primaryContactCustomer": {
                        "$ref": "7"
                      },
                      "customerGroupMembers": [
                        {
                          "$id": "12",
                          "id": 1,
                          "groupID": "IfZgHYYKrEqlBvSmuAPTvw==",
                          "groupIDGuid": "1d60f621-0a86-4aac-a506-f4a6b803d3bf",
                          "customerID": "v3G+Bn6ff0mwRdvNRA/FKA==",
                          "customerIDGuid": "06be71bf-9f7e-497f-b045-dbcd440fc528",
                          "card": "sample string 4",
                          "linkedAccount": "HghadKbEn0CYeCmkP6XT4g==",
                          "linkedAccountGuid": "745a081e-c4a6-409f-9878-29a43fa5d3e2",
                          "customer": {
                            "$ref": "7"
                          },
                          "group": {
                            "$ref": "11"
                          },
                          "customerCard": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                "payments": [
                  {
                    "$id": "13",
                    "id": 1,
                    "identifier": "LMsx/T6SSkG3mBTQhR3epg==",
                    "identifierGuid": "fd31cb2c-923e-414a-b798-14d0851ddea6",
                    "storeID": 2,
                    "operatorName": "sample string 3",
                    "saleHeaderID": 4,
                    "paymentType": 5,
                    "amount": 6,
                    "account": "sample string 7",
                    "accountID": "5maFl/HGhEGdq1FfzMsrig==",
                    "accountIDGuid": "978566e6-c6f1-4184-9dab-515fcccb2b8a",
                    "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-04-03T06:22:26.5366056",
                    "invRocNo": "sample string 14",
                    "responseCode": "sample string 15",
                    "cashout": 1,
                    "tip": 16,
                    "idempotentVoid": "rYOy/IUo3UKZ/LKmKLbRGw==",
                    "idempotentVoidGuid": "fcb283ad-2885-42dd-99fc-b2a628b6d11b",
                    "offline": true,
                    "processed": 1,
                    "storeSaleHeader": {
                      "$id": "14",
                      "saleHeaderID": 1,
                      "saleHeaderGuid": "mkUsvAoa4kCpsJPmr6KCqg==",
                      "saleHeaderIdentifierGuid": "bc2c459a-1a0a-40e2-a9b0-93e6afa282aa",
                      "created": "2026-04-03T06:22:26.5366056",
                      "createdLocal": "2026-04-03T06:22:26.5366056",
                      "createdText": "sample string 4",
                      "itemCount": 5,
                      "totalAmount": 6,
                      "cashTender": 1,
                      "cardTender": 1,
                      "cheqTender": 1,
                      "acctTender": 1,
                      "voucherTender": 1,
                      "loyaltyPoints": 1,
                      "cashout": 1,
                      "changeAmount": 1,
                      "rounding": 1,
                      "gstAmount": 1,
                      "transactionDiscountTender": 1,
                      "totalTip": 7,
                      "tranType": 1,
                      "processed": 1,
                      "imported": "2026-04-03T06:22:26.5366056",
                      "storeID": 1,
                      "operatorG_Uid": "8bDd4a6yfki87mMmvL2Iag==",
                      "operatorGuid": "e1ddb0f1-b2ae-487e-bcee-6326bcbd886a",
                      "customerG_Uid": "99FQe9OX8UuGyiiOO2feJQ==",
                      "customerGuid": "7b50d1f7-97d3-4bf1-86ca-288e3b67de25",
                      "communityIdentifier": "KpslGmfApUuzABnF/hi8fw==",
                      "communityIdentifierGuid": "1a259b2a-c067-4ba5-b300-19c5fe18bc7f",
                      "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": "mRnI4cjxiESFPZC1gGEO9A==",
                      "priceLevelIdentifierGuid": "e1c81999-f1c8-4488-853d-90b580610ef4",
                      "locked": 36,
                      "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:22:26.5366056+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-04-03T06:22:26.5366056",
                        "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": "zojwn+B5ZE+lftmbZwbY6A==",
                        "guid": "9ff088ce-79e0-4f64-a57e-d99b6706d8e8",
                        "operatorNumber": 1,
                        "shortName": "sample string 2",
                        "firstName": "sample string 3",
                        "lastName": "sample string 4",
                        "password": "sample string 5",
                        "hasPassword": true,
                        "passwordText": "sample string 6",
                        "rfidTagID": "sample string 7",
                        "blueprintID": 1,
                        "groupID": 1,
                        "groupName": "sample string 8",
                        "managerGroupID": 1,
                        "managerGroupName": "sample string 9",
                        "zoneID": 1,
                        "zoneName": "sample string 10",
                        "loggedIn": 1,
                        "lastUsedIP": "sample string 11",
                        "deleted": true,
                        "locked": true,
                        "allowOpenTill": true,
                        "webEmail": "sample string 14",
                        "simpleOperatorType": 0,
                        "webRole": "sample string 15",
                        "updated": "2026-04-03T06:22:26.5366056",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2026-04-03T06:22:26.5366056",
                        "endShift": "2026-04-03T06:22:26.5366056",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "17",
                            "operatorG_UID": "oJHIKQuvakmhkKT+W0BlyQ==",
                            "operatorGuid": "29c891a0-af0b-496a-a190-a4fe5b4065c9",
                            "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-04-03T06:22:26.5366056",
                              "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": "PBesYUWFhkGbiFm6redOwA==",
                              "hostIdentifierGuid": "61ac173c-8545-4186-9b88-59baade74ec0",
                              "hostName": 1,
                              "hostAddress": "sample string 27",
                              "hostUsername": "sample string 28",
                              "hostPassword": "sample string 29",
                              "excludeFromLeadInOut": true,
                              "accountingProvider": 31,
                              "accountingAddress": "sample string 32",
                              "accountingUsername": "sample string 33",
                              "accountingPassword": "sample string 34",
                              "storeAccountingCode": "sample string 35",
                              "softwareVariance": 36,
                              "fuelWarningVariance": 37.0,
                              "fuelErrorVariance": 38.0,
                              "fuelAccumulatedWarningVariance": 39.0,
                              "fuelAccumulatedErrorVariance": 40.0,
                              "drawManagment": 41,
                              "endOfDayManagment": true,
                              "autoFillCashBalancing": true,
                              "fuelDayVariance": 44,
                              "accountingTradingTime": "00:00:00.1234567",
                              "stockActivateProduct": 46,
                              "defaultOrderDocumentId": 1,
                              "defaultStockReceiveDocumentId": 1,
                              "giftCardSalesAccountingDeptCode": "sample string 47",
                              "transactionDiscountAccountingDeptCode": "sample string 48",
                              "size": 49,
                              "updated": "2026-04-03T06:22:26.5366056",
                              "priceZone": {
                                "$id": "19",
                                "id": 1,
                                "name": "sample string 2",
                                "hostIdentifier": "f/dhg10l2ES1/aNRe57PUA==",
                                "hostIdentifierGuid": "8361f77f-255d-44d8-b5fd-a3517b9ecf50",
                                "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"
                              },
                              "hostStoreSettings": [
                                {
                                  "$id": "21",
                                  "id": 1,
                                  "hostIdentifier": "iEuupeTLkE+HgZP4YZ0TMA==",
                                  "hostIdentifierGuid": "a5ae4b88-cbe4-4f90-8781-93f8619d1330",
                                  "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": "22",
                                    "identifier": "fFLjKEFCGkaGX2vY3bVG1w==",
                                    "identifierGuid": "28e3527c-4241-461a-865f-6bd8ddb546d7",
                                    "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": "EBD/a/VE502PuRInUEN2Lg==",
                                    "hostSupplierIdentifierGuid": "6bff1010-44f5-4de7-8fb9-12275043762e",
                                    "loyaltyPriceLevelIdentifier": "2Sn7DPFIfUeeaqVu7Q2PXA==",
                                    "loyaltyPriceLevelIdentifierGuid": "0cfb29d9-48f1-477d-9e6a-a56eed0d8f5c",
                                    "isGroup": true,
                                    "description": "sample string 22",
                                    "hostProvider": 23,
                                    "hostTypeEnum": 24,
                                    "hostType": "sample string 25",
                                    "hostCode": "sample string 26",
                                    "username": "sample string 27",
                                    "password": "sample string 28",
                                    "passwordPlain": "sample string 29",
                                    "server": "sample string 30",
                                    "url": "sample string 31",
                                    "global": true,
                                    "stateCode": "sample string 33",
                                    "lastCollected": "2026-04-03T06:22:26.5366056",
                                    "lastProcessed": "2026-04-03T06:22:26.5366056",
                                    "hold": true,
                                    "supplierName": "sample string 35",
                                    "supplier": {
                                      "$id": "23",
                                      "identifier": "qnULeCDVYEio6tEjFi1fCA==",
                                      "identifierGuid": "780b75aa-d520-4860-a8ea-d123162d5f08",
                                      "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": "YWO6ZzJwxUaRH0UVLsJ1vw==",
                                      "primaryContactID": "67ba6361-7032-46c5-911f-45152ec275bf",
                                      "storeID": 1,
                                      "abn": "sample string 16",
                                      "supplierGroupIdentifier": "nTAhakl8yEKvaWad//+EFQ==",
                                      "supplierGroupGuid": "6a21309d-7c49-42c8-af69-669dffff8415",
                                      "rebate": 1.0,
                                      "rebateType": 1,
                                      "rebateFrequency": 1,
                                      "rebateSource": 1,
                                      "rebateLastClaimed": "2026-04-03T06:22:26.5366056",
                                      "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": "24",
                                        "id": "e8e11373-0692-4556-a8e5-721715fdd20e",
                                        "identifier": "inA5eDWh+EaXNfDQ0mvE7Q==",
                                        "identifierGuid": "7839708a-a135-46f8-9735-f0d0d26bc4ed",
                                        "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": "25",
                                          "supplierIdentifier": "PNlcGQJUjkOBzASAd7TRjg==",
                                          "supplierIdentifierGuid": "195cd93c-5402-438e-81cc-048077b4d18e",
                                          "contactGuid": "agACI9xWE0iMg56h4xDPnw==",
                                          "contactID": "2302006a-56dc-4813-8c83-9ea1e310cf9f",
                                          "contact": {
                                            "$ref": "24"
                                          },
                                          "supplier": {
                                            "$ref": "23"
                                          }
                                        },
                                        {
                                          "$ref": "25"
                                        }
                                      ],
                                      "products": [
                                        {
                                          "$id": "26",
                                          "pluG_UID": "q85U44kMsUq+F1NQ88b0ag==",
                                          "pluGuid": "e354ceab-0c89-4ab1-be17-5350f3c6f46a",
                                          "supplierIdentifier": "0qVgIL8dHkK4RcVDPnKgSQ==",
                                          "supplierIdentifierGuid": "2060a5d2-1dbf-421e-b845-c5433e72a049",
                                          "cartonQuantity": 1,
                                          "cartonQuantityChanged": true,
                                          "productSize": "sample string 3",
                                          "cigarettesPerSleeve": 1,
                                          "randomWeight": true,
                                          "piecesPerUnit": 5,
                                          "averagePackSize": 6,
                                          "effectiveDate": "2026-04-03T06:22:26.5366056",
                                          "pricedByWeight": true,
                                          "landedUnitCostEx": 9,
                                          "landedUnitCostInc": 10,
                                          "landedCartonCostInc": 12,
                                          "landedCartonCostEx": 13,
                                          "standardCost": 14,
                                          "deliveryFee": 1,
                                          "deliveryFeeBasis": "sample string 15",
                                          "pickAndPackFee": 1,
                                          "pickAndPackFeeBasis": "sample string 16",
                                          "financeFee": 1,
                                          "financeFeeBasis": "sample string 17",
                                          "cartonLength": 1,
                                          "cartonWidth": 1,
                                          "cartonHeight": 1,
                                          "palletLayerQuantity": 1,
                                          "palletLayers": 1,
                                          "itemCode": "sample string 18",
                                          "invoiceCode": "sample string 19",
                                          "invoiceDesc": "sample string 20",
                                          "orderDirect": true,
                                          "useCost": true,
                                          "minimumQuantity": 21,
                                          "hostType": 22,
                                          "fromHost": 23,
                                          "minimumReorder": 1,
                                          "maximumReorder": 1,
                                          "orderMultiple": 24.1,
                                          "sellMultiple": 25.1,
                                          "baseMultiple": 26.1,
                                          "hostStandardCost": 27,
                                          "hostTotalCost": 28,
                                          "hostRetail": 29,
                                          "hostLandedUnitCostEx": 30,
                                          "hostLandedUnitCostInc": 31,
                                          "hostDesc": "sample string 32",
                                          "directIndicator": "sample string 33",
                                          "availableToOrder": true,
                                          "hostRangeIndicator": "sample string 35",
                                          "hostProductType": "sample string 36",
                                          "hostProductGrade": "sample string 37",
                                          "hostProductGroup": "sample string 38",
                                          "hostSlowMoving": true,
                                          "hostGeneralMerchandise": true,
                                          "hostPillar": "sample string 41",
                                          "hostLastUpdated": "2026-04-03T06:22:26.5366056",
                                          "rebate": 1.0,
                                          "rebateExclude": true,
                                          "invoiceCodes": [
                                            {
                                              "$id": "27",
                                              "pluG_UID": "uxSnSaM9AUiWjwD10uTKKA==",
                                              "pluGuid": "49a714bb-3da3-4801-968f-00f5d2e4ca28",
                                              "supplierIdentifier": "FEUd/O7q70+x9yH8w+dBDA==",
                                              "supplierIdentifierGuid": "fc1d4514-eaee-4fef-b1f7-21fcc3e7410c",
                                              "invoiceCode": "sample string 1",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "27"
                                            }
                                          ],
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "preferredSupplier": true,
                                          "preferredRebateSupplier": true,
                                          "supplierName": "sample string 42",
                                          "salesMode": 43,
                                          "orderPacked": true,
                                          "active": true,
                                          "price": 1,
                                          "costGstPercent": 45,
                                          "parentPluG_UID": "74rrRHXII0mSfSIfaZCgrQ==",
                                          "parentPluGuid": "44eb8aef-c875-4923-927d-221f6990a0ad",
                                          "freight": 46.0,
                                          "freightType": 1,
                                          "product": {
                                            "$id": "28",
                                            "plu": 1,
                                            "storeID": 1,
                                            "masterPluG_UID": "QEA=",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "g_UId": "NZwGcQNfSk+TW7rDkWaasg==",
                                            "guid": "71069c35-5f03-4f4a-935b-bac391669ab2",
                                            "apn": "sample string 1",
                                            "apnChanged": true,
                                            "apnSwitched": true,
                                            "barcode": "sample string 4",
                                            "itemNumber": "sample string 5",
                                            "itemNumberChanged": true,
                                            "priceGroupG_UID": "cDOYb1V6OEGRyPKsiHDNCg==",
                                            "priceGroupGuid": "6f983370-7a55-4138-91c8-f2ac8870cd0a",
                                            "blueprintID": 1,
                                            "lastCountedDate": "2026-04-03T06:22:26.5366056",
                                            "externalID": "sample string 7",
                                            "active": true,
                                            "activated": "2026-04-03T06:22:26.5366056",
                                            "pluCreated": "2026-04-03T06:22:26.5366056",
                                            "createdByUser": "sample string 9",
                                            "name": "sample string 10",
                                            "nameChanged": true,
                                            "secondDescription": "sample string 12",
                                            "hostDescription": "sample string 13",
                                            "keepCartonQty": true,
                                            "keepDescription": true,
                                            "keepDepartments": true,
                                            "keepSuppliers": true,
                                            "markdownDescription": "sample string 18",
                                            "altDescription": "sample string 19",
                                            "bestOrExpire": 20,
                                            "lastUpdate": "2026-04-03T06:22:26.5366056",
                                            "lastManualUpdate": "2026-04-03T06:22:26.5366056",
                                            "imageName": "sample string 23",
                                            "showImageOnFlipCharts": true,
                                            "showTextOnFlipCharts": true,
                                            "overrideFlipChartText": true,
                                            "flipChartText": "sample string 27",
                                            "salesMode": 1,
                                            "eftCode": 1,
                                            "price": 1,
                                            "priceChanged": true,
                                            "rrp": 1,
                                            "gstPercent": 28,
                                            "gstPercentChanged": true,
                                            "costGSTPercent": 29,
                                            "costGSTPercentChanged": true,
                                            "wetPercent": 1,
                                            "priceOverride": 1,
                                            "cost": 1,
                                            "currentCost": 1,
                                            "currentCostDecimals": 1,
                                            "grossProfit": 1.0,
                                            "currentCostDesc": "sample string 30",
                                            "currentCostEnd": "2026-04-03T06:22:26.5366056",
                                            "currentCostUpdated": "2026-04-03T06:22:26.5366056",
                                            "costDecimals": 31,
                                            "costChanged": true,
                                            "dealCostIdentifier": "QEA=",
                                            "excludeFromRebate": true,
                                            "rebateOverride": 1,
                                            "costCalcMethod": 32,
                                            "costCalcMethodChanged": true,
                                            "costEffectiveDate": "2026-04-03T06:22:26.5366056",
                                            "defaultGP": 1,
                                            "breakTargetMode": 33,
                                            "break1": 1,
                                            "price1": 1,
                                            "target1": 34,
                                            "break2": 1,
                                            "price2": 1,
                                            "target2": 35,
                                            "break3": 1,
                                            "price3": 1,
                                            "target3": 36,
                                            "break1Changed": true,
                                            "price1Changed": true,
                                            "target1Changed": true,
                                            "break2Changed": true,
                                            "price2Changed": true,
                                            "target2Changed": true,
                                            "break3Changed": true,
                                            "price3Changed": true,
                                            "target3Changed": true,
                                            "breakTargetModeChanged": true,
                                            "margin": 1.1,
                                            "marginChanged": true,
                                            "marginRanged": true,
                                            "marginRangedChanged": true,
                                            "minimumMargin": 1.1,
                                            "minimumMarginChanged": true,
                                            "maximumMargin": 1.1,
                                            "maximumMarginChanged": true,
                                            "overrideHostWarehouseIndicator": true,
                                            "overrideHostWarehouseIndicatorChanged": true,
                                            "overrideHostPrice": true,
                                            "overrideHostPriceChanged": true,
                                            "overrideHostCost": true,
                                            "overrideHostCostChanged": true,
                                            "overrideHostMargin": true,
                                            "overrideHostMarginChanged": true,
                                            "alwaysApplyMargin": true,
                                            "alwaysApplyMarginChanged": true,
                                            "aws": 1.0,
                                            "paws": 1.0,
                                            "awsUpdated": "2026-04-03T06:22:26.5366056",
                                            "posTare": 1,
                                            "altPrice": 1.0,
                                            "altPriceChanged": true,
                                            "altPriceMode": 53,
                                            "altPriceModeChanged": true,
                                            "altPLUG_UID": "z5Y6A60I1kOx8cCBbxoELw==",
                                            "altPLUGuid": "033a96cf-08ad-43d6-b1f1-c0816f1a042f",
                                            "altPLUGuidChanged": true,
                                            "altPriceDescription1": "sample string 54",
                                            "altPriceDescription2": "sample string 55",
                                            "cartonQuantity": 56,
                                            "cartonQuantityChanged": true,
                                            "trayID": 1,
                                            "promptID": 1,
                                            "tare": 1,
                                            "packQty": 1,
                                            "fixedWeight": 1,
                                            "extraMesg": 1,
                                            "text1": "sample string 58",
                                            "text2": "sample string 59",
                                            "text3": "sample string 60",
                                            "labelText": "sample string 61",
                                            "labelTextChanged": true,
                                            "sendToScale": true,
                                            "nonScaleWeigh": true,
                                            "labelFormat": "sample string 65",
                                            "barcodeFormat": "sample string 66",
                                            "austMade": 1,
                                            "coolCode": 67,
                                            "countryOfOrigin": "sample string 68",
                                            "percentContent": 69.1,
                                            "departmentID": 1,
                                            "subDepartmentID": 1,
                                            "minorDepartmentID": 1,
                                            "lesserDepartmentID": 1,
                                            "deptCode": "sample string 70",
                                            "subDeptCode": "sample string 71",
                                            "minorDeptCode": "sample string 72",
                                            "lesserDeptCode": "sample string 73",
                                            "deptName": "sample string 74",
                                            "subDeptName": "sample string 75",
                                            "minorDeptName": "sample string 76",
                                            "lesserDeptName": "sample string 77",
                                            "departmentChanged": true,
                                            "subCategoryID": 1,
                                            "expiry": 1,
                                            "showDays": 1,
                                            "datePrint": 1,
                                            "labelRequired": true,
                                            "labelShelfQty": 80,
                                            "labelShelfChanged": true,
                                            "labelTalkerQty": 82,
                                            "labelSmall": true,
                                            "labelLastPrinted": "2026-04-03T06:22:26.5366056",
                                            "labelLastPrice": 1,
                                            "shelfPageLayoutG_UID": "iydZncgp6k6ZlEKqcvnDJA==",
                                            "shelfPageLayoutGuid": "9d59278b-29c8-4eea-9994-42aa72f9c324",
                                            "talkerPageLayoutG_UID": "k6R7Bc+Sw0yDYZjmTvKLcw==",
                                            "talkerPageLayoutGuid": "057ba493-92cf-4cc3-8361-98e64ef28b73",
                                            "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": "7hKZWV+JjkKeToa6siqfVQ==",
                                            "inventoryIdentifier": "599912ee-895f-428e-9e4e-86bab22a9f55",
                                            "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": "uTFaR+wAekOHeCAIeh8Oog==",
                                            "parentPluGuid": "475a31b9-00ec-437a-8778-20087a1f0ea2",
                                            "preferredHostVendor": 105,
                                            "preferredHostChanged": true,
                                            "code": "sample string 107",
                                            "supplierIdentifier": "9su/eGeUoUmxKREpZweaHQ==",
                                            "supplierIdentifierGuid": "78bfcbf6-9467-49a1-b129-112967079a1d",
                                            "supplierChanged": true,
                                            "rebateSupplierIdentifier": "lBKpCkXwfEGAGbWPxIsmdg==",
                                            "rebateSupplierIdentifierGuid": "0aa91294-f045-417c-8019-b58fc48b2676",
                                            "rebateSupplierChanged": true,
                                            "availableForOrder": true,
                                            "warehouseDirectIndicator": "sample string 109",
                                            "warehouseDirectIndicatorChanged": true,
                                            "productGrade": "sample string 111",
                                            "productType": "sample string 112",
                                            "productGroup": "sample string 113",
                                            "complianceIndicator": "sample string 114",
                                            "inhouseBrand": "sample string 115",
                                            "slowMoving": true,
                                            "generalMerchandise": true,
                                            "comment": "sample string 118",
                                            "lastUpdatedByUser": "sample string 119",
                                            "lastManualUpdatedByUser": "sample string 120",
                                            "lastUpdatedByUserOverride": true,
                                            "lastUpdatedByHost": "2026-04-03T06:22:26.5366056",
                                            "commodity": "sample string 122",
                                            "businessPillar": "sample string 123",
                                            "mscCommodity": "sample string 124",
                                            "hostIdentifier": "aiamaJOyZkSFtclqceOjIA==",
                                            "hostIdentifierGuid": "68a6266a-b293-4466-85b5-c96a71e3a320",
                                            "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": "28"
                                              },
                                              {
                                                "$ref": "28"
                                              }
                                            ],
                                            "store": {
                                              "$ref": "18"
                                            },
                                            "storePrices": [
                                              {
                                                "$id": "29",
                                                "pluG_UID": "WFK6tYbWs0y7Um4siwzm1A==",
                                                "pluGuid": "b5ba5258-d686-4cb3-bb52-6e2c8b0ce6d4",
                                                "plu": 1,
                                                "storeID": 1,
                                                "zoneID": 2,
                                                "zoneName": "sample string 3",
                                                "store": "sample string 4",
                                                "isElectedMasterStore": true,
                                                "isZoneMasterStore": true,
                                                "priceNow": 7,
                                                "costNow": 8,
                                                "costNowDecimals": 9,
                                                "normalPrice": 10,
                                                "priceNext": 1,
                                                "costNext": 1,
                                                "costNextDecimals": 11,
                                                "nextCampaignName": "sample string 12",
                                                "gstPercent": 13,
                                                "normalCost": 14,
                                                "normalCostDecimals": 15,
                                                "costGstPercent": 16,
                                                "costCalcMethod": 1,
                                                "currentCost": 17,
                                                "currentCostDecimals": 18,
                                                "break1": 19,
                                                "price1": 20,
                                                "break2": 21,
                                                "price2": 22,
                                                "break3": 23,
                                                "price3": 24,
                                                "fuelItem": 25,
                                                "fixedWeight": 26,
                                                "active": true,
                                                "complianceIndicator": "sample string 27",
                                                "doNotOrder": true,
                                                "doNotRange": true,
                                                "isNormalPriceChangesCampaign": true,
                                                "updated": "2026-04-03T06:22:26.5366056"
                                              },
                                              {
                                                "$ref": "29"
                                              }
                                            ],
                                            "currentPrices": {
                                              "$id": "30",
                                              "pluPrices": {
                                                "$id": "31",
                                                "plu": 1,
                                                "pluG_UID": "QEA=",
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "normalPrice": 1,
                                                "cost": 2,
                                                "break1": 3,
                                                "price1": 4,
                                                "break2": 5,
                                                "price2": 6,
                                                "break3": 7,
                                                "price3": 8,
                                                "discountPrice": 9,
                                                "memberDiscountPrice": 10,
                                                "acceptedUtc": "2026-04-03T06:22:26.5366056",
                                                "priceChangeType": 0,
                                                "costDecimals": 11,
                                                "costCalcMethod": 12,
                                                "targetCampaignPriceGtOrEquNormal": true
                                              },
                                              "normalPluPrices": {
                                                "$ref": "31"
                                              },
                                              "winningCampaign": 1,
                                              "winner": {
                                                "$id": "32",
                                                "campaignName": "sample string 1",
                                                "campaignDescription": "sample string 2",
                                                "talkerText": "sample string 3",
                                                "disableWasSave": true,
                                                "startDate": "2026-04-03T06:22:26.5366056",
                                                "startTime": 5,
                                                "endDate": "2026-04-03T06:22:26.5366056",
                                                "endTime": 6,
                                                "newPrice": 7,
                                                "newCost": 8,
                                                "newCostDecimals": 9,
                                                "pctDiscount": 10,
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 11",
                                                "hostType": 12,
                                                "hostIdentifier": "YbTIPwXmM0Sa3RN7jf/eQg==",
                                                "hostIdentifierGuid": "3fc8b461-e605-4433-9add-137b8dffde42",
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ]
                                              },
                                              "details": [
                                                {
                                                  "$ref": "32"
                                                },
                                                {
                                                  "$ref": "32"
                                                }
                                              ]
                                            },
                                            "tray": {
                                              "$id": "33",
                                              "g_UId": "wCbnKfIDoEme89EEbZl9qQ==",
                                              "guid": "29e726c0-03f2-49a0-9ef3-d1046d997da9",
                                              "name": "sample string 1",
                                              "number": 1,
                                              "tare": 1
                                            },
                                            "priceGroup": {
                                              "$id": "34",
                                              "priceGroupG_UID": "YQLLqM2iG0GvNvDchFfaGw==",
                                              "priceGroupGuid": "a8cb0261-a2cd-411b-af36-f0dc8457da1b",
                                              "name": "sample string 2",
                                              "code": 1,
                                              "modified": true,
                                              "updated": "2026-04-03T06:22:26.5366056",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "number": 1,
                                              "products": [
                                                {
                                                  "$ref": "28"
                                                },
                                                {
                                                  "$ref": "28"
                                                }
                                              ],
                                              "productCount": 1
                                            },
                                            "priceGroupName": "sample string 147",
                                            "nutrifacts": {
                                              "$id": "35",
                                              "pluG_UID": "DGHDXZgwkUOstlXSx0Yl9Q==",
                                              "pluGuid": "5dc3610c-3098-4391-acb6-55d2c74625f5",
                                              "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": "36",
                                              "pluGuid": "e21b3952-2218-4230-b65b-145d729f03b2",
                                              "created": "2026-04-03T06:22:26.5366056",
                                              "createdByUser": "sample string 1",
                                              "activated": "2026-04-03T06:22:26.5366056",
                                              "activatedByUser": "sample string 2",
                                              "deactivated": "2026-04-03T06:22:26.5366056",
                                              "deactivatedByUser": "sample string 3",
                                              "lastOrdered": "2026-04-03T06:22:26.5366056",
                                              "lastOrderedQty": 4.0,
                                              "lastReceived": "2026-04-03T06:22:26.5366056",
                                              "lastReceivedQty": 5.0,
                                              "lastInvoiceStatus": 1,
                                              "lastCounted": "2026-04-03T06:22:26.5366056",
                                              "lastSold": "2026-04-03T06:22:26.5366056",
                                              "firstSold": "2026-04-03T06:22:26.5366056",
                                              "awsUpdated": "2026-04-03T06:22:26.5366056",
                                              "lastManualUpdate": "2026-04-03T06:22:26.5366056",
                                              "lastManualUpdatedByUser": "sample string 7",
                                              "lastUpdated": "2026-04-03T06:22:26.5366056",
                                              "lastUpdatedByUser": "sample string 9",
                                              "lastUpdatedByHost": "2026-04-03T06:22:26.5366056",
                                              "doNotRangeUpdated": "2026-04-03T06:22:26.5366056",
                                              "doNotOrderUpdated": "2026-04-03T06:22:26.5366056",
                                              "tracked": "2026-04-03T06:22:26.5366056"
                                            },
                                            "allergens": [
                                              {
                                                "$id": "37",
                                                "primaryKey": {
                                                  "$id": "38",
                                                  "pluGuid": "6f3fc556-b467-4349-9c68-ba6a81560bdc",
                                                  "contains": 2
                                                },
                                                "allergenID": 1,
                                                "pluG_UID": "VsU/b2e0SUOcaLpqgVYL3A==",
                                                "pluGuid": "6f3fc556-b467-4349-9c68-ba6a81560bdc",
                                                "contains": 2,
                                                "allergenName": "sample string 3",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "37"
                                              }
                                            ],
                                            "costs": {
                                              "$id": "39",
                                              "pluG_UID": "9DucuVA3e0Cp204aBCaoUQ==",
                                              "pluGuid": "b99c3bf4-3750-407b-a9db-4e1a0426a851",
                                              "enteredCost": 1,
                                              "weightedAvgCost": 1,
                                              "lastCost": 1,
                                              "rawEnteredCost": 2,
                                              "rawWeightedAvgCost": 3,
                                              "rawLastCost": 4,
                                              "freight": 5.0,
                                              "freightType": 6,
                                              "costDecimals": 7,
                                              "fifoCost": 1,
                                              "updated": "2026-04-03T06:22:26.5366056",
                                              "normalCost": 1,
                                              "currentCost": 1
                                            },
                                            "sales": [
                                              {
                                                "$id": "40",
                                                "saleHeaderID": 1,
                                                "created": "2026-04-03T06:22:26.5366056",
                                                "createdLocal": "2026-04-03T06:22:26.5366056",
                                                "storeID": 3,
                                                "storeName": "sample string 4",
                                                "operatorG_Uid": "K3te0Jhvz0i9bC8CNTDshA==",
                                                "operatorGuid": "d05e7b2b-6f98-48cf-bd6c-2f023530ec84",
                                                "operatorName": "sample string 5",
                                                "tranType": 1,
                                                "plu": 1,
                                                "pluG_UId": "OS55Ihe44U6xJM0ZJvARRg==",
                                                "pluGuid": "22792e39-b817-4ee1-b124-cd1926f01146",
                                                "normalPrice": 1,
                                                "totalCents": 1,
                                                "cost": 1,
                                                "grossProfit": 1,
                                                "quantity": 1,
                                                "operator": {
                                                  "$ref": "16"
                                                }
                                              },
                                              {
                                                "$ref": "40"
                                              }
                                            ],
                                            "apns": [
                                              {
                                                "$id": "41",
                                                "pluID": 1,
                                                "pluG_UID": "PM1Ao9YJT0+DH5wc4M9skQ==",
                                                "pluGuid": "a340cd3c-09d6-4f4f-831f-9c1ce0cf6c91",
                                                "apn": "sample string 1",
                                                "deleted": true,
                                                "storeID": 1,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ],
                                            "tuns": [
                                              {
                                                "$id": "42",
                                                "pluG_UId": "R0BbMQwCRkqzSxlbIN0VHg==",
                                                "pluGuid": "315b4047-020c-4a46-b34b-195b20dd151e",
                                                "apn": "sample string 1",
                                                "tun": "sample string 2",
                                                "cartonQuantity": 3,
                                                "product": {
                                                  "$ref": "28"
                                                },
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "42"
                                              }
                                            ],
                                            "competitionPricing": [
                                              {
                                                "$id": "43",
                                                "identifier": "P/HXlwmSik2zXuTlMa/yxg==",
                                                "identifierGuid": "97d7f13f-9209-4d8a-b35e-e4e531aff2c6",
                                                "pluG_UID": "k6lWVQDNzk6Ya6sJl58j+A==",
                                                "pluGuid": "5556a993-cd00-4ece-986b-ab09979f23f8",
                                                "competitionID": 1,
                                                "name": "sample string 2",
                                                "sellMultiple": 3,
                                                "retailPrice": 4,
                                                "storeName": "sample string 5"
                                              },
                                              {
                                                "$ref": "43"
                                              }
                                            ],
                                            "supplier": {
                                              "$ref": "23"
                                            },
                                            "supplierName": "sample string 148",
                                            "children": [
                                              {
                                                "$ref": "28"
                                              },
                                              {
                                                "$ref": "28"
                                              }
                                            ],
                                            "ordering": {
                                              "$ref": "26"
                                            },
                                            "flipChartPages": [
                                              {
                                                "$id": "44",
                                                "identifier": "sYzn0B4VD0Oq45z2nPqakg==",
                                                "groupName": "sample string 1",
                                                "identifierGuid": "d0e78cb1-151e-430f-aae3-9cf69cfa9a92",
                                                "exists": true,
                                                "flipChartIdentifier": "Ydl48Dp1kkCM03cT5lwhrw==",
                                                "flipChartIdentifierGuid": "f078d961-753a-4092-8cd3-7713e65c21af",
                                                "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": "cENQkx4YIkW2Kkje70MFXg==",
                                                "groupIdentifierGuid": "93504370-181e-4522-b62a-48deef43055e",
                                                "flipChart": {
                                                  "$id": "45",
                                                  "identifier": "tN3w54p5PEeD/flE9aIZdA==",
                                                  "identifierGuid": "e7f0ddb4-798a-473c-83fd-f944f5a21974",
                                                  "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": "46",
                                                    "identifier": "XiCVnVrZYU+1m3LNQkXp4Q==",
                                                    "identifierGuid": "9d95205e-d95a-4f61-b59b-72cd4245e9e1",
                                                    "name": "sample string 2",
                                                    "formType": "sample string 3",
                                                    "forms": [
                                                      {
                                                        "$id": "47",
                                                        "id": 1,
                                                        "g_UID": "6OjsirwawUqTEJTo8EEHQw==",
                                                        "guid": "8aece8e8-1abc-4ac1-9310-94e8f0410743",
                                                        "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": "WtiNDu37Y0GmQZ88MNqtaw==",
                                                        "previousFormGuid": "0e8dd85a-fbed-4163-a641-9f3c30daad6b",
                                                        "nextForm": 1,
                                                        "nextFormG_UID": "sBZBt7iWYkmlfQaMWWlqRQ==",
                                                        "nextFormGuid": "b74116b0-96b8-4962-a57d-068c59696a45",
                                                        "attributes": "sample string 10",
                                                        "updated": "2026-04-03T06:22:26.5366056",
                                                        "positioning": 1,
                                                        "contentPanel": "sample string 11",
                                                        "selectionMode": 1,
                                                        "maximumSelections": 1,
                                                        "alteredInStore": true,
                                                        "deleted": true,
                                                        "blueprintID": 1,
                                                        "preserveLayout": true,
                                                        "mainCheckoutFormName": "sample string 13",
                                                        "nextCheckoutForm": {
                                                          "$ref": "47"
                                                        },
                                                        "previousCheckoutForm": {
                                                          "$ref": "47"
                                                        },
                                                        "buttons": [
                                                          {
                                                            "$id": "48",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "/zpW2skyUE22JqGr2fj3og==",
                                                            "checkoutFormGuid": "da563aff-32c9-4d50-b626-a1abd9f8f7a2",
                                                            "identifier": "qgzQ2zsy1kKELoiBMlVNpA==",
                                                            "identifierGuid": "dbd00caa-323b-42d6-842e-888132554da4",
                                                            "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": "znjJ/TbD/0eaQji8WjfE2Q==",
                                                            "valueGuid": "fdc978ce-c336-47ff-9a42-38bc5a37c4d9",
                                                            "buttonText": "sample string 10",
                                                            "valueText": "sample string 11",
                                                            "drawImageAndButton": true,
                                                            "updated": "2026-04-03T06:22:26.5366056",
                                                            "action": "sample string 12",
                                                            "valueForm": {
                                                              "$ref": "47"
                                                            },
                                                            "image": {
                                                              "$id": "49",
                                                              "name": "sample string 3.sample string 4",
                                                              "imageID": 2,
                                                              "imageName": "sample string 3",
                                                              "imageExtension": "sample string 4",
                                                              "lastUpdate": "2026-04-03T06:22:26.5366056",
                                                              "imageData": "QEA=",
                                                              "readOnly": true
                                                            }
                                                          },
                                                          {
                                                            "$ref": "48"
                                                          }
                                                        ],
                                                        "panels": [
                                                          {
                                                            "$id": "50",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "MOHml92xVkSAwCfjFPD1QQ==",
                                                            "checkoutFormGuid": "97e6e130-b1dd-4456-80c0-27e314f0f541",
                                                            "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": "50"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "$ref": "47"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$ref": "50"
                                                      },
                                                      {
                                                        "$ref": "50"
                                                      }
                                                    ]
                                                  },
                                                  "pages": [
                                                    {
                                                      "$ref": "44"
                                                    },
                                                    {
                                                      "$ref": "44"
                                                    }
                                                  ]
                                                },
                                                "contentPanel": {
                                                  "$ref": "50"
                                                },
                                                "products": [
                                                  {
                                                    "$id": "51",
                                                    "flipChartPageIdentifier": "1jfMCqMt7UujxHn6q9Y94A==",
                                                    "flipChartPageIdentifierGuid": "0acc37d6-2da3-4bed-a3c4-79faabd63de0",
                                                    "pluG_UID": "RaXdNL7P5Ee91EDRMaQLig==",
                                                    "pluGuid": "34dda545-cfbe-47e4-bdd4-40d131a40b8a",
                                                    "sortOrder": 3,
                                                    "sent": true,
                                                    "productChanged": true,
                                                    "productImageName": "sample string 6",
                                                    "productShowImageOnFlipCharts": true,
                                                    "productShowTextOnFlipCharts": true,
                                                    "productOverrideFlipChartText": true,
                                                    "productFlipChartText": "sample string 10",
                                                    "product": {
                                                      "$ref": "28"
                                                    },
                                                    "departmentSortOrder": 11,
                                                    "subDepartmentName": "sample string 12"
                                                  },
                                                  {
                                                    "$ref": "51"
                                                  }
                                                ],
                                                "productCount": 27,
                                                "pages": [
                                                  {
                                                    "$ref": "44"
                                                  },
                                                  {
                                                    "$ref": "44"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "44"
                                              }
                                            ],
                                            "priceHistory": [
                                              {
                                                "$id": "52",
                                                "pluG_UID": "Ir6CxjzPcEibUkG+0dNv0w==",
                                                "pluGuid": "c682be22-cf3c-4870-9b52-41bed1d36fd3",
                                                "price": 1,
                                                "costCalcMethod": 1,
                                                "cost": 2,
                                                "weightedAvgCost": 3,
                                                "lastCost": 4,
                                                "rawCost": 5,
                                                "rawWeightedAvgCost": 6,
                                                "rawLastCost": 7,
                                                "costDecimals": 8,
                                                "serviceFeeID": 9,
                                                "freight": 10.0,
                                                "freightType": 11,
                                                "process": "sample string 12",
                                                "user": "sample string 13",
                                                "updated": "2026-04-03T06:22:26.5366056",
                                                "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": "52"
                                              }
                                            ],
                                            "ingredients": [
                                              {
                                                "$id": "53",
                                                "pluG_UID": "5wl4/lKgCkWKCLOjNJ9/Og==",
                                                "ingredientGuid": "Cz+ZFU13C0OFRj4W/UQ/xA==",
                                                "ingredientIdentifier": "15993f0b-774d-430b-8546-3e16fd443fc4",
                                                "quantity": 1.0,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "ingredientText": "sample string 1",
                                                "ingredient": {
                                                  "$ref": "28"
                                                }
                                              },
                                              {
                                                "$ref": "53"
                                              }
                                            ],
                                            "bins": [
                                              {
                                                "$id": "54",
                                                "pluG_UID": "rdu8mD/QZ0av+EvRhGS7kQ==",
                                                "pluGuid": "98bcdbad-d03f-4667-aff8-4bd18464bb91",
                                                "shelfLocationIdentifier": "g2mIf/ujGU2+zFFMctUGyQ==",
                                                "shelfLocationGuid": "7f886983-a3fb-4d19-becc-514c72d506c9",
                                                "labelShelfDefault": 1,
                                                "labelTalkerDefault": 1,
                                                "labelSmall": true,
                                                "labelPageLayoutG_UID": "n9R1i/x+DECIOg6E3MQjyw==",
                                                "labelPageLayoutGuid": "8b75d49f-7efc-400c-883a-0e84dcc423cb",
                                                "updated": "2026-04-03T06:22:26.5366056",
                                                "electronicShelfLabelIdentifier": "sample string 5",
                                                "electronicshelfLabelsConfigurationID": 6,
                                                "labelShelfChanged": true,
                                                "productName": "sample string 8",
                                                "locationText": "sample string 9",
                                                "product": {
                                                  "$ref": "28"
                                                },
                                                "location": {
                                                  "$id": "55",
                                                  "identifier": "5yvQDU8mnUa36b3VsQsVPA==",
                                                  "storeID": 1,
                                                  "identifierGuid": "0dd02be7-264f-469d-b7e9-bdd5b10b153c",
                                                  "name": "sample string 2",
                                                  "haccp": true,
                                                  "blueprintID": 1,
                                                  "updated": "2026-04-03T06:22:26.5366056",
                                                  "minTemp": 1,
                                                  "maxTemp": 1,
                                                  "checkFrequency": 1,
                                                  "storeCaseConfiguration": 5,
                                                  "storeName": "sample string 6",
                                                  "bins": [
                                                    {
                                                      "$ref": "54"
                                                    },
                                                    {
                                                      "$ref": "54"
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "$ref": "54"
                                              }
                                            ],
                                            "bin": {
                                              "$ref": "54"
                                            },
                                            "scaleLocations": [
                                              {
                                                "$id": "56",
                                                "plu": 1,
                                                "pluG_UID": "YD6H5SR9CUyiv/dfwnKs1Q==",
                                                "pluGuid": "e5873e60-7d24-4c09-a2bf-f75fc272acd5",
                                                "deptNo": 1,
                                                "product": {
                                                  "$ref": "28"
                                                },
                                                "scaleLocation": {
                                                  "$id": "57",
                                                  "id": 1,
                                                  "deptNo": 1,
                                                  "deptCode": "sample string 2",
                                                  "name": "sample string 3",
                                                  "enabled": true,
                                                  "updated": "2026-04-03T06:22:26.5366056",
                                                  "department": {
                                                    "$id": "58",
                                                    "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": "57"
                                                    },
                                                    "subDepartments": [
                                                      {
                                                        "$id": "59",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "name": "sample string 3",
                                                        "code": "sample string 4",
                                                        "departmentCode": "sample string 5",
                                                        "externalSales": true,
                                                        "minorDepartments": [
                                                          {
                                                            "$id": "60",
                                                            "id": 1,
                                                            "subDepartmentID": 2,
                                                            "departmentID": 3,
                                                            "name": "sample string 4",
                                                            "subDepartmentCode": "sample string 5",
                                                            "departmentCode": "sample string 6",
                                                            "code": "sample string 7",
                                                            "lesserDepartments": [
                                                              {
                                                                "$id": "61",
                                                                "id": 1,
                                                                "departmentID": 2,
                                                                "subDepartmentID": 3,
                                                                "minorDepartmentID": 4,
                                                                "name": "sample string 5",
                                                                "code": "sample string 6",
                                                                "departmentCode": "sample string 7",
                                                                "subDepartmentCode": "sample string 8",
                                                                "minorDepartmentCode": "sample string 9",
                                                                "updated": "2026-04-03T06:22:26.5366056",
                                                                "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": "ZlV+sUuNLUab6fjMKeiAAQ==",
                                                                "labelPageLayoutGuid": "b17e5566-8d4b-462d-9be9-f8cc29e88001",
                                                                "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": "62",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "name": "sample string 3",
                                                                  "active": true,
                                                                  "mscCommodities": [
                                                                    {
                                                                      "$id": "63",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "name": "sample string 4",
                                                                      "active": true,
                                                                      "mscSubCommodities": [
                                                                        {
                                                                          "$id": "64",
                                                                          "dept": 1,
                                                                          "category": 2,
                                                                          "commodity": 3,
                                                                          "subCommodity": 4,
                                                                          "name": "sample string 5",
                                                                          "active": true,
                                                                          "subCommodityCode": "sample string 7"
                                                                        },
                                                                        {
                                                                          "$ref": "64"
                                                                        }
                                                                      ],
                                                                      "commodityCode": "sample string 6"
                                                                    },
                                                                    {
                                                                      "$ref": "63"
                                                                    }
                                                                  ],
                                                                  "categoryCode": "sample string 5"
                                                                },
                                                                "mscCom": {
                                                                  "$ref": "63"
                                                                },
                                                                "mscDep": {
                                                                  "$id": "65",
                                                                  "dept": 1,
                                                                  "name": "sample string 2",
                                                                  "active": true,
                                                                  "mscCategories": [
                                                                    {
                                                                      "$ref": "62"
                                                                    },
                                                                    {
                                                                      "$ref": "62"
                                                                    }
                                                                  ],
                                                                  "deptCode": "sample string 4"
                                                                },
                                                                "mscSubCom": {
                                                                  "$ref": "64"
                                                                }
                                                              },
                                                              {
                                                                "$ref": "61"
                                                              }
                                                            ],
                                                            "updated": "2026-04-03T06:22:26.5366056",
                                                            "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": "2mkprLmHdUaJrioRB0fIWw==",
                                                            "labelPageLayoutGuid": "ac2969da-87b9-4675-89ae-2a110747c85b",
                                                            "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": "62"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "63"
                                                            },
                                                            "mscDep": {
                                                              "$ref": "65"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "64"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "60"
                                                          }
                                                        ],
                                                        "investmentBuyOverride": true,
                                                        "updated": "2026-04-03T06:22:26.5366056",
                                                        "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": "mMVLJSQbD0Sg/w9Lt0h0VA==",
                                                        "labelPageLayoutGuid": "254bc598-1b24-440f-a0ff-0f4bb7487454",
                                                        "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": "62"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "63"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "65"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "64"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "59"
                                                      }
                                                    ],
                                                    "stores": [
                                                      1,
                                                      2
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2026-04-03T06:22:26.5366056",
                                                    "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": "04wwlNUgqUmYX3iET9w9VQ==",
                                                    "labelPageLayoutGuid": "94308cd3-20d5-49a9-985f-78844fdc3d55",
                                                    "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": "62"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "63"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "65"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "64"
                                                    }
                                                  }
                                                }
                                              },
                                              {
                                                "$ref": "56"
                                              }
                                            ],
                                            "nextPrice": {
                                              "$id": "66",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "plu": 1,
                                              "hostOfferID": 1,
                                              "metcashPromotionID": "sample string 4",
                                              "metcashPromotionPlacement": "sample string 5",
                                              "pluG_UID": "hAjLMkxS5kiEpkkV7poPng==",
                                              "pluGuid": "32cb0884-524c-48e6-84a6-4915ee9a0f9e",
                                              "newPrice": 1,
                                              "pctDiscount": 1,
                                              "newCost": 1,
                                              "newCostDecimals": 6,
                                              "dealCostIdentifier": "LHf7Gs/Ns02AUlxF015KVg==",
                                              "dealCostGuid": "1afb772c-cdcf-4db3-8052-5c45d35e4a56",
                                              "pluName": "sample string 7",
                                              "apn": "sample string 8",
                                              "fuelItem": true,
                                              "priceGroupG_UID": "deNeDFfwc0+7HtWbo9PjvQ==",
                                              "priceGroupGuid": "0c5ee375-f057-4f73-bb1e-d59ba3d3e3bd",
                                              "itemNumber": "sample string 10",
                                              "cri": "sample string 11",
                                              "pluPrice": 12,
                                              "costCalcMethod": 13,
                                              "pluCost": 14,
                                              "pluCostIndicator": "sample string 15",
                                              "pluPriceGstPercent": 16,
                                              "pluCostGstPercent": 17,
                                              "pluActive": true,
                                              "cartonQty": 1.1,
                                              "baseUnits": 19.1,
                                              "salesMode": 1,
                                              "pluNormalCost": 20,
                                              "pluaws": 21.0,
                                              "directNumber": "sample string 22",
                                              "departmentName": "sample string 23",
                                              "subDepartmentName": "sample string 24",
                                              "priceGroupName": "sample string 25",
                                              "supplierName": "sample string 26",
                                              "stockOnHand": 1.1,
                                              "stockOnOrder": 1.1,
                                              "lastReceived": "2026-04-03T06:22:26.5366056",
                                              "rrp": 27,
                                              "campaignDescription": "sample string 28",
                                              "hostCampaign": true,
                                              "hostIdentifier": "QEA=",
                                              "hostIdentifierGuid": "33fbfd56-0f46-45d2-80f9-b34964cfc06a",
                                              "campaignComboPriceGroupG_UID": "MCwTIr2BtUS0Wi/KED2lJg==",
                                              "campaignComboPriceGroupIdentifier": "22132c30-81bd-44b5-b45a-2fca103da526",
                                              "promotionPlacementDescription": "sample string 30",
                                              "storeAcceptances": [
                                                {
                                                  "$id": "67",
                                                  "plu": 1,
                                                  "pluG_UId": "QEA=",
                                                  "campaignID": 1,
                                                  "campaignName": "sample string 2",
                                                  "storeID": 3,
                                                  "acceptedUtc": "2026-04-03T06:22:26.5366056",
                                                  "operatorG_UID": "dwbx9lkwNkSpQOJyVnPmwA==",
                                                  "operatorGuid": "f6f10677-3059-4436-a940-e2725673e6c0",
                                                  "machineID": 1,
                                                  "processed": true,
                                                  "appliedUtc": "2026-04-03T06:22:26.5366056",
                                                  "signIqTicketFileMovedUtc": "2026-04-03T06:22:26.5366056",
                                                  "user": "sample string 6",
                                                  "campaignDescription": "sample string 7",
                                                  "productDesc": "sample string 8",
                                                  "storeName": "sample string 9",
                                                  "effectiveUtc": "2026-04-03T06:22:26.5366056",
                                                  "priceChangeType": 0,
                                                  "operatorName": "sample string 10",
                                                  "hostCampaign": true,
                                                  "hostIdentifier": "QEA=",
                                                  "hostIdentifierGuid": "0546bbdf-f7ef-4091-bb40-fb600e948dbe",
                                                  "product": {
                                                    "$ref": "28"
                                                  },
                                                  "campaignPlu": {
                                                    "$ref": "66"
                                                  },
                                                  "fuelItem": true
                                                },
                                                {
                                                  "$ref": "67"
                                                }
                                              ],
                                              "campaign": {
                                                "$id": "68",
                                                "id": 1,
                                                "storeID": 2,
                                                "name": "a2d2bf58-161e-4189-ba4f-2397852c3ac7",
                                                "nameGuid": "a2d2bf58-161e-4189-ba4f-2397852c3ac7",
                                                "description": "sample string 4",
                                                "showDiscounts": true,
                                                "showTotals": true,
                                                "onlyEvaluateOnSubtotal": true,
                                                "useDescription": true,
                                                "campaignType": 1,
                                                "startDate": "2026-04-03T06:22:26.5366056",
                                                "startTime": 1,
                                                "endDate": "2026-04-03T06:22:26.5366056",
                                                "endTime": 1,
                                                "recurrence": 1,
                                                "recurrenceType": 1,
                                                "monthType": 1,
                                                "weekDays": 1,
                                                "months": 1,
                                                "monthWeeks": 1,
                                                "monthDays": "sample string 7",
                                                "printed": true,
                                                "talkerText": "sample string 8",
                                                "rangeDescription": "sample string 9",
                                                "dealDescription": "sample string 10",
                                                "labelQuantity": 11,
                                                "active": 1,
                                                "deactivated": "2026-04-03T06:22:26.5366056",
                                                "system": true,
                                                "created": "2026-04-03T06:22:26.5366056",
                                                "updated": "2026-04-03T06:22:26.5366056",
                                                "priceChangeNotifiedUtc": "2026-04-03T06:22:26.5366056",
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 13",
                                                "hostIdentifier": "KWZZH40sBkCiWSyMnaJFdA==",
                                                "hostIdentifierGuid": "1f596629-2c8d-4006-a259-2c8c9da24574",
                                                "hostType": 14,
                                                "createdByUser": "sample string 15",
                                                "fromHost": true,
                                                "deleted": true,
                                                "campaignDeleted": "2026-04-03T06:22:26.5366056",
                                                "updatedByUser": "sample string 18",
                                                "offerID": 1,
                                                "isPriceChangeCampaign": true,
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "campaignPlus": [
                                                  {
                                                    "$ref": "66"
                                                  },
                                                  {
                                                    "$ref": "66"
                                                  }
                                                ],
                                                "campaignPools": [
                                                  {
                                                    "$id": "69",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "plu": 4,
                                                    "pluG_UID": "uUuUKGbfqkSUfh5Ih2PWBQ==",
                                                    "pluGuid": "28944bb9-df66-44aa-947e-1e488763d605",
                                                    "hostOfferID": 1,
                                                    "priceGroupG_UID": "tsXRP+JQmkGQvuXWLXKTKQ==",
                                                    "priceGroupGuid": "3fd1c5b6-50e2-419a-90be-e5d62d729329",
                                                    "fuelItem": true,
                                                    "pluName": "sample string 6",
                                                    "apn": "sample string 7",
                                                    "pluActive": true,
                                                    "cartonQty": 1,
                                                    "baseUnits": 9.1,
                                                    "cri": "sample string 10",
                                                    "salesMode": 1,
                                                    "pluaws": 11.0,
                                                    "directNumber": "sample string 12",
                                                    "departmentName": "sample string 13",
                                                    "subDepartmentName": "sample string 14",
                                                    "priceGroupName": "sample string 15",
                                                    "supplierName": "sample string 16",
                                                    "stockOnHand": 1.1,
                                                    "stockOnOrder": 1.1,
                                                    "lastReceived": "2026-04-03T06:22:26.5366056",
                                                    "rrp": 17,
                                                    "campaignDescription": "sample string 18",
                                                    "product": {
                                                      "$ref": "28"
                                                    },
                                                    "campaign": {
                                                      "$ref": "68"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "69"
                                                  }
                                                ],
                                                "sellingRules": [
                                                  {
                                                    "$id": "70",
                                                    "id": 1,
                                                    "identifier": "XOl726rg60+IXVEWSVKD3w==",
                                                    "identifierStr": "XOl726rg60+IXVEWSVKD3w==",
                                                    "identifierGuid": "db7be95c-e0aa-4feb-885d-5116495283df",
                                                    "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": "68"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "70"
                                                  }
                                                ],
                                                "customers": [
                                                  {
                                                    "$id": "71",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "customerID": "TffEc1t4skKSGyS+55hlOQ==",
                                                    "customerIDGuid": "73c4f74d-785b-42b2-921b-24bee7986539",
                                                    "campaign": {
                                                      "$ref": "68"
                                                    },
                                                    "customer": {
                                                      "$ref": "7"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "71"
                                                  }
                                                ],
                                                "customerGroups": [
                                                  {
                                                    "$id": "72",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupID": "/uffpB8u10SIohTE7kWsVA==",
                                                    "groupIDGuid": "a4dfe7fe-2e1f-44d7-88a2-14c4ee45ac54",
                                                    "campaign": {
                                                      "$ref": "68"
                                                    },
                                                    "group": {
                                                      "$ref": "11"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "72"
                                                  }
                                                ],
                                                "signIqTickets": [
                                                  {
                                                    "$id": "73",
                                                    "identifier": "SM4LtsxAekOC9XSz4WkQhQ==",
                                                    "identifierGuid": "b60bce48-40cc-437a-82f5-74b3e1691085",
                                                    "campaignName": "sample string 2",
                                                    "message": "sample string 3",
                                                    "ticketFileSource": "sample string 4",
                                                    "ticketFileDestination": "sample string 5",
                                                    "storeID": 1
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ],
                                                "comboPriceGroups": [
                                                  {
                                                    "$id": "74",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "g_UID": "NbcTuCp8JkKHdleaVnmEXQ==",
                                                    "guid": "b813b735-7c2a-4226-8776-579a5679845d",
                                                    "description": "sample string 5",
                                                    "newPrice": 1,
                                                    "rangeDescription": "sample string 6",
                                                    "dealDescription": "sample string 7",
                                                    "labelQuantity": 8,
                                                    "hostProductCategoryID": 1,
                                                    "offerID": 1,
                                                    "dontUpdatePricePlus": true,
                                                    "campaign": {
                                                      "$ref": "68"
                                                    },
                                                    "comboPricePlus": [
                                                      {
                                                        "$id": "75",
                                                        "id": 1,
                                                        "campaignID": 2,
                                                        "campaignName": "sample string 3",
                                                        "groupG_UID": "+OouTiYMMUOpj3wn673tfQ==",
                                                        "groupGuid": "4e2eeaf8-0c26-4331-a98f-7c27ebbded7d",
                                                        "comboPriceType": 5,
                                                        "priceType": 5,
                                                        "pluG_UID": "8U2Y31CfXkqto6qk6SXolQ==",
                                                        "pluGuid": "df984df1-9f50-4a5e-ada3-aaa4e925e895",
                                                        "priceGroupG_UID": "T2vffoPgmkC97yfmeZ3Yqw==",
                                                        "priceGroupGuid": "7edf6b4f-e083-409a-bdef-27e6799dd8ab",
                                                        "campaignPoolID": "sample string 7",
                                                        "quantity": 1,
                                                        "campaign": {
                                                          "$ref": "68"
                                                        },
                                                        "product": {
                                                          "$ref": "28"
                                                        },
                                                        "priceGroup": {
                                                          "$ref": "34"
                                                        },
                                                        "campaignPool": {
                                                          "$ref": "68"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "75"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "74"
                                                  }
                                                ],
                                                "priceLevels": [
                                                  {
                                                    "$id": "76",
                                                    "id": 1,
                                                    "priceLevelIdentifier": "BYpAloKDUEqQlSRTbPqjTA==",
                                                    "priceLevelIdentifierGuid": "96408a05-8382-4a50-9095-24536cfaa34c",
                                                    "campaignName": "sample string 3",
                                                    "priceLevelName": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "76"
                                                  }
                                                ],
                                                "promotionType": {
                                                  "$id": "77",
                                                  "identifier": "beXvKG/TL0i7oAMNRFxI3g==",
                                                  "identifierGuid": "28efe56d-d36f-482f-bba0-030d445c48de",
                                                  "hostType": 2,
                                                  "code": "sample string 3",
                                                  "description": "sample string 4",
                                                  "isLiquor": true,
                                                  "isAdvertised": true,
                                                  "disableWasSave": true,
                                                  "excludeFromPromoSales": true,
                                                  "labelPageLayoutG_UID": "kkTJZeXUbUqy4951Nn+umQ==",
                                                  "labelPageLayoutGuid": "65c94492-d4e5-4a6d-b2e3-de75367fae99",
                                                  "priceLevelIdentifier": "tS0J8JMH2UqoQDTfPZSJ1w==",
                                                  "priceLevelIdentifierGuid": "f0092db5-0793-4ad9-a840-34df3d9489d7",
                                                  "active": true,
                                                  "updated": "2026-04-03T06:22:26.5366056",
                                                  "hostName": "sample string 11"
                                                }
                                              },
                                              "product": {
                                                "$ref": "28"
                                              },
                                              "dealCost": {
                                                "$id": "78",
                                                "headerIdentifier": "fYjGegczq0idcaZKacHUHA==",
                                                "headerIdentifierGuid": "7ac6887d-3307-48ab-9d71-a64a69c1d41c",
                                                "identifier": "b5N38JOXDEG5PZG6F/8Ttg==",
                                                "identifierGuid": "f077936f-9793-410c-b93d-91ba17ff13b6",
                                                "supplierIdentifier": "NfEcTV3JqUKKjQlskf4PWA==",
                                                "supplierGuid": "4d1cf135-c95d-42a9-8a8d-096c91fe0f58",
                                                "pluG_UID": "XSUE183KgUuNMrmwwgmMuA==",
                                                "pluGuid": "d704255d-cacd-4b81-8d32-b9b0c2098cb8",
                                                "campaignName": "7a0fcfd4-15d7-49e7-9710-f3cc629b3cc5",
                                                "description": "sample string 4",
                                                "cost": 5,
                                                "costDecimals": 6,
                                                "start": "2026-04-03T06:22:26.5366056",
                                                "end": "2026-04-03T06:22:26.5366056",
                                                "type": 9,
                                                "promoType": 10,
                                                "bonusItemPLUG_UID": "MEUYGcRsWEuiA39Ox9Vkag==",
                                                "bonusItemPluGuid": "19184530-6cc4-4b58-a203-7f4ec7d5646a",
                                                "bonusPurchaseUnits": 11,
                                                "bonusReceiveUnits": 12,
                                                "updated": "2026-04-03T06:22:26.5366056",
                                                "metcashPromotionID": "sample string 14",
                                                "fromHost": 15,
                                                "storeNames": "sample string 16",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "supplierName": "sample string 17",
                                                "campaignDescription": "sample string 18",
                                                "newPrice": 1,
                                                "campaignMetcashPromotionID": "sample string 19",
                                                "campaignActive": true,
                                                "campaignStartDate": "2026-04-03T06:22:26.5366056",
                                                "campaignEndDate": "2026-04-03T06:22:26.5366056",
                                                "masterPLUG_UID": "ZfWVKCV+80GbnXCxmtwO7w==",
                                                "masterID": "2895f565-7e25-41f3-9b9d-70b19adc0eef",
                                                "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": "lwEUXJjcU0SNnpfNGXa/Lg==",
                                                "bonusMasterID": "5c140197-dc98-4453-8d9e-97cd1976bf2e",
                                                "bonusProductName": "sample string 34",
                                                "bonusProductAPN": "sample string 35",
                                                "bonusOrderCode": "sample string 36",
                                                "bonusNormalSell": 37,
                                                "bonusNormalCost": 38,
                                                "bonusNormalCostDecimals": 39,
                                                "bonusCartonQuantity": 40,
                                                "bonusSalesMode": 41,
                                                "bonusOrderPacked": 42,
                                                "bonusFuelItem": true,
                                                "bonusActive": true
                                              }
                                            },
                                            "currentCostStart": "2026-04-03T06:22:26.5366056",
                                            "dealCosts": [
                                              {
                                                "$ref": "78"
                                              },
                                              {
                                                "$ref": "78"
                                              }
                                            ],
                                            "tags": [
                                              {
                                                "$id": "79",
                                                "pluG_UID": "xcp4IIN86k2VAWF2m4YtUQ==",
                                                "pluGuid": "2078cac5-7c83-4dea-9501-61769b862d51",
                                                "tagID": 1,
                                                "description": "sample string 1",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "79"
                                              }
                                            ],
                                            "alternateProductG_UID": "aAlRnHARaUi7+VYJOq48RA==",
                                            "alternateProduct": "9c510968-1170-4869-bbf9-56093aae3c44",
                                            "altProduct": {
                                              "$ref": "28"
                                            },
                                            "productHostCode": {
                                              "$id": "80",
                                              "id": 1,
                                              "pluG_UID": "giPvbEHHNU+d5hvdQb12LA==",
                                              "pluGuid": "6cef2382-c741-4f35-9de6-1bdd41bd762c",
                                              "ibaCode": "sample string 2"
                                            },
                                            "mscCat": {
                                              "$ref": "62"
                                            },
                                            "mscCom": {
                                              "$ref": "63"
                                            },
                                            "mscDep": {
                                              "$ref": "65"
                                            },
                                            "mscSubCom": {
                                              "$ref": "64"
                                            },
                                            "isUserUpdate": true,
                                            "ignoreMasterProduct": true,
                                            "priceGroupLabelRequested": true,
                                            "firstSold": "2026-04-03T06:22:26.5366056",
                                            "inventoryTracked": "2026-04-03T06:22:26.5366056",
                                            "isNormalPriceChangesCampaign": true,
                                            "baseProductFuel": {
                                              "$id": "81",
                                              "pluG_UID": "TvqH0eeQA02XWnAUo6GVPw==",
                                              "pluGuid": "d187fa4e-90e7-4d03-975a-7014a3a1953f",
                                              "fuelPluG_UID": "t7kRkWMcsUS7WudwImr23g==",
                                              "fuelPluGuid": "9111b9b7-1c63-44b1-bb5a-e770226af6de",
                                              "price": 3,
                                              "productDescription": "sample string 4",
                                              "productBarcode": "sample string 5",
                                              "fuelProductDescription": "sample string 6",
                                              "fuelProductBarcode": "sample string 7",
                                              "fuelProductPrice": 8
                                            },
                                            "productFuelLinks": [
                                              {
                                                "$ref": "81"
                                              },
                                              {
                                                "$ref": "81"
                                              }
                                            ]
                                          },
                                          "supplier": {
                                            "$ref": "23"
                                          },
                                          "serviceFee": {
                                            "$id": "82",
                                            "id": 1,
                                            "description": "sample string 1",
                                            "fee": 1
                                          },
                                          "isPrimaryHost": true,
                                          "hostVendor": 48
                                        },
                                        {
                                          "$ref": "26"
                                        }
                                      ],
                                      "orderCycleHeaders": [
                                        {
                                          "$id": "83",
                                          "storeID": 1,
                                          "supplierIdentifier": "AoN1ZKJ5DE6pVm3SstnObg==",
                                          "supplierGuid": "64758302-79a2-4e0c-a956-6dd2b2d9ce6e",
                                          "departmentCode": "sample string 2",
                                          "warehouseDirectIndicator": "sample string 3",
                                          "type": 4,
                                          "storeName": "sample string 5",
                                          "departmentName": "sample string 6",
                                          "orderDays": 7
                                        },
                                        {
                                          "$ref": "83"
                                        }
                                      ],
                                      "cycles": [
                                        {
                                          "$id": "84",
                                          "storeID": 1,
                                          "supplierIdentifier": "GLWllCIdEkegsiR/3lBhKg==",
                                          "supplierGuid": "94a5b518-1d22-4712-a0b2-247fde50612a",
                                          "departmentCode": "sample string 2",
                                          "warehouseDirectIndicator": "sample string 3",
                                          "type": 4,
                                          "cutOffWeek": 5,
                                          "cutOffDay": 6,
                                          "cutOffTime": "00:00:00.1234567",
                                          "leadTime": 7,
                                          "daysBuffer": 8,
                                          "supplierName": "sample string 9",
                                          "cutOffDate": "2026-04-03T06:22:26.5366056",
                                          "deliveryDate": "2026-04-03T06:22:26.5366056",
                                          "nextCutOffDate": "2026-04-03T06:22:26.5366056",
                                          "nextDeliveryDate": "2026-04-03T06:22:26.5366056",
                                          "nextDaysBuffer": 10
                                        },
                                        {
                                          "$ref": "84"
                                        }
                                      ],
                                      "store": {
                                        "$ref": "18"
                                      },
                                      "updated": "2026-04-03T06:22:26.5366056",
                                      "isHost": true
                                    },
                                    "files": [
                                      {
                                        "$id": "85",
                                        "id": "sample string 1",
                                        "fileName": "sample string 2",
                                        "extension": "sample string 3",
                                        "provider": 0,
                                        "type": 0,
                                        "hostType": "sample string 4",
                                        "createdUtc": "2026-04-03T06:22:26.5366056",
                                        "processed": "2026-04-03T06:22:26.5366056",
                                        "isProcessing": true,
                                        "processedCount": 6,
                                        "processingTime": 1,
                                        "collectedUtc": "2026-04-03T06:22:26.5366056",
                                        "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": "22"
                                        },
                                        "metcashHeader": {
                                          "$id": "86",
                                          "customerNumber": "sample string 1",
                                          "creationDate": "2026-04-03T06:22:26.5366056",
                                          "businessPillar": "sample string 3",
                                          "fileType": "sample string 4"
                                        }
                                      },
                                      {
                                        "$ref": "85"
                                      }
                                    ],
                                    "zoneMatrix": [
                                      {
                                        "$id": "87",
                                        "id": 1,
                                        "hostIdentifier": "CBZXIL8JfkqCkialr+987g==",
                                        "hostIdentifierGuid": "20571608-09bf-4a7e-8292-26a5afef7cee",
                                        "storeID": 1,
                                        "departmentCode": "sample string 2",
                                        "hostGuids": [
                                          "7fd069d2-c1b4-4546-8503-cf0cbc1a555c",
                                          "2edbc7cb-ef00-47fa-bb95-0524f2597071"
                                        ]
                                      },
                                      {
                                        "$ref": "87"
                                      }
                                    ],
                                    "hostFileStoreSetting": {
                                      "$ref": "21"
                                    },
                                    "hostStoreSettings": [
                                      {
                                        "$ref": "21"
                                      },
                                      {
                                        "$ref": "21"
                                      }
                                    ],
                                    "promotionPlacements": [
                                      {
                                        "$id": "88",
                                        "identifier": "AzAhHH7ofEeefZV3EvwBlg==",
                                        "identifierGuid": "1c213003-e87e-477c-9e7d-957712fc0196",
                                        "code": "sample string 2",
                                        "description": "sample string 3",
                                        "isAdvertised": true
                                      },
                                      {
                                        "$ref": "88"
                                      }
                                    ],
                                    "promoTypeGuids": [
                                      "09fa2e9d-7323-4488-999a-2e8826a2a5eb",
                                      "1d9105c8-11ff-4e72-8515-287d945c15aa"
                                    ],
                                    "isPromotionOnly": false,
                                    "isOrderable": false,
                                    "vendor": 0
                                  },
                                  "groupIDs": [
                                    1,
                                    2
                                  ],
                                  "hostDescription": "sample string 27"
                                },
                                {
                                  "$ref": "21"
                                }
                              ],
                              "accounts": [
                                {
                                  "$id": "89",
                                  "id": 1,
                                  "storeID": 1,
                                  "accountName": "sample string 2",
                                  "bsb": "sample string 3",
                                  "accountNumber": "sample string 4",
                                  "accountDesignated": true
                                },
                                {
                                  "$ref": "89"
                                }
                              ],
                              "sales": [
                                {
                                  "$id": "90",
                                  "id": 1,
                                  "storeID": 1,
                                  "externalSalesType": 2,
                                  "ftpSiteID": 1,
                                  "lastSaleProcessed": "2026-04-03T06:22:26.5366056",
                                  "ftpSite": {
                                    "$id": "91",
                                    "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": "90"
                                }
                              ],
                              "zoneMatrix": [
                                {
                                  "$ref": "87"
                                },
                                {
                                  "$ref": "87"
                                }
                              ],
                              "cashManagements": [
                                {
                                  "$id": "92",
                                  "id": 1,
                                  "storeID": 1,
                                  "cashManagementType": 2,
                                  "apiID": 1,
                                  "organisationID": "sample string 3",
                                  "siteName": "sample string 4",
                                  "thirdPartyAPI": {
                                    "$id": "93",
                                    "id": 1,
                                    "description": "sample string 2",
                                    "address": "sample string 3",
                                    "username": "sample string 4",
                                    "password": "sample string 5",
                                    "passwordPlain": "sample string 6",
                                    "token": "sample string 7",
                                    "apiType": 8,
                                    "apiSubType": 9
                                  }
                                },
                                {
                                  "$ref": "92"
                                }
                              ],
                              "updateStoreID": "38ce1acd-23e8-4f25-a72b-1c3e0e484992",
                              "updateStore": {
                                "$id": "94",
                                "id": "7cb845e4-379f-4792-98ce-a709c8408530",
                                "name": "sample string 1",
                                "lastActivity": "2026-04-03T06:22:26.5366056",
                                "zone": "sample string 2",
                                "timeZoneOffset": 0.0,
                                "businessHoursStart": "00:00:00.1234567",
                                "businessHoursEnd": "00:00:00.1234567",
                                "master": true,
                                "lastIP": "sample string 10",
                                "lastHostName": "sample string 11",
                                "ping": 1,
                                "pingStatus": "sample string 12",
                                "lastUpdateCompleted": "2026-04-03T06:22:26.5366056"
                              },
                              "timeZoneId": "sample string 54",
                              "securityOptions": {
                                "$id": "95",
                                "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": "96",
                        "id": 1,
                        "identifier": "XtVMunbtuE2NbPPnyW7Gwg==",
                        "identifierGuid": "ba4cd55e-ed76-4db8-8d6c-f3e7c96ec6c2",
                        "name": "sample string 3",
                        "lookupIdentifier": "sample string 4",
                        "externalID": "sample string 5",
                        "phone": "sample string 6",
                        "fax": "sample string 7",
                        "email": "sample string 8",
                        "address1": "sample string 9",
                        "address2": "sample string 10",
                        "city": "sample string 11",
                        "postCode": "sample string 12",
                        "state": "sample string 13",
                        "country": "sample string 14",
                        "abn": "sample string 15",
                        "promoPeriodStart": "2026-04-03T06:22:26.5366056",
                        "promoPeriodEnd": "2026-04-03T06:22:26.5366056",
                        "allowDonations": true,
                        "logoImageName": "sample string 17",
                        "totalAmountAwarded": 18.1,
                        "updated": "2026-04-03T06:22:26.5366056",
                        "deleted": true
                      },
                      "details": [
                        {
                          "$id": "97",
                          "saleItemID": 1,
                          "identifier": "gwZeLzIx0kanY+RXSLrZqA==",
                          "identifierGuid": "2f5e0683-3132-46d2-a763-e45748bad9a8",
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "AAeF7OsCwEyJib0z0TTV+g==",
                          "pluGuid": "ec850700-02eb-4cc0-8989-bd33d134d5fa",
                          "accountID": "sHHg+lgJNkitD755pxfJBw==",
                          "accountIDGuid": "fae071b0-0958-4836-ad0f-be79a717c907",
                          "normalPrice": 3,
                          "originalSellingPrice": 4,
                          "discountPrice": 5,
                          "unit": 1,
                          "quantity": 6,
                          "totalCents": 7,
                          "fixedPrice": 1,
                          "tranType": 1,
                          "discountType": 1,
                          "cost": 1,
                          "costDecimals": 8,
                          "markdown": 1,
                          "manualQuantity": 1,
                          "manualPrice": 1,
                          "manualMode": 1,
                          "active": 1,
                          "offline": true,
                          "barcode": "sample string 9",
                          "keyedSale": 1,
                          "discountedID": 1,
                          "fuelID": 1,
                          "serialNumber": "sample string 10",
                          "bestOrExpire": "2026-04-03T06:22:26.5366056",
                          "bestOrExpireType": 1,
                          "providerName": "sample string 11",
                          "refundG_UID": "pfffLx8I2UmPFqhv4Vaufg==",
                          "refundGuid": "2fdff7a5-081f-49d9-8f16-a86fe156ae7e",
                          "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": "NKsoKnVq7UWej88Z35bhkw==",
                          "idempotentVoidGuid": "2a28ab34-6a75-45ed-9e8f-cf19df96e193",
                          "priceLevelIdentifier": "Nj6pX7TInE2c55UqmmeM4w==",
                          "priceLevelIdentifierGuid": "5fa93e36-c8b4-4d9c-9ce7-952a9a678ce3",
                          "communityIdentifier": "YboLCP7OgkikZhPEsff7KA==",
                          "communityIdentifierGuid": "080bba61-cefe-4882-a466-13c4b1f7fb28",
                          "productName": "sample string 23",
                          "apn": "sample string 24",
                          "unknownScans": [
                            {
                              "$id": "98",
                              "id": 1,
                              "saleDetailID": 2,
                              "storeID": 1,
                              "scanned": "2026-04-03T06:22:26.5366056",
                              "operatorG_UID": "QEA=",
                              "barcode": "sample string 4",
                              "processed": 1
                            },
                            {
                              "$ref": "98"
                            }
                          ],
                          "refund": {
                            "$id": "99",
                            "id": 1,
                            "g_UID": "EATOGzhYqEiyhPS84zjqoQ==",
                            "guid": "1bce0410-5838-48a8-b284-f4bce338eaa1",
                            "description": "sample string 1",
                            "dumped": true,
                            "inventoryReasonID": 1,
                            "sortOrder": 1,
                            "updated": "2026-04-03T06:22:26.5366056"
                          },
                          "modifier": {
                            "$id": "100",
                            "id": 1,
                            "setG_UID": "rar0bxvD3kSraZMHdWyD9Q==",
                            "modifierSetGuid": "6ff4aaad-c31b-44de-ab69-9307756c83f5",
                            "name": "sample string 2",
                            "price": 1,
                            "quantity": 1,
                            "modifierType": 1,
                            "groupNumber": 1,
                            "pageNumber": 1,
                            "controlOrder": 1,
                            "printToStation": true,
                            "pluG_UID": "mVaOH+JHFEeG2pyg61R52g==",
                            "pluGuid": "1f8e5699-47e2-4714-86da-9ca0eb5479da",
                            "deleted": true,
                            "g_UID": "pusoeuFaAEWhvQuRQaE08A==",
                            "guid": "7a28eba6-5ae1-4500-a1bd-0b9141a134f0",
                            "product": {
                              "$ref": "28"
                            }
                          },
                          "priceLevelName": "sample string 25",
                          "pumpNumber": 1,
                          "hoseNumber": 1
                        },
                        {
                          "$ref": "97"
                        }
                      ],
                      "eftReceipts": [
                        {
                          "$id": "101",
                          "id": 1,
                          "storeID": 1,
                          "saleHeaderID": 2,
                          "storeSaleHeader": {
                            "$ref": "14"
                          },
                          "receipt": "sample string 3",
                          "processed": 1
                        },
                        {
                          "$ref": "101"
                        }
                      ],
                      "payments": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "cards": [
                        {
                          "$id": "102",
                          "id": 1,
                          "saleHeaderID": 1,
                          "identifier": "sample string 2",
                          "cardType": 3,
                          "providerName": "sample string 4"
                        },
                        {
                          "$ref": "102"
                        }
                      ],
                      "campaignHits": [
                        {
                          "$id": "103",
                          "id": 1,
                          "saleHeaderID": 2,
                          "campaign": "sample string 3",
                          "name": "sample string 4",
                          "processed": 1,
                          "campaignDescription": "sample string 5"
                        },
                        {
                          "$ref": "103"
                        }
                      ],
                      "fuel": [
                        {
                          "$id": "104",
                          "id": 1,
                          "plu": 1,
                          "pluG_UID": "TSJ/6wdVYk+wKahFQHv/mg==",
                          "pluGuid": "eb7f224d-5507-4f62-b029-a845407bff9a",
                          "saleHeaderID": 2,
                          "totalCents": 3,
                          "grade": 1,
                          "gradeDescription": "sample string 4",
                          "dispenser": 1,
                          "hose": 1,
                          "quantity": 1,
                          "cost": 1,
                          "acquirerNum": 1,
                          "attendant": 1,
                          "ePurseBalance": 1.0,
                          "cardSignature": "sample string 5",
                          "compartmentNumber": 1,
                          "contractNumber": 1,
                          "discountCardPAN": "sample string 6",
                          "discountID": 1,
                          "discountName": "sample string 7",
                          "discountNetValue": 1.0,
                          "discountType": 1,
                          "discountValue": 1.0,
                          "discretionaryData": "sample string 8",
                          "driverID": "sample string 9",
                          "eftBatchNumber": 1,
                          "eftResponseCode": "sample string 10",
                          "endDateTime": "2026-04-03T06:22:26.5366056",
                          "engineHours": 1.1,
                          "fposNumber": 1,
                          "loyaltyCardPAN": "sample string 11",
                          "miscData1": 1,
                          "miscData2": "sample string 12",
                          "miscFlags": 1,
                          "mop": 1,
                          "odometer": 1,
                          "panNumber": "sample string 13",
                          "saleRefund": true,
                          "saleStatus": 1,
                          "sequenceNumber": 1,
                          "stan": 1,
                          "startDateTime": "2026-04-03T06:22:26.5366056",
                          "tagNumber": "sample string 15",
                          "trackTwoRem": "sample string 16",
                          "transCode": 1,
                          "transType": 1,
                          "unitPrice": 1.0,
                          "vehicleReg": "sample string 17",
                          "offline": true,
                          "processed": 1
                        },
                        {
                          "$ref": "104"
                        }
                      ],
                      "fuelResells": [
                        {
                          "$id": "105",
                          "saleItemID": 1,
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "maKLwNXjmE+b6U+NVjIFoQ==",
                          "pluGuid": "c08ba299-e3d5-4f98-9be9-4f8d563205a1",
                          "accountID": "CB49XNAVO0yMXYde8QLqJw==",
                          "accountIDGuid": "5c3d1e08-15d0-4c3b-8c5d-875ef102ea27",
                          "normalPrice": 3,
                          "originalSellingPrice": 4,
                          "discountPrice": 5,
                          "unit": 1,
                          "quantity": 6,
                          "totalCents": 7,
                          "fixedPrice": 1,
                          "tranType": 1,
                          "processed": 1,
                          "discountType": 1,
                          "cost": 1,
                          "costDecimals": 1,
                          "markdown": 1,
                          "manualQuantity": 1,
                          "manualPrice": 1,
                          "manualMode": 1,
                          "active": 1,
                          "barcode": "sample string 8",
                          "offline": 1,
                          "keyedSale": 1,
                          "discountedID": 1,
                          "fuelID": 1,
                          "serialNumber": "sample string 9",
                          "bestOrExpire": "2026-04-03T06:22:26.5366056",
                          "bestOrExpireType": 1,
                          "refundG_UID": "8ZgmlBES5kGcg/2PmY1Y6w==",
                          "refundGuid": "942698f1-1211-41e6-9c83-fd8f998d58eb",
                          "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": "105"
                        }
                      ],
                      "customerOrder": [
                        {
                          "$id": "106",
                          "identifier": "foBc8LEgY0CvomHz1jIm3g==",
                          "identifierGuid": "f05c807e-20b1-4063-afa2-61f3d63226de",
                          "id": 1,
                          "orderNo": 2,
                          "externalSaleIdentifier": "sample string 3",
                          "storeID": 4,
                          "zoneID": 5,
                          "deptNo": 6,
                          "customerIdentifier": "XztV/Gp/PE6y2ZoTWY2Kjg==",
                          "customerIdentifierGuid": "fc553b5f-7f6a-4e3c-b2d9-9a13598d8a8e",
                          "operatorNo": 1,
                          "operatorG_UID": "9dpt9ruAt06LljcVXJT9gw==",
                          "operatorGuid": "f66ddaf5-80bb-4eb7-8b96-37155c94fd83",
                          "created": "2026-04-03T06:22:26.5366056",
                          "ordered": "2026-04-03T06:22:26.5366056",
                          "started": "2026-04-03T06:22:26.5366056",
                          "completed": "2026-04-03T06:22:26.5366056",
                          "supplied": "2026-04-03T06:22:26.5366056",
                          "quickTicket": 1,
                          "deleted": true,
                          "walkAway": true,
                          "approxWait": 1,
                          "actualWait": 1,
                          "deliveryMethod": 8,
                          "externalSaleType": 9,
                          "customer": {
                            "$ref": "7"
                          },
                          "operator": {
                            "$ref": "16"
                          },
                          "details": [
                            {
                              "$id": "107",
                              "headerID": 1,
                              "plu": 1,
                              "pluG_UId": "Bgl8pzzDdEKPCmVmc4OgcA==",
                              "pluGuid": "a77c0906-c33c-4274-8f0a-65667383a070",
                              "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": "9NESZFVq/UCdzmbl1NqM3Q==",
                              "headerIdentifierGuid": "6412d1f4-6a55-40fd-9dce-66e5d4da8cdd",
                              "product": {
                                "$ref": "28"
                              }
                            },
                            {
                              "$ref": "107"
                            }
                          ],
                          "storeName": "sample string 11",
                          "customerName": "sample string 12",
                          "storeReplyTo": "sample string 13",
                          "storeSubjectLine": "sample string 14",
                          "storeSaleHeader": {
                            "$ref": "14"
                          }
                        },
                        {
                          "$ref": "106"
                        }
                      ],
                      "surveyResponses": [
                        {
                          "$id": "108",
                          "surveyG_UID": "ZFdg2sLRqk2VFGEyc8qOYw==",
                          "surveyGuid": "da605764-d1c2-4daa-9514-613273ca8e63",
                          "saleHeaderGuid": "yVUTTSt+aUm/6G0L6PKeYA==",
                          "saleGuid": "4d1355c9-7e2b-4969-bfe8-6d0be8f29e60",
                          "textResponse": "sample string 1",
                          "integerResponse": 1,
                          "g_UIDResponse": "DP4tIlZ9BE+mGdKChgSMNA==",
                          "guidResponse": "222dfe0c-7d56-4f04-a619-d28286048c34",
                          "whoAnswered": 2,
                          "answeredAtUTC": "2026-04-03T06:22:26.5366056",
                          "sale": {
                            "$ref": "14"
                          },
                          "survey": {
                            "$id": "109",
                            "g_UID": "069SU6rbWE668E+qQZD6mA==",
                            "guid": "5352afd3-dbaa-4e58-baf0-4faa4190fa98",
                            "name": "sample string 1",
                            "storeID": 2,
                            "zoneID": 1,
                            "checkoutFormG_UID": "fsJdEgvgC0Kan6Pni0uI+g==",
                            "checkoutFormGuid": "125dc27e-e00b-420b-9a9f-a3e78b4b88fa",
                            "displayToWho": 3,
                            "displayWhen": 4,
                            "start": "2026-04-03T06:22:26.5366056",
                            "end": "2026-04-03T06:22:26.5366056",
                            "deleted": true,
                            "updated": "2026-04-03T06:22:26.5366056",
                            "possibleIntegerResponses": [
                              1,
                              2
                            ],
                            "possibleTextResponses": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "possibleGuidResponses": [
                              "46fa70e4-5b70-4904-b0b8-ddb955004c77",
                              "8ac4beb4-62eb-4716-a5d3-841dbd69ff37"
                            ],
                            "allowsAllTextResponses": true,
                            "surveyForm": {
                              "$ref": "47"
                            }
                          },
                          "ingressId": "sample string 4"
                        },
                        {
                          "$ref": "108"
                        }
                      ],
                      "storeName": "sample string 39",
                      "terminalNumber": 40,
                      "machineName": "sample string 41",
                      "operatorName": "sample string 42",
                      "direction": 1,
                      "reason": "sample string 43",
                      "accountG_UID": "SFU6ej7d5Eiwx09F58Mv6Q==",
                      "accountIdentifier": "7a3a5548-dd3e-48e4-b0c7-4f45e7c32fe9",
                      "accountName": "sample string 44",
                      "customerOrderIdentifier": "QsS/gYJVo0iZ+5T+Vc1NQw==",
                      "customerOrderIdentifierGuid": "81bfc442-5582-48a3-99fb-94fe55cd4d43",
                      "priceLevelName": "sample string 45",
                      "revision": 46,
                      "ingressId": "sample string 47"
                    },
                    "metadata": {
                      "$id": "110",
                      "id": 1,
                      "paymentID": 2,
                      "paymentIdentifier": "swz7NcjpBEmJ8Sd7tCV3+A==",
                      "paymentIdentifierGuid": "35fb0cb3-e9c8-4904-89f1-277bb42577f8",
                      "identifier": "Za365YxWbk2fXG+BR9CWqg==",
                      "identifierGuid": "e5faad65-568c-4d6e-9f5c-6f8147d096aa",
                      "metadata": "sample string 3",
                      "signatureImage": "QEA=",
                      "itemIdentifier": "uuc43ZeppUOX04WOOwF9eQ==",
                      "itemIdentifierGuid": "dd38e7ba-a997-43a5-97d3-858e3b017d79"
                    }
                  },
                  {
                    "$ref": "13"
                  }
                ]
              },
              {
                "$ref": "8"
              }
            ],
            "customerGroupMembers": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "customerGroups": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "accounts": [
              {
                "$ref": "9"
              },
              {
                "$ref": "9"
              }
            ],
            "account": {
              "$ref": "9"
            },
            "vouchers": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ]
          },
          "issuedOfflinePayment": {
            "$ref": "13"
          },
          "redeemedOfflinePayment": {
            "$ref": "13"
          }
        },
        {
          "$ref": "6"
        }
      ]
    },
    "customer": {
      "$ref": "7"
    }
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�\�����5xl/workbook.xml �(�����0D�J��(������ҵCwN� 	JR��o�ԭ��|~>>;4��F�
[����`̵=*p3�;a��}1#�l�6�[��,���Y�K�]/'G7�?,7Y����^�J�Դ:��K���٭2{��$l��_a�Ū��%��%�s�JSb�G���
�y��Ҽ���>`���/PK�2�\����	�[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
�2�\�@�g''_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="R775e7c2463ab4971" /></Relationships>PK�2�\^ڳ�
xl/worksheets/sheet1.xml �(���_o�0ſ
�}`�cWI��Y�����=��)�!��4��s	`[�.�ȿs
�\[L.?��!�2S����{r�P�l�6�w���/g��*��T������(�~ZUۋ0,�̓2P[��s+U�I�o��P�V�B��b��M�XX�uR��4ۖ��ڿ�*��L��#��c�<�6�l��t���{�\M�+|�
��&5�+���3�o�G�����r꣚
-��^�G�-�*٭��j/����&E�f��e}���`����g��ϖU�G<@Q�����ؕ��7ӧ*G=i�䬇8�H�!"(B|X���iG�"L�<&�z���Y/L#Ѱ.jt�u�ѱ�|޸�ǭA� �0�!�7z��q��"�1�d�o��E��(0�ctj�}Ƶ�°`c�-���N"a<����/��O��~��\Ji�ј��p��8F-�!�1���Bx�x�.�'U2�j����]�aY�m�]K}H|��$�8h��&p���	�'�6}�M�>qkQ���	�'�m"�6��ģM�>��p�0�ف��8��W���ω�6qb�������1̞�W��93hGi#����̸;g�۝3�~��Ɂ���@��x�b�ǫ��`�
ƃu f�����`��`a X���Ɂ��:3X��u f�a�N���,n��dQ������_PK�2�\ZJ�v�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;qL*6�R.0�L>"�#�8[=R�P�Jm����h~OO��|�Xo/� ���ޚ�$��lݛ��Sh�V�ݬ�<`���'/��%t!L�Rz�xD�؉M�4֍b�Z9!�e���R�9��p��?D�4=���id�˳uG�1t-�~J^�B�D*�����γf�ȺV����|��ׁ���w>���5風*E�Ce:t\�/=w��gjy��Lk"���&��b�PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\uV��
xl/sharedStrings.xml �(��V]s�6}�L������p��{S:�0���Y^͵eW4�N�{��$`���g�=:{�b��=ό�
>1��i�E����|�~�"Ӑ��d��Y�4��ӱ����\N̝R��` �r"�8"i!r��U�
d)�$r��l��� '��-�\ML�1�=g���#�%�t���{���"�X�@�j:�赌�=K�Y�{$(~#9t>Pm7�����D�:�O�@��~h!e������T9r�V�-�e�����*M3�;<�I�aXI��C��?� �Ğ�Xn`y�0�F��[�S'?M��^#I^f��h0ù
wV��Bb%�$�<�	-��rG\{�a{�V쯩`�c���bnL�>����������
�H'��6�B�[Y^�����~
4��bC3��ҷ���
߆�[C{[�5Ϡ-Y��c�pIhS;��SO�?�R��B�I}�fT�tH�tm�̑����C�Fp�8��;{�$�e9lJR���,�������%�!;��6ۓgп׌zl�ǁ�%V�r���3�BЪ���Y�ȉ�ȡ�5$������yD��>�Nr�U�>�6xb཰��J5��[��.��\7b�>0�v������j�Y�������`[��u���Q��0��!�J;��j�^)Y�ζ�^Y�*n!�r��Q�2>1������oU��NOZc�0�����㬳�$D;��m98`��:iR���or�Y�e���H��a>�١}"���h��D�/?N�g���H��5�P��&5��)4;��$��ONѵ`�p��N}y�P�
.
��٣���е"7��%QC��]D��ҜZ=����ckq����sC,��"�1�(�����g��>؜-�<o��s����D^��5?��4S�=�HdO\w���r<^��@3�{Bg���v����PK-�2�\�����5xl/workbook.xmlPK-�2�\����	��[Content_Types].xmlPK-
�2�\�@�g''U_rels/.relsPK-�2�\^ڳ�
�xl/worksheets/sheet1.xmlPK-�2�\ZJ�v�P�xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
xl/styles.xmlPK-�2�\uV��
�	xl/sharedStrings.xmlPK�

application/vnd.ms-excel

Sample:
PK�2�\%]'ݵ5xl/workbook.xml �(�����0��&�C��Ո&8q����Zi�?����[ �x�3;����ӹ�}�`)%�b��:4@�Ѧ]낁�dx	׶Za��۠��$�E jg�Ӟ�B��E> 4�!F3,(��j�c���=4�4�d�u'��%$~S��.f�,,y
8��[S�#g!�i���*C�dsΚ+������PK�2�\����	�[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
�2�\[�2�''_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="R22822f58576043c6" /></Relationships>PK�2�\^ڳ�
xl/worksheets/sheet1.xml �(���_o�0ſ
�}`�cWI��Y�����=��)�!��4��s	`[�.�ȿs
�\[L.?��!�2S����{r�P�l�6�w���/g��*��T������(�~ZUۋ0,�̓2P[��s+U�I�o��P�V�B��b��M�XX�uR��4ۖ��ڿ�*��L��#��c�<�6�l��t���{�\M�+|�
��&5�+���3�o�G�����r꣚
-��^�G�-�*٭��j/����&E�f��e}���`����g��ϖU�G<@Q�����ؕ��7ӧ*G=i�䬇8�H�!"(B|X���iG�"L�<&�z���Y/L#Ѱ.jt�u�ѱ�|޸�ǭA� �0�!�7z��q��"�1�d�o��E��(0�ctj�}Ƶ�°`c�-���N"a<����/��O��~��\Ji�ј��p��8F-�!�1���Bx�x�.�'U2�j����]�aY�m�]K}H|��$�8h��&p���	�'�6}�M�>qkQ���	�'�m"�6��ģM�>��p�0�ف��8��W���ω�6qb�������1̞�W��93hGi#����̸;g�۝3�~��Ɂ���@��x�b�ǫ��`�
ƃu f�����`��`a X���Ɂ��:3X��u f�a�N���,n��dQ������_PK�2�\�%>�Pxl/_rels/workbook.xml.rels �(���;n�0@�"p�%�rq�d��4M�Flɐ��9[��W���t蒉�������f�6�}蝭 ���޶��yX�n�9�1M����H+6T��8=J��C�&��c�1�ԷrB:a�r��R�9n��x��?DgLO�wt��?����S�#�#��c?� �!��SS�IQɊT��fB�M-������;���H��M��ʵ)�]e:��<G�.=w��gj*4�X��1zM��&o�b�PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\uV��
xl/sharedStrings.xml �(��V]s�6}�L������p��{S:�0���Y^͵eW4�N�{��$`���g�=:{�b��=ό�
>1��i�E����|�~�"Ӑ��d��Y�4��ӱ����\N̝R��` �r"�8"i!r��U�
d)�$r��l��� '��-�\ML�1�=g���#�%�t���{���"�X�@�j:�赌�=K�Y�{$(~#9t>Pm7�����D�:�O�@��~h!e������T9r�V�-�e�����*M3�;<�I�aXI��C��?� �Ğ�Xn`y�0�F��[�S'?M��^#I^f��h0ù
wV��Bb%�$�<�	-��rG\{�a{�V쯩`�c���bnL�>����������
�H'��6�B�[Y^�����~
4��bC3��ҷ���
߆�[C{[�5Ϡ-Y��c�pIhS;��SO�?�R��B�I}�fT�tH�tm�̑����C�Fp�8��;{�$�e9lJR���,�������%�!;��6ۓgп׌zl�ǁ�%V�r���3�BЪ���Y�ȉ�ȡ�5$������yD��>�Nr�U�>�6xb཰��J5��[��.��\7b�>0�v������j�Y�������`[��u���Q��0��!�J;��j�^)Y�ζ�^Y�*n!�r��Q�2>1������oU��NOZc�0�����㬳�$D;��m98`��:iR���or�Y�e���H��a>�١}"���h��D�/?N�g���H��5�P��&5��)4;��$��ONѵ`�p��N}y�P�
.
��٣���е"7��%QC��]D��ҜZ=����ckq����sC,��"�1�(�����g��>؜-�<o��s����D^��5?��4S�=�HdO\w���r<^��@3�{Bg���v����PK-�2�\%]'ݵ5xl/workbook.xmlPK-�2�\����	��[Content_Types].xmlPK-
�2�\[�2�''T_rels/.relsPK-�2�\^ڳ�
�xl/worksheets/sheet1.xmlPK-�2�\�%>�P�xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E

xl/styles.xmlPK-�2�\uV��
�	xl/sharedStrings.xmlPK�}