GET api/competitions/{competitionName}

Get CustomerCompetition list by Voucher

Request Information

URI Parameters

NameDescriptionTypeAdditional information
competitionName

Competition voucher name

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CustomerCompetition
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerIdentifier

Customer identifier

Collection of byte

None.

CustomerIdentifierGuid

globally unique identifier

None.

VoucherID

VoucherID relation identifier

integer

None.

StoreID

Store identifier, competition entry was earned at

integer

None.

Barcode

The barcode generated during the competition printing

string

String length: inclusive between 0 and 40

DateOfIssue

Time competition entry was issued

date

Data type: DateTime

IssuedSaleHeaderID

Sale Header ID of sale that issued customer competition offline

integer

None.

IssuedSaleIdentifier

Sale identifier of sale that issued customer competition online

string

None.

IssuedOfflinePaymentID

SalePaymentID of sale payment that issued customer competition offline

integer

None.

IssuedIdempotentID

The byte[16] representation of the idempotent id

Collection of byte

None.

IssuedIdempotentGuid

Idempotent identifier

globally unique identifier

None.

IssuedOffline

Offline issuing status of the competition issuing

boolean

None.

CompetitionEndDate

End date of the competition that entry was earned for

date

Data type: DateTime

Updated

Last time CustomerCompetition entry was updated

date

Data type: DateTime

VoucherName

Name of the competition voucher that was issued

string

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

StoreName

Store that competition was issued from

string

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

Voucher

Competition voucher that was issued

Voucher

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

Customer

Customer that was issued competition

Customer

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

IssuedOfflinePayment

Payment and sale record for offline sale that issued competition

