GET api/customer/email/{email}

Get a list of customers with the specified email

Request Information

URI Parameters

NameDescriptionTypeAdditional information
email

email to match against customers

string

Required

Body Parameters

None.

Response Information

Resource Description

List of matching customers

Collection of Customer
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

Code

string

String length: inclusive between 0 and 30

FamilyName

string

Required

String length: inclusive between 0 and 60

GivenName

string

String length: inclusive between 0 and 60

OtherName

string

String length: inclusive between 0 and 60

Title

string

String length: inclusive between 0 and 20

DateOfBirth

date

None.

Sex

Gender, indicated by M or F

string

String length: inclusive between 0 and 1

Address1

string

String length: inclusive between 0 and 60

Address2

string

String length: inclusive between 0 and 60

Town

string

String length: inclusive between 0 and 60

State

string

String length: inclusive between 0 and 60

Country

string

String length: inclusive between 0 and 60

PostalCode

string

String length: inclusive between 0 and 10

Email

string

Data type: EmailAddress

String length: inclusive between 0 and 100

Telephone

string

Data type: PhoneNumber

String length: inclusive between 0 and 20

Mobile

string

Data type: PhoneNumber

String length: inclusive between 0 and 20

CommunityIdentifier

Collection of byte

None.

CommunityIdentifierGuid

globally unique identifier

None.

Joined

date

Data type: DateTime

Updated

date

Data type: DateTime

Active

boolean

None.

ReasonInactive

integer

None.

GroupCustomer

boolean

None.

LoyaltyPoints

integer

None.

HomeStoreID

NOT to be used to restrict a customer

integer

None.

AvailableSpend

Loyalty points available to spend

integer

None.

PriceLevelIdentifier

Collection of byte

None.

PriceLevelIdentifierGuid

globally unique identifier

None.

MarketingID

string

None.

ReceiptPrintOptions

ReceiptPrintOptions

None.

Hidden

Hidden from POS lookup

boolean

None.

Registered

Customer has registered via EMC

boolean

None.

RegisteredOn

date

Data type: DateTime

EmailMarketing

boolean

None.

SMSMarketing

boolean

None.

Deleted

boolean

None.

DeletedUser

string

None.

HomeStoreName

string

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

CustomerCards

Collection of CustomerCard

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

CustomerGroupMembers

The customer group member classes for this customer and the customer groups that this customer belongs to

Collection of CustomerGroupMember

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

CustomerGroups

This customer is the primary Contact of the following groups

Collection of CustomerGroup

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

Accounts

Account.OwnerGuid

Collection of Account

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

Account

CustomerCards -> First Account Card's Identifier as a GUID -> Account.Identifier

Account

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

Vouchers

List of voucher summaries, grouping vouchers by type