StoreSalePayment

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "customerIdentifier": "yqk9WOjrm06vv0jl63zcgA==",
    "customerIdentifierGuid": "583da9ca-ebe8-4e9b-afbf-48e5eb7cdc80",
    "voucherID": 3,
    "storeID": 4,
    "barcode": "sample string 5",
    "dateOfIssue": "2026-06-03T18:31:29.9927626",
    "issuedSaleHeaderID": 1,
    "issuedSaleIdentifier": "sample string 6",
    "issuedOfflinePaymentID": 1,
    "issuedIdempotentID": "ocLwcHvmnkOin/J2YpPdmw==",
    "issuedIdempotentGuid": "70f0c2a1-e67b-439e-a29f-f2766293dd9b",
    "issuedOffline": true,
    "competitionEndDate": "2026-06-03T18:31:29.9927626",
    "updated": "2026-06-03T18:31:29.9927626",
    "voucherName": "sample string 8",
    "storeName": "sample string 9",
    "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-06-03T18:31:29.9927626",
      "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-06-03T18:31:29.9927626",
        "labelPageLayout": "xym66g7Dz06T2y3voF1iBg==",
        "pageLayoutGuid": "eaba29c7-c30e-4ecf-93db-2defa05d6206",
        "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-06-03T18:31:29.9927626"
          },
          {
            "$ref": "5"
          }
        ]
      },
      "customerVouchers": [
        {
          "$id": "6",
          "id": 1,
          "customerIdentifier": "1wdoyoqi40eMr9aq3lMdKQ==",
          "customerIdentifierGuid": "ca6807d7-a28a-47e3-8caf-d6aade531d29",
          "voucherID": 3,
          "voucherName": "sample string 4",
          "storeID": 1,
          "barcode": "sample string 5",
          "dateOfIssue": "2026-06-03T18:31:29.9927626",
          "issuedSaleHeaderID": 1,
          "issuedSaleIdentifier": "sample string 7",
          "issuedOfflinePaymentID": 1,
          "issuedIdempotentID": "AMUHrxxMmkyz/jOlo13siw==",
          "issuedIdempotentGuid": "af07c500-4c1c-4c9a-b3fe-33a5a35dec8b",
          "issuedOffline": true,
          "issuedUser": "sample string 9",
          "issuedNotes": "sample string 10",
          "expiryDate": "2026-06-03T18:31:29.9927626",
          "expiredUser": "sample string 11",
          "expiredNotes": "sample string 12",
          "redeemed": "2026-06-03T18:31:29.9927626",
          "redeemedSaleHeaderID": 1,
          "redeemedSaleIdentifier": "sample string 13",
          "redeemedOfflinePaymentID": 1,
          "redeemedIdempotentID": "qWJrIP+XLk6nQC4WCSbqXA==",
          "redeemedIdempotentGuid": "206b62a9-97ff-4e2e-a740-2e160926ea5c",
          "redeemedUser": "sample string 14",
          "redeemedNotes": "sample string 15",
          "redeemedOffline": true,
          "updated": "2026-06-03T18:31:29.9927626",
          "storeName": "sample string 17",
          "scaleLabel": {
            "$ref": "4"
          },
          "voucher": {
            "$ref": "2"
          },
          "customer": {
            "$id": "7",
            "identifier": "xgZMqGRBYUijgIx756Qqvw==",
            "identifierGuid": "a84c06c6-4164-4861-a380-8c7be7a42abf",
            "code": "sample string 2",
            "familyName": "sample string 3",
            "givenName": "sample string 4",
            "otherName": "sample string 5",
            "title": "sample string 6",
            "dateOfBirth": "2026-06-03T18:31:29.9927626",
            "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": "1XhzNiIlv0+MxyiEdK/P/A==",
            "communityIdentifierGuid": "367378d5-2522-4fbf-8cc7-288474afcffc",
            "joined": "2026-06-03T18:31:29.9927626",
            "updated": "2026-06-03T18:31:29.9927626",
            "active": true,
            "reasonInactive": 1,
            "groupCustomer": true,
            "loyaltyPoints": 1,
            "homeStoreID": 1,
            "availableSpend": 1,
            "priceLevelIdentifier": "Jl6OzL12ykiOJxLM/Rxrug==",
            "priceLevelIdentifierGuid": "cc8e5e26-76bd-48ca-8e27-12ccfd1c6bba",
            "marketingID": "sample string 18",
            "receiptPrintOptions": 1,
            "hidden": true,
            "registered": true,
            "registeredOn": "2026-06-03T18:31:29.9927626",
            "emailMarketing": true,
            "smsMarketing": true,
            "deleted": true,
            "deletedUser": "sample string 24",
            "homeStoreName": "sample string 25",
            "customerCards": [
              {
                "$id": "8",
                "cardType": 2,
                "issueDate": "2026-06-03T18:31:29.9927626",
                "expiry": "2026-06-03T18:31:29.9927626",
                "customerID": "um8Ir0Ic/EqGn228y5mliw==",
                "customerIDGuid": "af086fba-1c42-4afc-869f-6dbccb99a58b",
                "initialValue": 1,
                "currentValue": 1,
                "maxLimit": 1,
                "minTransaction": 1,
                "maxTransaction": 1,
                "multiplier": 1.1,
                "active": true,
                "reasonInactive": 1,
                "idRequired": true,
                "idType": 1,
                "idValue": "sample string 5",
                "updated": "2026-06-03T18:31:29.9927626",
                "linkedAccount": "Yz1ftNKU2U2iqPGYYGE5TA==",
                "linkedAccountGuid": "b45f3d63-94d2-4dd9-a2a8-f1986061394c",
                "currentValueChanged": true,
                "limitsChanged": true,
                "customer": {
                  "$ref": "7"
                },
                "account": {
                  "$id": "9",
                  "id": 1,
                  "identifier": "wVToVb14Q020+vCJjh5iyw==",
                  "identifierGuid": "55e854c1-78bd-4d43-b4fa-f0898e1e62cb",
                  "referenceNo": "sample string 3",
                  "name": "sample string 4",
                  "created": "2026-06-03T18:31:29.9927626",
                  "owner": "1bYtgvmPtkmmyJTKGFqiOA==",
                  "ownerGuid": "822db6d5-8ff9-49b6-a6c8-94ca185aa238",
                  "accountStoreGroupIdentifier": "VzrrqMElzkakfedkbUiZiA==",
                  "accountStoreGroupGuid": "a8eb3a57-25c1-46ce-a47d-e7646d489988",
                  "accountType": 1,
                  "currentBalance": 1,
                  "externalID": "sample string 7",
                  "maximumLimit": 1,
                  "accruePoints": true,
                  "loyaltyPoints": 1,
                  "termsOfTrade": 1,
                  "signatureRequired": true,
                  "referenceRequired": true,
                  "statementSendType": 10,
                  "ageingPeriod": 1,
                  "monthlyAgeingPeriod": true,
                  "explodedInvoice": true,
                  "isFifoAllocation": true,
                  "lastStatementSent": "2026-06-03T18:31:29.9927626",
                  "active": true,
                  "updated": "2026-06-03T18:31:29.9927626",
                  "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": "Q62l8ZjcfkmLVKUfMQBacg==",
                      "identifierGuid": "f1a5ad43-dc98-497e-8b54-a51f31005a72",
                      "name": "sample string 2",
                      "primaryContact": "XyYxkdikiUyguR6EK2CLpQ==",
                      "primaryContactGuid": "9131265f-a4d8-4c89-a0b9-1e842b608ba5",
                      "accountID": "ckGYDDtZjkm9g04Ypoo/Sw==",
                      "accountIDGuid": "0c984172-593b-498e-bd83-4e18a68a3f4b",
                      "special": true,
                      "updated": "2026-06-03T18:31:29.9927626",
                      "active": true,
                      "reasonInactive": 1,
                      "priceLevelIdentifier": "5/6AP2N85E28jg5pGpNl0Q==",
                      "priceLevelIdentifierGuid": "3f80fee7-7c63-4de4-bc8e-0e691a9365d1",
                      "marketingListID": "sample string 7",
                      "deleted": true,
                      "account": {
                        "$ref": "9"
                      },
                      "primaryContactCustomer": {
                        "$ref": "7"
                      },
                      "customerGroupMembers": [
                        {
                          "$id": "12",
                          "id": 1,
                          "groupID": "lUSGEDomBEqZHPFybSdFIg==",
                          "groupIDGuid": "10864495-263a-4a04-991c-f1726d274522",
                          "customerID": "lJy9NqDtY0udzPD7jBISjw==",
                          "customerIDGuid": "36bd9c94-eda0-4b63-9dcc-f0fb8c12128f",
                          "card": "sample string 4",
                          "linkedAccount": "1SmvAMUtkE2yp6KIDFfCVQ==",
                          "linkedAccountGuid": "00af29d5-2dc5-4d90-b2a7-a2880c57c255",
                          "customer": {
                            "$ref": "7"
                          },
                          "group": {
                            "$ref": "11"
                          },
                          "customerCard": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                "payments": [
                  {
                    "$id": "13",
                    "id": 1,
                    "identifier": "IPrHKBH7Q0WDH2tQsG+SCQ==",
                    "identifierGuid": "28c7fa20-fb11-4543-831f-6b50b06f9209",
                    "storeID": 2,
                    "operatorName": "sample string 3",
                    "saleHeaderID": 4,
                    "paymentType": 5,
                    "amount": 6,
                    "account": "sample string 7",
                    "accountID": "zLX0CS/5bE6WcQfaPZhr/A==",
                    "accountIDGuid": "09f4b5cc-f92f-4e6c-9671-07da3d986bfc",
                    "customerAccount": {
                      "$ref": "9"
                    },
                    "customerCard": {
                      "$ref": "8"
                    },
                    "accountType": 1,
                    "cardName": "sample string 8",
                    "authorisationNumber": "sample string 9",
                    "bankReference": "sample string 10",
                    "merchantID": "sample string 11",
                    "terminalID": "sample string 12",
                    "cardNumber": "sample string 13",
                    "paymentDate": "2026-06-03T18:31:29.9927626",
                    "invRocNo": "sample string 14",
                    "responseCode": "sample string 15",
                    "cashout": 1,
                    "tip": 16,
                    "idempotentVoid": "0HKMArzTt0yZT316l4YoKA==",
                    "idempotentVoidGuid": "028c72d0-d3bc-4cb7-994f-7d7a97862828",
                    "offline": true,
                    "processed": 1,
                    "storeSaleHeader": {
                      "$id": "14",
                      "saleHeaderID": 1,
                      "saleHeaderGuid": "KPSUqQl6n0+DHNnqRJ8I3A==",
                      "saleHeaderIdentifierGuid": "a994f428-7a09-4f9f-831c-d9ea449f08dc",
                      "created": "2026-06-03T18:31:29.9927626",
                      "createdLocal": "2026-06-03T18:31:29.9927626",
                      "createdText": "sample string 4",
                      "itemCount": 5,
                      "totalAmount": 6,
                      "cashTender": 1,
                      "cardTender": 1,
                      "cheqTender": 1,
                      "acctTender": 1,
                      "voucherTender": 1,
                      "loyaltyPoints": 1,
                      "cashout": 1,
                      "changeAmount": 1,
                      "rounding": 1,
                      "gstAmount": 1,
                      "transactionDiscountTender": 1,
                      "totalTip": 7,
                      "tranType": 1,
                      "processed": 1,
                      "imported": "2026-06-03T18:31:29.9927626",
                      "storeID": 1,
                      "operatorG_Uid": "h4/y+4MLCk+usORHO8pr6w==",
                      "operatorGuid": "fbf28f87-0b83-4f0a-aeb0-e4473bca6beb",
                      "customerG_Uid": "evWKnJtW/EeQdIHkLjFRmA==",
                      "customerGuid": "9c8af57a-569b-47fc-9074-81e42e315198",
                      "communityIdentifier": "WJVAH49pY06cK0ZYDsKVCQ==",
                      "communityIdentifierGuid": "1f409558-698f-4e63-9c2b-46580ec29509",
                      "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": "ncie48yaCUeX1WaiJuzdWQ==",
                      "priceLevelIdentifierGuid": "e39ec89d-9acc-4709-97d5-66a226ecdd59",
                      "locked": 36,
                      "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:31:29.9927626+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                      "deserialisedOrderMetadata": {
                        "$id": "15",
                        "customerName": "sample string 1",
                        "pickupAt": "2026-06-03T18:31:29.9927626",
                        "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": "rXC8EJyI20WY07A8jrzahw==",
                        "guid": "10bc70ad-889c-45db-98d3-b03c8ebcda87",
                        "operatorNumber": 1,
                        "shortName": "sample string 2",
                        "firstName": "sample string 3",
                        "lastName": "sample string 4",
                        "password": "sample string 5",
                        "hasPassword": true,
                        "passwordText": "sample string 6",
                        "rfidTagID": "sample string 7",
                        "blueprintID": 1,
                        "groupID": 1,
                        "groupName": "sample string 8",
                        "managerGroupID": 1,
                        "managerGroupName": "sample string 9",
                        "zoneID": 1,
                        "zoneName": "sample string 10",
                        "loggedIn": 1,
                        "lastUsedIP": "sample string 11",
                        "deleted": true,
                        "locked": true,
                        "allowOpenTill": true,
                        "webEmail": "sample string 14",
                        "simpleOperatorType": 0,
                        "webRole": "sample string 15",
                        "updated": "2026-06-03T18:31:29.9927626",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2026-06-03T18:31:29.9927626",
                        "endShift": "2026-06-03T18:31:29.9927626",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "17",
                            "operatorG_UID": "I2frPK/oBkuD1YZO6Nmo/g==",
                            "operatorGuid": "3ceb6723-e8af-4b06-83d5-864ee8d9a8fe",
                            "storeID": 2,
                            "operator": {
                              "$ref": "16"
                            },
                            "store": {
                              "$id": "18",
                              "id": 1,
                              "isMaster": true,
                              "isElectedMaster": true,
                              "electedMasterStoreID": 1,
                              "isZoneMaster": true,
                              "shortName": "sample string 3",
                              "url": "sample string 4",
                              "sortOrder": 1,
                              "name": "sample string 5",
                              "phone": "sample string 6",
                              "fax": "sample string 7",
                              "email": "sample string 8",
                              "address1": "sample string 9",
                              "address2": "sample string 10",
                              "city": "sample string 11",
                              "state": "sample string 12",
                              "country": "sample string 13",
                              "postCode": "sample string 14",
                              "delivery": 1,
                              "exportAccounts": 1,
                              "salesAccountFolder": "sample string 15",
                              "purchaseAccountFolder": "sample string 16",
                              "initLoad": 1,
                              "initIDs": 1,
                              "zoneID": 1,
                              "actAsMaster": 1,
                              "lastActiveUtc": "2026-06-03T18:31:29.9927626",
                              "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": "yVYwGPGLkkirVVlXzx0o6w==",
                              "hostIdentifierGuid": "183056c9-8bf1-4892-ab55-5957cf1d28eb",
                              "hostName": 1,
                              "hostAddress": "sample string 27",
                              "hostUsername": "sample string 28",
                              "hostPassword": "sample string 29",
                              "excludeFromLeadInOut": true,
                              "accountingProvider": 31,
                              "accountingAddress": "sample string 32",
                              "accountingUsername": "sample string 33",
                              "accountingPassword": "sample string 34",
                              "storeAccountingCode": "sample string 35",
                              "softwareVariance": 36,
                              "fuelWarningVariance": 37.0,
                              "fuelErrorVariance": 38.0,
                              "fuelAccumulatedWarningVariance": 39.0,
                              "fuelAccumulatedErrorVariance": 40.0,
                              "drawManagment": 41,
                              "endOfDayManagment": true,
                              "autoFillCashBalancing": true,
                              "fuelDayVariance": 44,
                              "accountingTradingTime": "00:00:00.1234567",
                              "stockActivateProduct": 46,
                              "defaultOrderDocumentId": 1,
                              "defaultStockReceiveDocumentId": 1,
                              "giftCardSalesAccountingDeptCode": "sample string 47",
                              "transactionDiscountAccountingDeptCode": "sample string 48",
                              "size": 49,
                              "updated": "2026-06-03T18:31:29.9927626",
                              "priceZone": {
                                "$id": "19",
                                "id": 1,
                                "name": "sample string 2",
                                "hostIdentifier": "pCZJdoZj5E2e3yF00PRCEw==",
                                "hostIdentifierGuid": "764926a4-6386-4de4-9edf-2174d0f44213",
                                "sortOrder": 3,
                                "zoneMasterStoreID": 1,
                                "electedMasterStoreID": 1,
                                "containsElectedMasterStore": true
                              },
                              "priceZoneName": "sample string 51",
                              "storeFuelConfigured": true,
                              "shippingAddressCopied": true,
                              "shippingAddress": {
                                "$id": "20",
                                "storeID": 1,
                                "addressType": 1,
                                "address1": "sample string 1",
                                "address2": "sample string 2",
                                "city": "sample string 3",
                                "state": "sample string 4",
                                "country": "sample string 5",
                                "postCode": "sample string 6"
                              },
                              "billingAddressCopied": true,
                              "billingAddress": {
                                "$ref": "20"
                              },
                              "warehouseStore": {
                                "$id": "21",
                                "storeID": 1,
                                "warehouseStoreID": 2,
                                "storeName": "sample string 3",
                                "warehouseName": "sample string 4"
                              },
                              "hostStoreSettings": [
                                {
                                  "$id": "22",
                                  "id": 1,
                                  "hostIdentifier": "D/djKovarkKlE1R3rVoLKQ==",
                                  "hostIdentifierGuid": "2a63f70f-da8b-42ae-a513-5477ad5a0b29",
                                  "storeID": 2,
                                  "username": "sample string 3",
                                  "password": "sample string 4",
                                  "passwordPlain": "sample string 5",
                                  "serverAddress": "sample string 6",
                                  "serverPort": 1,
                                  "excludeFromLeadInOut": true,
                                  "useForHostFile": true,
                                  "metcashPillarID": "sample string 9",
                                  "metcashStateCode": "sample string 10",
                                  "metcashCustomerID": "sample string 11",
                                  "metcashTradingPartnerID": "sample string 12",
                                  "drakesCustomerNumber": 1,
                                  "sparCustomerNumber": "sample string 13",
                                  "sparOrderUsername": "sample string 14",
                                  "sparOrderPassword": "sample string 15",
                                  "sparOrderPasswordPlain": "sample string 16",
                                  "pharmXSiteID": 1,
                                  "ibaZoneID": 1,
                                  "ibaState": "sample string 17",
                                  "foodlandStoreCode": "sample string 18",
                                  "ilgMemberNumber": "sample string 19",
                                  "ilgOutletLocation": 1,
                                  "ilgBaseCost": 1,
                                  "ilgApplyNonAdvertisedPromos": true,
                                  "ilgExemptFromFreight": true,
                                  "ilgOrderDealReview": true,
                                  "ilgFinanceFee": 1,
                                  "secondPassword": "sample string 23",
                                  "secondPasswordPlain": "sample string 24",
                                  "secondServerAddress": "sample string 25",
                                  "processPromotions": true,
                                  "hostProvider": 0,
                                  "host": {
                                    "$id": "23",
                                    "identifier": "njxxvN5hx0iSa9D4BeP4wA==",
                                    "identifierGuid": "bc713c9e-61de-48c7-926b-d0f805e3f8c0",
                                    "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": "8zkR+YJr2ky15tk6bLSqCA==",
                                    "hostSupplierIdentifierGuid": "f91139f3-6b82-4cda-b5e6-d93a6cb4aa08",
                                    "loyaltyPriceLevelIdentifier": "k72nEloje0uIMmPmI0J2oA==",
                                    "loyaltyPriceLevelIdentifierGuid": "12a7bd93-235a-4b7b-8832-63e6234276a0",
                                    "isGroup": true,
                                    "description": "sample string 22",
                                    "hostProvider": 23,
                                    "hostTypeEnum": 24,
                                    "hostType": "sample string 25",
                                    "hostCode": "sample string 26",
                                    "username": "sample string 27",
                                    "password": "sample string 28",
                                    "passwordPlain": "sample string 29",
                                    "server": "sample string 30",
                                    "url": "sample string 31",
                                    "global": true,
                                    "stateCode": "sample string 33",
                                    "lastCollected": "2026-06-03T18:31:29.9927626",
                                    "lastProcessed": "2026-06-03T18:31:29.9927626",
                                    "hold": true,
                                    "supplierName": "sample string 35",
                                    "supplier": {
                                      "$id": "24",
                                      "identifier": "/cwqcFnTIUu+ilqDPPxe9Q==",
                                      "identifierGuid": "702accfd-d359-4b21-be8a-5a833cfc5ef5",
                                      "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": "4kprTqcXo069LodjFaLsJg==",
                                      "primaryContactID": "4e6b4ae2-17a7-4ea3-bd2e-876315a2ec26",
                                      "storeID": 1,
                                      "abn": "sample string 16",
                                      "supplierGroupIdentifier": "pCHmUT/QHkWKVwSzEqWb7A==",
                                      "supplierGroupGuid": "51e621a4-d03f-451e-8a57-04b312a59bec",
                                      "rebate": 1.0,
                                      "rebateType": 1,
                                      "rebateFrequency": 1,
                                      "rebateSource": 1,
                                      "rebateLastClaimed": "2026-06-03T18:31:29.9927626",
                                      "rebateLastClaimedAmount": 1.0,
                                      "cartonsOnly": true,
                                      "minimumOrderValue": 1,
                                      "enforceMinimumQuantity": true,
                                      "freight": 19.0,
                                      "freightType": 20,
                                      "deleted": true,
                                      "deletedUser": "sample string 22",
                                      "storeName": "sample string 23",
                                      "primaryContact": {
                                        "$id": "25",
                                        "id": "cf3c0400-2406-429a-9bb3-302ce1b5f48d",
                                        "identifier": "sNmBun7IbUu64+3OSwoOVA==",
                                        "identifierGuid": "ba81d9b0-c87e-4b6d-bae3-edce4b0a0e54",
                                        "familyName": "sample string 1",
                                        "givenNames": "sample string 2",
                                        "otherNames": "sample string 3",
                                        "title": "sample string 4",
                                        "dateOfBirth": "sample string 5",
                                        "sex": "sample string 6",
                                        "address": "sample string 7",
                                        "address1": "sample string 8",
                                        "address2": "sample string 9",
                                        "town": "sample string 10",
                                        "state": "sample string 11",
                                        "country": "sample string 12",
                                        "postalCode": "sample string 13",
                                        "telephone": "sample string 14",
                                        "mobile": "sample string 15",
                                        "email": "sample string 16",
                                        "fax": "sample string 17",
                                        "primary": true
                                      },
                                      "contacts": [
                                        {
                                          "$id": "26",
                                          "supplierIdentifier": "f3WMW2aGBkys442nJv0sXw==",
                                          "supplierIdentifierGuid": "5b8c757f-8666-4c06-ace3-8da726fd2c5f",
                                          "contactGuid": "JnlrrRYC5Ee/Q6vYgL1Giw==",
                                          "contactID": "ad6b7926-0216-47e4-bf43-abd880bd468b",
                                          "contact": {
                                            "$ref": "25"
                                          },
                                          "supplier": {
                                            "$ref": "24"
                                          }
                                        },
                                        {
                                          "$ref": "26"
                                        }
                                      ],
                                      "products": [
                                        {
                                          "$id": "27",
                                          "pluG_UID": "7JCoHHGho06GzgQt33rgnA==",
                                          "pluGuid": "1ca890ec-a171-4ea3-86ce-042ddf7ae09c",
                                          "supplierIdentifier": "fxSkAr0YaE+agZFUoiWPNw==",
                                          "supplierIdentifierGuid": "02a4147f-18bd-4f68-9a81-9154a2258f37",
                                          "cartonQuantity": 1,
                                          "cartonQuantityChanged": true,
                                          "productSize": "sample string 3",
                                          "cigarettesPerSleeve": 1,
                                          "randomWeight": true,
                                          "piecesPerUnit": 5,
                                          "averagePackSize": 6,
                                          "effectiveDate": "2026-06-03T18:31:29.9927626",
                                          "pricedByWeight": true,
                                          "landedUnitCostEx": 9,
                                          "landedUnitCostInc": 10,
                                          "landedCartonCostInc": 12,
                                          "landedCartonCostEx": 13,
                                          "standardCost": 14,
                                          "deliveryFee": 1,
                                          "deliveryFeeBasis": "sample string 15",
                                          "pickAndPackFee": 1,
                                          "pickAndPackFeeBasis": "sample string 16",
                                          "financeFee": 1,
                                          "financeFeeBasis": "sample string 17",
                                          "cartonLength": 1,
                                          "cartonWidth": 1,
                                          "cartonHeight": 1,
                                          "palletLayerQuantity": 1,
                                          "palletLayers": 1,
                                          "itemCode": "sample string 18",
                                          "invoiceCode": "sample string 19",
                                          "invoiceDesc": "sample string 20",
                                          "orderDirect": true,
                                          "useCost": true,
                                          "minimumQuantity": 21,
                                          "hostType": 22,
                                          "fromHost": 23,
                                          "minimumReorder": 1,
                                          "maximumReorder": 1,
                                          "orderMultiple": 24.1,
                                          "sellMultiple": 25.1,
                                          "baseMultiple": 26.1,
                                          "hostStandardCost": 27,
                                          "hostTotalCost": 28,
                                          "hostRetail": 29,
                                          "hostLandedUnitCostEx": 30,
                                          "hostLandedUnitCostInc": 31,
                                          "hostDesc": "sample string 32",
                                          "directIndicator": "sample string 33",
                                          "availableToOrder": true,
                                          "hostRangeIndicator": "sample string 35",
                                          "hostProductType": "sample string 36",
                                          "hostProductGrade": "sample string 37",
                                          "hostProductGroup": "sample string 38",
                                          "hostSlowMoving": true,
                                          "hostGeneralMerchandise": true,
                                          "hostPillar": "sample string 41",
                                          "hostLastUpdated": "2026-06-03T18:31:29.9927626",
                                          "rebate": 1.0,
                                          "rebateExclude": true,
                                          "invoiceCodes": [
                                            {
                                              "$id": "28",
                                              "pluG_UID": "i3D2+2fpY0SKBVPPy+IF3A==",
                                              "pluGuid": "fbf6708b-e967-4463-8a05-53cfcbe205dc",
                                              "supplierIdentifier": "6vuVeJVqQEqsM+Oe7cRQ9w==",
                                              "supplierIdentifierGuid": "7895fbea-6a95-4a40-ac33-e39eedc450f7",
                                              "invoiceCode": "sample string 1",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "28"
                                            }
                                          ],
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "preferredSupplier": true,
                                          "preferredRebateSupplier": true,
                                          "supplierName": "sample string 42",
                                          "salesMode": 43,
                                          "orderPacked": true,
                                          "active": true,
                                          "price": 1,
                                          "costGstPercent": 45,
                                          "parentPluG_UID": "C8qnCNAZj0GWriQnSwUgcQ==",
                                          "parentPluGuid": "08a7ca0b-19d0-418f-96ae-24274b052071",
                                          "freight": 46.0,
                                          "freightType": 1,
                                          "product": {
                                            "$id": "29",
                                            "plu": 1,
                                            "storeID": 1,
                                            "masterPluG_UID": "QEA=",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "g_UId": "ugqQocFW6Uik/ZFfOeD+Og==",
                                            "guid": "a1900aba-56c1-48e9-a4fd-915f39e0fe3a",
                                            "apn": "sample string 1",
                                            "apnChanged": true,
                                            "apnSwitched": true,
                                            "barcode": "sample string 4",
                                            "itemNumber": "sample string 5",
                                            "itemNumberChanged": true,
                                            "priceGroupG_UID": "ur2x7RE74Een7e770qDs4w==",
                                            "priceGroupGuid": "edb1bdba-3b11-47e0-a7ed-eefbd2a0ece3",
                                            "blueprintID": 1,
                                            "lastCountedDate": "2026-06-03T18:31:29.9927626",
                                            "externalID": "sample string 7",
                                            "active": true,
                                            "activated": "2026-06-03T18:31:29.9927626",
                                            "pluCreated": "2026-06-03T18:31:29.9927626",
                                            "createdByUser": "sample string 9",
                                            "name": "sample string 10",
                                            "nameChanged": true,
                                            "secondDescription": "sample string 12",
                                            "hostDescription": "sample string 13",
                                            "keepCartonQty": true,
                                            "keepDescription": true,
                                            "keepDepartments": true,
                                            "keepSuppliers": true,
                                            "markdownDescription": "sample string 18",
                                            "altDescription": "sample string 19",
                                            "bestOrExpire": 20,
                                            "lastUpdate": "2026-06-03T18:31:29.9927626",
                                            "lastManualUpdate": "2026-06-03T18:31:29.9927626",
                                            "imageName": "sample string 23",
                                            "showImageOnFlipCharts": true,
                                            "showTextOnFlipCharts": true,
                                            "overrideFlipChartText": true,
                                            "flipChartText": "sample string 27",
                                            "salesMode": 1,
                                            "eftCode": 1,
                                            "price": 1,
                                            "priceChanged": true,
                                            "rrp": 1,
                                            "gstPercent": 28,
                                            "gstPercentChanged": true,
                                            "costGSTPercent": 29,
                                            "costGSTPercentChanged": true,
                                            "wetPercent": 1,
                                            "priceOverride": 1,
                                            "cost": 1,
                                            "currentCost": 1,
                                            "currentCostDecimals": 1,
                                            "grossProfit": 1.0,
                                            "currentCostDesc": "sample string 30",
                                            "currentCostEnd": "2026-06-03T18:31:29.9927626",
                                            "currentCostUpdated": "2026-06-03T18:31:29.9927626",
                                            "costDecimals": 31,
                                            "costChanged": true,
                                            "dealCostIdentifier": "QEA=",
                                            "excludeFromRebate": true,
                                            "rebateOverride": 1,
                                            "costCalcMethod": 32,
                                            "costCalcMethodChanged": true,
                                            "costEffectiveDate": "2026-06-03T18:31:29.9927626",
                                            "defaultGP": 1,
                                            "breakTargetMode": 33,
                                            "break1": 1,
                                            "price1": 1,
                                            "target1": 34,
                                            "break2": 1,
                                            "price2": 1,
                                            "target2": 35,
                                            "break3": 1,
                                            "price3": 1,
                                            "target3": 36,
                                            "break1Changed": true,
                                            "price1Changed": true,
                                            "target1Changed": true,
                                            "break2Changed": true,
                                            "price2Changed": true,
                                            "target2Changed": true,
                                            "break3Changed": true,
                                            "price3Changed": true,
                                            "target3Changed": true,
                                            "breakTargetModeChanged": true,
                                            "margin": 1.1,
                                            "marginChanged": true,
                                            "marginRanged": true,
                                            "marginRangedChanged": true,
                                            "minimumMargin": 1.1,
                                            "minimumMarginChanged": true,
                                            "maximumMargin": 1.1,
                                            "maximumMarginChanged": true,
                                            "overrideHostWarehouseIndicator": true,
                                            "overrideHostWarehouseIndicatorChanged": true,
                                            "overrideHostPrice": true,
                                            "overrideHostPriceChanged": true,
                                            "overrideHostCost": true,
                                            "overrideHostCostChanged": true,
                                            "overrideHostMargin": true,
                                            "overrideHostMarginChanged": true,
                                            "alwaysApplyMargin": true,
                                            "alwaysApplyMarginChanged": true,
                                            "aws": 1.0,
                                            "paws": 1.0,
                                            "awsUpdated": "2026-06-03T18:31:29.9927626",
                                            "posTare": 1,
                                            "altPrice": 1.0,
                                            "altPriceChanged": true,
                                            "altPriceMode": 53,
                                            "altPriceModeChanged": true,
                                            "altPLUG_UID": "R+YQx3/iD06++iyrBoxG7Q==",
                                            "altPLUGuid": "c710e647-e27f-4e0f-befa-2cab068c46ed",
                                            "altPLUGuidChanged": true,
                                            "altPriceDescription1": "sample string 54",
                                            "altPriceDescription2": "sample string 55",
                                            "cartonQuantity": 56,
                                            "cartonQuantityChanged": true,
                                            "trayID": 1,
                                            "promptID": 1,
                                            "tare": 1,
                                            "packQty": 1,
                                            "fixedWeight": 1,
                                            "extraMesg": 1,
                                            "text1": "sample string 58",
                                            "text2": "sample string 59",
                                            "text3": "sample string 60",
                                            "labelText": "sample string 61",
                                            "labelTextChanged": true,
                                            "sendToScale": true,
                                            "nonScaleWeigh": true,
                                            "labelFormat": "sample string 65",
                                            "barcodeFormat": "sample string 66",
                                            "austMade": 1,
                                            "coolCode": 67,
                                            "countryOfOrigin": "sample string 68",
                                            "percentContent": 69.1,
                                            "departmentID": 1,
                                            "subDepartmentID": 1,
                                            "minorDepartmentID": 1,
                                            "lesserDepartmentID": 1,
                                            "deptCode": "sample string 70",
                                            "subDeptCode": "sample string 71",
                                            "minorDeptCode": "sample string 72",
                                            "lesserDeptCode": "sample string 73",
                                            "deptName": "sample string 74",
                                            "subDeptName": "sample string 75",
                                            "minorDeptName": "sample string 76",
                                            "lesserDeptName": "sample string 77",
                                            "departmentChanged": true,
                                            "subCategoryID": 1,
                                            "expiry": 1,
                                            "showDays": 1,
                                            "datePrint": 1,
                                            "labelRequired": true,
                                            "labelShelfQty": 80,
                                            "labelShelfChanged": true,
                                            "labelTalkerQty": 82,
                                            "labelSmall": true,
                                            "labelLastPrinted": "2026-06-03T18:31:29.9927626",
                                            "labelLastPrice": 1,
                                            "shelfPageLayoutG_UID": "5IospuHCKE+sHD6HN3DJ0g==",
                                            "shelfPageLayoutGuid": "a62c8ae4-c2e1-4f28-ac1c-3e873770c9d2",
                                            "talkerPageLayoutG_UID": "/N3MiU5xPEuXekEKAy056g==",
                                            "talkerPageLayoutGuid": "89ccddfc-714e-4b3c-977a-410a032d39ea",
                                            "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": "yn+6Ci7zmkCoys7TfA0cLQ==",
                                            "inventoryIdentifier": "0aba7fca-f32e-409a-a8ca-ced37c0d1c2d",
                                            "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": "eqeJfX/by0iu6s1mVh3H2A==",
                                            "parentPluGuid": "7d89a77a-db7f-48cb-aeea-cd66561dc7d8",
                                            "preferredHostVendor": 105,
                                            "preferredHostChanged": true,
                                            "code": "sample string 107",
                                            "supplierIdentifier": "NAIOaS4fokmOfqEn+hE+AA==",
                                            "supplierIdentifierGuid": "690e0234-1f2e-49a2-8e7e-a127fa113e00",
                                            "supplierChanged": true,
                                            "rebateSupplierIdentifier": "6jUaFMwgLkmtiSabJt15MQ==",
                                            "rebateSupplierIdentifierGuid": "141a35ea-20cc-492e-ad89-269b26dd7931",
                                            "rebateSupplierChanged": true,
                                            "availableForOrder": true,
                                            "warehouseDirectIndicator": "sample string 109",
                                            "warehouseDirectIndicatorChanged": true,
                                            "productGrade": "sample string 111",
                                            "productType": "sample string 112",
                                            "productGroup": "sample string 113",
                                            "complianceIndicator": "sample string 114",
                                            "inhouseBrand": "sample string 115",
                                            "slowMoving": true,
                                            "generalMerchandise": true,
                                            "comment": "sample string 118",
                                            "lastUpdatedByUser": "sample string 119",
                                            "lastManualUpdatedByUser": "sample string 120",
                                            "lastUpdatedByUserOverride": true,
                                            "lastUpdatedByHost": "2026-06-03T18:31:29.9927626",
                                            "commodity": "sample string 122",
                                            "businessPillar": "sample string 123",
                                            "mscCommodity": "sample string 124",
                                            "hostIdentifier": "vJFAHYLsF0SsA6VBkVEEgQ==",
                                            "hostIdentifierGuid": "1d4091bc-ec82-4417-ac03-a54191510481",
                                            "serviceFeeID": 1,
                                            "serviceFeeIDChanged": true,
                                            "providerName": "sample string 126",
                                            "aisleEnds": "sample string 127",
                                            "deleted": true,
                                            "deletedChanged": true,
                                            "hidden": true,
                                            "doNotRange": true,
                                            "doNotRangeChanged": true,
                                            "doNotOrder": true,
                                            "doNotOrderChanged": true,
                                            "locked": true,
                                            "excludeFromWebUpdate": true,
                                            "excludeFromWebUpdateChanged": true,
                                            "webPriceBasedOn": 138,
                                            "webPriceRounding": true,
                                            "webMarkup": 140,
                                            "webPriceMode": 141,
                                            "altDepartmentID": 1,
                                            "altSubDepartmentID": 1,
                                            "altMinorDepartmentID": 1,
                                            "altLesserDepartmentID": 1,
                                            "altDeptCode": "sample string 142",
                                            "altSubDeptCode": "sample string 143",
                                            "altMinorDeptCode": "sample string 144",
                                            "altLesserDeptCode": "sample string 145",
                                            "altDepartmentChanged": true,
                                            "storeProducts": [
                                              {
                                                "$ref": "29"
                                              },
                                              {
                                                "$ref": "29"
                                              }
                                            ],
                                            "store": {
                                              "$ref": "18"
                                            },
                                            "storePrices": [
                                              {
                                                "$id": "30",
                                                "pluG_UID": "8tBZlLiXgkaRlnF/nCcb9g==",
                                                "pluGuid": "9459d0f2-97b8-4682-9196-717f9c271bf6",
                                                "plu": 1,
                                                "storeID": 1,
                                                "zoneID": 2,
                                                "zoneName": "sample string 3",
                                                "store": "sample string 4",
                                                "isElectedMasterStore": true,
                                                "isZoneMasterStore": true,
                                                "priceNow": 7,
                                                "costNow": 8,
                                                "costNowDecimals": 9,
                                                "normalPrice": 10,
                                                "priceNext": 1,
                                                "costNext": 1,
                                                "costNextDecimals": 11,
                                                "nextCampaignName": "sample string 12",
                                                "gstPercent": 13,
                                                "normalCost": 14,
                                                "normalCostDecimals": 15,
                                                "costGstPercent": 16,
                                                "costCalcMethod": 1,
                                                "currentCost": 17,
                                                "currentCostDecimals": 18,
                                                "break1": 19,
                                                "price1": 20,
                                                "break2": 21,
                                                "price2": 22,
                                                "break3": 23,
                                                "price3": 24,
                                                "fuelItem": 25,
                                                "fixedWeight": 26,
                                                "active": true,
                                                "complianceIndicator": "sample string 27",
                                                "doNotOrder": true,
                                                "doNotRange": true,
                                                "isNormalPriceChangesCampaign": true,
                                                "updated": "2026-06-03T18:31:29.9927626"
                                              },
                                              {
                                                "$ref": "30"
                                              }
                                            ],
                                            "currentPrices": {
                                              "$id": "31",
                                              "pluPrices": {
                                                "$id": "32",
                                                "plu": 1,
                                                "pluG_UID": "QEA=",
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "normalPrice": 1,
                                                "cost": 2,
                                                "break1": 3,
                                                "price1": 4,
                                                "break2": 5,
                                                "price2": 6,
                                                "break3": 7,
                                                "price3": 8,
                                                "discountPrice": 9,
                                                "memberDiscountPrice": 10,
                                                "acceptedUtc": "2026-06-03T18:31:29.9927626",
                                                "priceChangeType": 0,
                                                "costDecimals": 11,
                                                "costCalcMethod": 12,
                                                "targetCampaignPriceGtOrEquNormal": true
                                              },
                                              "normalPluPrices": {
                                                "$ref": "32"
                                              },
                                              "winningCampaign": 1,
                                              "winner": {
                                                "$id": "33",
                                                "campaignName": "sample string 1",
                                                "campaignDescription": "sample string 2",
                                                "talkerText": "sample string 3",
                                                "disableWasSave": true,
                                                "startDate": "2026-06-03T18:31:29.9927626",
                                                "startTime": 5,
                                                "endDate": "2026-06-03T18:31:29.9927626",
                                                "endTime": 6,
                                                "newPrice": 7,
                                                "newCost": 8,
                                                "newCostDecimals": 9,
                                                "pctDiscount": 10,
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 11",
                                                "hostType": 12,
                                                "hostIdentifier": "6to2XVX+Ik287FMES5VasA==",
                                                "hostIdentifierGuid": "5d36daea-fe55-4d22-bcec-53044b955ab0",
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ]
                                              },
                                              "details": [
                                                {
                                                  "$ref": "33"
                                                },
                                                {
                                                  "$ref": "33"
                                                }
                                              ]
                                            },
                                            "tray": {
                                              "$id": "34",
                                              "g_UId": "gveIzDmbCEK5KstoInUDRw==",
                                              "guid": "cc88f782-9b39-4208-b92a-cb6822750347",
                                              "name": "sample string 1",
                                              "number": 1,
                                              "tare": 1
                                            },
                                            "priceGroup": {
                                              "$id": "35",
                                              "priceGroupG_UID": "q0x9f3bHzkG96AFb31sxaQ==",
                                              "priceGroupGuid": "7f7d4cab-c776-41ce-bde8-015bdf5b3169",
                                              "name": "sample string 2",
                                              "code": 1,
                                              "modified": true,
                                              "updated": "2026-06-03T18:31:29.9927626",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "number": 1,
                                              "products": [
                                                {
                                                  "$ref": "29"
                                                },
                                                {
                                                  "$ref": "29"
                                                }
                                              ],
                                              "productCount": 1
                                            },
                                            "priceGroupName": "sample string 147",
                                            "nutrifacts": {
                                              "$id": "36",
                                              "pluG_UID": "OYOQiBwYbUenrtHKoX2IlQ==",
                                              "pluGuid": "88908339-181c-476d-a7ae-d1caa17d8895",
                                              "plu": 1,
                                              "servingsPerPack": 1,
                                              "servingSize": 1,
                                              "showAllergens": 1,
                                              "energy": 1,
                                              "protein": 1,
                                              "fat": 1,
                                              "saturated": 1,
                                              "carbo": 1,
                                              "sugars": 1,
                                              "sodium": 1,
                                              "potasium": 1,
                                              "calcium": 1,
                                              "fibre": 1,
                                              "soya": 1,
                                              "nutsSeeds": 1,
                                              "shells": 1,
                                              "eggs": 1,
                                              "dairy": 1,
                                              "gluten": 1,
                                              "sulphites": 1,
                                              "peanuts": 1,
                                              "sesame": 1,
                                              "fish": 1,
                                              "lupins": 1
                                            },
                                            "dates": {
                                              "$id": "37",
                                              "pluGuid": "5ba32bee-0dc4-4876-a882-0c921d1d6011",
                                              "created": "2026-06-03T18:31:29.9927626",
                                              "createdByUser": "sample string 1",
                                              "activated": "2026-06-03T18:31:29.9927626",
                                              "activatedByUser": "sample string 2",
                                              "deactivated": "2026-06-03T18:31:29.9927626",
                                              "deactivatedByUser": "sample string 3",
                                              "lastOrdered": "2026-06-03T18:31:29.9927626",
                                              "lastOrderedQty": 4.0,
                                              "lastReceived": "2026-06-03T18:31:29.9927626",
                                              "lastReceivedQty": 5.0,
                                              "lastInvoiceStatus": 1,
                                              "lastCounted": "2026-06-03T18:31:29.9927626",
                                              "lastSold": "2026-06-03T18:31:29.9927626",
                                              "firstSold": "2026-06-03T18:31:29.9927626",
                                              "awsUpdated": "2026-06-03T18:31:29.9927626",
                                              "lastManualUpdate": "2026-06-03T18:31:29.9927626",
                                              "lastManualUpdatedByUser": "sample string 7",
                                              "lastUpdated": "2026-06-03T18:31:29.9927626",
                                              "lastUpdatedByUser": "sample string 9",
                                              "lastUpdatedByHost": "2026-06-03T18:31:29.9927626",
                                              "doNotRangeUpdated": "2026-06-03T18:31:29.9927626",
                                              "doNotOrderUpdated": "2026-06-03T18:31:29.9927626",
                                              "tracked": "2026-06-03T18:31:29.9927626"
                                            },
                                            "allergens": [
                                              {
                                                "$id": "38",
                                                "primaryKey": {
                                                  "$id": "39",
                                                  "pluGuid": "b3d2e149-1798-4966-91a8-e1c23c52d164",
                                                  "contains": 2
                                                },
                                                "allergenID": 1,
                                                "pluG_UID": "SeHSs5gXZkmRqOHCPFLRZA==",
                                                "pluGuid": "b3d2e149-1798-4966-91a8-e1c23c52d164",
                                                "contains": 2,
                                                "allergenName": "sample string 3",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "38"
                                              }
                                            ],
                                            "costs": {
                                              "$id": "40",
                                              "pluG_UID": "QyDLUBUuY0CX37VsqnQypg==",
                                              "pluGuid": "50cb2043-2e15-4063-97df-b56caa7432a6",
                                              "enteredCost": 1,
                                              "weightedAvgCost": 1,
                                              "lastCost": 1,
                                              "rawEnteredCost": 2,
                                              "rawWeightedAvgCost": 3,
                                              "rawLastCost": 4,
                                              "freight": 5.0,
                                              "freightType": 6,
                                              "costDecimals": 7,
                                              "fifoCost": 1,
                                              "updated": "2026-06-03T18:31:29.9927626",
                                              "normalCost": 1,
                                              "currentCost": 1
                                            },
                                            "sales": [
                                              {
                                                "$id": "41",
                                                "saleHeaderID": 1,
                                                "created": "2026-06-03T18:31:29.9927626",
                                                "createdLocal": "2026-06-03T18:31:29.9927626",
                                                "storeID": 3,
                                                "storeName": "sample string 4",
                                                "operatorG_Uid": "/Vfy0ZRnK022UpoNsOI6ug==",
                                                "operatorGuid": "d1f257fd-6794-4d2b-b652-9a0db0e23aba",
                                                "operatorName": "sample string 5",
                                                "tranType": 1,
                                                "plu": 1,
                                                "pluG_UId": "x/rg05gcGkqKOfbZkwuj6g==",
                                                "pluGuid": "d3e0fac7-1c98-4a1a-8a39-f6d9930ba3ea",
                                                "normalPrice": 1,
                                                "totalCents": 1,
                                                "cost": 1,
                                                "grossProfit": 1,
                                                "quantity": 1,
                                                "operator": {
                                                  "$ref": "16"
                                                }
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ],
                                            "apns": [
                                              {
                                                "$id": "42",
                                                "pluID": 1,
                                                "pluG_UID": "xHSpAMvruUeL41Jt1bZx+Q==",
                                                "pluGuid": "00a974c4-ebcb-47b9-8be3-526dd5b671f9",
                                                "apn": "sample string 1",
                                                "deleted": true,
                                                "storeID": 1,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "42"
                                              }
                                            ],
                                            "tuns": [
                                              {
                                                "$id": "43",
                                                "pluG_UId": "g1epuBYzREKIjNyBFZjYAQ==",
                                                "pluGuid": "b8a95783-3316-4244-888c-dc811598d801",
                                                "apn": "sample string 1",
                                                "tun": "sample string 2",
                                                "cartonQuantity": 3,
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "43"
                                              }
                                            ],
                                            "competitionPricing": [
                                              {
                                                "$id": "44",
                                                "identifier": "UgSV9YBZVEyeMEt2r2s0qg==",
                                                "identifierGuid": "f5950452-5980-4c54-9e30-4b76af6b34aa",
                                                "pluG_UID": "yoyrm6Vzuk2oayYCi1E5Vg==",
                                                "pluGuid": "9bab8cca-73a5-4dba-a86b-26028b513956",
                                                "competitionID": 1,
                                                "name": "sample string 2",
                                                "sellMultiple": 3,
                                                "retailPrice": 4,
                                                "storeName": "sample string 5"
                                              },
                                              {
                                                "$ref": "44"
                                              }
                                            ],
                                            "supplier": {
                                              "$ref": "24"
                                            },
                                            "supplierName": "sample string 148",
                                            "children": [
                                              {
                                                "$ref": "29"
                                              },
                                              {
                                                "$ref": "29"
                                              }
                                            ],
                                            "ordering": {
                                              "$ref": "27"
                                            },
                                            "flipChartPages": [
                                              {
                                                "$id": "45",
                                                "identifier": "nAq46pBpvE6KTY+1IfxTHw==",
                                                "groupName": "sample string 1",
                                                "identifierGuid": "eab80a9c-6990-4ebc-8a4d-8fb521fc531f",
                                                "exists": true,
                                                "flipChartIdentifier": "vLjWuuSSeEyvt2R7KcnI7Q==",
                                                "flipChartIdentifierGuid": "bad6b8bc-92e4-4c78-afb7-647b29c9c8ed",
                                                "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": "TCSDqfTxREqrm4pS8JbT2g==",
                                                "groupIdentifierGuid": "a983244c-f1f4-4a44-ab9b-8a52f096d3da",
                                                "flipChart": {
                                                  "$id": "46",
                                                  "identifier": "6WD+zDMrhU6e4s8dEE7RJQ==",
                                                  "identifierGuid": "ccfe60e9-2b33-4e85-9ee2-cf1d104ed125",
                                                  "displayName": "sample string 2",
                                                  "sortOrder": 3,
                                                  "productsPerRow": 4,
                                                  "rowsPerPage": 5,
                                                  "buttonMarginX": 6,
                                                  "buttonMarginY": 7,
                                                  "beginButtonsX": 8,
                                                  "beginButtonsY": 9,
                                                  "autoSizeButtons": true,
                                                  "autoSizeGrid": true,
                                                  "showButtonText": true,
                                                  "showButtonImage": true,
                                                  "formLocationX": 1,
                                                  "formLocationY": 1,
                                                  "formWidth": 14,
                                                  "formHeight": 15,
                                                  "formMaximised": true,
                                                  "formResizable": true,
                                                  "formBackgroundImage": "sample string 16",
                                                  "formBackgroundColourA": 1,
                                                  "formBackgroundColourR": 1,
                                                  "formBackgroundColourG": 1,
                                                  "formBackgroundColourB": 1,
                                                  "formFontFamily": "sample string 17",
                                                  "formFontSize": 1.1,
                                                  "formFontStyle": 1,
                                                  "formAttributes": "sample string 18",
                                                  "buttonWidth": 19,
                                                  "buttonHeight": 20,
                                                  "buttonAnchor": 21,
                                                  "buttonBackgroundImage": "sample string 22",
                                                  "buttonTopColour": 1,
                                                  "buttonTextColour": 1,
                                                  "buttonBottomColour": 1,
                                                  "buttonBorderColour": 1,
                                                  "buttonBorderWidth": 1,
                                                  "buttonRadius": 1,
                                                  "buttonGradientMode": 1,
                                                  "buttonDropShadow": true,
                                                  "buttonShadowWidth": 1,
                                                  "buttonHighLightOnPush": true,
                                                  "buttonFontFamily": "sample string 23",
                                                  "buttonFontSize": 1.1,
                                                  "buttonFontStyle": 1,
                                                  "buttonTextAlign": 1,
                                                  "buttonWordBreak": true,
                                                  "buttonDrawImageAndButton": true,
                                                  "buttonVerticalText": true,
                                                  "buttonImageAlign": 1,
                                                  "panelLocationX": 1,
                                                  "panelLocationY": 1,
                                                  "panelWidth": 1,
                                                  "panelHeight": 1,
                                                  "panelAnchor": 1,
                                                  "panelFontFamily": "sample string 24",
                                                  "panelFontSize": 1.1,
                                                  "panelFontStyle": 1,
                                                  "panelBackgroundColour": 1,
                                                  "panelTextColour": 1,
                                                  "panelAttributes": "sample string 25",
                                                  "unsentCount": 26,
                                                  "group": {
                                                    "$id": "47",
                                                    "identifier": "dHO7UNgeR0G7cEbJ+T9w7Q==",
                                                    "identifierGuid": "50bb7374-1ed8-4147-bb70-46c9f93f70ed",
                                                    "name": "sample string 2",
                                                    "formType": "sample string 3",
                                                    "forms": [
                                                      {
                                                        "$id": "48",
                                                        "id": 1,
                                                        "g_UID": "o+UXDByLokGkLdRvu8yYpg==",
                                                        "guid": "0c17e5a3-8b1c-41a2-a42d-d46fbbcc98a6",
                                                        "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": "ca4Tyhnfi02UbW7lTmEuuA==",
                                                        "previousFormGuid": "ca13ae71-df19-4d8b-946d-6ee54e612eb8",
                                                        "nextForm": 1,
                                                        "nextFormG_UID": "RuNH+v4PZkSATtZcANrXpQ==",
                                                        "nextFormGuid": "fa47e346-0ffe-4466-804e-d65c00dad7a5",
                                                        "attributes": "sample string 10",
                                                        "updated": "2026-06-03T18:31:29.9927626",
                                                        "positioning": 1,
                                                        "contentPanel": "sample string 11",
                                                        "selectionMode": 1,
                                                        "maximumSelections": 1,
                                                        "alteredInStore": true,
                                                        "deleted": true,
                                                        "blueprintID": 1,
                                                        "preserveLayout": true,
                                                        "mainCheckoutFormName": "sample string 13",
                                                        "nextCheckoutForm": {
                                                          "$ref": "48"
                                                        },
                                                        "previousCheckoutForm": {
                                                          "$ref": "48"
                                                        },
                                                        "buttons": [
                                                          {
                                                            "$id": "49",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "3Zm9pkj4jEG+e+3OsJw0Yg==",
                                                            "checkoutFormGuid": "a6bd99dd-f848-418c-be7b-edceb09c3462",
                                                            "identifier": "1uJ9Zdhzj0K8jEntnYfxDA==",
                                                            "identifierGuid": "657de2d6-73d8-428f-bc8c-49ed9d87f10c",
                                                            "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": "buC5jglp3kCUXGPrzLkANg==",
                                                            "valueGuid": "8eb9e06e-6909-40de-945c-63ebccb90036",
                                                            "buttonText": "sample string 10",
                                                            "valueText": "sample string 11",
                                                            "drawImageAndButton": true,
                                                            "updated": "2026-06-03T18:31:29.9927626",
                                                            "action": "sample string 12",
                                                            "valueForm": {
                                                              "$ref": "48"
                                                            },
                                                            "image": {
                                                              "$id": "50",
                                                              "name": "sample string 3.sample string 4",
                                                              "imageID": 2,
                                                              "imageName": "sample string 3",
                                                              "imageExtension": "sample string 4",
                                                              "lastUpdate": "2026-06-03T18:31:29.9927626",
                                                              "imageData": "QEA=",
                                                              "readOnly": true
                                                            }
                                                          },
                                                          {
                                                            "$ref": "49"
                                                          }
                                                        ],
                                                        "panels": [
                                                          {
                                                            "$id": "51",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "4ZqGthToH0+Uvn/YO4Rf8Q==",
                                                            "checkoutFormGuid": "b6869ae1-e814-4f1f-94be-7fd83b845ff1",
                                                            "panelType": "sample string 4",
                                                            "name": "sample string 5",
                                                            "locationX": 6,
                                                            "locationY": 7,
                                                            "width": 8,
                                                            "height": 9,
                                                            "anchor": 10,
                                                            "fontFamily": "sample string 11",
                                                            "fontSize": 12.1,
                                                            "fontStyle": 13,
                                                            "backgroundColour": 14,
                                                            "textColour": 15,
                                                            "attributes": "sample string 16"
                                                          },
                                                          {
                                                            "$ref": "51"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "$ref": "48"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$ref": "51"
                                                      },
                                                      {
                                                        "$ref": "51"
                                                      }
                                                    ]
                                                  },
                                                  "pages": [
                                                    {
                                                      "$ref": "45"
                                                    },
                                                    {
                                                      "$ref": "45"
                                                    }
                                                  ]
                                                },
                                                "contentPanel": {
                                                  "$ref": "51"
                                                },
                                                "products": [
                                                  {
                                                    "$id": "52",
                                                    "flipChartPageIdentifier": "MqwrS9pFDEWiX5qHVSykgw==",
                                                    "flipChartPageIdentifierGuid": "4b2bac32-45da-450c-a25f-9a87552ca483",
                                                    "pluG_UID": "LKM9mfQBoEaYEawBEKdNJg==",
                                                    "pluGuid": "993da32c-01f4-46a0-9811-ac0110a74d26",
                                                    "sortOrder": 3,
                                                    "sent": true,
                                                    "productChanged": true,
                                                    "productImageName": "sample string 6",
                                                    "productShowImageOnFlipCharts": true,
                                                    "productShowTextOnFlipCharts": true,
                                                    "productOverrideFlipChartText": true,
                                                    "productFlipChartText": "sample string 10",
                                                    "product": {
                                                      "$ref": "29"
                                                    },
                                                    "departmentSortOrder": 11,
                                                    "subDepartmentName": "sample string 12"
                                                  },
                                                  {
                                                    "$ref": "52"
                                                  }
                                                ],
                                                "productCount": 27,
                                                "pages": [
                                                  {
                                                    "$ref": "45"
                                                  },
                                                  {
                                                    "$ref": "45"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "45"
                                              }
                                            ],
                                            "priceHistory": [
                                              {
                                                "$id": "53",
                                                "pluG_UID": "GunG3Dq1Q0GAkHmrzUY5yw==",
                                                "pluGuid": "dcc6e91a-b53a-4143-8090-79abcd4639cb",
                                                "price": 1,
                                                "costCalcMethod": 1,
                                                "cost": 2,
                                                "weightedAvgCost": 3,
                                                "lastCost": 4,
                                                "rawCost": 5,
                                                "rawWeightedAvgCost": 6,
                                                "rawLastCost": 7,
                                                "costDecimals": 8,
                                                "serviceFeeID": 9,
                                                "freight": 10.0,
                                                "freightType": 11,
                                                "process": "sample string 12",
                                                "user": "sample string 13",
                                                "updated": "2026-06-03T18:31:29.9927626",
                                                "previousPrice": 1,
                                                "previousCostCalcMethod": 1,
                                                "previousCost": 1,
                                                "previousWeightedAvgCost": 1,
                                                "previousLastCost": 1,
                                                "previousRawCost": 15,
                                                "previousRawWeightedAvgCost": 16,
                                                "previousRawLastCost": 17,
                                                "previousCostDecimals": 1,
                                                "previousServiceFeeID": 18,
                                                "previousFreight": 19.0,
                                                "previousFreightType": 20,
                                                "storeID": 21,
                                                "storeName": "sample string 22",
                                                "serviceFeeDescription": "sample string 23",
                                                "previousServiceFeeDescription": "sample string 24"
                                              },
                                              {
                                                "$ref": "53"
                                              }
                                            ],
                                            "ingredients": [
                                              {
                                                "$id": "54",
                                                "pluG_UID": "fevWzUHEKU+3N/QmWZ0Jyg==",
                                                "ingredientGuid": "wzP3234gUka+eKd7RthmZA==",
                                                "ingredientIdentifier": "dbf733c3-207e-4652-be78-a77b46d86664",
                                                "quantity": 1.0,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "ingredientText": "sample string 1",
                                                "ingredient": {
                                                  "$ref": "29"
                                                }
                                              },
                                              {
                                                "$ref": "54"
                                              }
                                            ],
                                            "bins": [
                                              {
                                                "$id": "55",
                                                "pluG_UID": "b1txRpEpRU6TrzsRxV+/qg==",
                                                "pluGuid": "46715b6f-2991-4e45-93af-3b11c55fbfaa",
                                                "shelfLocationIdentifier": "LQCeYpp1FkWQDmnauUhimw==",
                                                "shelfLocationGuid": "629e002d-759a-4516-900e-69dab948629b",
                                                "labelShelfDefault": 1,
                                                "labelTalkerDefault": 1,
                                                "labelSmall": true,
                                                "labelPageLayoutG_UID": "CXX3hPny/UuphmrRv6P/xg==",
                                                "labelPageLayoutGuid": "84f77509-f2f9-4bfd-a986-6ad1bfa3ffc6",
                                                "updated": "2026-06-03T18:31:29.9927626",
                                                "electronicShelfLabelIdentifier": "sample string 5",
                                                "electronicshelfLabelsConfigurationID": 6,
                                                "labelShelfChanged": true,
                                                "productName": "sample string 8",
                                                "locationText": "sample string 9",
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "location": {
                                                  "$id": "56",
                                                  "identifier": "RIRhmtd3ZkqamUJBDr9keg==",
                                                  "storeID": 1,
                                                  "identifierGuid": "9a618444-77d7-4a66-9a99-42410ebf647a",
                                                  "name": "sample string 2",
                                                  "haccp": true,
                                                  "blueprintID": 1,
                                                  "updated": "2026-06-03T18:31:29.9927626",
                                                  "minTemp": 1,
                                                  "maxTemp": 1,
                                                  "checkFrequency": 1,
                                                  "storeCaseConfiguration": 5,
                                                  "storeName": "sample string 6",
                                                  "bins": [
                                                    {
                                                      "$ref": "55"
                                                    },
                                                    {
                                                      "$ref": "55"
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "$ref": "55"
                                              }
                                            ],
                                            "bin": {
                                              "$ref": "55"
                                            },
                                            "scaleLocations": [
                                              {
                                                "$id": "57",
                                                "plu": 1,
                                                "pluG_UID": "XHL/qCZ/00yotWtsGGLV/Q==",
                                                "pluGuid": "a8ff725c-7f26-4cd3-a8b5-6b6c1862d5fd",
                                                "deptNo": 1,
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "scaleLocation": {
                                                  "$id": "58",
                                                  "id": 1,
                                                  "deptNo": 1,
                                                  "deptCode": "sample string 2",
                                                  "name": "sample string 3",
                                                  "enabled": true,
                                                  "updated": "2026-06-03T18:31:29.9927626",
                                                  "department": {
                                                    "$id": "59",
                                                    "id": 1,
                                                    "name": "sample string 2",
                                                    "code": "sample string 3",
                                                    "sortOrder": 4,
                                                    "isLiquor": true,
                                                    "isTobacco": true,
                                                    "excludeTalker": true,
                                                    "externalSales": true,
                                                    "saleGLCode": "sample string 9",
                                                    "cogsglCode": "sample string 10",
                                                    "accountingCategoryID": 11,
                                                    "maximumMarkdownPercentage": 12.0,
                                                    "accountingOnly": true,
                                                    "generateExternalID": 1,
                                                    "useNonReportableTaxCode": true,
                                                    "minPLU": 15,
                                                    "maxPLU": 16,
                                                    "scaleLocation": {
                                                      "$ref": "58"
                                                    },
                                                    "subDepartments": [
                                                      {
                                                        "$id": "60",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "name": "sample string 3",
                                                        "code": "sample string 4",
                                                        "departmentCode": "sample string 5",
                                                        "externalSales": true,
                                                        "minorDepartments": [
                                                          {
                                                            "$id": "61",
                                                            "id": 1,
                                                            "subDepartmentID": 2,
                                                            "departmentID": 3,
                                                            "name": "sample string 4",
                                                            "subDepartmentCode": "sample string 5",
                                                            "departmentCode": "sample string 6",
                                                            "code": "sample string 7",
                                                            "lesserDepartments": [
                                                              {
                                                                "$id": "62",
                                                                "id": 1,
                                                                "departmentID": 2,
                                                                "subDepartmentID": 3,
                                                                "minorDepartmentID": 4,
                                                                "name": "sample string 5",
                                                                "code": "sample string 6",
                                                                "departmentCode": "sample string 7",
                                                                "subDepartmentCode": "sample string 8",
                                                                "minorDepartmentCode": "sample string 9",
                                                                "updated": "2026-06-03T18:31:29.9927626",
                                                                "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": "c/BJvE2BmEG8RlTJbrWr6A==",
                                                                "labelPageLayoutGuid": "bc49f073-814d-4198-bc46-54c96eb5abe8",
                                                                "minimumAge": 17,
                                                                "countryOfOrigin": "sample string 18",
                                                                "serviceFeeID": 1,
                                                                "eftCode": 19,
                                                                "defaultPrinter": "sample string 20",
                                                                "defaultPrinterGroup": "sample string 21",
                                                                "buyingLimit": 1,
                                                                "buyingLimitIndependent": true,
                                                                "buyingLimitType": 0,
                                                                "includeInDistinctLimit": true,
                                                                "defaultsEmpty": false,
                                                                "mscCat": {
                                                                  "$id": "63",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "name": "sample string 3",
                                                                  "active": true,
                                                                  "mscCommodities": [
                                                                    {
                                                                      "$id": "64",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "name": "sample string 4",
                                                                      "active": true,
                                                                      "mscSubCommodities": [
                                                                        {
                                                                          "$id": "65",
                                                                          "dept": 1,
                                                                          "category": 2,
                                                                          "commodity": 3,
                                                                          "subCommodity": 4,
                                                                          "name": "sample string 5",
                                                                          "active": true,
                                                                          "subCommodityCode": "sample string 7"
                                                                        },
                                                                        {
                                                                          "$ref": "65"
                                                                        }
                                                                      ],
                                                                      "commodityCode": "sample string 6"
                                                                    },
                                                                    {
                                                                      "$ref": "64"
                                                                    }
                                                                  ],
                                                                  "categoryCode": "sample string 5"
                                                                },
                                                                "mscCom": {
                                                                  "$ref": "64"
                                                                },
                                                                "mscDep": {
                                                                  "$id": "66",
                                                                  "dept": 1,
                                                                  "name": "sample string 2",
                                                                  "active": true,
                                                                  "mscCategories": [
                                                                    {
                                                                      "$ref": "63"
                                                                    },
                                                                    {
                                                                      "$ref": "63"
                                                                    }
                                                                  ],
                                                                  "deptCode": "sample string 4"
                                                                },
                                                                "mscSubCom": {
                                                                  "$ref": "65"
                                                                }
                                                              },
                                                              {
                                                                "$ref": "62"
                                                              }
                                                            ],
                                                            "updated": "2026-06-03T18:31:29.9927626",
                                                            "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": "FsawWZkSCEadowgoPpkSQA==",
                                                            "labelPageLayoutGuid": "59b0c616-1299-4608-9da3-08283e991240",
                                                            "minimumAge": 15,
                                                            "countryOfOrigin": "sample string 16",
                                                            "serviceFeeID": 1,
                                                            "eftCode": 17,
                                                            "defaultPrinter": "sample string 18",
                                                            "defaultPrinterGroup": "sample string 19",
                                                            "buyingLimit": 1,
                                                            "buyingLimitIndependent": true,
                                                            "buyingLimitType": 0,
                                                            "includeInDistinctLimit": true,
                                                            "defaultsEmpty": false,
                                                            "mscCat": {
                                                              "$ref": "63"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "64"
                                                            },
                                                            "mscDep": {
                                                              "$ref": "66"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "65"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "61"
                                                          }
                                                        ],
                                                        "investmentBuyOverride": true,
                                                        "updated": "2026-06-03T18:31:29.9927626",
                                                        "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": "QThtS3WU1kmVhCo6EvjfaA==",
                                                        "labelPageLayoutGuid": "4b6d3841-9475-49d6-9584-2a3a12f8df68",
                                                        "minimumAge": 15,
                                                        "countryOfOrigin": "sample string 16",
                                                        "serviceFeeID": 1,
                                                        "eftCode": 17,
                                                        "defaultPrinter": "sample string 18",
                                                        "defaultPrinterGroup": "sample string 19",
                                                        "buyingLimit": 1,
                                                        "buyingLimitIndependent": true,
                                                        "buyingLimitType": 0,
                                                        "includeInDistinctLimit": true,
                                                        "defaultsEmpty": false,
                                                        "mscCat": {
                                                          "$ref": "63"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "64"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "66"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "65"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "60"
                                                      }
                                                    ],
                                                    "stores": [
                                                      1,
                                                      2
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2026-06-03T18:31:29.9927626",
                                                    "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": "zbAR6Qs+Vky1mGWX3ck3LQ==",
                                                    "labelPageLayoutGuid": "e911b0cd-3e0b-4c56-b598-6597ddc9372d",
                                                    "minimumAge": 25,
                                                    "countryOfOrigin": "sample string 26",
                                                    "serviceFeeID": 1,
                                                    "eftCode": 27,
                                                    "defaultPrinter": "sample string 28",
                                                    "defaultPrinterGroup": "sample string 29",
                                                    "buyingLimit": 1,
                                                    "buyingLimitIndependent": true,
                                                    "buyingLimitType": 0,
                                                    "includeInDistinctLimit": true,
                                                    "defaultsEmpty": false,
                                                    "mscCat": {
                                                      "$ref": "63"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "64"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "66"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "65"
                                                    }
                                                  }
                                                }
                                              },
                                              {
                                                "$ref": "57"
                                              }
                                            ],
                                            "nextPrice": {
                                              "$id": "67",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "plu": 1,
                                              "hostOfferID": 1,
                                              "metcashPromotionID": "sample string 4",
                                              "metcashPromotionPlacement": "sample string 5",
                                              "pluG_UID": "l8v2Fcjh7UuBUcc9tbD7Tw==",
                                              "pluGuid": "15f6cb97-e1c8-4bed-8151-c73db5b0fb4f",
                                              "newPrice": 1,
                                              "pctDiscount": 1,
                                              "newCost": 1,
                                              "newCostDecimals": 6,
                                              "dealCostIdentifier": "sHT25JNPeUWYRL5fP9LgjQ==",
                                              "dealCostGuid": "e4f674b0-4f93-4579-9844-be5f3fd2e08d",
                                              "pluName": "sample string 7",
                                              "apn": "sample string 8",
                                              "fuelItem": true,
                                              "priceGroupG_UID": "Obl77pb2P060uLTwKp0qew==",
                                              "priceGroupGuid": "ee7bb939-f696-4e3f-b4b8-b4f02a9d2a7b",
                                              "itemNumber": "sample string 10",
                                              "cri": "sample string 11",
                                              "pluPrice": 12,
                                              "costCalcMethod": 13,
                                              "pluCost": 14,
                                              "pluCostIndicator": "sample string 15",
                                              "pluPriceGstPercent": 16,
                                              "pluCostGstPercent": 17,
                                              "pluActive": true,
                                              "cartonQty": 1.1,
                                              "baseUnits": 19.1,
                                              "salesMode": 1,
                                              "orderPacked": 20,
                                              "pluNormalCost": 21,
                                              "pluaws": 22.0,
                                              "directNumber": "sample string 23",
                                              "departmentName": "sample string 24",
                                              "subDepartmentName": "sample string 25",
                                              "priceGroupName": "sample string 26",
                                              "supplierName": "sample string 27",
                                              "stockOnHand": 1.1,
                                              "stockOnOrder": 1.1,
                                              "lastReceived": "2026-06-03T18:31:29.9927626",
                                              "rrp": 28,
                                              "campaignDescription": "sample string 29",
                                              "hostCampaign": true,
                                              "hostIdentifier": "QEA=",
                                              "hostIdentifierGuid": "9b8c9b5f-244f-4f86-bdb9-98e4c9dbf973",
                                              "campaignComboPriceGroupG_UID": "Y+0jDP1JdE2+DA6S9/tL2A==",
                                              "campaignComboPriceGroupIdentifier": "0c23ed63-49fd-4d74-be0c-0e92f7fb4bd8",
                                              "promotionPlacementDescription": "sample string 31",
                                              "storeAcceptances": [
                                                {
                                                  "$id": "68",
                                                  "plu": 1,
                                                  "pluG_UId": "QEA=",
                                                  "campaignID": 1,
                                                  "campaignName": "sample string 2",
                                                  "storeID": 3,
                                                  "acceptedUtc": "2026-06-03T18:31:29.9927626",
                                                  "operatorG_UID": "UvYaKqM6MkijXxNJiRUcEg==",
                                                  "operatorGuid": "2a1af652-3aa3-4832-a35f-134989151c12",
                                                  "machineID": 1,
                                                  "processed": true,
                                                  "appliedUtc": "2026-06-03T18:31:29.9927626",
                                                  "signIqTicketFileMovedUtc": "2026-06-03T18:31:29.9927626",
                                                  "user": "sample string 6",
                                                  "campaignDescription": "sample string 7",
                                                  "productDesc": "sample string 8",
                                                  "storeName": "sample string 9",
                                                  "effectiveUtc": "2026-06-03T18:31:29.9927626",
                                                  "priceChangeType": 0,
                                                  "operatorName": "sample string 10",
                                                  "hostCampaign": true,
                                                  "hostIdentifier": "QEA=",
                                                  "hostIdentifierGuid": "44869c0e-90a2-4bc9-938a-9bcf7cc18728",
                                                  "product": {
                                                    "$ref": "29"
                                                  },
                                                  "campaignPlu": {
                                                    "$ref": "67"
                                                  },
                                                  "fuelItem": true
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "campaign": {
                                                "$id": "69",
                                                "id": 1,
                                                "storeID": 2,
                                                "name": "017dfc6e-8729-4617-90c7-920302971c84",
                                                "nameGuid": "017dfc6e-8729-4617-90c7-920302971c84",
                                                "description": "sample string 4",
                                                "showDiscounts": true,
                                                "showTotals": true,
                                                "onlyEvaluateOnSubtotal": true,
                                                "useDescription": true,
                                                "campaignType": 1,
                                                "startDate": "2026-06-03T18:31:29.9927626",
                                                "startTime": 1,
                                                "endDate": "2026-06-03T18:31:29.9927626",
                                                "endTime": 1,
                                                "recurrence": 1,
                                                "recurrenceType": 1,
                                                "monthType": 1,
                                                "weekDays": 1,
                                                "months": 1,
                                                "monthWeeks": 1,
                                                "monthDays": "sample string 7",
                                                "printed": true,
                                                "talkerText": "sample string 8",
                                                "rangeDescription": "sample string 9",
                                                "dealDescription": "sample string 10",
                                                "labelQuantity": 11,
                                                "active": 1,
                                                "deactivated": "2026-06-03T18:31:29.9927626",
                                                "system": true,
                                                "created": "2026-06-03T18:31:29.9927626",
                                                "updated": "2026-06-03T18:31:29.9927626",
                                                "priceChangeNotifiedUtc": "2026-06-03T18:31:29.9927626",
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 13",
                                                "hostIdentifier": "NmvbHLdzVU6PTUpP9bx+KA==",
                                                "hostIdentifierGuid": "1cdb6b36-73b7-4e55-8f4d-4a4ff5bc7e28",
                                                "hostType": 14,
                                                "createdByUser": "sample string 15",
                                                "fromHost": true,
                                                "deleted": true,
                                                "campaignDeleted": "2026-06-03T18:31:29.9927626",
                                                "updatedByUser": "sample string 18",
                                                "offerID": 1,
                                                "isPriceChangeCampaign": true,
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "campaignPlus": [
                                                  {
                                                    "$ref": "67"
                                                  },
                                                  {
                                                    "$ref": "67"
                                                  }
                                                ],
                                                "campaignPools": [
                                                  {
                                                    "$id": "70",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "plu": 4,
                                                    "pluG_UID": "MhqdSQlnZ025G/uQ/uyYZw==",
                                                    "pluGuid": "499d1a32-6709-4d67-b91b-fb90feec9867",
                                                    "hostOfferID": 1,
                                                    "priceGroupG_UID": "XEvcXB4UDEOKV8mjT4QVLw==",
                                                    "priceGroupGuid": "5cdc4b5c-141e-430c-8a57-c9a34f84152f",
                                                    "fuelItem": true,
                                                    "pluName": "sample string 6",
                                                    "apn": "sample string 7",
                                                    "pluActive": true,
                                                    "cartonQty": 1,
                                                    "baseUnits": 9.1,
                                                    "cri": "sample string 10",
                                                    "salesMode": 1,
                                                    "orderPacked": 11,
                                                    "pluaws": 12.0,
                                                    "directNumber": "sample string 13",
                                                    "departmentName": "sample string 14",
                                                    "subDepartmentName": "sample string 15",
                                                    "priceGroupName": "sample string 16",
                                                    "supplierName": "sample string 17",
                                                    "stockOnHand": 1.1,
                                                    "stockOnOrder": 1.1,
                                                    "lastReceived": "2026-06-03T18:31:29.9927626",
                                                    "rrp": 18,
                                                    "campaignDescription": "sample string 19",
                                                    "product": {
                                                      "$ref": "29"
                                                    },
                                                    "campaign": {
                                                      "$ref": "69"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "70"
                                                  }
                                                ],
                                                "sellingRules": [
                                                  {
                                                    "$id": "71",
                                                    "id": 1,
                                                    "identifier": "upV0XMwAk0iNpRWFkS6m5Q==",
                                                    "identifierStr": "upV0XMwAk0iNpRWFkS6m5Q==",
                                                    "identifierGuid": "5c7495ba-00cc-4893-8da5-1585912ea6e5",
                                                    "campaignID": 4,
                                                    "campaignName": "sample string 5",
                                                    "ruleJoin": 1,
                                                    "ruleType": 6,
                                                    "operand0": "sample string 7",
                                                    "comparisonOp": 1,
                                                    "operand1": "sample string 8",
                                                    "action": 1,
                                                    "operand2": "sample string 9",
                                                    "operand3": "sample string 10",
                                                    "includeExcludedItems": true,
                                                    "noFurtherDiscounts": true,
                                                    "description": "sample string 11",
                                                    "sortOrder": 1,
                                                    "isItemRule": false,
                                                    "prevDept": "sample string 12",
                                                    "campaign": {
                                                      "$ref": "69"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "71"
                                                  }
                                                ],
                                                "customers": [
                                                  {
                                                    "$id": "72",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "customerID": "j4IbzxV590eWagWZrZ/gSA==",
                                                    "customerIDGuid": "cf1b828f-7915-47f7-966a-0599ad9fe048",
                                                    "campaign": {
                                                      "$ref": "69"
                                                    },
                                                    "customer": {
                                                      "$ref": "7"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "72"
                                                  }
                                                ],
                                                "customerGroups": [
                                                  {
                                                    "$id": "73",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupID": "MMhFhZf3L0ehI5bRTBXz9w==",
                                                    "groupIDGuid": "8545c830-f797-472f-a123-96d14c15f3f7",
                                                    "campaign": {
                                                      "$ref": "69"
                                                    },
                                                    "group": {
                                                      "$ref": "11"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ],
                                                "signIqTickets": [
                                                  {
                                                    "$id": "74",
                                                    "identifier": "QNaLQO3JMUCKc1xOlrv3kw==",
                                                    "identifierGuid": "408bd640-c9ed-4031-8a73-5c4e96bbf793",
                                                    "campaignName": "sample string 2",
                                                    "message": "sample string 3",
                                                    "ticketFileSource": "sample string 4",
                                                    "ticketFileDestination": "sample string 5",
                                                    "storeID": 1
                                                  },
                                                  {
                                                    "$ref": "74"
                                                  }
                                                ],
                                                "comboPriceGroups": [
                                                  {
                                                    "$id": "75",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "g_UID": "/ZNsMlA0cEGTLsZmHZbZFQ==",
                                                    "guid": "326c93fd-3450-4170-932e-c6661d96d915",
                                                    "description": "sample string 5",
                                                    "newPrice": 1,
                                                    "rangeDescription": "sample string 6",
                                                    "dealDescription": "sample string 7",
                                                    "labelQuantity": 8,
                                                    "hostProductCategoryID": 1,
                                                    "offerID": 1,
                                                    "dontUpdatePricePlus": true,
                                                    "campaign": {
                                                      "$ref": "69"
                                                    },
                                                    "comboPricePlus": [
                                                      {
                                                        "$id": "76",
                                                        "id": 1,
                                                        "campaignID": 2,
                                                        "campaignName": "sample string 3",
                                                        "groupG_UID": "S34tpvYaEEWvPt81WJOsnA==",
                                                        "groupGuid": "a62d7e4b-1af6-4510-af3e-df355893ac9c",
                                                        "comboPriceType": 5,
                                                        "priceType": 5,
                                                        "pluG_UID": "DAva5aJqw0K8S4SWqUELHQ==",
                                                        "pluGuid": "e5da0b0c-6aa2-42c3-bc4b-8496a9410b1d",
                                                        "priceGroupG_UID": "KEuiLBRMB0KfVn8D0S6L7A==",
                                                        "priceGroupGuid": "2ca24b28-4c14-4207-9f56-7f03d12e8bec",
                                                        "campaignPoolID": "sample string 7",
                                                        "quantity": 1,
                                                        "campaign": {
                                                          "$ref": "69"
                                                        },
                                                        "product": {
                                                          "$ref": "29"
                                                        },
                                                        "priceGroup": {
                                                          "$ref": "35"
                                                        },
                                                        "campaignPool": {
                                                          "$ref": "69"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "76"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "75"
                                                  }
                                                ],
                                                "priceLevels": [
                                                  {
                                                    "$id": "77",
                                                    "id": 1,
                                                    "priceLevelIdentifier": "3zTjAqKR0kWRvgeYNK8jfg==",
                                                    "priceLevelIdentifierGuid": "02e334df-91a2-45d2-91be-079834af237e",
                                                    "campaignName": "sample string 3",
                                                    "priceLevelName": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "77"
                                                  }
                                                ],
                                                "promotionType": {
                                                  "$id": "78",
                                                  "identifier": "HKKCcCvVSki/ww2iB+jYdA==",
                                                  "identifierGuid": "7082a21c-d52b-484a-bfc3-0da207e8d874",
                                                  "hostType": 2,
                                                  "code": "sample string 3",
                                                  "description": "sample string 4",
                                                  "isLiquor": true,
                                                  "isAdvertised": true,
                                                  "disableWasSave": true,
                                                  "excludeFromPromoSales": true,
                                                  "labelPageLayoutG_UID": "bX5LX4LeFEWjdPMDegB75w==",
                                                  "labelPageLayoutGuid": "5f4b7e6d-de82-4514-a374-f3037a007be7",
                                                  "priceLevelIdentifier": "bgg5tYbOE0SziYbKfI0Ncg==",
                                                  "priceLevelIdentifierGuid": "b539086e-ce86-4413-b389-86ca7c8d0d72",
                                                  "active": true,
                                                  "updated": "2026-06-03T18:31:29.9927626",
                                                  "hostName": "sample string 11"
                                                }
                                              },
                                              "product": {
                                                "$ref": "29"
                                              },
                                              "dealCost": {
                                                "$id": "79",
                                                "headerIdentifier": "7UZsKWz2t02aSPqe+GH3/w==",
                                                "headerIdentifierGuid": "296c46ed-f66c-4db7-9a48-fa9ef861f7ff",
                                                "identifier": "aFt1aOHk/ECIqW7g5jCX5Q==",
                                                "identifierGuid": "68755b68-e4e1-40fc-88a9-6ee0e63097e5",
                                                "supplierIdentifier": "Xy0hkbPe3UKOoYdXUrFdaA==",
                                                "supplierGuid": "91212d5f-deb3-42dd-8ea1-875752b15d68",
                                                "pluG_UID": "Co5zfNZahU6UxB8/7Shimw==",
                                                "pluGuid": "7c738e0a-5ad6-4e85-94c4-1f3fed28629b",
                                                "campaignName": "1bcd69b6-1469-4415-aeda-8dd6c58ede41",
                                                "description": "sample string 4",
                                                "cost": 5,
                                                "costDecimals": 6,
                                                "start": "2026-06-03T18:31:29.9927626",
                                                "end": "2026-06-03T18:31:29.9927626",
                                                "type": 9,
                                                "promoType": 10,
                                                "bonusItemPLUG_UID": "xpG56mvCIkeZiKHfugNzBQ==",
                                                "bonusItemPluGuid": "eab991c6-c26b-4722-9988-a1dfba037305",
                                                "bonusPurchaseUnits": 11,
                                                "bonusReceiveUnits": 12,
                                                "updated": "2026-06-03T18:31:29.9927626",
                                                "metcashPromotionID": "sample string 14",
                                                "fromHost": 15,
                                                "storeNames": "sample string 16",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "supplierName": "sample string 17",
                                                "campaignDescription": "sample string 18",
                                                "newPrice": 1,
                                                "campaignMetcashPromotionID": "sample string 19",
                                                "campaignActive": true,
                                                "campaignStartDate": "2026-06-03T18:31:29.9927626",
                                                "campaignEndDate": "2026-06-03T18:31:29.9927626",
                                                "masterPLUG_UID": "Xayoc2sGTU2Fq3Nzy69y9w==",
                                                "masterID": "73a8ac5d-066b-4d4d-85ab-7373cbaf72f7",
                                                "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": "Z+uNWYaVWU6QBNESkW3Sfw==",
                                                "bonusMasterID": "598deb67-9586-4e59-9004-d112916dd27f",
                                                "bonusProductName": "sample string 34",
                                                "bonusProductAPN": "sample string 35",
                                                "bonusOrderCode": "sample string 36",
                                                "bonusNormalSell": 37,
                                                "bonusNormalCost": 38,
                                                "bonusNormalCostDecimals": 39,
                                                "bonusCartonQuantity": 40,
                                                "bonusSalesMode": 41,
                                                "bonusOrderPacked": 42,
                                                "bonusFuelItem": true,
                                                "bonusActive": true
                                              }
                                            },
                                            "currentCostStart": "2026-06-03T18:31:29.9927626",
                                            "dealCosts": [
                                              {
                                                "$ref": "79"
                                              },
                                              {
                                                "$ref": "79"
                                              }
                                            ],
                                            "tags": [
                                              {
                                                "$id": "80",
                                                "pluG_UID": "vJ7UJ8s7H0qOeESDVwlkTA==",
                                                "pluGuid": "27d49ebc-3bcb-4a1f-8e78-44835709644c",
                                                "tagID": 1,
                                                "description": "sample string 1",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "80"
                                              }
                                            ],
                                            "alternateProductG_UID": "UasA/p+BOU+M77plN8PTXw==",
                                            "alternateProduct": "fe00ab51-819f-4f39-8cef-ba6537c3d35f",
                                            "altProduct": {
                                              "$ref": "29"
                                            },
                                            "productHostCode": {
                                              "$id": "81",
                                              "id": 1,
                                              "pluG_UID": "p8mdklijpkSTyYZlaO3juQ==",
                                              "pluGuid": "929dc9a7-a358-44a6-93c9-866568ede3b9",
                                              "ibaCode": "sample string 2"
                                            },
                                            "mscCat": {
                                              "$ref": "63"
                                            },
                                            "mscCom": {
                                              "$ref": "64"
                                            },
                                            "mscDep": {
                                              "$ref": "66"
                                            },
                                            "mscSubCom": {
                                              "$ref": "65"
                                            },
                                            "isUserUpdate": true,
                                            "ignoreMasterProduct": true,
                                            "priceGroupLabelRequested": true,
                                            "firstSold": "2026-06-03T18:31:29.9927626",
                                            "inventoryTracked": "2026-06-03T18:31:29.9927626",
                                            "isNormalPriceChangesCampaign": true,
                                            "baseProductFuel": {
                                              "$id": "82",
                                              "pluG_UID": "maLll4QgIEO8xutc7QW5Tg==",
                                              "pluGuid": "97e5a299-2084-4320-bcc6-eb5ced05b94e",
                                              "fuelPluG_UID": "TjjXFYIWSEWMHUzWqkqZGw==",
                                              "fuelPluGuid": "15d7384e-1682-4548-8c1d-4cd6aa4a991b",
                                              "price": 3,
                                              "productDescription": "sample string 4",
                                              "productBarcode": "sample string 5",
                                              "fuelProductDescription": "sample string 6",
                                              "fuelProductBarcode": "sample string 7",
                                              "fuelProductPrice": 8
                                            },
                                            "productFuelLinks": [
                                              {
                                                "$ref": "82"
                                              },
                                              {
                                                "$ref": "82"
                                              }
                                            ]
                                          },
                                          "supplier": {
                                            "$ref": "24"
                                          },
                                          "serviceFee": {
                                            "$id": "83",
                                            "id": 1,
                                            "description": "sample string 1",
                                            "fee": 1
                                          },
                                          "isPrimaryHost": true,
                                          "hostVendor": 48
                                        },
                                        {
                                          "$ref": "27"
                                        }
                                      ],
                                      "orderCycleHeaders": [
                                        {
                                          "$id": "84",
                                          "storeID": 1,
                                          "supplierIdentifier": "ra+mM1ZrTEOFglr9Ykqk9Q==",
                                          "supplierGuid": "33a6afad-6b56-434c-8582-5afd624aa4f5",
                                          "departmentCode": "sample string 2",
                                          "warehouseDirectIndicator": "sample string 3",
                                          "type": 4,
                                          "storeName": "sample string 5",
                                          "departmentName": "sample string 6",
                                          "orderDays": 7
                                        },
                                        {
                                          "$ref": "84"
                                        }
                                      ],
                                      "cycles": [
                                        {
                                          "$id": "85",
                                          "storeID": 1,
                                          "supplierIdentifier": "zdn1nXpR1k2GOaflygtrFg==",
                                          "supplierGuid": "9df5d9cd-517a-4dd6-8639-a7e5ca0b6b16",
                                          "departmentCode": "sample string 2",
                                          "warehouseDirectIndicator": "sample string 3",
                                          "type": 4,
                                          "cutOffWeek": 5,
                                          "cutOffDay": 6,
                                          "cutOffTime": "00:00:00.1234567",
                                          "leadTime": 7,
                                          "daysBuffer": 8,
                                          "supplierName": "sample string 9",
                                          "cutOffDate": "2026-06-03T18:31:29.9927626",
                                          "deliveryDate": "2026-06-03T18:31:29.9927626",
                                          "nextCutOffDate": "2026-06-03T18:31:29.9927626",
                                          "nextDeliveryDate": "2026-06-03T18:31:29.9927626",
                                          "nextDaysBuffer": 10
                                        },
                                        {
                                          "$ref": "85"
                                        }
                                      ],
                                      "store": {
                                        "$ref": "18"
                                      },
                                      "updated": "2026-06-03T18:31:29.9927626",
                                      "isHost": true
                                    },
                                    "files": [
                                      {
                                        "$id": "86",
                                        "id": "sample string 1",
                                        "fileName": "sample string 2",
                                        "extension": "sample string 3",
                                        "provider": 0,
                                        "type": 0,
                                        "hostType": "sample string 4",
                                        "createdUtc": "2026-06-03T18:31:29.9927626",
                                        "processed": "2026-06-03T18:31:29.9927626",
                                        "isProcessing": true,
                                        "processedCount": 6,
                                        "processingTime": 1,
                                        "collectedUtc": "2026-06-03T18:31:29.9927626",
                                        "size": 1,
                                        "sizeFormat": "sample string 7",
                                        "isArchive": true,
                                        "customerNumber": "sample string 9",
                                        "businessPillar": "sample string 10",
                                        "fileType": "sample string 11",
                                        "version": "sample string 12",
                                        "reference": "sample string 13",
                                        "digest": "sample string 14",
                                        "contentType": "sample string 15",
                                        "host": {
                                          "$ref": "23"
                                        },
                                        "metcashHeader": {
                                          "$id": "87",
                                          "customerNumber": "sample string 1",
                                          "creationDate": "2026-06-03T18:31:29.9927626",
                                          "businessPillar": "sample string 3",
                                          "fileType": "sample string 4"
                                        }
                                      },
                                      {
                                        "$ref": "86"
                                      }
                                    ],
                                    "zoneMatrix": [
                                      {
                                        "$id": "88",
                                        "id": 1,
                                        "hostIdentifier": "/9JBJjQB0Eungqv8iTSBKA==",
                                        "hostIdentifierGuid": "2641d2ff-0134-4bd0-a782-abfc89348128",
                                        "storeID": 1,
                                        "departmentCode": "sample string 2",
                                        "hostGuids": [
                                          "8fde758f-bb44-43c3-9e20-2dc0328c47c0",
                                          "e340a555-b8f8-4d14-8e69-d1774aaaea0a"
                                        ]
                                      },
                                      {
                                        "$ref": "88"
                                      }
                                    ],
                                    "hostFileStoreSetting": {
                                      "$ref": "22"
                                    },
                                    "hostStoreSettings": [
                                      {
                                        "$ref": "22"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "promotionPlacements": [
                                      {
                                        "$id": "89",
                                        "identifier": "BLDEj/mNzkqu5WG5GUN6GQ==",
                                        "identifierGuid": "8fc4b004-8df9-4ace-aee5-61b919437a19",
                                        "code": "sample string 2",
                                        "description": "sample string 3",
                                        "isAdvertised": true
                                      },
                                      {
                                        "$ref": "89"
                                      }
                                    ],
                                    "promoTypeGuids": [
                                      "7d0642de-0b05-45a1-8d73-6c37ded527f4",
                                      "f21204d0-68e0-4100-8737-86a7701912dd"
                                    ],
                                    "isPromotionOnly": false,
                                    "isOrderable": false,
                                    "vendor": 0
                                  },
                                  "groupIDs": [
                                    1,
                                    2
                                  ],
                                  "hostDescription": "sample string 27"
                                },
                                {
                                  "$ref": "22"
                                }
                              ],
                              "accounts": [
                                {
                                  "$id": "90",
                                  "id": 1,
                                  "storeID": 1,
                                  "accountName": "sample string 2",
                                  "bsb": "sample string 3",
                                  "accountNumber": "sample string 4",
                                  "accountDesignated": true
                                },
                                {
                                  "$ref": "90"
                                }
                              ],
                              "sales": [
                                {
                                  "$id": "91",
                                  "id": 1,
                                  "storeID": 1,
                                  "externalSalesType": 2,
                                  "ftpSiteID": 1,
                                  "lastSaleProcessed": "2026-06-03T18:31:29.9927626",
                                  "ftpSite": {
                                    "$id": "92",
                                    "id": 1,
                                    "description": "sample string 2",
                                    "address": "sample string 3",
                                    "username": "sample string 4",
                                    "password": "sample string 5",
                                    "path": "sample string 7",
                                    "protocol": 8
                                  }
                                },
                                {
                                  "$ref": "91"
                                }
                              ],
                              "suppliedStores": [
                                1,
                                2
                              ],
                              "zoneMatrix": [
                                {
                                  "$ref": "88"
                                },
                                {
                                  "$ref": "88"
                                }
                              ],
                              "cashManagements": [
                                {
                                  "$id": "93",
                                  "id": 1,
                                  "storeID": 1,
                                  "cashManagementType": 2,
                                  "apiID": 1,
                                  "organisationID": "sample string 3",
                                  "siteName": "sample string 4",
                                  "thirdPartyAPI": {
                                    "$id": "94",
                                    "id": 1,
                                    "description": "sample string 2",
                                    "address": "sample string 3",
                                    "username": "sample string 4",
                                    "password": "sample string 5",
                                    "passwordPlain": "sample string 6",
                                    "token": "sample string 7",
                                    "apiType": 8,
                                    "apiSubType": 9,
                                    "config": "sample string 10"
                                  }
                                },
                                {
                                  "$ref": "93"
                                }
                              ],
                              "updateStoreID": "eba0a3b9-9118-485e-a86e-ea2b5018b4cd",
                              "updateStore": {
                                "$id": "95",
                                "id": "b129888f-ade3-4f0f-90ab-779d84e7c8c3",
                                "name": "sample string 1",
                                "lastActivity": "2026-06-03T18:31:29.9927626",
                                "zone": "sample string 2",
                                "timeZoneOffset": 0.0,
                                "businessHoursStart": "00:00:00.1234567",
                                "businessHoursEnd": "00:00:00.1234567",
                                "master": true,
                                "lastIP": "sample string 10",
                                "lastHostName": "sample string 11",
                                "ping": 1,
                                "pingStatus": "sample string 12",
                                "lastUpdateCompleted": "2026-06-03T18:31:29.9927626"
                              },
                              "timeZoneId": "sample string 54",
                              "securityOptions": {
                                "$id": "96",
                                "loginMode": 1,
                                "allowSelfVerification": true,
                                "verifierEmail": "sample string 3",
                                "source": "sample string 4",
                                "loginModeInherited": 5,
                                "loginModeSource": "sample string 6",
                                "selfVerifyInherited": true,
                                "selfVerifySource": "sample string 8",
                                "verifyEmailInherited": "sample string 9",
                                "verifyEmailSource": "sample string 10"
                              }
                            }
                          },
                          {
                            "$ref": "17"
                          }
                        ]
                      },
                      "customer": {
                        "$ref": "7"
                      },
                      "communityOrganisation": {
                        "$id": "97",
                        "id": 1,
                        "identifier": "fAkk9mlnNkemoJ0LtnC7IA==",
                        "identifierGuid": "f624097c-6769-4736-a6a0-9d0bb670bb20",
                        "name": "sample string 3",
                        "lookupIdentifier": "sample string 4",
                        "externalID": "sample string 5",
                        "phone": "sample string 6",
                        "fax": "sample string 7",
                        "email": "sample string 8",
                        "address1": "sample string 9",
                        "address2": "sample string 10",
                        "city": "sample string 11",
                        "postCode": "sample string 12",
                        "state": "sample string 13",
                        "country": "sample string 14",
                        "abn": "sample string 15",
                        "promoPeriodStart": "2026-06-03T18:31:29.9927626",
                        "promoPeriodEnd": "2026-06-03T18:31:29.9927626",
                        "allowDonations": true,
                        "logoImageName": "sample string 17",
                        "totalAmountAwarded": 18.1,
                        "updated": "2026-06-03T18:31:29.9927626",
                        "deleted": true
                      },
                      "details": [
                        {
                          "$id": "98",
                          "saleItemID": 1,
                          "identifier": "Df0IZsVK/kydpqYDVP4bPQ==",
                          "identifierGuid": "6608fd0d-4ac5-4cfe-9da6-a60354fe1b3d",
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "qGXCEvV/MUCDnyBdtU3/Ig==",
                          "pluGuid": "12c265a8-7ff5-4031-839f-205db54dff22",
                          "accountID": "c12KSGqKA0+W6/6uQkaTyw==",
                          "accountIDGuid": "488a5d73-8a6a-4f03-96eb-feae424693cb",
                          "normalPrice": 3,
                          "originalSellingPrice": 4,
                          "discountPrice": 5,
                          "unit": 1,
                          "quantity": 6,
                          "totalCents": 7,
                          "fixedPrice": 1,
                          "tranType": 1,
                          "discountType": 1,
                          "cost": 1,
                          "costDecimals": 8,
                          "markdown": 1,
                          "manualQuantity": 1,
                          "manualPrice": 1,
                          "manualMode": 1,
                          "active": 1,
                          "offline": true,
                          "barcode": "sample string 9",
                          "keyedSale": 1,
                          "discountedID": 1,
                          "fuelID": 1,
                          "serialNumber": "sample string 10",
                          "bestOrExpire": "2026-06-03T18:31:29.9927626",
                          "bestOrExpireType": 1,
                          "providerName": "sample string 11",
                          "refundG_UID": "6nm50dGuqkOH2AZH0HerXw==",
                          "refundGuid": "d1b979ea-aed1-43aa-87d8-0647d077ab5f",
                          "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": "lJGwoUKSfECebUhEyPYOTw==",
                          "idempotentVoidGuid": "a1b09194-9242-407c-9e6d-4844c8f60e4f",
                          "priceLevelIdentifier": "RMZnZKrRVUKS15dkTe1UaA==",
                          "priceLevelIdentifierGuid": "6467c644-d1aa-4255-92d7-97644ded5468",
                          "communityIdentifier": "40Ug/68f1EmLGcVec5/bxg==",
                          "communityIdentifierGuid": "ff2045e3-1faf-49d4-8b19-c55e739fdbc6",
                          "productName": "sample string 23",
                          "apn": "sample string 24",
                          "unknownScans": [
                            {
                              "$id": "99",
                              "id": 1,
                              "saleDetailID": 2,
                              "storeID": 1,
                              "scanned": "2026-06-03T18:31:29.9927626",
                              "operatorG_UID": "QEA=",
                              "barcode": "sample string 4",
                              "processed": 1
                            },
                            {
                              "$ref": "99"
                            }
                          ],
                          "refund": {
                            "$id": "100",
                            "id": 1,
                            "g_UID": "RTg0gtLC7USP4upyNalKXw==",
                            "guid": "82343845-c2d2-44ed-8fe2-ea7235a94a5f",
                            "description": "sample string 1",
                            "dumped": true,
                            "inventoryReasonID": 1,
                            "sortOrder": 1,
                            "updated": "2026-06-03T18:31:29.9927626"
                          },
                          "modifier": {
                            "$id": "101",
                            "id": 1,
                            "setG_UID": "R0FsvlL0zEWaqczDvDg/gg==",
                            "modifierSetGuid": "be6c4147-f452-45cc-9aa9-ccc3bc383f82",
                            "name": "sample string 2",
                            "price": 1,
                            "quantity": 1,
                            "modifierType": 1,
                            "groupNumber": 1,
                            "pageNumber": 1,
                            "controlOrder": 1,
                            "printToStation": true,
                            "pluG_UID": "GLCnMk9dw0qAkhZHkp5QmQ==",
                            "pluGuid": "32a7b018-5d4f-4ac3-8092-1647929e5099",
                            "deleted": true,
                            "g_UID": "+ZZDC8FJUUCTFiXzceOo2Q==",
                            "guid": "0b4396f9-49c1-4051-9316-25f371e3a8d9",
                            "product": {
                              "$ref": "29"
                            }
                          },
                          "priceLevelName": "sample string 25",
                          "pumpNumber": 1,
                          "hoseNumber": 1
                        },
                        {
                          "$ref": "98"
                        }
                      ],
                      "eftReceipts": [
                        {
                          "$id": "102",
                          "id": 1,
                          "storeID": 1,
                          "saleHeaderID": 2,
                          "storeSaleHeader": {
                            "$ref": "14"
                          },
                          "receipt": "sample string 3",
                          "processed": 1
                        },
                        {
                          "$ref": "102"
                        }
                      ],
                      "payments": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "cards": [
                        {
                          "$id": "103",
                          "id": 1,
                          "saleHeaderID": 1,
                          "identifier": "sample string 2",
                          "cardType": 3,
                          "providerName": "sample string 4"
                        },
                        {
                          "$ref": "103"
                        }
                      ],
                      "campaignHits": [
                        {
                          "$id": "104",
                          "id": 1,
                          "saleHeaderID": 2,
                          "campaign": "sample string 3",
                          "name": "sample string 4",
                          "processed": 1,
                          "campaignDescription": "sample string 5"
                        },
                        {
                          "$ref": "104"
                        }
                      ],
                      "fuel": [
                        {
                          "$id": "105",
                          "id": 1,
                          "plu": 1,
                          "pluG_UID": "CT6Vzju8mUqz+pu9f5tjbg==",
                          "pluGuid": "ce953e09-bc3b-4a99-b3fa-9bbd7f9b636e",
                          "saleHeaderID": 2,
                          "totalCents": 3,
                          "grade": 1,
                          "gradeDescription": "sample string 4",
                          "dispenser": 1,
                          "hose": 1,
                          "quantity": 1,
                          "cost": 1,
                          "acquirerNum": 1,
                          "attendant": 1,
                          "ePurseBalance": 1.0,
                          "cardSignature": "sample string 5",
                          "compartmentNumber": 1,
                          "contractNumber": 1,
                          "discountCardPAN": "sample string 6",
                          "discountID": 1,
                          "discountName": "sample string 7",
                          "discountNetValue": 1.0,
                          "discountType": 1,
                          "discountValue": 1.0,
                          "discretionaryData": "sample string 8",
                          "driverID": "sample string 9",
                          "eftBatchNumber": 1,
                          "eftResponseCode": "sample string 10",
                          "endDateTime": "2026-06-03T18:31:29.9927626",
                          "engineHours": 1.1,
                          "fposNumber": 1,
                          "loyaltyCardPAN": "sample string 11",
                          "miscData1": 1,
                          "miscData2": "sample string 12",
                          "miscFlags": 1,
                          "mop": 1,
                          "odometer": 1,
                          "panNumber": "sample string 13",
                          "saleRefund": true,
                          "saleStatus": 1,
                          "sequenceNumber": 1,
                          "stan": 1,
                          "startDateTime": "2026-06-03T18:31:29.9927626",
                          "tagNumber": "sample string 15",
                          "trackTwoRem": "sample string 16",
                          "transCode": 1,
                          "transType": 1,
                          "unitPrice": 1.0,
                          "vehicleReg": "sample string 17",
                          "offline": true,
                          "processed": 1
                        },
                        {
                          "$ref": "105"
                        }
                      ],
                      "fuelResells": [
                        {
                          "$id": "106",
                          "saleItemID": 1,
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "ciOlCjvX0EeC+5rY/LTxnA==",
                          "pluGuid": "0aa52372-d73b-47d0-82fb-9ad8fcb4f19c",
                          "accountID": "qKPd6+NMFU+j86CMYpNXkg==",
                          "accountIDGuid": "ebdda3a8-4ce3-4f15-a3f3-a08c62935792",
                          "normalPrice": 3,
                          "originalSellingPrice": 4,
                          "discountPrice": 5,
                          "unit": 1,
                          "quantity": 6,
                          "totalCents": 7,
                          "fixedPrice": 1,
                          "tranType": 1,
                          "processed": 1,
                          "discountType": 1,
                          "cost": 1,
                          "costDecimals": 1,
                          "markdown": 1,
                          "manualQuantity": 1,
                          "manualPrice": 1,
                          "manualMode": 1,
                          "active": 1,
                          "barcode": "sample string 8",
                          "offline": 1,
                          "keyedSale": 1,
                          "discountedID": 1,
                          "fuelID": 1,
                          "serialNumber": "sample string 9",
                          "bestOrExpire": "2026-06-03T18:31:29.9927626",
                          "bestOrExpireType": 1,
                          "refundG_UID": "lPD81LBhHU2BU4hhtMZ+LA==",
                          "refundGuid": "d4fcf094-61b0-4d1d-8153-8861b4c67e2c",
                          "providerName": "sample string 10",
                          "campaign": "sample string 11",
                          "campaignType": 1,
                          "modifiedID": 1,
                          "omittedIngredient": 1,
                          "taxPercent": 1.0,
                          "taxAmount": 1.0,
                          "refundablePrice": 1.0,
                          "showDiscounts": true,
                          "orderPrinted": true,
                          "note": "sample string 14",
                          "modifierName": "sample string 15",
                          "modifierSetName": "sample string 16",
                          "totalValueWasScanned": true,
                          "sold": true,
                          "campaignPrice": true,
                          "scannedValue": 1,
                          "campaignName": "sample string 20",
                          "comboDiscount": 1
                        },
                        {
                          "$ref": "106"
                        }
                      ],
                      "customerOrder": [
                        {
                          "$id": "107",
                          "identifier": "8VT3NL712ES/5+7DbcHcLA==",
                          "identifierGuid": "34f754f1-f5be-44d8-bfe7-eec36dc1dc2c",
                          "id": 1,
                          "orderNo": 2,
                          "externalSaleIdentifier": "sample string 3",
                          "storeID": 4,
                          "zoneID": 5,
                          "deptNo": 6,
                          "customerIdentifier": "tawrHl7na0yqTEbxsVaK8Q==",
                          "customerIdentifierGuid": "1e2bacb5-e75e-4c6b-aa4c-46f1b1568af1",
                          "operatorNo": 1,
                          "operatorG_UID": "Kyn1HF3fskq+aeYLRWcF/w==",
                          "operatorGuid": "1cf5292b-df5d-4ab2-be69-e60b456705ff",
                          "created": "2026-06-03T18:31:29.9927626",
                          "ordered": "2026-06-03T18:31:29.9927626",
                          "started": "2026-06-03T18:31:29.9927626",
                          "completed": "2026-06-03T18:31:29.9927626",
                          "supplied": "2026-06-03T18:31:29.9927626",
                          "quickTicket": 1,
                          "deleted": true,
                          "walkAway": true,
                          "approxWait": 1,
                          "actualWait": 1,
                          "deliveryMethod": 8,
                          "externalSaleType": 9,
                          "customer": {
                            "$ref": "7"
                          },
                          "operator": {
                            "$ref": "16"
                          },
                          "details": [
                            {
                              "$id": "108",
                              "headerID": 1,
                              "plu": 1,
                              "pluG_UId": "0Nyp0QTiik+fsLSionFDVg==",
                              "pluGuid": "d1a9dcd0-e204-4f8a-9fb0-b4a2a2714356",
                              "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": "2sy8xmRwQU6al8KG2bTnsQ==",
                              "headerIdentifierGuid": "c6bcccda-7064-4e41-9a97-c286d9b4e7b1",
                              "product": {
                                "$ref": "29"
                              }
                            },
                            {
                              "$ref": "108"
                            }
                          ],
                          "storeName": "sample string 11",
                          "customerName": "sample string 12",
                          "storeReplyTo": "sample string 13",
                          "storeSubjectLine": "sample string 14",
                          "storeSaleHeader": {
                            "$ref": "14"
                          }
                        },
                        {
                          "$ref": "107"
                        }
                      ],
                      "surveyResponses": [
                        {
                          "$id": "109",
                          "surveyG_UID": "kfDBzhAEL0yu+3kt64PhTg==",
                          "surveyGuid": "cec1f091-0410-4c2f-aefb-792deb83e14e",
                          "saleHeaderGuid": "+ZR8oEJxIUqt/IjOTNb8Hg==",
                          "saleGuid": "a07c94f9-7142-4a21-adfc-88ce4cd6fc1e",
                          "textResponse": "sample string 1",
                          "integerResponse": 1,
                          "g_UIDResponse": "rbGzzc7f7kGFSVJUvS3Ahw==",
                          "guidResponse": "cdb3b1ad-dfce-41ee-8549-5254bd2dc087",
                          "whoAnswered": 2,
                          "answeredAtUTC": "2026-06-03T18:31:29.9927626",
                          "sale": {
                            "$ref": "14"
                          },
                          "survey": {
                            "$id": "110",
                            "g_UID": "M9/xegd0RU268eXlonjHTg==",
                            "guid": "7af1df33-7407-4d45-baf1-e5e5a278c74e",
                            "name": "sample string 1",
                            "storeID": 2,
                            "zoneID": 1,
                            "checkoutFormG_UID": "ifl98SUXAku+h9jpM+IHPw==",
                            "checkoutFormGuid": "f17df989-1725-4b02-be87-d8e933e2073f",
                            "displayToWho": 3,
                            "displayWhen": 4,
                            "start": "2026-06-03T18:31:29.9927626",
                            "end": "2026-06-03T18:31:29.9927626",
                            "deleted": true,
                            "updated": "2026-06-03T18:31:29.9927626",
                            "possibleIntegerResponses": [
                              1,
                              2
                            ],
                            "possibleTextResponses": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "possibleGuidResponses": [
                              "59e81155-effe-4974-9ab9-212cf53e3ac4",
                              "496fad5b-2910-4c43-9634-cde9aab040f9"
                            ],
                            "allowsAllTextResponses": true,
                            "surveyForm": {
                              "$ref": "48"
                            }
                          },
                          "ingressId": "sample string 4"
                        },
                        {
                          "$ref": "109"
                        }
                      ],
                      "storeName": "sample string 39",
                      "terminalNumber": 40,
                      "machineName": "sample string 41",
                      "operatorName": "sample string 42",
                      "direction": 1,
                      "reason": "sample string 43",
                      "accountG_UID": "dFBLdIfESkaGN/0cp0U/wg==",
                      "accountIdentifier": "744b5074-c487-464a-8637-fd1ca7453fc2",
                      "accountName": "sample string 44",
                      "customerOrderIdentifier": "hBKEZHeRuEyMmrtD3jrlrg==",
                      "customerOrderIdentifierGuid": "64841284-9177-4cb8-8c9a-bb43de3ae5ae",
                      "priceLevelName": "sample string 45",
                      "revision": 46,
                      "ingressId": "sample string 47"
                    },
                    "metadata": {
                      "$id": "111",
                      "id": 1,
                      "paymentID": 2,
                      "paymentIdentifier": "MwikBDeOrUKV3OCzj8n63A==",
                      "paymentIdentifierGuid": "04a40833-8e37-42ad-95dc-e0b38fc9fadc",
                      "identifier": "oLwwbTA67E+l0lwaODlAUg==",
                      "identifierGuid": "6d30bca0-3a30-4fec-a5d2-5c1a38394052",
                      "metadata": "sample string 3",
                      "signatureImage": "QEA=",
                      "itemIdentifier": "6xAP8+CP70eoSoeMucoK5A==",
                      "itemIdentifierGuid": "f30f10eb-8fe0-47ef-a84a-878cb9ca0ae4"
                    }
                  },
                  {
                    "$ref": "13"
                  }
                ]
              },
              {
                "$ref": "8"
              }
            ],
            "customerGroupMembers": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "customerGroups": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "accounts": [
              {
                "$ref": "9"
              },
              {
                "$ref": "9"
              }
            ],
            "account": {
              "$ref": "9"
            },
            "vouchers": [
              {
                "$id": "112",
                "customerIdentifier": "yxVmNQ09ZUSAeVLYj0wlfQ==",
                "customerIdentifierGuid": "356615cb-3d0d-4465-8079-52d88f4c257d",
                "voucherName": "sample string 2",
                "count": 3,
                "storeID": 4,
                "barcode": "sample string 5",
                "redeemCount": 6,
                "issueCount": 7,
                "storeSalePaymentID": 1,
                "idempotentID": "eDuXm5o4aUmqOHSiOcaH4Q==",
                "idempotentGuid": "9b973b78-389a-4969-aa38-74a239c687e1",
                "offline": true,
                "voucher": {
                  "$ref": "2"
                },
                "customer": {
                  "$ref": "7"
                }
              },
              {
                "$ref": "112"
              }
            ]
          },
          "issuedOfflinePayment": {
            "$ref": "13"
          },
          "redeemedOfflinePayment": {
            "$ref": "13"
          }
        },
        {
          "$ref": "6"
        }
      ]
    },
    "customer": {
      "$ref": "7"
    },
    "issuedOfflinePayment": {
      "$ref": "13"
    }
  },
  {
    "$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��\����5xl/workbook.xml �(�����0��&�C���h�'.^=x_�E�O�||�o�vfg��b4�o���G
�箤]6g�������]k��0I�b�m%���B�1I.��A�;i=]h���u�w�A
J�Դ��)�fO���r2ֺ�I�b��"¶����%�!%ѹ�����\NÃ��
<9�Mv΄8Ӎ��
����PK��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\]''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rc99dc7db28ad40f2" /></Relationships>PK��\qLe�xl/worksheets/sheet1.xml �(���[s�@F�
�����'��r���I�>����H
H���A`�7y0(��f�Ô�����Y���.x�u��4�E�ױ���H�p2Z'�[�����*;H��"��|?�.�8ȼ�=\�s�$��\�M_�d>���i2���U�c����� ׭�E���j�����0��/��� Z���,��7W��|���q2*�_Q����f%��m��r6vQ����h��:�p|,�d}F��\��i�̊W'�6�s�8�*���Y����8���#˓���c���.sx��!�('��R�yR��.O��0�0�R��<-��<���S�yV�����9^���`�"��K)p^�yQ�'eLI�0V�e��͹K�A��'�yU�U3�9�a*��b ��*`�1�[s�t>��)W;��L D�� ��P��i�Bb#��>T�i�E�r%��*�6W!1@��th������T2�wm�JG߭P		���GI*E)e!9P�Rj'��ѹҏ2bR1���I\;I��%LoF��?&�o7�b�<
�`2J����u��ё>̊�Vo��޸?'h�n�%q�%�M�t	�&N�i?�mg]����.���E�m�K�6q�%T���L��1�zkA���Yc����1&�hA��>Yc�������k}w��a\�,n㮛ƽ8� F��f���9�YKi������)�B¨vѳ�KK'�B�z���c�� ��Zä���{�?�`il��hA?�,���1���.B�]aR+Lz&�
[Saң0�Q�R�T��p�:/-�L�{���c�� ���Tx����>X�
[Sab*lAL��HGa��b���Y��aZ|���0��PK��\��
*�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�q�&��ݰa[zמ�Q۲]�gc���V� �X��j4��'�|���o�D^0���ʂA�����)�w-l7�N2�hFI^�����4*�����hs�wa�)�a�^���r�V4,p�$����]ߏ
�:�h�`���1�d/À���R��P�
�Iw�Sx�JŪ� j�u
��L-�����;_��}U5\��Vs!��2F��)�K/���ZS#r�劉J4-��ѫ��|PK��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��\}����gxl/sharedStrings.xml �(��VQs�6~�L����3`cl�	�$�˥� }��A�֠9[v%��v��J�lC��o�]}���?���R�B�;^��q@Ђq�w�W_ܸ�(M#Y!`�ف�8�'�Ji�
5�l�.�z=E7��-J���̉�G��Raj�����a/'\tZl�w^��
�����O���az�ӓ�y�[�J9�B����-gu�?�-�,�����4���@�<%����
�ْd�������m�>Oi�q����ܛ�-yY�y�qr�Ak����F��3��{<��������6�:s��!�k�4��۝�?����x�Ȉ��F�K�$u���D�Ѹ_?�H^f��!�]��e8��Q?�S�x.�Q�����n�Ga�������l��4L|����������3v�O��T����
2E%/���R_�
����04@�e+Ti�ZzOi�Zr�ç�y��^�J�ghL�<�z�6I�"�����wj�&�}��S�ڟFR#{/w�7��Nx5������'��9,KbŠm��\�YR��G�@vd<$Z]OA?ε¾to�����	j�=H�~HC7��5z.�}7�Q	|��6̽]_Hγ]�N����V���IW�]+��&d˼���\���z,�q�*�1	Jy
4>B�v���j���z_���9D]Y��P��������Y"g�*�&fY\A�s�4΋����������]�N�[%�A
��
]��n`�eLi��qDIi�R��
���|���q�������U�A�%�^��+޽���n�ihup��Nբ?�n^�i�d�� ������#�@v��6��(J��C7
�݆[&?r=�Ҕy4Lb�E�w\�bms��,�_��U�%����㞐�昣��6�O��83�{����r�l3OQ��$NeyV����N
PM���#�������t<���@5�[LG����ٿ|NY��α]3՝����Mu�E��ƧG��'?PK-��\����5xl/workbook.xmlPK-��\����	��[Content_Types].xmlPK-
��\]''U_rels/.relsPK-��\qLe��xl/worksheets/sheet1.xmlPK-��\��
*�Pxxl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\}����g8
xl/sharedStrings.xmlPK�|

application/vnd.ms-excel

Sample:
PK��\
�gӶ5xl/workbook.xml �(�����0��&�C��BP#)��x��}�E�O�5��B	$޼���~;r��Z۳���].��5��:4Ӯ�^C��	۶����o�&��x<�e
u�_h���y��:Ġ��A^�w�ɹ�C�HQN�Zw6�XB�7%#l����X�
p�[S�3��i��I���)m�ivI��7����PK��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\�.}\''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rfca25f7728f24f7e" /></Relationships>PK��\qLe�xl/worksheets/sheet1.xml �(���[s�@F�
�����'��r���I�>����H
H���A`�7y0(��f�Ô�����Y���.x�u��4�E�ױ���H�p2Z'�[�����*;H��"��|?�.�8ȼ�=\�s�$��\�M_�d>���i2���U�c����� ׭�E���j�����0��/��� Z���,��7W��|���q2*�_Q����f%��m��r6vQ����h��:�p|,�d}F��\��i�̊W'�6�s�8�*���Y����8���#˓���c���.sx��!�('��R�yR��.O��0�0�R��<-��<���S�yV�����9^���`�"��K)p^�yQ�'eLI�0V�e��͹K�A��'�yU�U3�9�a*��b ��*`�1�[s�t>��)W;��L D�� ��P��i�Bb#��>T�i�E�r%��*�6W!1@��th������T2�wm�JG߭P		���GI*E)e!9P�Rj'��ѹҏ2bR1���I\;I��%LoF��?&�o7�b�<
�`2J����u��ё>̊�Vo��޸?'h�n�%q�%�M�t	�&N�i?�mg]����.���E�m�K�6q�%T���L��1�zkA���Yc����1&�hA��>Yc�������k}w��a\�,n㮛ƽ8� F��f���9�YKi������)�B¨vѳ�KK'�B�z���c�� ��Zä���{�?�`il��hA?�,���1���.B�]aR+Lz&�
[Saң0�Q�R�T��p�:/-�L�{���c�� ���Tx����>X�
[Sab*lAL��HGa��b���Y��aZ|���0��PK��\<Fh�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;q옄 6�R.`�q�ؑmh9[=R�P�Jm����h~OO��|�Xo�Ɓ\Ї��X�A���m��9��%l7�=2����S iņ���Au8ʐ�	m��GS�[:Iu�-R��%�s�3��:��Θ^�Ω�6���ΟB���o16�S
�X��@�u{�J�k.*��Ї��x0�z}�3��XU�kV.J�*�I��%�t�Ӽ<S[�cU�ژcY^������PK��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��\}����gxl/sharedStrings.xml �(��VQs�6~�L����3`cl�	�$�˥� }��A�֠9[v%��v��J�lC��o�]}���?���R�B�;^��q@Ђq�w�W_ܸ�(M#Y!`�ف�8�'�Ji�
5�l�.�z=E7��-J���̉�G��Raj�����a/'\tZl�w^��
�����O���az�ӓ�y�[�J9�B����-gu�?�-�,�����4���@�<%����
�ْd�������m�>Oi�q����ܛ�-yY�y�qr�Ak����F��3��{<��������6�:s��!�k�4��۝�?����x�Ȉ��F�K�$u���D�Ѹ_?�H^f��!�]��e8��Q?�S�x.�Q�����n�Ga�������l��4L|����������3v�O��T����
2E%/���R_�
����04@�e+Ti�ZzOi�Zr�ç�y��^�J�ghL�<�z�6I�"�����wj�&�}��S�ڟFR#{/w�7��Nx5������'��9,KbŠm��\�YR��G�@vd<$Z]OA?ε¾to�����	j�=H�~HC7��5z.�}7�Q	|��6̽]_Hγ]�N����V���IW�]+��&d˼���\���z,�q�*�1	Jy
4>B�v���j���z_���9D]Y��P��������Y"g�*�&fY\A�s�4΋����������]�N�[%�A
��
]��n`�eLi��qDIi�R��
���|���q�������U�A�%�^��+޽���n�ihup��Nբ?�n^�i�d�� ������#�@v��6��(J��C7
�݆[&?r=�Ҕy4Lb�E�w\�bms��,�_��U�%����㞐�昣��6�O��83�{����r�l3OQ��$NeyV����N
PM���#�������t<���@5�[LG����ٿ|NY��α]3՝����Mu�E��ƧG��'?PK-��\
�gӶ5xl/workbook.xmlPK-��\����	��[Content_Types].xmlPK-
��\�.}\''U_rels/.relsPK-��\qLe��xl/worksheets/sheet1.xmlPK-��\<Fh�Pxxl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\}����g8
xl/sharedStrings.xmlPK�|