Collection of CustomerVoucherSummary

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "identifier": "hP+FuI9iZ0O6nRgbWytXHg==",
    "identifierGuid": "b885ff84-628f-4367-ba9d-181b5b2b571e",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2026-04-02T07:46:38.6199306",
    "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": "wT1lfnRfYkSrWG/FvgEOnA==",
    "communityIdentifierGuid": "7e653dc1-5f74-4462-ab58-6fc5be010e9c",
    "joined": "2026-04-02T07:46:38.6199306",
    "updated": "2026-04-02T07:46:38.6199306",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "mkxT8STMdU6qvhn3noNpVw==",
    "priceLevelIdentifierGuid": "f1534c9a-cc24-4e75-aabe-19f79e836957",
    "marketingID": "sample string 18",
    "receiptPrintOptions": 1,
    "hidden": true,
    "registered": true,
    "registeredOn": "2026-04-02T07:46:38.6199306",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "2",
        "cardType": 2,
        "issueDate": "2026-04-02T07:46:38.6199306",
        "expiry": "2026-04-02T07:46:38.6199306",
        "customerID": "Q8mQixBQLU6oShdX00z29w==",
        "customerIDGuid": "8b90c943-5010-4e2d-a84a-1757d34cf6f7",
        "initialValue": 1,
        "currentValue": 1,
        "maxLimit": 1,
        "minTransaction": 1,
        "maxTransaction": 1,
        "multiplier": 1.1,
        "active": true,
        "reasonInactive": 1,
        "idRequired": true,
        "idType": 1,
        "idValue": "sample string 5",
        "updated": "2026-04-02T07:46:38.6199306",
        "linkedAccount": "e1+FKB6eekiR3rLmaurRhQ==",
        "linkedAccountGuid": "28855f7b-9e1e-487a-91de-b2e66aead185",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "1"
        },
        "account": {
          "$id": "3",
          "id": 1,
          "identifier": "6kF+ycoM30e+XtE+iAUZxQ==",
          "identifierGuid": "c97e41ea-0cca-47df-be5e-d13e880519c5",
          "referenceNo": "sample string 3",
          "name": "sample string 4",
          "created": "2026-04-02T07:46:38.6199306",
          "owner": "2ts1tP2VBESbwVx6SGFNGA==",
          "ownerGuid": "b435dbda-95fd-4404-9bc1-5c7a48614d18",
          "accountStoreGroupIdentifier": "WO7xD6i0gU+Q6yt4JKWhlg==",
          "accountStoreGroupGuid": "0ff1ee58-b4a8-4f81-90eb-2b7824a5a196",
          "accountType": 1,
          "currentBalance": 1,
          "externalID": "sample string 7",
          "maximumLimit": 1,
          "accruePoints": true,
          "loyaltyPoints": 1,
          "termsOfTrade": 1,
          "signatureRequired": true,
          "referenceRequired": true,
          "statementSendType": 10,
          "ageingPeriod": 1,
          "monthlyAgeingPeriod": true,
          "explodedInvoice": true,
          "isFifoAllocation": true,
          "lastStatementSent": "2026-04-02T07:46:38.6199306",
          "active": true,
          "updated": "2026-04-02T07:46:38.6199306",
          "deleted": true,
          "deletedUser": "sample string 16",
          "currentBalanceChanged": true,
          "maximumLimitChanged": true,
          "loyaltyPointsChanged": true,
          "projectedBalance": 17,
          "accountStoreGroupStoreIDs": [
            1,
            2
          ],
          "customerEmail": "sample string 18",
          "ownerCustomer": {
            "$ref": "1"
          },
          "card": {
            "$ref": "2"
          },
          "members": {
            "$id": "4",
            "sample string 1": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ],
            "sample string 2": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ]
          },
          "customerGroups": [
            {
              "$id": "5",
              "identifier": "TsX1Pv4RcUioIuY/NMZv2g==",
              "identifierGuid": "3ef5c54e-11fe-4871-a822-e63f34c66fda",
              "name": "sample string 2",
              "primaryContact": "sh+a+liRdEGMlNv3odr+0A==",
              "primaryContactGuid": "fa9a1fb2-9158-4174-8c94-dbf7a1dafed0",
              "accountID": "cWwvWk8SmU2qEkD3XzLyzQ==",
              "accountIDGuid": "5a2f6c71-124f-4d99-aa12-40f75f32f2cd",
              "special": true,
              "updated": "2026-04-02T07:46:38.6199306",
              "active": true,
              "reasonInactive": 1,
              "priceLevelIdentifier": "fr0p3kEICkm+T/z0/XjBaw==",
              "priceLevelIdentifierGuid": "de29bd7e-0841-490a-be4f-fcf4fd78c16b",
              "marketingListID": "sample string 7",
              "deleted": true,
              "account": {
                "$ref": "3"
              },
              "primaryContactCustomer": {
                "$ref": "1"
              },
              "customerGroupMembers": [
                {
                  "$id": "6",
                  "id": 1,
                  "groupID": "u/5LkmsMlUW1T+lYnuUxSQ==",
                  "groupIDGuid": "924bfebb-0c6b-4595-b54f-e9589ee53149",
                  "customerID": "3I8cg/EWp0+XO0/IqKqOxA==",
                  "customerIDGuid": "831c8fdc-16f1-4fa7-973b-4fc8a8aa8ec4",
                  "card": "sample string 4",
                  "linkedAccount": "JkX2JO7P0UyMM3IG+f9KdQ==",
                  "linkedAccountGuid": "24f64526-cfee-4cd1-8c33-7206f9ff4a75",
                  "customer": {
                    "$ref": "1"
                  },
                  "group": {
                    "$ref": "5"
                  },
                  "customerCard": {
                    "$ref": "2"
                  }
                },
                {
                  "$ref": "6"
                }
              ]
            },
            {
              "$ref": "5"
            }
          ]
        },
        "payments": [
          {
            "$id": "7",
            "id": 1,
            "identifier": "JNPm+tIOYkq63Jr4ADHUWg==",
            "identifierGuid": "fae6d324-0ed2-4a62-badc-9af80031d45a",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "S+6VSH5aU02qhNm1DqTXvA==",
            "accountIDGuid": "4895ee4b-5a7e-4d53-aa84-d9b50ea4d7bc",
            "customerAccount": {
              "$ref": "3"
            },
            "customerCard": {
              "$ref": "2"
            },
            "accountType": 1,
            "cardName": "sample string 8",
            "authorisationNumber": "sample string 9",
            "bankReference": "sample string 10",
            "merchantID": "sample string 11",
            "terminalID": "sample string 12",
            "cardNumber": "sample string 13",
            "paymentDate": "2026-04-02T07:46:38.6199306",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "oCTylI/kv0a3gT/nJxt24A==",
            "idempotentVoidGuid": "94f224a0-e48f-46bf-b781-3fe7271b76e0",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "8",
              "saleHeaderID": 1,
              "saleHeaderGuid": "oSJqwVoVu02Yv9r5/YjLsg==",
              "saleHeaderIdentifierGuid": "c16a22a1-155a-4dbb-98bf-daf9fd88cbb2",
              "created": "2026-04-02T07:46:38.6199306",
              "createdLocal": "2026-04-02T07:46:38.6199306",
              "createdText": "sample string 4",
              "itemCount": 5,
              "totalAmount": 6,
              "cashTender": 1,
              "cardTender": 1,
              "cheqTender": 1,
              "acctTender": 1,
              "voucherTender": 1,
              "loyaltyPoints": 1,
              "cashout": 1,
              "changeAmount": 1,
              "rounding": 1,
              "gstAmount": 1,
              "transactionDiscountTender": 1,
              "totalTip": 7,
              "tranType": 1,
              "processed": 1,
              "imported": "2026-04-02T07:46:38.6199306",
              "storeID": 1,
              "operatorG_Uid": "yBMyYaD98kS8yMgPKkhdGQ==",
              "operatorGuid": "613213c8-fda0-44f2-bcc8-c80f2a485d19",
              "customerG_Uid": "VF91vHRD9ky24fLVNUgvDQ==",
              "customerGuid": "bc755f54-4374-4cf6-b6e1-f2d535482f0d",
              "communityIdentifier": "qlrMCZumlUurulmjEGhNjA==",
              "communityIdentifierGuid": "09cc5aaa-a69b-4b95-abba-59a310684d8c",
              "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": "odAlbW1EzUy4F3FwtU59rw==",
              "priceLevelIdentifierGuid": "6d25d0a1-446d-4ccd-b817-7170b54e7daf",
              "locked": 36,
              "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-02T07:46:38.6199306+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
              "deserialisedOrderMetadata": {
                "$id": "9",
                "customerName": "sample string 1",
                "pickupAt": "2026-04-02T07:46:38.6199306",
                "deliveryAddress1": "sample string 2",
                "deliveryAddress2": "sample string 3",
                "customerPhoneNumber": "sample string 4",
                "orderType": 0,
                "externalOrderID": "sample string 5",
                "externalDisplayableOrderID": "sample string 6",
                "tableName": "sample string 7",
                "createdBy": 0,
                "orderingAppName": "sample string 8"
              },
              "relationChecksum": "sample string 38",
              "loyaltyTender": 1,
              "giftCardTender": 1,
              "operator": {
                "$id": "10",
                "id": 1,
                "g_Uid": "TAG+AomluU623n2m+CkxVw==",
                "guid": "02be014c-a589-4eb9-b6de-7da6f8293157",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2026-04-02T07:46:38.6199306",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2026-04-02T07:46:38.6199306",
                "endShift": "2026-04-02T07:46:38.6199306",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "11",
                    "operatorG_UID": "NguzZLkvakiqYkMgEprXXw==",
                    "operatorGuid": "64b30b36-2fb9-486a-aa62-4320129ad75f",
                    "storeID": 2,
                    "operator": {
                      "$ref": "10"
                    },
                    "store": {
                      "$id": "12",
                      "id": 1,
                      "isMaster": true,
                      "isElectedMaster": true,
                      "electedMasterStoreID": 1,
                      "isZoneMaster": true,
                      "shortName": "sample string 3",
                      "url": "sample string 4",
                      "sortOrder": 1,
                      "name": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "state": "sample string 12",
                      "country": "sample string 13",
                      "postCode": "sample string 14",
                      "delivery": 1,
                      "exportAccounts": 1,
                      "salesAccountFolder": "sample string 15",
                      "purchaseAccountFolder": "sample string 16",
                      "initLoad": 1,
                      "initIDs": 1,
                      "zoneID": 1,
                      "actAsMaster": 1,
                      "lastActiveUtc": "2026-04-02T07:46:38.6199306",
                      "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": "bu6FMdW7fka3cwmO4KRE8w==",
                      "hostIdentifierGuid": "3185ee6e-bbd5-467e-b773-098ee0a444f3",
                      "hostName": 1,
                      "hostAddress": "sample string 27",
                      "hostUsername": "sample string 28",
                      "hostPassword": "sample string 29",
                      "excludeFromLeadInOut": true,
                      "accountingProvider": 31,
                      "accountingAddress": "sample string 32",
                      "accountingUsername": "sample string 33",
                      "accountingPassword": "sample string 34",
                      "storeAccountingCode": "sample string 35",
                      "softwareVariance": 36,
                      "fuelWarningVariance": 37.0,
                      "fuelErrorVariance": 38.0,
                      "fuelAccumulatedWarningVariance": 39.0,
                      "fuelAccumulatedErrorVariance": 40.0,
                      "drawManagment": 41,
                      "endOfDayManagment": true,
                      "autoFillCashBalancing": true,
                      "fuelDayVariance": 44,
                      "accountingTradingTime": "00:00:00.1234567",
                      "stockActivateProduct": 46,
                      "defaultOrderDocumentId": 1,
                      "defaultStockReceiveDocumentId": 1,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2026-04-02T07:46:38.6199306",
                      "priceZone": {
                        "$id": "13",
                        "id": 1,
                        "name": "sample string 2",
                        "hostIdentifier": "hx+KMXkmfEin1vhV5l+XtQ==",
                        "hostIdentifierGuid": "318a1f87-2679-487c-a7d6-f855e65f97b5",
                        "sortOrder": 3,
                        "zoneMasterStoreID": 1,
                        "electedMasterStoreID": 1,
                        "containsElectedMasterStore": true
                      },
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "14",
                        "storeID": 1,
                        "addressType": 1,
                        "address1": "sample string 1",
                        "address2": "sample string 2",
                        "city": "sample string 3",
                        "state": "sample string 4",
                        "country": "sample string 5",
                        "postCode": "sample string 6"
                      },
                      "billingAddressCopied": true,
                      "billingAddress": {
                        "$ref": "14"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "15",
                          "id": 1,
                          "hostIdentifier": "BhYRzdem+kKLdlwXThbidg==",
                          "hostIdentifierGuid": "cd111606-a6d7-42fa-8b76-5c174e16e276",
                          "storeID": 2,
                          "username": "sample string 3",
                          "password": "sample string 4",
                          "passwordPlain": "sample string 5",
                          "serverAddress": "sample string 6",
                          "serverPort": 1,
                          "excludeFromLeadInOut": true,
                          "useForHostFile": true,
                          "metcashPillarID": "sample string 9",
                          "metcashStateCode": "sample string 10",
                          "metcashCustomerID": "sample string 11",
                          "metcashTradingPartnerID": "sample string 12",
                          "drakesCustomerNumber": 1,
                          "sparCustomerNumber": "sample string 13",
                          "sparOrderUsername": "sample string 14",
                          "sparOrderPassword": "sample string 15",
                          "sparOrderPasswordPlain": "sample string 16",
                          "pharmXSiteID": 1,
                          "ibaZoneID": 1,
                          "ibaState": "sample string 17",
                          "foodlandStoreCode": "sample string 18",
                          "ilgMemberNumber": "sample string 19",
                          "ilgOutletLocation": 1,
                          "ilgBaseCost": 1,
                          "ilgApplyNonAdvertisedPromos": true,
                          "ilgExemptFromFreight": true,
                          "ilgOrderDealReview": true,
                          "ilgFinanceFee": 1,
                          "secondPassword": "sample string 23",
                          "secondPasswordPlain": "sample string 24",
                          "secondServerAddress": "sample string 25",
                          "processPromotions": true,
                          "hostProvider": 0,
                          "host": {
                            "$id": "16",
                            "identifier": "jk6GvtqQ1Em0BjtXJMFiJQ==",
                            "identifierGuid": "be864e8e-90da-49d4-b406-3b5724c16225",
                            "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": "wfES3nFt+keSFD3F3AnXvQ==",
                            "hostSupplierIdentifierGuid": "de12f1c1-6d71-47fa-9214-3dc5dc09d7bd",
                            "loyaltyPriceLevelIdentifier": "uHCRpoduzEiu4PxJlBCmWA==",
                            "loyaltyPriceLevelIdentifierGuid": "a69170b8-6e87-48cc-aee0-fc499410a658",
                            "isGroup": true,
                            "description": "sample string 22",
                            "hostProvider": 23,
                            "hostTypeEnum": 24,
                            "hostType": "sample string 25",
                            "hostCode": "sample string 26",
                            "username": "sample string 27",
                            "password": "sample string 28",
                            "passwordPlain": "sample string 29",
                            "server": "sample string 30",
                            "url": "sample string 31",
                            "global": true,
                            "stateCode": "sample string 33",
                            "lastCollected": "2026-04-02T07:46:38.6199306",
                            "lastProcessed": "2026-04-02T07:46:38.6199306",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "17",
                              "identifier": "tdN5SZjZPU2s4GVa0UPK4w==",
                              "identifierGuid": "4979d3b5-d998-4d3d-ace0-655ad143cae3",
                              "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": "n8j3jj8BJ0exaZrjd1Zhvg==",
                              "primaryContactID": "8ef7c89f-013f-4727-b169-9ae3775661be",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "cAS69aaL4kmZ2p1HSE8+mw==",
                              "supplierGroupGuid": "f5ba0470-8ba6-49e2-99da-9d47484f3e9b",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2026-04-02T07:46:38.6199306",
                              "rebateLastClaimedAmount": 1.0,
                              "cartonsOnly": true,
                              "minimumOrderValue": 1,
                              "enforceMinimumQuantity": true,
                              "freight": 19.0,
                              "freightType": 20,
                              "deleted": true,
                              "deletedUser": "sample string 22",
                              "storeName": "sample string 23",
                              "primaryContact": {
                                "$id": "18",
                                "id": "39ffcc69-4f80-4c98-82ea-b7fcaceefb77",
                                "identifier": "JbiJm037eEO1SIu7tirk9w==",
                                "identifierGuid": "9b89b825-fb4d-4378-b548-8bbbb62ae4f7",
                                "familyName": "sample string 1",
                                "givenNames": "sample string 2",
                                "otherNames": "sample string 3",
                                "title": "sample string 4",
                                "dateOfBirth": "sample string 5",
                                "sex": "sample string 6",
                                "address": "sample string 7",
                                "address1": "sample string 8",
                                "address2": "sample string 9",
                                "town": "sample string 10",
                                "state": "sample string 11",
                                "country": "sample string 12",
                                "postalCode": "sample string 13",
                                "telephone": "sample string 14",
                                "mobile": "sample string 15",
                                "email": "sample string 16",
                                "fax": "sample string 17",
                                "primary": true
                              },
                              "contacts": [
                                {
                                  "$id": "19",
                                  "supplierIdentifier": "IahhcycdzE+uPjQm2/YegQ==",
                                  "supplierIdentifierGuid": "7361a821-1d27-4fcc-ae3e-3426dbf61e81",
                                  "contactGuid": "DpswGrZDeEm5uTW06RIFQg==",
                                  "contactID": "1a309b0e-43b6-4978-b9b9-35b4e9120542",
                                  "contact": {
                                    "$ref": "18"
                                  },
                                  "supplier": {
                                    "$ref": "17"
                                  }
                                },
                                {
                                  "$ref": "19"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "20",
                                  "pluG_UID": "TkKEhxtslEqenuPYBiFB6w==",
                                  "pluGuid": "8784424e-6c1b-4a94-9e9e-e3d8062141eb",
                                  "supplierIdentifier": "BFd8Lh3K5Ui1Gm3WtAqR4Q==",
                                  "supplierIdentifierGuid": "2e7c5704-ca1d-48e5-b51a-6dd6b40a91e1",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 3",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 5,
                                  "averagePackSize": 6,
                                  "effectiveDate": "2026-04-02T07:46:38.6199306",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 9,
                                  "landedUnitCostInc": 10,
                                  "landedCartonCostInc": 12,
                                  "landedCartonCostEx": 13,
                                  "standardCost": 14,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 15",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 16",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 17",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 18",
                                  "invoiceCode": "sample string 19",
                                  "invoiceDesc": "sample string 20",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 21,
                                  "hostType": 22,
                                  "fromHost": 23,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 24.1,
                                  "sellMultiple": 25.1,
                                  "baseMultiple": 26.1,
                                  "hostStandardCost": 27,
                                  "hostTotalCost": 28,
                                  "hostRetail": 29,
                                  "hostLandedUnitCostEx": 30,
                                  "hostLandedUnitCostInc": 31,
                                  "hostDesc": "sample string 32",
                                  "directIndicator": "sample string 33",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 35",
                                  "hostProductType": "sample string 36",
                                  "hostProductGrade": "sample string 37",
                                  "hostProductGroup": "sample string 38",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 41",
                                  "hostLastUpdated": "2026-04-02T07:46:38.6199306",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "21",
                                      "pluG_UID": "qqUC+t5REEW2axj5HE14kw==",
                                      "pluGuid": "fa02a5aa-51de-4510-b66b-18f91c4d7893",
                                      "supplierIdentifier": "VCSEZDK2JUWsbrGqPfjHgg==",
                                      "supplierIdentifierGuid": "64842454-b632-4525-ac6e-b1aa3df8c782",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "21"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 42",
                                  "salesMode": 43,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 45,
                                  "parentPluG_UID": "GtYMAqN9D0yG+1VH+NNykg==",
                                  "parentPluGuid": "020cd61a-7da3-4c0f-86fb-5547f8d37292",
                                  "freight": 46.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "22",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "2Gl+z+rjE0ebyHJEId5+pw==",
                                    "guid": "cf7e69d8-e3ea-4713-9bc8-724421de7ea7",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "Lx9bowwJ8EWoef7F29XGJA==",
                                    "priceGroupGuid": "a35b1f2f-090c-45f0-a879-fec5dbd5c624",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2026-04-02T07:46:38.6199306",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2026-04-02T07:46:38.6199306",
                                    "pluCreated": "2026-04-02T07:46:38.6199306",
                                    "createdByUser": "sample string 9",
                                    "name": "sample string 10",
                                    "nameChanged": true,
                                    "secondDescription": "sample string 12",
                                    "hostDescription": "sample string 13",
                                    "keepCartonQty": true,
                                    "keepDescription": true,
                                    "keepDepartments": true,
                                    "keepSuppliers": true,
                                    "markdownDescription": "sample string 18",
                                    "altDescription": "sample string 19",
                                    "bestOrExpire": 20,
                                    "lastUpdate": "2026-04-02T07:46:38.6199306",
                                    "lastManualUpdate": "2026-04-02T07:46:38.6199306",
                                    "imageName": "sample string 23",
                                    "showImageOnFlipCharts": true,
                                    "showTextOnFlipCharts": true,
                                    "overrideFlipChartText": true,
                                    "flipChartText": "sample string 27",
                                    "salesMode": 1,
                                    "eftCode": 1,
                                    "price": 1,
                                    "priceChanged": true,
                                    "rrp": 1,
                                    "gstPercent": 28,
                                    "gstPercentChanged": true,
                                    "costGSTPercent": 29,
                                    "costGSTPercentChanged": true,
                                    "wetPercent": 1,
                                    "priceOverride": 1,
                                    "cost": 1,
                                    "currentCost": 1,
                                    "currentCostDecimals": 1,
                                    "grossProfit": 1.0,
                                    "currentCostDesc": "sample string 30",
                                    "currentCostEnd": "2026-04-02T07:46:38.6199306",
                                    "currentCostUpdated": "2026-04-02T07:46:38.6199306",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 32,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2026-04-02T07:46:38.6199306",
                                    "defaultGP": 1,
                                    "breakTargetMode": 33,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 34,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 35,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 36,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "paws": 1.0,
                                    "awsUpdated": "2026-04-02T07:46:38.6199306",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 53,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "mvOiSGqBWk2o57xshSg3YA==",
                                    "altPLUGuid": "48a2f39a-816a-4d5a-a8e7-bc6c85283760",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 54",
                                    "altPriceDescription2": "sample string 55",
                                    "cartonQuantity": 56,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 58",
                                    "text2": "sample string 59",
                                    "text3": "sample string 60",
                                    "labelText": "sample string 61",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 65",
                                    "barcodeFormat": "sample string 66",
                                    "austMade": 1,
                                    "coolCode": 67,
                                    "countryOfOrigin": "sample string 68",
                                    "percentContent": 69.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 70",
                                    "subDeptCode": "sample string 71",
                                    "minorDeptCode": "sample string 72",
                                    "lesserDeptCode": "sample string 73",
                                    "deptName": "sample string 74",
                                    "subDeptName": "sample string 75",
                                    "minorDeptName": "sample string 76",
                                    "lesserDeptName": "sample string 77",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 80,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 82,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2026-04-02T07:46:38.6199306",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "8+1yiIdenEu+Dx9NS+g+lQ==",
                                    "shelfPageLayoutGuid": "8872edf3-5e87-4b9c-be0f-1f4d4be83e95",
                                    "talkerPageLayoutG_UID": "JtZJHYVKukWo4abQBtrpww==",
                                    "talkerPageLayoutGuid": "1d49d626-4a85-45ba-a8e1-a6d006dae9c3",
                                    "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": "X+eTYy5MlkmOXrt+HKh7cw==",
                                    "inventoryIdentifier": "6393e75f-4c2e-4996-8e5e-bb7e1ca87b73",
                                    "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": "092vLcKKSk6WKHbVbE5wlw==",
                                    "parentPluGuid": "2dafddd3-8ac2-4e4a-9628-76d56c4e7097",
                                    "preferredHostVendor": 105,
                                    "preferredHostChanged": true,
                                    "code": "sample string 107",
                                    "supplierIdentifier": "gXonWabzjE64TVQZu2br0Q==",
                                    "supplierIdentifierGuid": "59277a81-f3a6-4e8c-b84d-5419bb66ebd1",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "LAicHNw2I0+zxVS/7u8a2g==",
                                    "rebateSupplierIdentifierGuid": "1c9c082c-36dc-4f23-b3c5-54bfeeef1ada",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 109",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 111",
                                    "productType": "sample string 112",
                                    "productGroup": "sample string 113",
                                    "complianceIndicator": "sample string 114",
                                    "inhouseBrand": "sample string 115",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 118",
                                    "lastUpdatedByUser": "sample string 119",
                                    "lastManualUpdatedByUser": "sample string 120",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2026-04-02T07:46:38.6199306",
                                    "commodity": "sample string 122",
                                    "businessPillar": "sample string 123",
                                    "mscCommodity": "sample string 124",
                                    "hostIdentifier": "54L05dMM6UqFoe2TUizUUg==",
                                    "hostIdentifierGuid": "e5f482e7-0cd3-4ae9-85a1-ed93522cd452",
                                    "serviceFeeID": 1,
                                    "serviceFeeIDChanged": true,
                                    "providerName": "sample string 126",
                                    "aisleEnds": "sample string 127",
                                    "deleted": true,
                                    "deletedChanged": true,
                                    "hidden": true,
                                    "doNotRange": true,
                                    "doNotRangeChanged": true,
                                    "doNotOrder": true,
                                    "doNotOrderChanged": true,
                                    "locked": true,
                                    "excludeFromWebUpdate": true,
                                    "excludeFromWebUpdateChanged": true,
                                    "webPriceBasedOn": 138,
                                    "webPriceRounding": true,
                                    "webMarkup": 140,
                                    "webPriceMode": 141,
                                    "altDepartmentID": 1,
                                    "altSubDepartmentID": 1,
                                    "altMinorDepartmentID": 1,
                                    "altLesserDepartmentID": 1,
                                    "altDeptCode": "sample string 142",
                                    "altSubDeptCode": "sample string 143",
                                    "altMinorDeptCode": "sample string 144",
                                    "altLesserDeptCode": "sample string 145",
                                    "altDepartmentChanged": true,
                                    "storeProducts": [
                                      {
                                        "$ref": "22"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "12"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "23",
                                        "pluG_UID": "7YRM0Nq0cEim2SMsV/GkLA==",
                                        "pluGuid": "d04c84ed-b4da-4870-a6d9-232c57f1a42c",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "isElectedMasterStore": true,
                                        "isZoneMasterStore": true,
                                        "priceNow": 7,
                                        "costNow": 8,
                                        "costNowDecimals": 9,
                                        "normalPrice": 10,
                                        "priceNext": 1,
                                        "costNext": 1,
                                        "costNextDecimals": 11,
                                        "nextCampaignName": "sample string 12",
                                        "gstPercent": 13,
                                        "normalCost": 14,
                                        "normalCostDecimals": 15,
                                        "costGstPercent": 16,
                                        "costCalcMethod": 1,
                                        "currentCost": 17,
                                        "currentCostDecimals": 18,
                                        "break1": 19,
                                        "price1": 20,
                                        "break2": 21,
                                        "price2": 22,
                                        "break3": 23,
                                        "price3": 24,
                                        "fuelItem": 25,
                                        "fixedWeight": 26,
                                        "active": true,
                                        "complianceIndicator": "sample string 27",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2026-04-02T07:46:38.6199306"
                                      },
                                      {
                                        "$ref": "23"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "24",
                                      "pluPrices": {
                                        "$id": "25",
                                        "plu": 1,
                                        "pluG_UID": "QEA=",
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "normalPrice": 1,
                                        "cost": 2,
                                        "break1": 3,
                                        "price1": 4,
                                        "break2": 5,
                                        "price2": 6,
                                        "break3": 7,
                                        "price3": 8,
                                        "discountPrice": 9,
                                        "memberDiscountPrice": 10,
                                        "acceptedUtc": "2026-04-02T07:46:38.6199306",
                                        "priceChangeType": 0,
                                        "costDecimals": 11,
                                        "costCalcMethod": 12,
                                        "targetCampaignPriceGtOrEquNormal": true
                                      },
                                      "normalPluPrices": {
                                        "$ref": "25"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "26",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "talkerText": "sample string 3",
                                        "disableWasSave": true,
                                        "startDate": "2026-04-02T07:46:38.6199306",
                                        "startTime": 5,
                                        "endDate": "2026-04-02T07:46:38.6199306",
                                        "endTime": 6,
                                        "newPrice": 7,
                                        "newCost": 8,
                                        "newCostDecimals": 9,
                                        "pctDiscount": 10,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 11",
                                        "hostType": 12,
                                        "hostIdentifier": "fLb1nC7s7kCHzsp1CdxmpQ==",
                                        "hostIdentifierGuid": "9cf5b67c-ec2e-40ee-87ce-ca7509dc66a5",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "26"
                                        },
                                        {
                                          "$ref": "26"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "27",
                                      "g_UId": "fr7rYBPS3keSpRWrTF6reg==",
                                      "guid": "60ebbe7e-d213-47de-92a5-15ab4c5eab7a",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "28",
                                      "priceGroupG_UID": "GOFfL5wvFUGrw/Ir/toSBw==",
                                      "priceGroupGuid": "2f5fe118-2f9c-4115-abc3-f22bfeda1207",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2026-04-02T07:46:38.6199306",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "22"
                                        },
                                        {
                                          "$ref": "22"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 147",
                                    "nutrifacts": {
                                      "$id": "29",
                                      "pluG_UID": "209cLfqLqkOUqw97vhtorQ==",
                                      "pluGuid": "2d5c4fdb-8bfa-43aa-94ab-0f7bbe1b68ad",
                                      "plu": 1,
                                      "servingsPerPack": 1,
                                      "servingSize": 1,
                                      "showAllergens": 1,
                                      "energy": 1,
                                      "protein": 1,
                                      "fat": 1,
                                      "saturated": 1,
                                      "carbo": 1,
                                      "sugars": 1,
                                      "sodium": 1,
                                      "potasium": 1,
                                      "calcium": 1,
                                      "fibre": 1,
                                      "soya": 1,
                                      "nutsSeeds": 1,
                                      "shells": 1,
                                      "eggs": 1,
                                      "dairy": 1,
                                      "gluten": 1,
                                      "sulphites": 1,
                                      "peanuts": 1,
                                      "sesame": 1,
                                      "fish": 1,
                                      "lupins": 1
                                    },
                                    "dates": {
                                      "$id": "30",
                                      "pluGuid": "84bd0820-7501-4d3d-b11f-8b7f05362a90",
                                      "created": "2026-04-02T07:46:38.6199306",
                                      "createdByUser": "sample string 1",
                                      "activated": "2026-04-02T07:46:38.6199306",
                                      "activatedByUser": "sample string 2",
                                      "deactivated": "2026-04-02T07:46:38.6199306",
                                      "deactivatedByUser": "sample string 3",
                                      "lastOrdered": "2026-04-02T07:46:38.6199306",
                                      "lastOrderedQty": 4.0,
                                      "lastReceived": "2026-04-02T07:46:38.6199306",
                                      "lastReceivedQty": 5.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2026-04-02T07:46:38.6199306",
                                      "lastSold": "2026-04-02T07:46:38.6199306",
                                      "firstSold": "2026-04-02T07:46:38.6199306",
                                      "awsUpdated": "2026-04-02T07:46:38.6199306",
                                      "lastManualUpdate": "2026-04-02T07:46:38.6199306",
                                      "lastManualUpdatedByUser": "sample string 7",
                                      "lastUpdated": "2026-04-02T07:46:38.6199306",
                                      "lastUpdatedByUser": "sample string 9",
                                      "lastUpdatedByHost": "2026-04-02T07:46:38.6199306",
                                      "doNotRangeUpdated": "2026-04-02T07:46:38.6199306",
                                      "doNotOrderUpdated": "2026-04-02T07:46:38.6199306",
                                      "tracked": "2026-04-02T07:46:38.6199306"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "31",
                                        "primaryKey": {
                                          "$id": "32",
                                          "pluGuid": "e56a8208-76d8-4cc8-882d-f560fdc731f6",
                                          "contains": 2
                                        },
                                        "allergenID": 1,
                                        "pluG_UID": "CIJq5dh2yEyILfVg/ccx9g==",
                                        "pluGuid": "e56a8208-76d8-4cc8-882d-f560fdc731f6",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "31"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "33",
                                      "pluG_UID": "9laISxEK6Eennj9LCg0AIw==",
                                      "pluGuid": "4b8856f6-0a11-47e8-a79e-3f4b0a0d0023",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2026-04-02T07:46:38.6199306",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "34",
                                        "saleHeaderID": 1,
                                        "created": "2026-04-02T07:46:38.6199306",
                                        "createdLocal": "2026-04-02T07:46:38.6199306",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "qbUfhjNRBEG4WZkBXGsdNg==",
                                        "operatorGuid": "861fb5a9-5133-4104-b859-99015c6b1d36",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "gU0SeLLk1EGN4rRaaa4uXg==",
                                        "pluGuid": "78124d81-e4b2-41d4-8de2-b45a69ae2e5e",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "10"
                                        }
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "35",
                                        "pluID": 1,
                                        "pluG_UID": "MzcY+buteUqt+oAJBiI2yg==",
                                        "pluGuid": "f9183733-adbb-4a79-adfa-8009062236ca",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "35"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "36",
                                        "pluG_UId": "OVU7VE5ekEqYUZRfFkhN6Q==",
                                        "pluGuid": "543b5539-5e4e-4a90-9851-945f16484de9",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "37",
                                        "identifier": "eCXGG3K0skWGdJLanspA2g==",
                                        "identifierGuid": "1bc62578-b472-45b2-8674-92da9eca40da",
                                        "pluG_UID": "LKvcEJ8s6EyUws2mhkgHSA==",
                                        "pluGuid": "10dcab2c-2c9f-4ce8-94c2-cda686480748",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "37"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "17"
                                    },
                                    "supplierName": "sample string 148",
                                    "children": [
                                      {
                                        "$ref": "22"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "20"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "38",
                                        "identifier": "WTQgMQ8uaEaK8W1a8vRhgA==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "31203459-2e0f-4668-8af1-6d5af2f46180",
                                        "exists": true,
                                        "flipChartIdentifier": "gLerB8NxK0eF/VybActopg==",
                                        "flipChartIdentifierGuid": "07abb780-71c3-472b-85fd-5c9b01cb68a6",
                                        "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": "aGlGupMnKUWZfVmRtfb7zw==",
                                        "groupIdentifierGuid": "ba466968-2793-4529-997d-5991b5f6fbcf",
                                        "flipChart": {
                                          "$id": "39",
                                          "identifier": "wx3KOmArSU+n8y3oWAqW8A==",
                                          "identifierGuid": "3aca1dc3-2b60-4f49-a7f3-2de8580a96f0",
                                          "displayName": "sample string 2",
                                          "sortOrder": 3,
                                          "productsPerRow": 4,
                                          "rowsPerPage": 5,
                                          "buttonMarginX": 6,
                                          "buttonMarginY": 7,
                                          "beginButtonsX": 8,
                                          "beginButtonsY": 9,
                                          "autoSizeButtons": true,
                                          "autoSizeGrid": true,
                                          "showButtonText": true,
                                          "showButtonImage": true,
                                          "formLocationX": 1,
                                          "formLocationY": 1,
                                          "formWidth": 14,
                                          "formHeight": 15,
                                          "formMaximised": true,
                                          "formResizable": true,
                                          "formBackgroundImage": "sample string 16",
                                          "formBackgroundColourA": 1,
                                          "formBackgroundColourR": 1,
                                          "formBackgroundColourG": 1,
                                          "formBackgroundColourB": 1,
                                          "formFontFamily": "sample string 17",
                                          "formFontSize": 1.1,
                                          "formFontStyle": 1,
                                          "formAttributes": "sample string 18",
                                          "buttonWidth": 19,
                                          "buttonHeight": 20,
                                          "buttonAnchor": 21,
                                          "buttonBackgroundImage": "sample string 22",
                                          "buttonTopColour": 1,
                                          "buttonTextColour": 1,
                                          "buttonBottomColour": 1,
                                          "buttonBorderColour": 1,
                                          "buttonBorderWidth": 1,
                                          "buttonRadius": 1,
                                          "buttonGradientMode": 1,
                                          "buttonDropShadow": true,
                                          "buttonShadowWidth": 1,
                                          "buttonHighLightOnPush": true,
                                          "buttonFontFamily": "sample string 23",
                                          "buttonFontSize": 1.1,
                                          "buttonFontStyle": 1,
                                          "buttonTextAlign": 1,
                                          "buttonWordBreak": true,
                                          "buttonDrawImageAndButton": true,
                                          "buttonVerticalText": true,
                                          "buttonImageAlign": 1,
                                          "panelLocationX": 1,
                                          "panelLocationY": 1,
                                          "panelWidth": 1,
                                          "panelHeight": 1,
                                          "panelAnchor": 1,
                                          "panelFontFamily": "sample string 24",
                                          "panelFontSize": 1.1,
                                          "panelFontStyle": 1,
                                          "panelBackgroundColour": 1,
                                          "panelTextColour": 1,
                                          "panelAttributes": "sample string 25",
                                          "unsentCount": 26,
                                          "group": {
                                            "$id": "40",
                                            "identifier": "Cf1j+6lH+EqpgW6k4Dv5Nw==",
                                            "identifierGuid": "fb63fd09-47a9-4af8-a981-6ea4e03bf937",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "41",
                                                "id": 1,
                                                "g_UID": "/0eQa27490+fd+WgSR3I5A==",
                                                "guid": "6b9047ff-f86e-4ff7-9f77-e5a0491dc8e4",
                                                "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": "P+LzQXi46kyi0GtpthXo6w==",
                                                "previousFormGuid": "41f3e23f-b878-4cea-a2d0-6b69b615e8eb",
                                                "nextForm": 1,
                                                "nextFormG_UID": "3tZPmvNaSEqnPPm1WH2m5Q==",
                                                "nextFormGuid": "9a4fd6de-5af3-4a48-a73c-f9b5587da6e5",
                                                "attributes": "sample string 10",
                                                "updated": "2026-04-02T07:46:38.6199306",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "41"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "41"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "42",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "CMgwAKkbN0Occ8dg4nTsvg==",
                                                    "checkoutFormGuid": "0030c808-1ba9-4337-9c73-c760e274ecbe",
                                                    "identifier": "o0XaYGIpDUypGF5fvQDpGQ==",
                                                    "identifierGuid": "60da45a3-2962-4c0d-a918-5e5fbd00e919",
                                                    "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": "Tyf1OHx5JEems8dNlxvlsA==",
                                                    "valueGuid": "38f5274f-797c-4724-a6b3-c74d971be5b0",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2026-04-02T07:46:38.6199306",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "41"
                                                    },
                                                    "image": {
                                                      "$id": "43",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2026-04-02T07:46:38.6199306",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "42"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "44",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "F/WOIynP/0K5iu/gBUgi8A==",
                                                    "checkoutFormGuid": "238ef517-cf29-42ff-b98a-efe0054822f0",
                                                    "panelType": "sample string 4",
                                                    "name": "sample string 5",
                                                    "locationX": 6,
                                                    "locationY": 7,
                                                    "width": 8,
                                                    "height": 9,
                                                    "anchor": 10,
                                                    "fontFamily": "sample string 11",
                                                    "fontSize": 12.1,
                                                    "fontStyle": 13,
                                                    "backgroundColour": 14,
                                                    "textColour": 15,
                                                    "attributes": "sample string 16"
                                                  },
                                                  {
                                                    "$ref": "44"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "44"
                                              },
                                              {
                                                "$ref": "44"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "38"
                                            },
                                            {
                                              "$ref": "38"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "44"
                                        },
                                        "products": [
                                          {
                                            "$id": "45",
                                            "flipChartPageIdentifier": "YdaplMnx0k+t+W1yuMXSGg==",
                                            "flipChartPageIdentifierGuid": "94a9d661-f1c9-4fd2-adf9-6d72b8c5d21a",
                                            "pluG_UID": "N/VF4/5eOUK8EWGsY8fQjg==",
                                            "pluGuid": "e345f537-5efe-4239-bc11-61ac63c7d08e",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "22"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "45"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "38"
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "38"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "46",
                                        "pluG_UID": "6SacX99/sEOTGZq8iLyUvQ==",
                                        "pluGuid": "5f9c26e9-7fdf-43b0-9319-9abc88bc94bd",
                                        "price": 1,
                                        "costCalcMethod": 1,
                                        "cost": 2,
                                        "weightedAvgCost": 3,
                                        "lastCost": 4,
                                        "rawCost": 5,
                                        "rawWeightedAvgCost": 6,
                                        "rawLastCost": 7,
                                        "costDecimals": 8,
                                        "serviceFeeID": 9,
                                        "freight": 10.0,
                                        "freightType": 11,
                                        "process": "sample string 12",
                                        "user": "sample string 13",
                                        "updated": "2026-04-02T07:46:38.6199306",
                                        "previousPrice": 1,
                                        "previousCostCalcMethod": 1,
                                        "previousCost": 1,
                                        "previousWeightedAvgCost": 1,
                                        "previousLastCost": 1,
                                        "previousRawCost": 15,
                                        "previousRawWeightedAvgCost": 16,
                                        "previousRawLastCost": 17,
                                        "previousCostDecimals": 1,
                                        "previousServiceFeeID": 18,
                                        "previousFreight": 19.0,
                                        "previousFreightType": 20,
                                        "storeID": 21,
                                        "storeName": "sample string 22",
                                        "serviceFeeDescription": "sample string 23",
                                        "previousServiceFeeDescription": "sample string 24"
                                      },
                                      {
                                        "$ref": "46"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "47",
                                        "pluG_UID": "rfvH6vMxSEGBwW9T2pQaoQ==",
                                        "ingredientGuid": "cC5WEnnBcUOKuyOi3FdmnQ==",
                                        "ingredientIdentifier": "12562e70-c179-4371-8abb-23a2dc57669d",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "22"
                                        }
                                      },
                                      {
                                        "$ref": "47"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "48",
                                        "pluG_UID": "AKR6orzWSUS3kMQQAfV7QQ==",
                                        "pluGuid": "a27aa400-d6bc-4449-b790-c41001f57b41",
                                        "shelfLocationIdentifier": "NlK+SHOHs0yTGjNSC/D0Kw==",
                                        "shelfLocationGuid": "48be5236-8773-4cb3-931a-33520bf0f42b",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "kCMrEocY2EScb3ItzvHSmg==",
                                        "labelPageLayoutGuid": "122b2390-1887-44d8-9c6f-722dcef1d29a",
                                        "updated": "2026-04-02T07:46:38.6199306",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "location": {
                                          "$id": "49",
                                          "identifier": "pEOxms71Xk6DLCd2oF+LoA==",
                                          "storeID": 1,
                                          "identifierGuid": "9ab143a4-f5ce-4e5e-832c-2776a05f8ba0",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2026-04-02T07:46:38.6199306",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "48"
                                            },
                                            {
                                              "$ref": "48"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "48"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "48"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "50",
                                        "plu": 1,
                                        "pluG_UID": "ZbqBpbeObk2UjPb2TmmKRg==",
                                        "pluGuid": "a581ba65-8eb7-4d6e-948c-f6f64e698a46",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "scaleLocation": {
                                          "$id": "51",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2026-04-02T07:46:38.6199306",
                                          "department": {
                                            "$id": "52",
                                            "id": 1,
                                            "name": "sample string 2",
                                            "code": "sample string 3",
                                            "sortOrder": 4,
                                            "isLiquor": true,
                                            "isTobacco": true,
                                            "excludeTalker": true,
                                            "externalSales": true,
                                            "saleGLCode": "sample string 9",
                                            "cogsglCode": "sample string 10",
                                            "accountingCategoryID": 11,
                                            "maximumMarkdownPercentage": 12.0,
                                            "accountingOnly": true,
                                            "generateExternalID": 1,
                                            "useNonReportableTaxCode": true,
                                            "minPLU": 15,
                                            "maxPLU": 16,
                                            "scaleLocation": {
                                              "$ref": "51"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "53",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "54",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "55",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "subDepartmentID": 3,
                                                        "minorDepartmentID": 4,
                                                        "name": "sample string 5",
                                                        "code": "sample string 6",
                                                        "departmentCode": "sample string 7",
                                                        "subDepartmentCode": "sample string 8",
                                                        "minorDepartmentCode": "sample string 9",
                                                        "updated": "2026-04-02T07:46:38.6199306",
                                                        "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": "fPiwUKM6ZE2aGCiZTf9K7A==",
                                                        "labelPageLayoutGuid": "50b0f87c-3aa3-4d64-9a18-28994dff4aec",
                                                        "minimumAge": 17,
                                                        "countryOfOrigin": "sample string 18",
                                                        "serviceFeeID": 1,
                                                        "eftCode": 19,
                                                        "defaultPrinter": "sample string 20",
                                                        "defaultPrinterGroup": "sample string 21",
                                                        "buyingLimit": 1,
                                                        "buyingLimitIndependent": true,
                                                        "buyingLimitType": 0,
                                                        "includeInDistinctLimit": true,
                                                        "defaultsEmpty": false,
                                                        "mscCat": {
                                                          "$id": "56",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "57",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "58",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "58"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "57"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "57"
                                                        },
                                                        "mscDep": {
                                                          "$id": "59",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "56"
                                                            },
                                                            {
                                                              "$ref": "56"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "58"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "55"
                                                      }
                                                    ],
                                                    "updated": "2026-04-02T07:46:38.6199306",
                                                    "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": "mkWDv9dxMUagg8dXxyz0dw==",
                                                    "labelPageLayoutGuid": "bf83459a-71d7-4631-a083-c757c72cf477",
                                                    "minimumAge": 15,
                                                    "countryOfOrigin": "sample string 16",
                                                    "serviceFeeID": 1,
                                                    "eftCode": 17,
                                                    "defaultPrinter": "sample string 18",
                                                    "defaultPrinterGroup": "sample string 19",
                                                    "buyingLimit": 1,
                                                    "buyingLimitIndependent": true,
                                                    "buyingLimitType": 0,
                                                    "includeInDistinctLimit": true,
                                                    "defaultsEmpty": false,
                                                    "mscCat": {
                                                      "$ref": "56"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "57"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "59"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "58"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "54"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2026-04-02T07:46:38.6199306",
                                                "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": "IoPYEBq+i0OsF1efZ11YGg==",
                                                "labelPageLayoutGuid": "10d88322-be1a-438b-ac17-579f675d581a",
                                                "minimumAge": 15,
                                                "countryOfOrigin": "sample string 16",
                                                "serviceFeeID": 1,
                                                "eftCode": 17,
                                                "defaultPrinter": "sample string 18",
                                                "defaultPrinterGroup": "sample string 19",
                                                "buyingLimit": 1,
                                                "buyingLimitIndependent": true,
                                                "buyingLimitType": 0,
                                                "includeInDistinctLimit": true,
                                                "defaultsEmpty": false,
                                                "mscCat": {
                                                  "$ref": "56"
                                                },
                                                "mscCom": {
                                                  "$ref": "57"
                                                },
                                                "mscDep": {
                                                  "$ref": "59"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "58"
                                                }
                                              },
                                              {
                                                "$ref": "53"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2026-04-02T07:46:38.6199306",
                                            "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": "M66ywqOZvka5aCQKCvjCEg==",
                                            "labelPageLayoutGuid": "c2b2ae33-99a3-46be-b968-240a0af8c212",
                                            "minimumAge": 25,
                                            "countryOfOrigin": "sample string 26",
                                            "serviceFeeID": 1,
                                            "eftCode": 27,
                                            "defaultPrinter": "sample string 28",
                                            "defaultPrinterGroup": "sample string 29",
                                            "buyingLimit": 1,
                                            "buyingLimitIndependent": true,
                                            "buyingLimitType": 0,
                                            "includeInDistinctLimit": true,
                                            "defaultsEmpty": false,
                                            "mscCat": {
                                              "$ref": "56"
                                            },
                                            "mscCom": {
                                              "$ref": "57"
                                            },
                                            "mscDep": {
                                              "$ref": "59"
                                            },
                                            "mscSubCom": {
                                              "$ref": "58"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "50"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "60",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "M9GNHdljxkyc/ey9oEst7g==",
                                      "pluGuid": "1d8dd133-63d9-4cc6-9cfd-ecbda04b2dee",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "K4ShGxmtsEWY7QYD5dkuiA==",
                                      "dealCostGuid": "1ba1842b-ad19-45b0-98ed-0603e5d92e88",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "5kf/yRxV6EWby3nBeEewQg==",
                                      "priceGroupGuid": "c9ff47e6-551c-45e8-9bcb-79c17847b042",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "costCalcMethod": 13,
                                      "pluCost": 14,
                                      "pluCostIndicator": "sample string 15",
                                      "pluPriceGstPercent": 16,
                                      "pluCostGstPercent": 17,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 19.1,
                                      "salesMode": 1,
                                      "pluNormalCost": 20,
                                      "pluaws": 21.0,
                                      "directNumber": "sample string 22",
                                      "departmentName": "sample string 23",
                                      "subDepartmentName": "sample string 24",
                                      "priceGroupName": "sample string 25",
                                      "supplierName": "sample string 26",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2026-04-02T07:46:38.6199306",
                                      "rrp": 27,
                                      "campaignDescription": "sample string 28",
                                      "hostCampaign": true,
                                      "hostIdentifier": "QEA=",
                                      "hostIdentifierGuid": "cccd5ffa-8956-46f1-a5cb-83858b2f7e9f",
                                      "campaignComboPriceGroupG_UID": "ooaYhLF3OkiR4x7LC2RWcg==",
                                      "campaignComboPriceGroupIdentifier": "849886a2-77b1-483a-91e3-1ecb0b645672",
                                      "promotionPlacementDescription": "sample string 30",
                                      "storeAcceptances": [
                                        {
                                          "$id": "61",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2026-04-02T07:46:38.6199306",
                                          "operatorG_UID": "mE004LSZhkmBQLZp3R0/Gw==",
                                          "operatorGuid": "e0344d98-99b4-4986-8140-b669dd1d3f1b",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2026-04-02T07:46:38.6199306",
                                          "signIqTicketFileMovedUtc": "2026-04-02T07:46:38.6199306",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2026-04-02T07:46:38.6199306",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "hostIdentifier": "QEA=",
                                          "hostIdentifierGuid": "f75b6b05-cfc0-478a-886a-f63ccaf91de2",
                                          "product": {
                                            "$ref": "22"
                                          },
                                          "campaignPlu": {
                                            "$ref": "60"
                                          },
                                          "fuelItem": true
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "62",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "564a430b-5013-4c9a-a1a0-848eb1183860",
                                        "nameGuid": "564a430b-5013-4c9a-a1a0-848eb1183860",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2026-04-02T07:46:38.6199306",
                                        "startTime": 1,
                                        "endDate": "2026-04-02T07:46:38.6199306",
                                        "endTime": 1,
                                        "recurrence": 1,
                                        "recurrenceType": 1,
                                        "monthType": 1,
                                        "weekDays": 1,
                                        "months": 1,
                                        "monthWeeks": 1,
                                        "monthDays": "sample string 7",
                                        "printed": true,
                                        "talkerText": "sample string 8",
                                        "rangeDescription": "sample string 9",
                                        "dealDescription": "sample string 10",
                                        "labelQuantity": 11,
                                        "active": 1,
                                        "deactivated": "2026-04-02T07:46:38.6199306",
                                        "system": true,
                                        "created": "2026-04-02T07:46:38.6199306",
                                        "updated": "2026-04-02T07:46:38.6199306",
                                        "priceChangeNotifiedUtc": "2026-04-02T07:46:38.6199306",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "TiqLpmDwpUuLWOJyaDIwHw==",
                                        "hostIdentifierGuid": "a68b2a4e-f060-4ba5-8b58-e2726832301f",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2026-04-02T07:46:38.6199306",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "60"
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "fStQ2CwWCkC0UZfEunKi5w==",
                                            "pluGuid": "d8502b7d-162c-400a-b451-97c4ba72a2e7",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "ocx3jOCX50upCUVjrQN/sA==",
                                            "priceGroupGuid": "8c77cca1-97e0-4be7-a909-4563ad037fb0",
                                            "fuelItem": true,
                                            "pluName": "sample string 6",
                                            "apn": "sample string 7",
                                            "pluActive": true,
                                            "cartonQty": 1,
                                            "baseUnits": 9.1,
                                            "cri": "sample string 10",
                                            "salesMode": 1,
                                            "pluaws": 11.0,
                                            "directNumber": "sample string 12",
                                            "departmentName": "sample string 13",
                                            "subDepartmentName": "sample string 14",
                                            "priceGroupName": "sample string 15",
                                            "supplierName": "sample string 16",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2026-04-02T07:46:38.6199306",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "22"
                                            },
                                            "campaign": {
                                              "$ref": "62"
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "64",
                                            "id": 1,
                                            "identifier": "I1N36Ax4qUW2BV29NqJ45A==",
                                            "identifierStr": "I1N36Ax4qUW2BV29NqJ45A==",
                                            "identifierGuid": "e8775323-780c-45a9-b605-5dbd36a278e4",
                                            "campaignID": 4,
                                            "campaignName": "sample string 5",
                                            "ruleJoin": 1,
                                            "ruleType": 6,
                                            "operand0": "sample string 7",
                                            "comparisonOp": 1,
                                            "operand1": "sample string 8",
                                            "action": 1,
                                            "operand2": "sample string 9",
                                            "operand3": "sample string 10",
                                            "includeExcludedItems": true,
                                            "noFurtherDiscounts": true,
                                            "description": "sample string 11",
                                            "sortOrder": 1,
                                            "isItemRule": false,
                                            "prevDept": "sample string 12",
                                            "campaign": {
                                              "$ref": "62"
                                            }
                                          },
                                          {
                                            "$ref": "64"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "94n7ZT0QOUqTQHqEw3IvnA==",
                                            "customerIDGuid": "65fb89f7-103d-4a39-9340-7a84c3722f9c",
                                            "campaign": {
                                              "$ref": "62"
                                            },
                                            "customer": {
                                              "$ref": "1"
                                            }
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "66",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "Yw40km8S9E6iK+1DCmWUWQ==",
                                            "groupIDGuid": "92340e63-126f-4ef4-a22b-ed430a659459",
                                            "campaign": {
                                              "$ref": "62"
                                            },
                                            "group": {
                                              "$ref": "5"
                                            }
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "67",
                                            "identifier": "PYZUnxCjMkCLNWbJsca1oA==",
                                            "identifierGuid": "9f54863d-a310-4032-8b35-66c9b1c6b5a0",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "68",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "wnAYHgolM0GKQ0iwu5u5Gg==",
                                            "guid": "1e1870c2-250a-4133-8a43-48b0bb9bb91a",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "62"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "69",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "SAVpccCcTUGBR1WZtqTb3Q==",
                                                "groupGuid": "71690548-9cc0-414d-8147-5599b6a4dbdd",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "QQpkIZlUd0GoFTNIDIoLmA==",
                                                "pluGuid": "21640a41-5499-4177-a815-33480c8a0b98",
                                                "priceGroupG_UID": "jb1JhvSOz0uvb4SzIlF8Nw==",
                                                "priceGroupGuid": "8649bd8d-8ef4-4bcf-af6f-84b322517c37",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "62"
                                                },
                                                "product": {
                                                  "$ref": "22"
                                                },
                                                "priceGroup": {
                                                  "$ref": "28"
                                                },
                                                "campaignPool": {
                                                  "$ref": "62"
                                                }
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "68"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "70",
                                            "id": 1,
                                            "priceLevelIdentifier": "aWMREQ+jD0OS/GXalAmnRw==",
                                            "priceLevelIdentifierGuid": "11116369-a30f-430f-92fc-65da9409a747",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "promotionType": {
                                          "$id": "71",
                                          "identifier": "U8z+AV5Jikaz3O2HEvoVig==",
                                          "identifierGuid": "01fecc53-495e-468a-b3dc-ed8712fa158a",
                                          "hostType": 2,
                                          "code": "sample string 3",
                                          "description": "sample string 4",
                                          "isLiquor": true,
                                          "isAdvertised": true,
                                          "disableWasSave": true,
                                          "excludeFromPromoSales": true,
                                          "labelPageLayoutG_UID": "JVzH2vI+pUK3OiNj45tf9Q==",
                                          "labelPageLayoutGuid": "dac75c25-3ef2-42a5-b73a-2363e39b5ff5",
                                          "priceLevelIdentifier": "kxEA6y1Gn0GfziP/8sf5DA==",
                                          "priceLevelIdentifierGuid": "eb001193-462d-419f-9fce-23fff2c7f90c",
                                          "active": true,
                                          "updated": "2026-04-02T07:46:38.6199306",
                                          "hostName": "sample string 11"
                                        }
                                      },
                                      "product": {
                                        "$ref": "22"
                                      },
                                      "dealCost": {
                                        "$id": "72",
                                        "headerIdentifier": "dMa9Bu0DMUqnW7Wlgexa/w==",
                                        "headerIdentifierGuid": "06bdc674-03ed-4a31-a75b-b5a581ec5aff",
                                        "identifier": "LxIZ9mNIKUe19GV4k5E5nQ==",
                                        "identifierGuid": "f619122f-4863-4729-b5f4-65789391399d",
                                        "supplierIdentifier": "t2wi7kGf9UyIt7JbyRDaJQ==",
                                        "supplierGuid": "ee226cb7-9f41-4cf5-88b7-b25bc910da25",
                                        "pluG_UID": "ZSwnUigDdUqD8sQURTnK5A==",
                                        "pluGuid": "52272c65-0328-4a75-83f2-c4144539cae4",
                                        "campaignName": "b4e43427-524d-4794-b273-64bbd876434d",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2026-04-02T07:46:38.6199306",
                                        "end": "2026-04-02T07:46:38.6199306",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "PEtJOspetkC0eCKAvO21cw==",
                                        "bonusItemPluGuid": "3a494b3c-5eca-40b6-b478-2280bcedb573",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2026-04-02T07:46:38.6199306",
                                        "metcashPromotionID": "sample string 14",
                                        "fromHost": 15,
                                        "storeNames": "sample string 16",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "supplierName": "sample string 17",
                                        "campaignDescription": "sample string 18",
                                        "newPrice": 1,
                                        "campaignMetcashPromotionID": "sample string 19",
                                        "campaignActive": true,
                                        "campaignStartDate": "2026-04-02T07:46:38.6199306",
                                        "campaignEndDate": "2026-04-02T07:46:38.6199306",
                                        "masterPLUG_UID": "QVO4NikNDUG3tUAlLFmaqA==",
                                        "masterID": "36b85341-0d29-410d-b7b5-40252c599aa8",
                                        "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": "5+td+whqfkysbBO6PsFKUQ==",
                                        "bonusMasterID": "fb5debe7-6a08-4c7e-ac6c-13ba3ec14a51",
                                        "bonusProductName": "sample string 34",
                                        "bonusProductAPN": "sample string 35",
                                        "bonusOrderCode": "sample string 36",
                                        "bonusNormalSell": 37,
                                        "bonusNormalCost": 38,
                                        "bonusNormalCostDecimals": 39,
                                        "bonusCartonQuantity": 40,
                                        "bonusSalesMode": 41,
                                        "bonusOrderPacked": 42,
                                        "bonusFuelItem": true,
                                        "bonusActive": true
                                      }
                                    },
                                    "currentCostStart": "2026-04-02T07:46:38.6199306",
                                    "dealCosts": [
                                      {
                                        "$ref": "72"
                                      },
                                      {
                                        "$ref": "72"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "73",
                                        "pluG_UID": "R2hlT5I+4kidqNggiYcTMA==",
                                        "pluGuid": "4f656847-3e92-48e2-9da8-d82089871330",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "73"
                                      }
                                    ],
                                    "alternateProductG_UID": "xbNkjhzZZ0qU1qN5N1q5ZA==",
                                    "alternateProduct": "8e64b3c5-d91c-4a67-94d6-a379375ab964",
                                    "altProduct": {
                                      "$ref": "22"
                                    },
                                    "productHostCode": {
                                      "$id": "74",
                                      "id": 1,
                                      "pluG_UID": "L4Y1qa0J20OQl3bVufNTaQ==",
                                      "pluGuid": "a935862f-09ad-43db-9097-76d5b9f35369",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "56"
                                    },
                                    "mscCom": {
                                      "$ref": "57"
                                    },
                                    "mscDep": {
                                      "$ref": "59"
                                    },
                                    "mscSubCom": {
                                      "$ref": "58"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2026-04-02T07:46:38.6199306",
                                    "inventoryTracked": "2026-04-02T07:46:38.6199306",
                                    "isNormalPriceChangesCampaign": true,
                                    "baseProductFuel": {
                                      "$id": "75",
                                      "pluG_UID": "LrFZdIdRykuGC4McZQuj8Q==",
                                      "pluGuid": "7459b12e-5187-4bca-860b-831c650ba3f1",
                                      "fuelPluG_UID": "1imzUt3vOUS/z0d5KG1MNA==",
                                      "fuelPluGuid": "52b329d6-efdd-4439-bfcf-4779286d4c34",
                                      "price": 3,
                                      "productDescription": "sample string 4",
                                      "productBarcode": "sample string 5",
                                      "fuelProductDescription": "sample string 6",
                                      "fuelProductBarcode": "sample string 7",
                                      "fuelProductPrice": 8
                                    },
                                    "productFuelLinks": [
                                      {
                                        "$ref": "75"
                                      },
                                      {
                                        "$ref": "75"
                                      }
                                    ]
                                  },
                                  "supplier": {
                                    "$ref": "17"
                                  },
                                  "serviceFee": {
                                    "$id": "76",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 48
                                },
                                {
                                  "$ref": "20"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "77",
                                  "storeID": 1,
                                  "supplierIdentifier": "k8WjcUQX3UyuuYNSdbT8pw==",
                                  "supplierGuid": "71a3c593-1744-4cdd-aeb9-835275b4fca7",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "77"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "78",
                                  "storeID": 1,
                                  "supplierIdentifier": "N0P49dwGl0ab/3Qbkv+56g==",
                                  "supplierGuid": "f5f84337-06dc-4697-9bff-741b92ffb9ea",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "cutOffWeek": 5,
                                  "cutOffDay": 6,
                                  "cutOffTime": "00:00:00.1234567",
                                  "leadTime": 7,
                                  "daysBuffer": 8,
                                  "supplierName": "sample string 9",
                                  "cutOffDate": "2026-04-02T07:46:38.6199306",
                                  "deliveryDate": "2026-04-02T07:46:38.6199306",
                                  "nextCutOffDate": "2026-04-02T07:46:38.6199306",
                                  "nextDeliveryDate": "2026-04-02T07:46:38.6199306",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "78"
                                }
                              ],
                              "store": {
                                "$ref": "12"
                              },
                              "updated": "2026-04-02T07:46:38.6199306",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "79",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2026-04-02T07:46:38.6199306",
                                "processed": "2026-04-02T07:46:38.6199306",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2026-04-02T07:46:38.6199306",
                                "size": 1,
                                "sizeFormat": "sample string 7",
                                "isArchive": true,
                                "customerNumber": "sample string 9",
                                "businessPillar": "sample string 10",
                                "fileType": "sample string 11",
                                "version": "sample string 12",
                                "reference": "sample string 13",
                                "digest": "sample string 14",
                                "contentType": "sample string 15",
                                "host": {
                                  "$ref": "16"
                                },
                                "metcashHeader": {
                                  "$id": "80",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2026-04-02T07:46:38.6199306",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "81",
                                "id": 1,
                                "hostIdentifier": "Vrka0oISkUOlTkowtIoMtA==",
                                "hostIdentifierGuid": "d21ab956-1282-4391-a54e-4a30b48a0cb4",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "d6a82d50-3971-4288-a0c4-df0845e3531e",
                                  "927a654a-52a9-4631-9eb4-7e04d26382a3"
                                ]
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "15"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "15"
                              },
                              {
                                "$ref": "15"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "82",
                                "identifier": "G2NER+nd30Kcav4XK6cuXQ==",
                                "identifierGuid": "4744631b-dde9-42df-9c6a-fe172ba72e5d",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "82"
                              }
                            ],
                            "promoTypeGuids": [
                              "b9cee3a7-c4c7-4a76-8a1b-30fd7251a496",
                              "3b1b549b-8ace-4fd5-ac09-153dc2fbe0c9"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 27"
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "83",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "83"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "84",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2026-04-02T07:46:38.6199306",
                          "ftpSite": {
                            "$id": "85",
                            "id": 1,
                            "description": "sample string 2",
                            "address": "sample string 3",
                            "username": "sample string 4",
                            "password": "sample string 5",
                            "path": "sample string 7",
                            "protocol": 8
                          }
                        },
                        {
                          "$ref": "84"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "81"
                        },
                        {
                          "$ref": "81"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "86",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "87",
                            "id": 1,
                            "description": "sample string 2",
                            "address": "sample string 3",
                            "username": "sample string 4",
                            "password": "sample string 5",
                            "passwordPlain": "sample string 6",
                            "token": "sample string 7",
                            "apiType": 8,
                            "apiSubType": 9
                          }
                        },
                        {
                          "$ref": "86"
                        }
                      ],
                      "updateStoreID": "c830aea8-e978-4b61-a551-434ce4f3e66a",
                      "updateStore": {
                        "$id": "88",
                        "id": "3056890f-267a-4433-b68d-7408d060fb27",
                        "name": "sample string 1",
                        "lastActivity": "2026-04-02T07:46:38.6199306",
                        "zone": "sample string 2",
                        "timeZoneOffset": 0.0,
                        "businessHoursStart": "00:00:00.1234567",
                        "businessHoursEnd": "00:00:00.1234567",
                        "master": true,
                        "lastIP": "sample string 10",
                        "lastHostName": "sample string 11",
                        "ping": 1,
                        "pingStatus": "sample string 12",
                        "lastUpdateCompleted": "2026-04-02T07:46:38.6199306"
                      },
                      "timeZoneId": "sample string 54",
                      "securityOptions": {
                        "$id": "89",
                        "loginMode": 1,
                        "allowSelfVerification": true,
                        "verifierEmail": "sample string 3",
                        "source": "sample string 4",
                        "loginModeInherited": 5,
                        "loginModeSource": "sample string 6",
                        "selfVerifyInherited": true,
                        "selfVerifySource": "sample string 8",
                        "verifyEmailInherited": "sample string 9",
                        "verifyEmailSource": "sample string 10"
                      }
                    }
                  },
                  {
                    "$ref": "11"
                  }
                ]
              },
              "customer": {
                "$ref": "1"
              },
              "communityOrganisation": {
                "$id": "90",
                "id": 1,
                "identifier": "LpIHMFMJn0q/Z7wrqlBnhQ==",
                "identifierGuid": "3007922e-0953-4a9f-bf67-bc2baa506785",
                "name": "sample string 3",
                "lookupIdentifier": "sample string 4",
                "externalID": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "postCode": "sample string 12",
                "state": "sample string 13",
                "country": "sample string 14",
                "abn": "sample string 15",
                "promoPeriodStart": "2026-04-02T07:46:38.6199306",
                "promoPeriodEnd": "2026-04-02T07:46:38.6199306",
                "allowDonations": true,
                "logoImageName": "sample string 17",
                "totalAmountAwarded": 18.1,
                "updated": "2026-04-02T07:46:38.6199306",
                "deleted": true
              },
              "details": [
                {
                  "$id": "91",
                  "saleItemID": 1,
                  "identifier": "D/1KIA7GPUOmXeOLfSjXgw==",
                  "identifierGuid": "204afd0f-c60e-433d-a65d-e38b7d28d783",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "6B5CguEnnkOSVOC/LA9UOA==",
                  "pluGuid": "82421ee8-27e1-439e-9254-e0bf2c0f5438",
                  "accountID": "VNicC4E5dUC2fMGlTA0gLg==",
                  "accountIDGuid": "0b9cd854-3981-4075-b67c-c1a54c0d202e",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 8,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "offline": true,
                  "barcode": "sample string 9",
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 10",
                  "bestOrExpire": "2026-04-02T07:46:38.6199306",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "zkod6S6lAUOkFVx8f+Mp/g==",
                  "refundGuid": "e91d4ace-a52e-4301-a415-5c7c7fe329fe",
                  "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": "4vZizHp8QkiqSY3672LWWQ==",
                  "idempotentVoidGuid": "cc62f6e2-7c7a-4842-aa49-8dfaef62d659",
                  "priceLevelIdentifier": "HvAQGbRxvUGMRhf2zRQ0qg==",
                  "priceLevelIdentifierGuid": "1910f01e-71b4-41bd-8c46-17f6cd1434aa",
                  "communityIdentifier": "oMm6WhSoZkqXt0fTShaKVQ==",
                  "communityIdentifierGuid": "5abac9a0-a814-4a66-97b7-47d34a168a55",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "92",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2026-04-02T07:46:38.6199306",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "92"
                    }
                  ],
                  "refund": {
                    "$id": "93",
                    "id": 1,
                    "g_UID": "guBrxqO7QEOTVJfIdHxA4w==",
                    "guid": "c66be082-bba3-4340-9354-97c8747c40e3",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2026-04-02T07:46:38.6199306"
                  },
                  "modifier": {
                    "$id": "94",
                    "id": 1,
                    "setG_UID": "/9MVnVkFfU+bYnPOPAbm/g==",
                    "modifierSetGuid": "9d15d3ff-0559-4f7d-9b62-73ce3c06e6fe",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "mwYFJdhW5kqBuvQi/XiCOw==",
                    "pluGuid": "2505069b-56d8-4ae6-81ba-f422fd78823b",
                    "deleted": true,
                    "g_UID": "bbvREy3x4Eqds20itUtzIA==",
                    "guid": "13d1bb6d-f12d-4ae0-9db3-6d22b54b7320",
                    "product": {
                      "$ref": "22"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "91"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "95",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "8"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "95"
                }
              ],
              "payments": [
                {
                  "$ref": "7"
                },
                {
                  "$ref": "7"
                }
              ],
              "cards": [
                {
                  "$id": "96",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "96"
                }
              ],
              "campaignHits": [
                {
                  "$id": "97",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "97"
                }
              ],
              "fuel": [
                {
                  "$id": "98",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "rSkxIlQyVEOzVrfBVyky+g==",
                  "pluGuid": "223129ad-3254-4354-b356-b7c1572932fa",
                  "saleHeaderID": 2,
                  "totalCents": 3,
                  "grade": 1,
                  "gradeDescription": "sample string 4",
                  "dispenser": 1,
                  "hose": 1,
                  "quantity": 1,
                  "cost": 1,
                  "acquirerNum": 1,
                  "attendant": 1,
                  "ePurseBalance": 1.0,
                  "cardSignature": "sample string 5",
                  "compartmentNumber": 1,
                  "contractNumber": 1,
                  "discountCardPAN": "sample string 6",
                  "discountID": 1,
                  "discountName": "sample string 7",
                  "discountNetValue": 1.0,
                  "discountType": 1,
                  "discountValue": 1.0,
                  "discretionaryData": "sample string 8",
                  "driverID": "sample string 9",
                  "eftBatchNumber": 1,
                  "eftResponseCode": "sample string 10",
                  "endDateTime": "2026-04-02T07:46:38.6199306",
                  "engineHours": 1.1,
                  "fposNumber": 1,
                  "loyaltyCardPAN": "sample string 11",
                  "miscData1": 1,
                  "miscData2": "sample string 12",
                  "miscFlags": 1,
                  "mop": 1,
                  "odometer": 1,
                  "panNumber": "sample string 13",
                  "saleRefund": true,
                  "saleStatus": 1,
                  "sequenceNumber": 1,
                  "stan": 1,
                  "startDateTime": "2026-04-02T07:46:38.6199306",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "98"
                }
              ],
              "fuelResells": [
                {
                  "$id": "99",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "3EEoHf9wX0Sa4mUm5xmuUg==",
                  "pluGuid": "1d2841dc-70ff-445f-9ae2-6526e719ae52",
                  "accountID": "BIfiQL1bvkmM1KHE8fCrBA==",
                  "accountIDGuid": "40e28704-5bbd-49be-8cd4-a1c4f1f0ab04",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "processed": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 1,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "barcode": "sample string 8",
                  "offline": 1,
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 9",
                  "bestOrExpire": "2026-04-02T07:46:38.6199306",
                  "bestOrExpireType": 1,
                  "refundG_UID": "DGPPvNgYkEyVGgm28wYcgg==",
                  "refundGuid": "bccf630c-18d8-4c90-951a-09b6f3061c82",
                  "providerName": "sample string 10",
                  "campaign": "sample string 11",
                  "campaignType": 1,
                  "modifiedID": 1,
                  "omittedIngredient": 1,
                  "taxPercent": 1.0,
                  "taxAmount": 1.0,
                  "refundablePrice": 1.0,
                  "showDiscounts": true,
                  "orderPrinted": true,
                  "note": "sample string 14",
                  "modifierName": "sample string 15",
                  "modifierSetName": "sample string 16",
                  "totalValueWasScanned": true,
                  "sold": true,
                  "campaignPrice": true,
                  "scannedValue": 1,
                  "campaignName": "sample string 20",
                  "comboDiscount": 1
                },
                {
                  "$ref": "99"
                }
              ],
              "customerOrder": [
                {
                  "$id": "100",
                  "identifier": "YoLPlKHOw061/plqyrCfEA==",
                  "identifierGuid": "94cf8262-cea1-4ec3-b5fe-996acab09f10",
                  "id": 1,
                  "orderNo": 2,
                  "externalSaleIdentifier": "sample string 3",
                  "storeID": 4,
                  "zoneID": 5,
                  "deptNo": 6,
                  "customerIdentifier": "ny9oO7NrfES7j4PT/S0zrg==",
                  "customerIdentifierGuid": "3b682f9f-6bb3-447c-bb8f-83d3fd2d33ae",
                  "operatorNo": 1,
                  "operatorG_UID": "OD+HbnYx2kK79brI37tF/g==",
                  "operatorGuid": "6e873f38-3176-42da-bbf5-bac8dfbb45fe",
                  "created": "2026-04-02T07:46:38.6199306",
                  "ordered": "2026-04-02T07:46:38.6199306",
                  "started": "2026-04-02T07:46:38.6199306",
                  "completed": "2026-04-02T07:46:38.6199306",
                  "supplied": "2026-04-02T07:46:38.6199306",
                  "quickTicket": 1,
                  "deleted": true,
                  "walkAway": true,
                  "approxWait": 1,
                  "actualWait": 1,
                  "deliveryMethod": 8,
                  "externalSaleType": 9,
                  "customer": {
                    "$ref": "1"
                  },
                  "operator": {
                    "$ref": "10"
                  },
                  "details": [
                    {
                      "$id": "101",
                      "headerID": 1,
                      "plu": 1,
                      "pluG_UId": "oBRYDIDkMEiIUyIZktwlrQ==",
                      "pluGuid": "0c5814a0-e480-4830-8853-221992dc25ad",
                      "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": "dtnJdaBJCUaMWyBwwuND3w==",
                      "headerIdentifierGuid": "75c9d976-49a0-4609-8c5b-2070c2e343df",
                      "product": {
                        "$ref": "22"
                      }
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "storeName": "sample string 11",
                  "customerName": "sample string 12",
                  "storeReplyTo": "sample string 13",
                  "storeSubjectLine": "sample string 14",
                  "storeSaleHeader": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "100"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "102",
                  "surveyG_UID": "EfQ4xjomAEe5EN7kDumhFw==",
                  "surveyGuid": "c638f411-263a-4700-b910-dee40ee9a117",
                  "saleHeaderGuid": "8IZ7IeXN2EGQ0NqY8XpV5w==",
                  "saleGuid": "217b86f0-cde5-41d8-90d0-da98f17a55e7",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "ovFcfQ3vyEawnCyAtDEtcg==",
                  "guidResponse": "7d5cf1a2-ef0d-46c8-b09c-2c80b4312d72",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2026-04-02T07:46:38.6199306",
                  "sale": {
                    "$ref": "8"
                  },
                  "survey": {
                    "$id": "103",
                    "g_UID": "oN5M78M0sU2SrJcUa3i8PQ==",
                    "guid": "ef4cdea0-34c3-4db1-92ac-97146b78bc3d",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "jnnlU38MckW6epBljuL8ww==",
                    "checkoutFormGuid": "53e5798e-0c7f-4572-ba7a-90658ee2fcc3",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2026-04-02T07:46:38.6199306",
                    "end": "2026-04-02T07:46:38.6199306",
                    "deleted": true,
                    "updated": "2026-04-02T07:46:38.6199306",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "5d30a14f-4acf-443a-8bb2-551f6e02cd78",
                      "a6f1ff54-d5c0-4038-a45b-09ada0edaf7c"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "41"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "102"
                }
              ],
              "storeName": "sample string 39",
              "terminalNumber": 40,
              "machineName": "sample string 41",
              "operatorName": "sample string 42",
              "direction": 1,
              "reason": "sample string 43",
              "accountG_UID": "fSSilniajEu4qbve4uJJ2g==",
              "accountIdentifier": "96a2247d-9a78-4b8c-b8a9-bbdee2e249da",
              "accountName": "sample string 44",
              "customerOrderIdentifier": "ZivE1qctHESSDERQNgQPPw==",
              "customerOrderIdentifierGuid": "d6c42b66-2da7-441c-920c-445036040f3f",
              "priceLevelName": "sample string 45",
              "revision": 46,
              "ingressId": "sample string 47"
            },
            "metadata": {
              "$id": "104",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "wFRNEC0T9EW4+nPwiWfYSw==",
              "paymentIdentifierGuid": "104d54c0-132d-45f4-b8fa-73f08967d84b",
              "identifier": "J4Y8yFxR80a7H86en8rCyQ==",
              "identifierGuid": "c83c8627-515c-46f3-bb1f-ce9e9fcac2c9",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "q+BRYYIydUq+ohq4nZvPOg==",
              "itemIdentifierGuid": "6151e0ab-3282-4a75-bea2-1ab89d9bcf3a"
            }
          },
          {
            "$ref": "7"
          }
        ]
      },
      {
        "$ref": "2"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "6"
      },
      {
        "$ref": "6"
      }
    ],
    "customerGroups": [
      {
        "$ref": "5"
      },
      {
        "$ref": "5"
      }
    ],
    "accounts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "account": {
      "$ref": "3"
    },
    "vouchers": [
      {
        "$id": "105",
        "customerIdentifier": "CdOQbP7b3Ui1F1imBt2xzQ==",
        "customerIdentifierGuid": "6c90d309-dbfe-48dd-b517-58a606ddb1cd",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "Qc9YXYQbwEai6wNy4dR0Cw==",
        "idempotentGuid": "5d58cf41-1b84-46c0-a2eb-0372e1d4740b",
        "offline": true,
        "voucher": {
          "$id": "106",
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "shortDescription": "sample string 4",
          "url": "sample string 5",
          "barcodeTemplateID": 1,
          "expiry": 0,
          "voucherType": 6,
          "limitPerTransaction": 7,
          "customerTracking": true,
          "discountAccount": "sample string 9",
          "endDate": "2026-04-02T07:46:38.6199306",
          "barcodeTemplate": {
            "$id": "107",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "108",
            "id": 1,
            "uid": "sample string 2",
            "name": "sample string 3",
            "width": 1.1,
            "height": 1.1,
            "showBorder": true,
            "borderWidth": 1.1,
            "borderStyle": 1,
            "borderColour": "sample string 5",
            "updated": "2026-04-02T07:46:38.6199306",
            "labelPageLayout": "HpiT4WYY9k6q2j2HUvIeqA==",
            "pageLayoutGuid": "e193981e-1866-4ef6-aada-3d8752f21ea8",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "106"
            },
            "elements": [
              {
                "$id": "109",
                "id": 1,
                "scaleLabelID": 2,
                "showPercentDI": true,
                "showAvgPerHundred": true,
                "showAvgPerServe": true,
                "name": "sample string 6",
                "x": 1.1,
                "y": 1.1,
                "width": 1.1,
                "height": 1.1,
                "type": 1,
                "rotation": 1,
                "text": "sample string 7",
                "fontFamily": "sample string 8",
                "align": 1,
                "bold": true,
                "italic": true,
                "underline": true,
                "strikeout": true,
                "reverse": true,
                "textColour": "sample string 9",
                "fontSize": 1.1,
                "picture": "QEA=",
                "borderWidth": 10,
                "sortOrder": 11,
                "printOptions": 12,
                "superScriptTextFontSize": 1.1,
                "lineStyle": 1,
                "spacingStyle": 1,
                "interCharacterSpacing": 1.1,
                "superScriptOffset": 1.1,
                "lineSpacing": 1.1,
                "dateFormat": "sample string 13",
                "autoGrow": true,
                "fontAutoResize": true,
                "updated": "2026-04-02T07:46:38.6199306"
              },
              {
                "$ref": "109"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "110",
              "id": 1,
              "customerIdentifier": "dBwB/DVBS0q0JXhYt0IsFQ==",
              "customerIdentifierGuid": "fc011c74-4135-4a4b-b425-7858b7422c15",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2026-04-02T07:46:38.6199306",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "pyTUh2PSjEa9L0cknkCqQg==",
              "issuedIdempotentGuid": "87d424a7-d263-468c-bd2f-47249e40aa42",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2026-04-02T07:46:38.6199306",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2026-04-02T07:46:38.6199306",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "/bfQybGY3EORNJyQT8wCpg==",
              "redeemedIdempotentGuid": "c9d0b7fd-98b1-43dc-9134-9c904fcc02a6",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2026-04-02T07:46:38.6199306",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "108"
              },
              "voucher": {
                "$ref": "106"
              },
              "customer": {
                "$ref": "1"
              },
              "issuedOfflinePayment": {
                "$ref": "7"
              },
              "redeemedOfflinePayment": {
                "$ref": "7"
              }
            },
            {
              "$ref": "110"
            }
          ]
        },
        "customer": {
          "$ref": "1"
        }
      },
      {
        "$ref": "105"
      }
    ]
  },
  {
    "$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����!���W�ײHmI[��o)�ě����o����Z�#GeS�޹�`��%ؓ�P�]���y1�u�c��[�r,��338�Z�^L���Xv2���W��h}<R.�g�7���I�b��2������m�%����)1���=���4�s�Y>��wXɶ��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
�=�\��O!''_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="R05c21cfbc10b4850" /></Relationships>PK�=�\,���j xl/worksheets/sheet1.xml �(���]S�<��J&��#i��SJ���Rh��KɔČm�?�J��x���i��ٵutV�a��g�0xΊr�/�<a�A���'������������r�e���r�8N��qo4*o��|\&�c�����b>�����(����f����<[T#���ø�*���r�ڭK���Ɠ�#�^[�dz��p2�ݗO?(���a���KF��+�j���[�˥��翗?�M�lŎ"�du��b0���O�E�r��WI�jn�r��`>[j7��V���&���Di�RJ�qf8�}*�|~����֋u��ԃI��Ii5�rw9�ˡ��L�/f\:m����^��W�zճ^��u�z��7=�����"�N*��B8��ޭ�]��s���v�8���<�kr�Xo`e�.�k�lȡo�`D.�vV�o�`F��vv�o�`Hn�v��'�L���ά�R�I���mJZri�w��-�'�9Wbs.���'E�I�pɴh�^�SQ;#7�Z����(^t�z�Bj��!xQ��`ьI#A���(�������`��-"XQ4��9p�xц���V���r�D�g�`EhXq��,��e����@A�"4�G��:�Z)�қ��W+B�"lY�%�x���ª�['����A�oFɶ��P;Q,4��%���m�V�}"Y�+���z7�tV�����2XPn%�N�ӌ3t�,(k�|��5�;-�emA�W�����bK�`AY[��D8��'�m���U���቟b)�����l��(k/J��C�1�LJ���������4ދ�L�Bs�����}��<�Ƈ�E�2(V�}���,W_��~�b<����vM�oocB4�㘀&�.&d�8�	�$�DŽn�1a��YL�&�!&\��H(�D�D H���d�B Hׯ��='��7A�^��;� q/	���pR��@������I H�_�Խ!�nJ�@��
�oJ
"8%FQ �SbI��H�H@"��HR9%���)1��u&���d֙M�:�	Xgb8%֙�N�u&�Sb����Xgb@%֙�PY�<��IQ������G�tK H�cA����D?!��{A���u���_�,s)FtC�A{�@�|"��	m�A�@�F�LjF�@�F\ڈ���$��
��};����čѶ���V����fGy��x��"5��,%�Q�3�G����zb��i�����0F��i�b#��G��H���H��I���I���J���J�u&����4�각��!6�Æ@p��H6�Æ@p�@g���p��aC 8l�
��!61�
��!6��$��龝W��k��8l���i/��Q���.�H
c6��EaC0Q��zb����uߴ��8l:0�8�aC0Q�L6�M��aC0Q�L6�
��m�.m��'Yq��UV�~۶�ÁÿPK�=�\�z@@�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�i�8BM��m�&�8��ؑ�=�����ĂMW��==i���c�{�'�BΏ�4�ge���
��~�a��h�'�0.���BX9�j�}f2����1���|Auž�J�����Lv�,���zT���<�	���u'?`Gt=�~J�_C�E*����C.�Ʋ(�kT�
��������w��HR2�E!��˪m�*3���9�x��)-�j(UQ�R��(u��j��/�_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�=�\������
xl/sharedStrings.xml �(���Ks�0ǿ�Ƨ�`��dI�t ��I/��T�נ�-������y�"v͑��V��>���wY�-I9�Z�XX�3��S����YH*�2RpS�i���DJ��Q&��F����t%���i�sQ���++$�U�7nI(�P�k��V�[�f�W
�'����&jv�S4� &��Mܝ�M.j����B�A}&%-tEJ]�-���Zm@����
o�*�gD�9:�Bm���efJ�, %~������-V�^�q��0|o��mqT�s]���
�6��`�Z�����j��R�W5�dhI�ë�ݥ��)CgG���2m5���em[���]2r�^��Z*^�-yC
�ύ~��m�EA��ˆ:�jQI������4��-G���=�hE�(=—gf�)�J!��<���L�6O��T Lm�ɵqj�B��1(��
��Q�U�&�3�G
|0�I�R�Z�Kql�˻ "3������]cw�t����k���;��
5/�-p�6
��aE~�G#;��
��N�8�q�?�?�Fڒ��nA��Nmc�����xԍ�nt�G�x܍�[��{��=���p�v�/��f)��<٣Q��$�#;�S?��856����ȱ?�cb����@�ۄ$`�q�!c��2��4^O�a�(@/lΤ�?������'�?�CW��5g��g�t�W�qB��r؍1��_������V�����/��r��$�y�>W���PK-�=�\-{�{�5xl/workbook.xmlPK-�=�\����	��[Content_Types].xmlPK-
�=�\��O!''U_rels/.relsPK-�=�\,���j �xl/worksheets/sheet1.xmlPK-�=�\�z@@�P�	xl/_rels/workbook.xml.relsPK-�=�\Ѓc'2E
0xl/styles.xmlPK-�=�\������
�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�=�\�1�ƶ5xl/workbook.xml �(�����0��&�C����	)��x��}��m�-ik��-H�yۙ��v�d]���'=_���ƒ1�J��OvDw�:
!J�bV�bc۷FX�$�p����R����X~t���A+J�2�>�s����/2[��$l
��_`�Ţ��m %�s�*�R�J�{'Rȓ윊"/�x�;{�q����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="R9bf58267702943ec" /></Relationships>PK�=�\,���j xl/worksheets/sheet1.xml �(���]S�<��J&��#i��SJ���Rh��KɔČm�?�J��x���i��ٵutV�a��g�0xΊr�/�<a�A���'������������r�e���r�8N��qo4*o��|\&�c�����b>�����(����f����<[T#���ø�*���r�ڭK���Ɠ�#�^[�dz��p2�ݗO?(���a���KF��+�j���[�˥��翗?�M�lŎ"�du��b0���O�E�r��WI�jn�r��`>[j7��V���&���Di�RJ�qf8�}*�|~����֋u��ԃI��Ii5�rw9�ˡ��L�/f\:m����^��W�zճ^��u�z��7=�����"�N*��B8��ޭ�]��s���v�8���<�kr�Xo`e�.�k�lȡo�`D.�vV�o�`F��vv�o�`Hn�v��'�L���ά�R�I���mJZri�w��-�'�9Wbs.���'E�I�pɴh�^�SQ;#7�Z����(^t�z�Bj��!xQ��`ьI#A���(�������`��-"XQ4��9p�xц���V���r�D�g�`EhXq��,��e����@A�"4�G��:�Z)�қ��W+B�"lY�%�x���ª�['����A�oFɶ��P;Q,4��%���m�V�}"Y�+���z7�tV�����2XPn%�N�ӌ3t�,(k�|��5�;-�emA�W�����bK�`AY[��D8��'�m���U���቟b)�����l��(k/J��C�1�LJ���������4ދ�L�Bs�����}��<�Ƈ�E�2(V�}���,W_��~�b<����vM�oocB4�㘀&�.&d�8�	�$�DŽn�1a��YL�&�!&\��H(�D�D H���d�B Hׯ��='��7A�^��;� q/	���pR��@������I H�_�Խ!�nJ�@��
�oJ
"8%FQ �SbI��H�H@"��HR9%���)1��u&���d֙M�:�	Xgb8%֙�N�u&�Sb����Xgb@%֙�PY�<��IQ������G�tK H�cA����D?!��{A���u���_�,s)FtC�A{�@�|"��	m�A�@�F�LjF�@�F\ڈ���$��
��};����čѶ���V����fGy��x��"5��,%�Q�3�G����zb��i�����0F��i�b#��G��H���H��I���I���J���J�u&����4�각��!6�Æ@p��H6�Æ@p�@g���p��aC 8l�
��!61�
��!6��$��龝W��k��8l���i/��Q���.�H
c6��EaC0Q��zb����uߴ��8l:0�8�aC0Q�L6�M��aC0Q�L6�
��m�.m��'Yq��UV�~۶�ÁÿPK�=�\�IU.�Pxl/_rels/workbook.xml.rels �(���AN�0E�b͞�IܔVM�aö��3��&vd�@�Ƃ#q,*�+�`ӕ5짧�lvo��^ȇ���B#�\7ؾ�S�w���n�4bL7����Z01�k΃24a(�L6u���T��Ϩ����h��p�d��L�!:�EN�&��0u�Qv@�Sl�'
��(�D�ص��t������\R��L-��H���Rg2���n�K�d]w7�1�{�>m:w��LM�V��"%�
/s�W�b�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�=�\������
xl/sharedStrings.xml �(���Ks�0ǿ�Ƨ�`��dI�t ��I/��T�נ�-������y�"v͑��V��>���wY�-I9�Z�XX�3��S����YH*�2RpS�i���DJ��Q&��F����t%���i�sQ���++$�U�7nI(�P�k��V�[�f�W
�'����&jv�S4� &��Mܝ�M.j����B�A}&%-tEJ]�-���Zm@����
o�*�gD�9:�Bm���efJ�, %~������-V�^�q��0|o��mqT�s]���
�6��`�Z�����j��R�W5�dhI�ë�ݥ��)CgG���2m5���em[���]2r�^��Z*^�-yC
�ύ~��m�EA��ˆ:�jQI������4��-G���=�hE�(=—gf�)�J!��<���L�6O��T Lm�ɵqj�B��1(��
��Q�U�&�3�G
|0�I�R�Z�Kql�˻ "3������]cw�t����k���;��
5/�-p�6
��aE~�G#;��
��N�8�q�?�?�Fڒ��nA��Nmc�����xԍ�nt�G�x܍�[��{��=���p�v�/��f)��<٣Q��$�#;�S?��856����ȱ?�cb����@�ۄ$`�q�!c��2��4^O�a�(@/lΤ�?������'�?�CW��5g��g�t�W�qB��r؍1��_������V�����/��r��$�y�>W���PK-�=�\�1�ƶ5xl/workbook.xmlPK-�=�\����	��[Content_Types].xmlPK-
�=�\���+''U_rels/.relsPK-�=�\,���j �xl/worksheets/sheet1.xmlPK-�=�\�IU.�P�	xl/_rels/workbook.xml.relsPK-�=�\Ѓc'2E
2xl/styles.xmlPK-�=�\������
�xl/sharedStrings.xmlPK��