GET api/account/{id}?relations={relations}

Retrieves an Account and its related records via its unique identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Account identifier

globally unique identifier

Required

relations

Indicates whether customer and customer group relations should also be returned

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Matching account or null if not found

Account
NameDescriptionTypeAdditional information
ID

integer

None.

Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

ReferenceNo

Reference number used by customers and stores to easily identifier store for a payment or other reason

string

None.

Name

string

None.

Created

date

None.

Owner

Collection of byte

None.

OwnerGuid

globally unique identifier

None.

AccountStoreGroupIdentifier

Collection of byte

None.

AccountStoreGroupGuid

globally unique identifier

None.

AccountType

AccountType

None.

CurrentBalance

After creation should only be provided if being updated

integer

None.

ExternalID

string

String length: inclusive between 0 and 20

MaximumLimit

integer

None.

AccruePoints

boolean

None.

LoyaltyPoints

If this is a group account the group gets the points, not the card

integer

None.

TermsOfTrade

integer

None.

SignatureRequired

boolean

None.

ReferenceRequired

Flag whether the customer reference should be prompted for this account, even when pos setting doesn't enforce for all

boolean

None.

StatementSendType

0 = Email, 1 = Print

integer

None.

AgeingPeriod

integer

None.

MonthlyAgeingPeriod

boolean

None.

ExplodedInvoice

boolean

None.

IsFifoAllocation

boolean

None.

LastStatementSent

date

None.

Active

boolean

None.

Updated

date

None.

Deleted

boolean

None.

DeletedUser

string

None.

CurrentBalanceChanged

Indicates if current balance value has changed and should be updated to value provided (Generate account ledger records)

boolean

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

MaximumLimitChanged

Indicates if maximum limit value has changed and should be updated to value provided

boolean

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

LoyaltyPointsChanged

Indicates if loyalty points value has changed and should be updated to value provided (Generate account ledger records)

boolean

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

ProjectedBalance

integer

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

AccountStoreGroupStoreIDs

Collection of integer

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

CustomerEmail

string

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

OwnerCustomer

Customer

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

Card

CustomerCard

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

Members

Dictionary of string [key] and Collection of Customer [value]

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

CustomerGroups

Collection of CustomerGroup

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

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "identifier": "L7s68WBkK0KAHQ0agagvtA==",
  "identifierGuid": "f13abb2f-6460-422b-801d-0d1a81a82fb4",
  "referenceNo": "sample string 3",
  "name": "sample string 4",
  "created": "2026-04-03T06:17:22.7381585",
  "owner": "q2VP+guba0qrXhAj29nGAw==",
  "ownerGuid": "fa4f65ab-9b0b-4a6b-ab5e-1023dbd9c603",
  "accountStoreGroupIdentifier": "qoEKXsKudUW3th9/iYz+xg==",
  "accountStoreGroupGuid": "5e0a81aa-aec2-4575-b7b6-1f7f898cfec6",
  "accountType": 1,
  "currentBalance": 1,
  "externalID": "sample string 7",
  "maximumLimit": 1,
  "accruePoints": true,
  "loyaltyPoints": 1,
  "termsOfTrade": 1,
  "signatureRequired": true,
  "referenceRequired": true,
  "statementSendType": 10,
  "ageingPeriod": 1,
  "monthlyAgeingPeriod": true,
  "explodedInvoice": true,
  "isFifoAllocation": true,
  "lastStatementSent": "2026-04-03T06:17:22.7381585",
  "active": true,
  "updated": "2026-04-03T06:17:22.7381585",
  "deleted": true,
  "deletedUser": "sample string 16",
  "currentBalanceChanged": true,
  "maximumLimitChanged": true,
  "loyaltyPointsChanged": true,
  "projectedBalance": 17,
  "accountStoreGroupStoreIDs": [
    1,
    2
  ],
  "customerEmail": "sample string 18",
  "ownerCustomer": {
    "$id": "2",
    "identifier": "CjnjDWU4qEmJNuRXuZsaKg==",
    "identifierGuid": "0de3390a-3865-49a8-8936-e457b99b1a2a",
    "code": "sample string 2",
    "familyName": "sample string 3",
    "givenName": "sample string 4",
    "otherName": "sample string 5",
    "title": "sample string 6",
    "dateOfBirth": "2026-04-03T06:17:22.7381585",
    "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": "4Q2vRzNKPUS0j748EdaLcQ==",
    "communityIdentifierGuid": "47af0de1-4a33-443d-b48f-be3c11d68b71",
    "joined": "2026-04-03T06:17:22.7381585",
    "updated": "2026-04-03T06:17:22.7381585",
    "active": true,
    "reasonInactive": 1,
    "groupCustomer": true,
    "loyaltyPoints": 1,
    "homeStoreID": 1,
    "availableSpend": 1,
    "priceLevelIdentifier": "mVPw59CmbUKIuAw6+yM3aw==",
    "priceLevelIdentifierGuid": "e7f05399-a6d0-426d-88b8-0c3afb23376b",
    "marketingID": "sample string 18",
    "receiptPrintOptions": 1,
    "hidden": true,
    "registered": true,
    "registeredOn": "2026-04-03T06:17:22.7381585",
    "emailMarketing": true,
    "smsMarketing": true,
    "deleted": true,
    "deletedUser": "sample string 24",
    "homeStoreName": "sample string 25",
    "customerCards": [
      {
        "$id": "3",
        "cardType": 2,
        "issueDate": "2026-04-03T06:17:22.7381585",
        "expiry": "2026-04-03T06:17:22.7381585",
        "customerID": "P54F34tqLESxfucFpMt/Lg==",
        "customerIDGuid": "df059e3f-6a8b-442c-b17e-e705a4cb7f2e",
        "initialValue": 1,
        "currentValue": 1,
        "maxLimit": 1,
        "minTransaction": 1,
        "maxTransaction": 1,
        "multiplier": 1.1,
        "active": true,
        "reasonInactive": 1,
        "idRequired": true,
        "idType": 1,
        "idValue": "sample string 5",
        "updated": "2026-04-03T06:17:22.7381585",
        "linkedAccount": "VOYoQm4aOUC9wCOVbCOqYg==",
        "linkedAccountGuid": "4228e654-1a6e-4039-bdc0-23956c23aa62",
        "currentValueChanged": true,
        "limitsChanged": true,
        "customer": {
          "$ref": "2"
        },
        "account": {
          "$ref": "1"
        },
        "payments": [
          {
            "$id": "4",
            "id": 1,
            "identifier": "iKVjbb18p0yRiHUT+H7O3A==",
            "identifierGuid": "6d63a588-7cbd-4ca7-9188-7513f87ecedc",
            "storeID": 2,
            "operatorName": "sample string 3",
            "saleHeaderID": 4,
            "paymentType": 5,
            "amount": 6,
            "account": "sample string 7",
            "accountID": "woCa4/gAK0euDqx3KKbjTA==",
            "accountIDGuid": "e39a80c2-00f8-472b-ae0e-ac7728a6e34c",
            "customerAccount": {
              "$ref": "1"
            },
            "customerCard": {
              "$ref": "3"
            },
            "accountType": 1,
            "cardName": "sample string 8",
            "authorisationNumber": "sample string 9",
            "bankReference": "sample string 10",
            "merchantID": "sample string 11",
            "terminalID": "sample string 12",
            "cardNumber": "sample string 13",
            "paymentDate": "2026-04-03T06:17:22.7381585",
            "invRocNo": "sample string 14",
            "responseCode": "sample string 15",
            "cashout": 1,
            "tip": 16,
            "idempotentVoid": "FK/8YlYyPEujThSYzjo6gA==",
            "idempotentVoidGuid": "62fcaf14-3256-4b3c-a34e-1498ce3a3a80",
            "offline": true,
            "processed": 1,
            "storeSaleHeader": {
              "$id": "5",
              "saleHeaderID": 1,
              "saleHeaderGuid": "joTQktc6mkmEy/E73snQjA==",
              "saleHeaderIdentifierGuid": "92d0848e-3ad7-499a-84cb-f13bdec9d08c",
              "created": "2026-04-03T06:17:22.7381585",
              "createdLocal": "2026-04-03T06:17:22.7381585",
              "createdText": "sample string 4",
              "itemCount": 5,
              "totalAmount": 6,
              "cashTender": 1,
              "cardTender": 1,
              "cheqTender": 1,
              "acctTender": 1,
              "voucherTender": 1,
              "loyaltyPoints": 1,
              "cashout": 1,
              "changeAmount": 1,
              "rounding": 1,
              "gstAmount": 1,
              "transactionDiscountTender": 1,
              "totalTip": 7,
              "tranType": 1,
              "processed": 1,
              "imported": "2026-04-03T06:17:22.7381585",
              "storeID": 1,
              "operatorG_Uid": "hgS0edLezkyJ8ppcQzD5LQ==",
              "operatorGuid": "79b40486-ded2-4cce-89f2-9a5c4330f92d",
              "customerG_Uid": "h0UY5k9tGEyDQ0VUmcJVZQ==",
              "customerGuid": "e6184587-6d4f-4c18-8343-455499c25565",
              "communityIdentifier": "KJQGLI94pES1gwvNrO4LnA==",
              "communityIdentifierGuid": "2c069428-788f-44a4-b583-0bcdacee0b9c",
              "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": "O38f+X1cl0WP7yUD4trIbg==",
              "priceLevelIdentifierGuid": "f91f7f3b-5c7d-4597-8fef-2503e2dac86e",
              "locked": 36,
              "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:17:22.7381585+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": "6",
                "customerName": "sample string 1",
                "pickupAt": "2026-04-03T06:17:22.7381585",
                "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": "7",
                "id": 1,
                "g_Uid": "furKI+b4EkCeyIPWWeQ2fw==",
                "guid": "23caea7e-f8e6-4012-9ec8-83d659e4367f",
                "operatorNumber": 1,
                "shortName": "sample string 2",
                "firstName": "sample string 3",
                "lastName": "sample string 4",
                "password": "sample string 5",
                "hasPassword": true,
                "passwordText": "sample string 6",
                "rfidTagID": "sample string 7",
                "blueprintID": 1,
                "groupID": 1,
                "groupName": "sample string 8",
                "managerGroupID": 1,
                "managerGroupName": "sample string 9",
                "zoneID": 1,
                "zoneName": "sample string 10",
                "loggedIn": 1,
                "lastUsedIP": "sample string 11",
                "deleted": true,
                "locked": true,
                "allowOpenTill": true,
                "webEmail": "sample string 14",
                "simpleOperatorType": 0,
                "webRole": "sample string 15",
                "updated": "2026-04-03T06:17:22.7381585",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2026-04-03T06:17:22.7381585",
                "endShift": "2026-04-03T06:17:22.7381585",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "8",
                    "operatorG_UID": "ShvmhcDSukCPVts4pHtkqw==",
                    "operatorGuid": "85e61b4a-d2c0-40ba-8f56-db38a47b64ab",
                    "storeID": 2,
                    "operator": {
                      "$ref": "7"
                    },
                    "store": {
                      "$id": "9",
                      "id": 1,
                      "isMaster": true,
                      "isElectedMaster": true,
                      "electedMasterStoreID": 1,
                      "isZoneMaster": true,
                      "shortName": "sample string 3",
                      "url": "sample string 4",
                      "sortOrder": 1,
                      "name": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "state": "sample string 12",
                      "country": "sample string 13",
                      "postCode": "sample string 14",
                      "delivery": 1,
                      "exportAccounts": 1,
                      "salesAccountFolder": "sample string 15",
                      "purchaseAccountFolder": "sample string 16",
                      "initLoad": 1,
                      "initIDs": 1,
                      "zoneID": 1,
                      "actAsMaster": 1,
                      "lastActiveUtc": "2026-04-03T06:17:22.7381585",
                      "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": "tKF6ZUlytk6KuwIR1GsP6g==",
                      "hostIdentifierGuid": "657aa1b4-7249-4eb6-8abb-0211d46b0fea",
                      "hostName": 1,
                      "hostAddress": "sample string 27",
                      "hostUsername": "sample string 28",
                      "hostPassword": "sample string 29",
                      "excludeFromLeadInOut": true,
                      "accountingProvider": 31,
                      "accountingAddress": "sample string 32",
                      "accountingUsername": "sample string 33",
                      "accountingPassword": "sample string 34",
                      "storeAccountingCode": "sample string 35",
                      "softwareVariance": 36,
                      "fuelWarningVariance": 37.0,
                      "fuelErrorVariance": 38.0,
                      "fuelAccumulatedWarningVariance": 39.0,
                      "fuelAccumulatedErrorVariance": 40.0,
                      "drawManagment": 41,
                      "endOfDayManagment": true,
                      "autoFillCashBalancing": true,
                      "fuelDayVariance": 44,
                      "accountingTradingTime": "00:00:00.1234567",
                      "stockActivateProduct": 46,
                      "defaultOrderDocumentId": 1,
                      "defaultStockReceiveDocumentId": 1,
                      "giftCardSalesAccountingDeptCode": "sample string 47",
                      "transactionDiscountAccountingDeptCode": "sample string 48",
                      "size": 49,
                      "updated": "2026-04-03T06:17:22.7381585",
                      "priceZone": {
                        "$id": "10",
                        "id": 1,
                        "name": "sample string 2",
                        "hostIdentifier": "zzJV0gkM8ki0wfJLIIH43w==",
                        "hostIdentifierGuid": "d25532cf-0c09-48f2-b4c1-f24b2081f8df",
                        "sortOrder": 3,
                        "zoneMasterStoreID": 1,
                        "electedMasterStoreID": 1,
                        "containsElectedMasterStore": true
                      },
                      "priceZoneName": "sample string 51",
                      "storeFuelConfigured": true,
                      "shippingAddressCopied": true,
                      "shippingAddress": {
                        "$id": "11",
                        "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": "11"
                      },
                      "hostStoreSettings": [
                        {
                          "$id": "12",
                          "id": 1,
                          "hostIdentifier": "LYxbDRprRkSBdoQ6I/H7fQ==",
                          "hostIdentifierGuid": "0d5b8c2d-6b1a-4446-8176-843a23f1fb7d",
                          "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": "13",
                            "identifier": "KcA4MCgZM0idEK5yiS6PQw==",
                            "identifierGuid": "3038c029-1928-4833-9d10-ae72892e8f43",
                            "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": "NJmoqXmgq0i9vcbQgMwPXw==",
                            "hostSupplierIdentifierGuid": "a9a89934-a079-48ab-bdbd-c6d080cc0f5f",
                            "loyaltyPriceLevelIdentifier": "IJdd/cwUdUa/C2rcYIJGFg==",
                            "loyaltyPriceLevelIdentifierGuid": "fd5d9720-14cc-4675-bf0b-6adc60824616",
                            "isGroup": true,
                            "description": "sample string 22",
                            "hostProvider": 23,
                            "hostTypeEnum": 24,
                            "hostType": "sample string 25",
                            "hostCode": "sample string 26",
                            "username": "sample string 27",
                            "password": "sample string 28",
                            "passwordPlain": "sample string 29",
                            "server": "sample string 30",
                            "url": "sample string 31",
                            "global": true,
                            "stateCode": "sample string 33",
                            "lastCollected": "2026-04-03T06:17:22.7381585",
                            "lastProcessed": "2026-04-03T06:17:22.7381585",
                            "hold": true,
                            "supplierName": "sample string 35",
                            "supplier": {
                              "$id": "14",
                              "identifier": "38MU/moc50uTkCNNQQmJgQ==",
                              "identifierGuid": "fe14c3df-1c6a-4be7-9390-234d41098981",
                              "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": "EBMUFMdO0UekyWRmxRnuYQ==",
                              "primaryContactID": "14141310-4ec7-47d1-a4c9-6466c519ee61",
                              "storeID": 1,
                              "abn": "sample string 16",
                              "supplierGroupIdentifier": "JPSu+Xf2WUaRrhXccyNA7Q==",
                              "supplierGroupGuid": "f9aef424-f677-4659-91ae-15dc732340ed",
                              "rebate": 1.0,
                              "rebateType": 1,
                              "rebateFrequency": 1,
                              "rebateSource": 1,
                              "rebateLastClaimed": "2026-04-03T06:17:22.7381585",
                              "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": "15",
                                "id": "077c39fc-046d-420d-81ce-56291d0d79c2",
                                "identifier": "UrXUf4bQeUuRe4Ct4WlvhA==",
                                "identifierGuid": "7fd4b552-d086-4b79-917b-80ade1696f84",
                                "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": "16",
                                  "supplierIdentifier": "2dS1yh+hQUKtTEnqKGfQIw==",
                                  "supplierIdentifierGuid": "cab5d4d9-a11f-4241-ad4c-49ea2867d023",
                                  "contactGuid": "7YGPeV52XUWU121dvCYz3g==",
                                  "contactID": "798f81ed-765e-455d-94d7-6d5dbc2633de",
                                  "contact": {
                                    "$ref": "15"
                                  },
                                  "supplier": {
                                    "$ref": "14"
                                  }
                                },
                                {
                                  "$ref": "16"
                                }
                              ],
                              "products": [
                                {
                                  "$id": "17",
                                  "pluG_UID": "lbbd1U+qhkGUwSZuEVrBVQ==",
                                  "pluGuid": "d5ddb695-aa4f-4186-94c1-266e115ac155",
                                  "supplierIdentifier": "SbnaRMk10UOHnW3nueBCwg==",
                                  "supplierIdentifierGuid": "44dab949-35c9-43d1-879d-6de7b9e042c2",
                                  "cartonQuantity": 1,
                                  "cartonQuantityChanged": true,
                                  "productSize": "sample string 3",
                                  "cigarettesPerSleeve": 1,
                                  "randomWeight": true,
                                  "piecesPerUnit": 5,
                                  "averagePackSize": 6,
                                  "effectiveDate": "2026-04-03T06:17:22.7381585",
                                  "pricedByWeight": true,
                                  "landedUnitCostEx": 9,
                                  "landedUnitCostInc": 10,
                                  "landedCartonCostInc": 12,
                                  "landedCartonCostEx": 13,
                                  "standardCost": 14,
                                  "deliveryFee": 1,
                                  "deliveryFeeBasis": "sample string 15",
                                  "pickAndPackFee": 1,
                                  "pickAndPackFeeBasis": "sample string 16",
                                  "financeFee": 1,
                                  "financeFeeBasis": "sample string 17",
                                  "cartonLength": 1,
                                  "cartonWidth": 1,
                                  "cartonHeight": 1,
                                  "palletLayerQuantity": 1,
                                  "palletLayers": 1,
                                  "itemCode": "sample string 18",
                                  "invoiceCode": "sample string 19",
                                  "invoiceDesc": "sample string 20",
                                  "orderDirect": true,
                                  "useCost": true,
                                  "minimumQuantity": 21,
                                  "hostType": 22,
                                  "fromHost": 23,
                                  "minimumReorder": 1,
                                  "maximumReorder": 1,
                                  "orderMultiple": 24.1,
                                  "sellMultiple": 25.1,
                                  "baseMultiple": 26.1,
                                  "hostStandardCost": 27,
                                  "hostTotalCost": 28,
                                  "hostRetail": 29,
                                  "hostLandedUnitCostEx": 30,
                                  "hostLandedUnitCostInc": 31,
                                  "hostDesc": "sample string 32",
                                  "directIndicator": "sample string 33",
                                  "availableToOrder": true,
                                  "hostRangeIndicator": "sample string 35",
                                  "hostProductType": "sample string 36",
                                  "hostProductGrade": "sample string 37",
                                  "hostProductGroup": "sample string 38",
                                  "hostSlowMoving": true,
                                  "hostGeneralMerchandise": true,
                                  "hostPillar": "sample string 41",
                                  "hostLastUpdated": "2026-04-03T06:17:22.7381585",
                                  "rebate": 1.0,
                                  "rebateExclude": true,
                                  "invoiceCodes": [
                                    {
                                      "$id": "18",
                                      "pluG_UID": "yEc/y6cwaECg4pqfPlBaVw==",
                                      "pluGuid": "cb3f47c8-30a7-4068-a0e2-9a9f3e505a57",
                                      "supplierIdentifier": "f8jeCbxdHUaUJt62OlDM3w==",
                                      "supplierIdentifierGuid": "09dec87f-5dbc-461d-9426-deb63a50ccdf",
                                      "invoiceCode": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "18"
                                    }
                                  ],
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "preferredSupplier": true,
                                  "preferredRebateSupplier": true,
                                  "supplierName": "sample string 42",
                                  "salesMode": 43,
                                  "orderPacked": true,
                                  "active": true,
                                  "price": 1,
                                  "costGstPercent": 45,
                                  "parentPluG_UID": "EGvR38OH/UG578RoVUdUOg==",
                                  "parentPluGuid": "dfd16b10-87c3-41fd-b9ef-c4685547543a",
                                  "freight": 46.0,
                                  "freightType": 1,
                                  "product": {
                                    "$id": "19",
                                    "plu": 1,
                                    "storeID": 1,
                                    "masterPluG_UID": "QEA=",
                                    "storeIDs": [
                                      1,
                                      2
                                    ],
                                    "g_UId": "D/P3e4oAZU+9xDdPFTOh5Q==",
                                    "guid": "7bf7f30f-008a-4f65-bdc4-374f1533a1e5",
                                    "apn": "sample string 1",
                                    "apnChanged": true,
                                    "apnSwitched": true,
                                    "barcode": "sample string 4",
                                    "itemNumber": "sample string 5",
                                    "itemNumberChanged": true,
                                    "priceGroupG_UID": "mCixvc4Bf0a1KNaGwMgz9w==",
                                    "priceGroupGuid": "bdb12898-01ce-467f-b528-d686c0c833f7",
                                    "blueprintID": 1,
                                    "lastCountedDate": "2026-04-03T06:17:22.7381585",
                                    "externalID": "sample string 7",
                                    "active": true,
                                    "activated": "2026-04-03T06:17:22.7381585",
                                    "pluCreated": "2026-04-03T06:17:22.7381585",
                                    "createdByUser": "sample string 9",
                                    "name": "sample string 10",
                                    "nameChanged": true,
                                    "secondDescription": "sample string 12",
                                    "hostDescription": "sample string 13",
                                    "keepCartonQty": true,
                                    "keepDescription": true,
                                    "keepDepartments": true,
                                    "keepSuppliers": true,
                                    "markdownDescription": "sample string 18",
                                    "altDescription": "sample string 19",
                                    "bestOrExpire": 20,
                                    "lastUpdate": "2026-04-03T06:17:22.7381585",
                                    "lastManualUpdate": "2026-04-03T06:17:22.7381585",
                                    "imageName": "sample string 23",
                                    "showImageOnFlipCharts": true,
                                    "showTextOnFlipCharts": true,
                                    "overrideFlipChartText": true,
                                    "flipChartText": "sample string 27",
                                    "salesMode": 1,
                                    "eftCode": 1,
                                    "price": 1,
                                    "priceChanged": true,
                                    "rrp": 1,
                                    "gstPercent": 28,
                                    "gstPercentChanged": true,
                                    "costGSTPercent": 29,
                                    "costGSTPercentChanged": true,
                                    "wetPercent": 1,
                                    "priceOverride": 1,
                                    "cost": 1,
                                    "currentCost": 1,
                                    "currentCostDecimals": 1,
                                    "grossProfit": 1.0,
                                    "currentCostDesc": "sample string 30",
                                    "currentCostEnd": "2026-04-03T06:17:22.7381585",
                                    "currentCostUpdated": "2026-04-03T06:17:22.7381585",
                                    "costDecimals": 31,
                                    "costChanged": true,
                                    "dealCostIdentifier": "QEA=",
                                    "excludeFromRebate": true,
                                    "rebateOverride": 1,
                                    "costCalcMethod": 32,
                                    "costCalcMethodChanged": true,
                                    "costEffectiveDate": "2026-04-03T06:17:22.7381585",
                                    "defaultGP": 1,
                                    "breakTargetMode": 33,
                                    "break1": 1,
                                    "price1": 1,
                                    "target1": 34,
                                    "break2": 1,
                                    "price2": 1,
                                    "target2": 35,
                                    "break3": 1,
                                    "price3": 1,
                                    "target3": 36,
                                    "break1Changed": true,
                                    "price1Changed": true,
                                    "target1Changed": true,
                                    "break2Changed": true,
                                    "price2Changed": true,
                                    "target2Changed": true,
                                    "break3Changed": true,
                                    "price3Changed": true,
                                    "target3Changed": true,
                                    "breakTargetModeChanged": true,
                                    "margin": 1.1,
                                    "marginChanged": true,
                                    "marginRanged": true,
                                    "marginRangedChanged": true,
                                    "minimumMargin": 1.1,
                                    "minimumMarginChanged": true,
                                    "maximumMargin": 1.1,
                                    "maximumMarginChanged": true,
                                    "overrideHostWarehouseIndicator": true,
                                    "overrideHostWarehouseIndicatorChanged": true,
                                    "overrideHostPrice": true,
                                    "overrideHostPriceChanged": true,
                                    "overrideHostCost": true,
                                    "overrideHostCostChanged": true,
                                    "overrideHostMargin": true,
                                    "overrideHostMarginChanged": true,
                                    "alwaysApplyMargin": true,
                                    "alwaysApplyMarginChanged": true,
                                    "aws": 1.0,
                                    "paws": 1.0,
                                    "awsUpdated": "2026-04-03T06:17:22.7537578",
                                    "posTare": 1,
                                    "altPrice": 1.0,
                                    "altPriceChanged": true,
                                    "altPriceMode": 53,
                                    "altPriceModeChanged": true,
                                    "altPLUG_UID": "HweG/dCdGku1QdurRUcwRA==",
                                    "altPLUGuid": "fd86071f-9dd0-4b1a-b541-dbab45473044",
                                    "altPLUGuidChanged": true,
                                    "altPriceDescription1": "sample string 54",
                                    "altPriceDescription2": "sample string 55",
                                    "cartonQuantity": 56,
                                    "cartonQuantityChanged": true,
                                    "trayID": 1,
                                    "promptID": 1,
                                    "tare": 1,
                                    "packQty": 1,
                                    "fixedWeight": 1,
                                    "extraMesg": 1,
                                    "text1": "sample string 58",
                                    "text2": "sample string 59",
                                    "text3": "sample string 60",
                                    "labelText": "sample string 61",
                                    "labelTextChanged": true,
                                    "sendToScale": true,
                                    "nonScaleWeigh": true,
                                    "labelFormat": "sample string 65",
                                    "barcodeFormat": "sample string 66",
                                    "austMade": 1,
                                    "coolCode": 67,
                                    "countryOfOrigin": "sample string 68",
                                    "percentContent": 69.1,
                                    "departmentID": 1,
                                    "subDepartmentID": 1,
                                    "minorDepartmentID": 1,
                                    "lesserDepartmentID": 1,
                                    "deptCode": "sample string 70",
                                    "subDeptCode": "sample string 71",
                                    "minorDeptCode": "sample string 72",
                                    "lesserDeptCode": "sample string 73",
                                    "deptName": "sample string 74",
                                    "subDeptName": "sample string 75",
                                    "minorDeptName": "sample string 76",
                                    "lesserDeptName": "sample string 77",
                                    "departmentChanged": true,
                                    "subCategoryID": 1,
                                    "expiry": 1,
                                    "showDays": 1,
                                    "datePrint": 1,
                                    "labelRequired": true,
                                    "labelShelfQty": 80,
                                    "labelShelfChanged": true,
                                    "labelTalkerQty": 82,
                                    "labelSmall": true,
                                    "labelLastPrinted": "2026-04-03T06:17:22.7537578",
                                    "labelLastPrice": 1,
                                    "shelfPageLayoutG_UID": "P7tgFZx2SkWkrvrJ3/t7VQ==",
                                    "shelfPageLayoutGuid": "1560bb3f-769c-454a-a4ae-fac9dffb7b55",
                                    "talkerPageLayoutG_UID": "bRjolOtarEmxYLxrUf3qpA==",
                                    "talkerPageLayoutGuid": "94e8186d-5aeb-49ac-b160-bc6b51fdeaa4",
                                    "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": "5+tQOZaB3ESxcr2DIBQnLQ==",
                                    "inventoryIdentifier": "3950ebe7-8196-44dc-b172-bd832014272d",
                                    "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": "RprY1lmChkC8NyCcRiE+YA==",
                                    "parentPluGuid": "d6d89a46-8259-4086-bc37-209c46213e60",
                                    "preferredHostVendor": 105,
                                    "preferredHostChanged": true,
                                    "code": "sample string 107",
                                    "supplierIdentifier": "c62hH/GFIEKMUntJ0Q1j6Q==",
                                    "supplierIdentifierGuid": "1fa1ad73-85f1-4220-8c52-7b49d10d63e9",
                                    "supplierChanged": true,
                                    "rebateSupplierIdentifier": "7wKqLlq42UOWaZTiYqTdLQ==",
                                    "rebateSupplierIdentifierGuid": "2eaa02ef-b85a-43d9-9669-94e262a4dd2d",
                                    "rebateSupplierChanged": true,
                                    "availableForOrder": true,
                                    "warehouseDirectIndicator": "sample string 109",
                                    "warehouseDirectIndicatorChanged": true,
                                    "productGrade": "sample string 111",
                                    "productType": "sample string 112",
                                    "productGroup": "sample string 113",
                                    "complianceIndicator": "sample string 114",
                                    "inhouseBrand": "sample string 115",
                                    "slowMoving": true,
                                    "generalMerchandise": true,
                                    "comment": "sample string 118",
                                    "lastUpdatedByUser": "sample string 119",
                                    "lastManualUpdatedByUser": "sample string 120",
                                    "lastUpdatedByUserOverride": true,
                                    "lastUpdatedByHost": "2026-04-03T06:17:22.7537578",
                                    "commodity": "sample string 122",
                                    "businessPillar": "sample string 123",
                                    "mscCommodity": "sample string 124",
                                    "hostIdentifier": "JJE5Hkr/OEmfuDNuGBj+Bw==",
                                    "hostIdentifierGuid": "1e399124-ff4a-4938-9fb8-336e1818fe07",
                                    "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": "19"
                                      },
                                      {
                                        "$ref": "19"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "9"
                                    },
                                    "storePrices": [
                                      {
                                        "$id": "20",
                                        "pluG_UID": "iZzZm6PFeEmGHguocDmMLw==",
                                        "pluGuid": "9bd99c89-c5a3-4978-861e-0ba870398c2f",
                                        "plu": 1,
                                        "storeID": 1,
                                        "zoneID": 2,
                                        "zoneName": "sample string 3",
                                        "store": "sample string 4",
                                        "isElectedMasterStore": true,
                                        "isZoneMasterStore": true,
                                        "priceNow": 7,
                                        "costNow": 8,
                                        "costNowDecimals": 9,
                                        "normalPrice": 10,
                                        "priceNext": 1,
                                        "costNext": 1,
                                        "costNextDecimals": 11,
                                        "nextCampaignName": "sample string 12",
                                        "gstPercent": 13,
                                        "normalCost": 14,
                                        "normalCostDecimals": 15,
                                        "costGstPercent": 16,
                                        "costCalcMethod": 1,
                                        "currentCost": 17,
                                        "currentCostDecimals": 18,
                                        "break1": 19,
                                        "price1": 20,
                                        "break2": 21,
                                        "price2": 22,
                                        "break3": 23,
                                        "price3": 24,
                                        "fuelItem": 25,
                                        "fixedWeight": 26,
                                        "active": true,
                                        "complianceIndicator": "sample string 27",
                                        "doNotOrder": true,
                                        "doNotRange": true,
                                        "isNormalPriceChangesCampaign": true,
                                        "updated": "2026-04-03T06:17:22.7537578"
                                      },
                                      {
                                        "$ref": "20"
                                      }
                                    ],
                                    "currentPrices": {
                                      "$id": "21",
                                      "pluPrices": {
                                        "$id": "22",
                                        "plu": 1,
                                        "pluG_UID": "QEA=",
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "normalPrice": 1,
                                        "cost": 2,
                                        "break1": 3,
                                        "price1": 4,
                                        "break2": 5,
                                        "price2": 6,
                                        "break3": 7,
                                        "price3": 8,
                                        "discountPrice": 9,
                                        "memberDiscountPrice": 10,
                                        "acceptedUtc": "2026-04-03T06:17:22.7537578",
                                        "priceChangeType": 0,
                                        "costDecimals": 11,
                                        "costCalcMethod": 12,
                                        "targetCampaignPriceGtOrEquNormal": true
                                      },
                                      "normalPluPrices": {
                                        "$ref": "22"
                                      },
                                      "winningCampaign": 1,
                                      "winner": {
                                        "$id": "23",
                                        "campaignName": "sample string 1",
                                        "campaignDescription": "sample string 2",
                                        "talkerText": "sample string 3",
                                        "disableWasSave": true,
                                        "startDate": "2026-04-03T06:17:22.7537578",
                                        "startTime": 5,
                                        "endDate": "2026-04-03T06:17:22.7537578",
                                        "endTime": 6,
                                        "newPrice": 7,
                                        "newCost": 8,
                                        "newCostDecimals": 9,
                                        "pctDiscount": 10,
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 11",
                                        "hostType": 12,
                                        "hostIdentifier": "n5WNtZBDqkKpBmNG+vKlnA==",
                                        "hostIdentifierGuid": "b58d959f-4390-42aa-a906-6346faf2a59c",
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ]
                                      },
                                      "details": [
                                        {
                                          "$ref": "23"
                                        },
                                        {
                                          "$ref": "23"
                                        }
                                      ]
                                    },
                                    "tray": {
                                      "$id": "24",
                                      "g_UId": "7NAlNmtMq0i9gbUCwZgH+g==",
                                      "guid": "3625d0ec-4c6b-48ab-bd81-b502c19807fa",
                                      "name": "sample string 1",
                                      "number": 1,
                                      "tare": 1
                                    },
                                    "priceGroup": {
                                      "$id": "25",
                                      "priceGroupG_UID": "47ewQr2mqkCQ5IhI0qISjQ==",
                                      "priceGroupGuid": "42b0b7e3-a6bd-40aa-90e4-8848d2a2128d",
                                      "name": "sample string 2",
                                      "code": 1,
                                      "modified": true,
                                      "updated": "2026-04-03T06:17:22.7537578",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "number": 1,
                                      "products": [
                                        {
                                          "$ref": "19"
                                        },
                                        {
                                          "$ref": "19"
                                        }
                                      ],
                                      "productCount": 1
                                    },
                                    "priceGroupName": "sample string 147",
                                    "nutrifacts": {
                                      "$id": "26",
                                      "pluG_UID": "G1QbrDbaxUevfQ+GSCpeBA==",
                                      "pluGuid": "ac1b541b-da36-47c5-af7d-0f86482a5e04",
                                      "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": "27",
                                      "pluGuid": "4093c0db-4862-4c35-b929-add50b9fdaaf",
                                      "created": "2026-04-03T06:17:22.7537578",
                                      "createdByUser": "sample string 1",
                                      "activated": "2026-04-03T06:17:22.7537578",
                                      "activatedByUser": "sample string 2",
                                      "deactivated": "2026-04-03T06:17:22.7537578",
                                      "deactivatedByUser": "sample string 3",
                                      "lastOrdered": "2026-04-03T06:17:22.7537578",
                                      "lastOrderedQty": 4.0,
                                      "lastReceived": "2026-04-03T06:17:22.7537578",
                                      "lastReceivedQty": 5.0,
                                      "lastInvoiceStatus": 1,
                                      "lastCounted": "2026-04-03T06:17:22.7537578",
                                      "lastSold": "2026-04-03T06:17:22.7537578",
                                      "firstSold": "2026-04-03T06:17:22.7537578",
                                      "awsUpdated": "2026-04-03T06:17:22.7537578",
                                      "lastManualUpdate": "2026-04-03T06:17:22.7537578",
                                      "lastManualUpdatedByUser": "sample string 7",
                                      "lastUpdated": "2026-04-03T06:17:22.7537578",
                                      "lastUpdatedByUser": "sample string 9",
                                      "lastUpdatedByHost": "2026-04-03T06:17:22.7537578",
                                      "doNotRangeUpdated": "2026-04-03T06:17:22.7537578",
                                      "doNotOrderUpdated": "2026-04-03T06:17:22.7537578",
                                      "tracked": "2026-04-03T06:17:22.7537578"
                                    },
                                    "allergens": [
                                      {
                                        "$id": "28",
                                        "primaryKey": {
                                          "$id": "29",
                                          "pluGuid": "9d855f40-95c1-4f8a-80de-659922315181",
                                          "contains": 2
                                        },
                                        "allergenID": 1,
                                        "pluG_UID": "QF+FncGVik+A3mWZIjFRgQ==",
                                        "pluGuid": "9d855f40-95c1-4f8a-80de-659922315181",
                                        "contains": 2,
                                        "allergenName": "sample string 3",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "28"
                                      }
                                    ],
                                    "costs": {
                                      "$id": "30",
                                      "pluG_UID": "WWo7WKWguE+e3M3+b5i6Sg==",
                                      "pluGuid": "583b6a59-a0a5-4fb8-9edc-cdfe6f98ba4a",
                                      "enteredCost": 1,
                                      "weightedAvgCost": 1,
                                      "lastCost": 1,
                                      "rawEnteredCost": 2,
                                      "rawWeightedAvgCost": 3,
                                      "rawLastCost": 4,
                                      "freight": 5.0,
                                      "freightType": 6,
                                      "costDecimals": 7,
                                      "fifoCost": 1,
                                      "updated": "2026-04-03T06:17:22.7537578",
                                      "normalCost": 1,
                                      "currentCost": 1
                                    },
                                    "sales": [
                                      {
                                        "$id": "31",
                                        "saleHeaderID": 1,
                                        "created": "2026-04-03T06:17:22.7537578",
                                        "createdLocal": "2026-04-03T06:17:22.7537578",
                                        "storeID": 3,
                                        "storeName": "sample string 4",
                                        "operatorG_Uid": "/a7tw1XVsUeINZPeHV8lPg==",
                                        "operatorGuid": "c3edaefd-d555-47b1-8835-93de1d5f253e",
                                        "operatorName": "sample string 5",
                                        "tranType": 1,
                                        "plu": 1,
                                        "pluG_UId": "PsseGwlUnUSDtEEzGj4tyQ==",
                                        "pluGuid": "1b1ecb3e-5409-449d-83b4-41331a3e2dc9",
                                        "normalPrice": 1,
                                        "totalCents": 1,
                                        "cost": 1,
                                        "grossProfit": 1,
                                        "quantity": 1,
                                        "operator": {
                                          "$ref": "7"
                                        }
                                      },
                                      {
                                        "$ref": "31"
                                      }
                                    ],
                                    "apns": [
                                      {
                                        "$id": "32",
                                        "pluID": 1,
                                        "pluG_UID": "DIbszdrSWUq6RrXJF4Zvvg==",
                                        "pluGuid": "cdec860c-d2da-4a59-ba46-b5c917866fbe",
                                        "apn": "sample string 1",
                                        "deleted": true,
                                        "storeID": 1,
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "32"
                                      }
                                    ],
                                    "tuns": [
                                      {
                                        "$id": "33",
                                        "pluG_UId": "Mq5/17Vbd02NplgnhAVQEg==",
                                        "pluGuid": "d77fae32-5bb5-4d77-8da6-582784055012",
                                        "apn": "sample string 1",
                                        "tun": "sample string 2",
                                        "cartonQuantity": 3,
                                        "product": {
                                          "$ref": "19"
                                        },
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "33"
                                      }
                                    ],
                                    "competitionPricing": [
                                      {
                                        "$id": "34",
                                        "identifier": "qG/s1PJd7UCn7PJbSlPfBQ==",
                                        "identifierGuid": "d4ec6fa8-5df2-40ed-a7ec-f25b4a53df05",
                                        "pluG_UID": "325spUfxBEeaxZjr5jrfSA==",
                                        "pluGuid": "a56c6edf-f147-4704-9ac5-98ebe63adf48",
                                        "competitionID": 1,
                                        "name": "sample string 2",
                                        "sellMultiple": 3,
                                        "retailPrice": 4,
                                        "storeName": "sample string 5"
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "supplier": {
                                      "$ref": "14"
                                    },
                                    "supplierName": "sample string 148",
                                    "children": [
                                      {
                                        "$ref": "19"
                                      },
                                      {
                                        "$ref": "19"
                                      }
                                    ],
                                    "ordering": {
                                      "$ref": "17"
                                    },
                                    "flipChartPages": [
                                      {
                                        "$id": "35",
                                        "identifier": "AKt0zrt7j02TwkYf3n7rXg==",
                                        "groupName": "sample string 1",
                                        "identifierGuid": "ce74ab00-7bbb-4d8f-93c2-461fde7eeb5e",
                                        "exists": true,
                                        "flipChartIdentifier": "h2swEy0njkamxQ6omZR1mg==",
                                        "flipChartIdentifierGuid": "13306b87-272d-468e-a6c5-0ea89994759a",
                                        "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": "NzorivZSOUKDY0Ua3lq70Q==",
                                        "groupIdentifierGuid": "8a2b3a37-52f6-4239-8363-451ade5abbd1",
                                        "flipChart": {
                                          "$id": "36",
                                          "identifier": "8CtO/r9zR0WNo/ZU4EK5Dw==",
                                          "identifierGuid": "fe4e2bf0-73bf-4547-8da3-f654e042b90f",
                                          "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": "37",
                                            "identifier": "nrBPb/6sRkyEgl/wturqcg==",
                                            "identifierGuid": "6f4fb09e-acfe-4c46-8482-5ff0b6eaea72",
                                            "name": "sample string 2",
                                            "formType": "sample string 3",
                                            "forms": [
                                              {
                                                "$id": "38",
                                                "id": 1,
                                                "g_UID": "3obwUcTH7UaakR1iItk/pA==",
                                                "guid": "51f086de-c7c4-46ed-9a91-1d6222d93fa4",
                                                "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": "8O1UvIN8EkWYDc/GkIA7nw==",
                                                "previousFormGuid": "bc54edf0-7c83-4512-980d-cfc690803b9f",
                                                "nextForm": 1,
                                                "nextFormG_UID": "0sCAH7CjT06Yk5kY7XtnjQ==",
                                                "nextFormGuid": "1f80c0d2-a3b0-4e4f-9893-9918ed7b678d",
                                                "attributes": "sample string 10",
                                                "updated": "2026-04-03T06:17:22.7537578",
                                                "positioning": 1,
                                                "contentPanel": "sample string 11",
                                                "selectionMode": 1,
                                                "maximumSelections": 1,
                                                "alteredInStore": true,
                                                "deleted": true,
                                                "blueprintID": 1,
                                                "preserveLayout": true,
                                                "mainCheckoutFormName": "sample string 13",
                                                "nextCheckoutForm": {
                                                  "$ref": "38"
                                                },
                                                "previousCheckoutForm": {
                                                  "$ref": "38"
                                                },
                                                "buttons": [
                                                  {
                                                    "$id": "39",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "okKAUdkdrk61o9RRKOtzcQ==",
                                                    "checkoutFormGuid": "518042a2-1dd9-4eae-b5a3-d45128eb7371",
                                                    "identifier": "1Oe2sFHviUyAgIFxcM1MOg==",
                                                    "identifierGuid": "b0b6e7d4-ef51-4c89-8080-817170cd4c3a",
                                                    "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": "GVR+mphntUCcTmPGdAOQlQ==",
                                                    "valueGuid": "9a7e5419-6798-40b5-9c4e-63c674039095",
                                                    "buttonText": "sample string 10",
                                                    "valueText": "sample string 11",
                                                    "drawImageAndButton": true,
                                                    "updated": "2026-04-03T06:17:22.7537578",
                                                    "action": "sample string 12",
                                                    "valueForm": {
                                                      "$ref": "38"
                                                    },
                                                    "image": {
                                                      "$id": "40",
                                                      "name": "sample string 3.sample string 4",
                                                      "imageID": 2,
                                                      "imageName": "sample string 3",
                                                      "imageExtension": "sample string 4",
                                                      "lastUpdate": "2026-04-03T06:17:22.7537578",
                                                      "imageData": "QEA=",
                                                      "readOnly": true
                                                    }
                                                  },
                                                  {
                                                    "$ref": "39"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$id": "41",
                                                    "id": 1,
                                                    "checkoutFormID": 2,
                                                    "checkoutFormG_UID": "nTsh3q9NVka3iHq7j4PJvg==",
                                                    "checkoutFormGuid": "de213b9d-4daf-4656-b788-7abb8f83c9be",
                                                    "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": "41"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "38"
                                              }
                                            ],
                                            "panels": [
                                              {
                                                "$ref": "41"
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ]
                                          },
                                          "pages": [
                                            {
                                              "$ref": "35"
                                            },
                                            {
                                              "$ref": "35"
                                            }
                                          ]
                                        },
                                        "contentPanel": {
                                          "$ref": "41"
                                        },
                                        "products": [
                                          {
                                            "$id": "42",
                                            "flipChartPageIdentifier": "u/bmYa1CWk+liHKed9mErA==",
                                            "flipChartPageIdentifierGuid": "61e6f6bb-42ad-4f5a-a588-729e77d984ac",
                                            "pluG_UID": "r8UUzaOxKUSEKlcmGR8Ixw==",
                                            "pluGuid": "cd14c5af-b1a3-4429-842a-5726191f08c7",
                                            "sortOrder": 3,
                                            "sent": true,
                                            "productChanged": true,
                                            "productImageName": "sample string 6",
                                            "productShowImageOnFlipCharts": true,
                                            "productShowTextOnFlipCharts": true,
                                            "productOverrideFlipChartText": true,
                                            "productFlipChartText": "sample string 10",
                                            "product": {
                                              "$ref": "19"
                                            },
                                            "departmentSortOrder": 11,
                                            "subDepartmentName": "sample string 12"
                                          },
                                          {
                                            "$ref": "42"
                                          }
                                        ],
                                        "productCount": 27,
                                        "pages": [
                                          {
                                            "$ref": "35"
                                          },
                                          {
                                            "$ref": "35"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "35"
                                      }
                                    ],
                                    "priceHistory": [
                                      {
                                        "$id": "43",
                                        "pluG_UID": "9gezlogi0UOdeMVGw4AB+Q==",
                                        "pluGuid": "96b307f6-2288-43d1-9d78-c546c38001f9",
                                        "price": 1,
                                        "costCalcMethod": 1,
                                        "cost": 2,
                                        "weightedAvgCost": 3,
                                        "lastCost": 4,
                                        "rawCost": 5,
                                        "rawWeightedAvgCost": 6,
                                        "rawLastCost": 7,
                                        "costDecimals": 8,
                                        "serviceFeeID": 9,
                                        "freight": 10.0,
                                        "freightType": 11,
                                        "process": "sample string 12",
                                        "user": "sample string 13",
                                        "updated": "2026-04-03T06:17:22.7537578",
                                        "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": "43"
                                      }
                                    ],
                                    "ingredients": [
                                      {
                                        "$id": "44",
                                        "pluG_UID": "eafyT2c73k2Dn3/vvWqu2A==",
                                        "ingredientGuid": "59AFQ14qb0WyMwQ0zeNQPg==",
                                        "ingredientIdentifier": "4305d0e7-2a5e-456f-b233-0434cde3503e",
                                        "quantity": 1.0,
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "ingredientText": "sample string 1",
                                        "ingredient": {
                                          "$ref": "19"
                                        }
                                      },
                                      {
                                        "$ref": "44"
                                      }
                                    ],
                                    "bins": [
                                      {
                                        "$id": "45",
                                        "pluG_UID": "eHJw3ybre06b6B607g+utw==",
                                        "pluGuid": "df707278-eb26-4e7b-9be8-1eb4ee0faeb7",
                                        "shelfLocationIdentifier": "7p6fzs2buECKVc/tjLFw1A==",
                                        "shelfLocationGuid": "ce9f9eee-9bcd-40b8-8a55-cfed8cb170d4",
                                        "labelShelfDefault": 1,
                                        "labelTalkerDefault": 1,
                                        "labelSmall": true,
                                        "labelPageLayoutG_UID": "6aXSpSCpGESXmLultGLnBg==",
                                        "labelPageLayoutGuid": "a5d2a5e9-a920-4418-9798-bba5b462e706",
                                        "updated": "2026-04-03T06:17:22.7537578",
                                        "electronicShelfLabelIdentifier": "sample string 5",
                                        "electronicshelfLabelsConfigurationID": 6,
                                        "labelShelfChanged": true,
                                        "productName": "sample string 8",
                                        "locationText": "sample string 9",
                                        "product": {
                                          "$ref": "19"
                                        },
                                        "location": {
                                          "$id": "46",
                                          "identifier": "mrR4WmwHUUSJ0Y8SAiqcWA==",
                                          "storeID": 1,
                                          "identifierGuid": "5a78b49a-076c-4451-89d1-8f12022a9c58",
                                          "name": "sample string 2",
                                          "haccp": true,
                                          "blueprintID": 1,
                                          "updated": "2026-04-03T06:17:22.7537578",
                                          "minTemp": 1,
                                          "maxTemp": 1,
                                          "checkFrequency": 1,
                                          "storeCaseConfiguration": 5,
                                          "storeName": "sample string 6",
                                          "bins": [
                                            {
                                              "$ref": "45"
                                            },
                                            {
                                              "$ref": "45"
                                            }
                                          ]
                                        }
                                      },
                                      {
                                        "$ref": "45"
                                      }
                                    ],
                                    "bin": {
                                      "$ref": "45"
                                    },
                                    "scaleLocations": [
                                      {
                                        "$id": "47",
                                        "plu": 1,
                                        "pluG_UID": "9MEU/XIL9Ui+TwKQrZtqoA==",
                                        "pluGuid": "fd14c1f4-0b72-48f5-be4f-0290ad9b6aa0",
                                        "deptNo": 1,
                                        "product": {
                                          "$ref": "19"
                                        },
                                        "scaleLocation": {
                                          "$id": "48",
                                          "id": 1,
                                          "deptNo": 1,
                                          "deptCode": "sample string 2",
                                          "name": "sample string 3",
                                          "enabled": true,
                                          "updated": "2026-04-03T06:17:22.7537578",
                                          "department": {
                                            "$id": "49",
                                            "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": "48"
                                            },
                                            "subDepartments": [
                                              {
                                                "$id": "50",
                                                "id": 1,
                                                "departmentID": 2,
                                                "name": "sample string 3",
                                                "code": "sample string 4",
                                                "departmentCode": "sample string 5",
                                                "externalSales": true,
                                                "minorDepartments": [
                                                  {
                                                    "$id": "51",
                                                    "id": 1,
                                                    "subDepartmentID": 2,
                                                    "departmentID": 3,
                                                    "name": "sample string 4",
                                                    "subDepartmentCode": "sample string 5",
                                                    "departmentCode": "sample string 6",
                                                    "code": "sample string 7",
                                                    "lesserDepartments": [
                                                      {
                                                        "$id": "52",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "subDepartmentID": 3,
                                                        "minorDepartmentID": 4,
                                                        "name": "sample string 5",
                                                        "code": "sample string 6",
                                                        "departmentCode": "sample string 7",
                                                        "subDepartmentCode": "sample string 8",
                                                        "minorDepartmentCode": "sample string 9",
                                                        "updated": "2026-04-03T06:17:22.7537578",
                                                        "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": "MJndv6/tFke8ZT/WLPj0oA==",
                                                        "labelPageLayoutGuid": "bfdd9930-edaf-4716-bc65-3fd62cf8f4a0",
                                                        "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": "53",
                                                          "dept": 1,
                                                          "category": 2,
                                                          "name": "sample string 3",
                                                          "active": true,
                                                          "mscCommodities": [
                                                            {
                                                              "$id": "54",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "commodity": 3,
                                                              "name": "sample string 4",
                                                              "active": true,
                                                              "mscSubCommodities": [
                                                                {
                                                                  "$id": "55",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "subCommodity": 4,
                                                                  "name": "sample string 5",
                                                                  "active": true,
                                                                  "subCommodityCode": "sample string 7"
                                                                },
                                                                {
                                                                  "$ref": "55"
                                                                }
                                                              ],
                                                              "commodityCode": "sample string 6"
                                                            },
                                                            {
                                                              "$ref": "54"
                                                            }
                                                          ],
                                                          "categoryCode": "sample string 5"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "54"
                                                        },
                                                        "mscDep": {
                                                          "$id": "56",
                                                          "dept": 1,
                                                          "name": "sample string 2",
                                                          "active": true,
                                                          "mscCategories": [
                                                            {
                                                              "$ref": "53"
                                                            },
                                                            {
                                                              "$ref": "53"
                                                            }
                                                          ],
                                                          "deptCode": "sample string 4"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "55"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "52"
                                                      }
                                                    ],
                                                    "updated": "2026-04-03T06:17:22.7537578",
                                                    "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": "XArW32TzhkiHv6B4arVmMA==",
                                                    "labelPageLayoutGuid": "dfd60a5c-f364-4886-87bf-a0786ab56630",
                                                    "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": "53"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "54"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "56"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "55"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "51"
                                                  }
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2026-04-03T06:17:22.7537578",
                                                "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": "LyoEvbt5aEKfO11VgcIe0g==",
                                                "labelPageLayoutGuid": "bd042a2f-79bb-4268-9f3b-5d5581c21ed2",
                                                "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": "53"
                                                },
                                                "mscCom": {
                                                  "$ref": "54"
                                                },
                                                "mscDep": {
                                                  "$ref": "56"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "55"
                                                }
                                              },
                                              {
                                                "$ref": "50"
                                              }
                                            ],
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "investmentBuyOverride": true,
                                            "updated": "2026-04-03T06:17:22.7537578",
                                            "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": "9GJfJ0KdO0mqRSs1BNolRQ==",
                                            "labelPageLayoutGuid": "275f62f4-9d42-493b-aa45-2b3504da2545",
                                            "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": "53"
                                            },
                                            "mscCom": {
                                              "$ref": "54"
                                            },
                                            "mscDep": {
                                              "$ref": "56"
                                            },
                                            "mscSubCom": {
                                              "$ref": "55"
                                            }
                                          }
                                        }
                                      },
                                      {
                                        "$ref": "47"
                                      }
                                    ],
                                    "nextPrice": {
                                      "$id": "57",
                                      "id": 1,
                                      "campaignID": 2,
                                      "campaignName": "sample string 3",
                                      "plu": 1,
                                      "hostOfferID": 1,
                                      "metcashPromotionID": "sample string 4",
                                      "metcashPromotionPlacement": "sample string 5",
                                      "pluG_UID": "eqAuaF87e0mFz5o0FT18cQ==",
                                      "pluGuid": "682ea07a-3b5f-497b-85cf-9a34153d7c71",
                                      "newPrice": 1,
                                      "pctDiscount": 1,
                                      "newCost": 1,
                                      "newCostDecimals": 6,
                                      "dealCostIdentifier": "byIqz8QsEUKm+DOfLuXn8A==",
                                      "dealCostGuid": "cf2a226f-2cc4-4211-a6f8-339f2ee5e7f0",
                                      "pluName": "sample string 7",
                                      "apn": "sample string 8",
                                      "fuelItem": true,
                                      "priceGroupG_UID": "x1q8uAFX/UuT6a+ZBRU+SQ==",
                                      "priceGroupGuid": "b8bc5ac7-5701-4bfd-93e9-af9905153e49",
                                      "itemNumber": "sample string 10",
                                      "cri": "sample string 11",
                                      "pluPrice": 12,
                                      "costCalcMethod": 13,
                                      "pluCost": 14,
                                      "pluCostIndicator": "sample string 15",
                                      "pluPriceGstPercent": 16,
                                      "pluCostGstPercent": 17,
                                      "pluActive": true,
                                      "cartonQty": 1.1,
                                      "baseUnits": 19.1,
                                      "salesMode": 1,
                                      "pluNormalCost": 20,
                                      "pluaws": 21.0,
                                      "directNumber": "sample string 22",
                                      "departmentName": "sample string 23",
                                      "subDepartmentName": "sample string 24",
                                      "priceGroupName": "sample string 25",
                                      "supplierName": "sample string 26",
                                      "stockOnHand": 1.1,
                                      "stockOnOrder": 1.1,
                                      "lastReceived": "2026-04-03T06:17:22.7537578",
                                      "rrp": 27,
                                      "campaignDescription": "sample string 28",
                                      "hostCampaign": true,
                                      "hostIdentifier": "QEA=",
                                      "hostIdentifierGuid": "dfcdf1f3-9e48-4e47-8090-981822b9f180",
                                      "campaignComboPriceGroupG_UID": "CgQSUk/k7EWxA2lgX6ZTSQ==",
                                      "campaignComboPriceGroupIdentifier": "5212040a-e44f-45ec-b103-69605fa65349",
                                      "promotionPlacementDescription": "sample string 30",
                                      "storeAcceptances": [
                                        {
                                          "$id": "58",
                                          "plu": 1,
                                          "pluG_UId": "QEA=",
                                          "campaignID": 1,
                                          "campaignName": "sample string 2",
                                          "storeID": 3,
                                          "acceptedUtc": "2026-04-03T06:17:22.7537578",
                                          "operatorG_UID": "cw5bznZgSkyqZ1ATPQz6xA==",
                                          "operatorGuid": "ce5b0e73-6076-4c4a-aa67-50133d0cfac4",
                                          "machineID": 1,
                                          "processed": true,
                                          "appliedUtc": "2026-04-03T06:17:22.7537578",
                                          "signIqTicketFileMovedUtc": "2026-04-03T06:17:22.7537578",
                                          "user": "sample string 6",
                                          "campaignDescription": "sample string 7",
                                          "productDesc": "sample string 8",
                                          "storeName": "sample string 9",
                                          "effectiveUtc": "2026-04-03T06:17:22.7537578",
                                          "priceChangeType": 0,
                                          "operatorName": "sample string 10",
                                          "hostCampaign": true,
                                          "hostIdentifier": "QEA=",
                                          "hostIdentifierGuid": "5b6e0fc5-1a9e-49c0-ab97-2bd09534af6b",
                                          "product": {
                                            "$ref": "19"
                                          },
                                          "campaignPlu": {
                                            "$ref": "57"
                                          },
                                          "fuelItem": true
                                        },
                                        {
                                          "$ref": "58"
                                        }
                                      ],
                                      "campaign": {
                                        "$id": "59",
                                        "id": 1,
                                        "storeID": 2,
                                        "name": "116589ad-af2e-4b96-819e-800740d6065d",
                                        "nameGuid": "116589ad-af2e-4b96-819e-800740d6065d",
                                        "description": "sample string 4",
                                        "showDiscounts": true,
                                        "showTotals": true,
                                        "onlyEvaluateOnSubtotal": true,
                                        "useDescription": true,
                                        "campaignType": 1,
                                        "startDate": "2026-04-03T06:17:22.7537578",
                                        "startTime": 1,
                                        "endDate": "2026-04-03T06:17:22.7537578",
                                        "endTime": 1,
                                        "recurrence": 1,
                                        "recurrenceType": 1,
                                        "monthType": 1,
                                        "weekDays": 1,
                                        "months": 1,
                                        "monthWeeks": 1,
                                        "monthDays": "sample string 7",
                                        "printed": true,
                                        "talkerText": "sample string 8",
                                        "rangeDescription": "sample string 9",
                                        "dealDescription": "sample string 10",
                                        "labelQuantity": 11,
                                        "active": 1,
                                        "deactivated": "2026-04-03T06:17:22.7537578",
                                        "system": true,
                                        "created": "2026-04-03T06:17:22.7537578",
                                        "updated": "2026-04-03T06:17:22.7537578",
                                        "priceChangeNotifiedUtc": "2026-04-03T06:17:22.7537578",
                                        "promoType": 1,
                                        "promotionTypeCode": "sample string 13",
                                        "hostIdentifier": "gjfbdQJT2UeQEbAXShRioQ==",
                                        "hostIdentifierGuid": "75db3782-5302-47d9-9011-b0174a1462a1",
                                        "hostType": 14,
                                        "createdByUser": "sample string 15",
                                        "fromHost": true,
                                        "deleted": true,
                                        "campaignDeleted": "2026-04-03T06:17:22.7537578",
                                        "updatedByUser": "sample string 18",
                                        "offerID": 1,
                                        "isPriceChangeCampaign": true,
                                        "stores": [
                                          1,
                                          2
                                        ],
                                        "storeNames": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "campaignPlus": [
                                          {
                                            "$ref": "57"
                                          },
                                          {
                                            "$ref": "57"
                                          }
                                        ],
                                        "campaignPools": [
                                          {
                                            "$id": "60",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "plu": 4,
                                            "pluG_UID": "oDCc0kmOTEKHkbBTHEGgNQ==",
                                            "pluGuid": "d29c30a0-8e49-424c-8791-b0531c41a035",
                                            "hostOfferID": 1,
                                            "priceGroupG_UID": "g7O5tFtd4Ee0Buk83vyKDw==",
                                            "priceGroupGuid": "b4b9b383-5d5b-47e0-b406-e93cdefc8a0f",
                                            "fuelItem": true,
                                            "pluName": "sample string 6",
                                            "apn": "sample string 7",
                                            "pluActive": true,
                                            "cartonQty": 1,
                                            "baseUnits": 9.1,
                                            "cri": "sample string 10",
                                            "salesMode": 1,
                                            "pluaws": 11.0,
                                            "directNumber": "sample string 12",
                                            "departmentName": "sample string 13",
                                            "subDepartmentName": "sample string 14",
                                            "priceGroupName": "sample string 15",
                                            "supplierName": "sample string 16",
                                            "stockOnHand": 1.1,
                                            "stockOnOrder": 1.1,
                                            "lastReceived": "2026-04-03T06:17:22.7537578",
                                            "rrp": 17,
                                            "campaignDescription": "sample string 18",
                                            "product": {
                                              "$ref": "19"
                                            },
                                            "campaign": {
                                              "$ref": "59"
                                            }
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ],
                                        "sellingRules": [
                                          {
                                            "$id": "61",
                                            "id": 1,
                                            "identifier": "fzyzCxEpCkCh1s9CYnJpOw==",
                                            "identifierStr": "fzyzCxEpCkCh1s9CYnJpOw==",
                                            "identifierGuid": "0bb33c7f-2911-400a-a1d6-cf426272693b",
                                            "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": "59"
                                            }
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ],
                                        "customers": [
                                          {
                                            "$id": "62",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "customerID": "WjOKTVkRakmjgBRCfuhvOQ==",
                                            "customerIDGuid": "4d8a335a-1159-496a-a380-14427ee86f39",
                                            "campaign": {
                                              "$ref": "59"
                                            },
                                            "customer": {
                                              "$ref": "2"
                                            }
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ],
                                        "customerGroups": [
                                          {
                                            "$id": "63",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "groupID": "BayjtBXVQUGCQweaI6BdLQ==",
                                            "groupIDGuid": "b4a3ac05-d515-4141-8243-079a23a05d2d",
                                            "campaign": {
                                              "$ref": "59"
                                            },
                                            "group": {
                                              "$id": "64",
                                              "identifier": "KuW7VWCiy0yYXfhBRzrSow==",
                                              "identifierGuid": "55bbe52a-a260-4ccb-985d-f841473ad2a3",
                                              "name": "sample string 2",
                                              "primaryContact": "GULCrs1HvkWYFqH8fy9Ybw==",
                                              "primaryContactGuid": "aec24219-47cd-45be-9816-a1fc7f2f586f",
                                              "accountID": "eliTq9LakEy6GBaHl45nDA==",
                                              "accountIDGuid": "ab93587a-dad2-4c90-ba18-1687978e670c",
                                              "special": true,
                                              "updated": "2026-04-03T06:17:22.7537578",
                                              "active": true,
                                              "reasonInactive": 1,
                                              "priceLevelIdentifier": "L37KAePtQ0W+ITFQies1rw==",
                                              "priceLevelIdentifierGuid": "01ca7e2f-ede3-4543-be21-315089eb35af",
                                              "marketingListID": "sample string 7",
                                              "deleted": true,
                                              "account": {
                                                "$ref": "1"
                                              },
                                              "primaryContactCustomer": {
                                                "$ref": "2"
                                              },
                                              "customerGroupMembers": [
                                                {
                                                  "$id": "65",
                                                  "id": 1,
                                                  "groupID": "9w9MBwuSS0SWZlO+rZDpyQ==",
                                                  "groupIDGuid": "074c0ff7-920b-444b-9666-53bead90e9c9",
                                                  "customerID": "G39t7TH9tkOcHaVe5pqNQg==",
                                                  "customerIDGuid": "ed6d7f1b-fd31-43b6-9c1d-a55ee69a8d42",
                                                  "card": "sample string 4",
                                                  "linkedAccount": "Bb7V3fLnP0umvk1AVAwyFg==",
                                                  "linkedAccountGuid": "ddd5be05-e7f2-4b3f-a6be-4d40540c3216",
                                                  "customer": {
                                                    "$ref": "2"
                                                  },
                                                  "group": {
                                                    "$ref": "64"
                                                  },
                                                  "customerCard": {
                                                    "$ref": "3"
                                                  }
                                                },
                                                {
                                                  "$ref": "65"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "signIqTickets": [
                                          {
                                            "$id": "66",
                                            "identifier": "E0vuvSpmWUGt8hsWNWypTw==",
                                            "identifierGuid": "bdee4b13-662a-4159-adf2-1b16356ca94f",
                                            "campaignName": "sample string 2",
                                            "message": "sample string 3",
                                            "ticketFileSource": "sample string 4",
                                            "ticketFileDestination": "sample string 5",
                                            "storeID": 1
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "comboPriceGroups": [
                                          {
                                            "$id": "67",
                                            "id": 1,
                                            "campaignID": 2,
                                            "campaignName": "sample string 3",
                                            "g_UID": "7U7XSb4jSUOpW6DcrRXf3Q==",
                                            "guid": "49d74eed-23be-4349-a95b-a0dcad15dfdd",
                                            "description": "sample string 5",
                                            "newPrice": 1,
                                            "rangeDescription": "sample string 6",
                                            "dealDescription": "sample string 7",
                                            "labelQuantity": 8,
                                            "hostProductCategoryID": 1,
                                            "offerID": 1,
                                            "dontUpdatePricePlus": true,
                                            "campaign": {
                                              "$ref": "59"
                                            },
                                            "comboPricePlus": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupG_UID": "/0Kd9mKRGU6pV9GRxNxhNQ==",
                                                "groupGuid": "f69d42ff-9162-4e19-a957-d191c4dc6135",
                                                "comboPriceType": 5,
                                                "priceType": 5,
                                                "pluG_UID": "sPH6FyNbC0Gf3ef1/DNRvw==",
                                                "pluGuid": "17faf1b0-5b23-410b-9fdd-e7f5fc3351bf",
                                                "priceGroupG_UID": "tIyjcDi0e0a1rH/O3Bk3Zw==",
                                                "priceGroupGuid": "70a38cb4-b438-467b-b5ac-7fcedc193767",
                                                "campaignPoolID": "sample string 7",
                                                "quantity": 1,
                                                "campaign": {
                                                  "$ref": "59"
                                                },
                                                "product": {
                                                  "$ref": "19"
                                                },
                                                "priceGroup": {
                                                  "$ref": "25"
                                                },
                                                "campaignPool": {
                                                  "$ref": "59"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ],
                                        "priceLevels": [
                                          {
                                            "$id": "69",
                                            "id": 1,
                                            "priceLevelIdentifier": "Eo3G1EZ9V0OOYfUQ0J6o8Q==",
                                            "priceLevelIdentifierGuid": "d4c68d12-7d46-4357-8e61-f510d09ea8f1",
                                            "campaignName": "sample string 3",
                                            "priceLevelName": "sample string 4"
                                          },
                                          {
                                            "$ref": "69"
                                          }
                                        ],
                                        "promotionType": {
                                          "$id": "70",
                                          "identifier": "1nVPt6MFB06n6Pl1OEA12Q==",
                                          "identifierGuid": "b74f75d6-05a3-4e07-a7e8-f975384035d9",
                                          "hostType": 2,
                                          "code": "sample string 3",
                                          "description": "sample string 4",
                                          "isLiquor": true,
                                          "isAdvertised": true,
                                          "disableWasSave": true,
                                          "excludeFromPromoSales": true,
                                          "labelPageLayoutG_UID": "jbBDB/bP1EOu7NOnqqfHbA==",
                                          "labelPageLayoutGuid": "0743b08d-cff6-43d4-aeec-d3a7aaa7c76c",
                                          "priceLevelIdentifier": "xqt8EUF+1Eish45JgD7ViQ==",
                                          "priceLevelIdentifierGuid": "117cabc6-7e41-48d4-ac87-8e49803ed589",
                                          "active": true,
                                          "updated": "2026-04-03T06:17:22.7537578",
                                          "hostName": "sample string 11"
                                        }
                                      },
                                      "product": {
                                        "$ref": "19"
                                      },
                                      "dealCost": {
                                        "$id": "71",
                                        "headerIdentifier": "yFAAaVXV+k6sKgkxsXvQpA==",
                                        "headerIdentifierGuid": "690050c8-d555-4efa-ac2a-0931b17bd0a4",
                                        "identifier": "E1FW30188kCJAB+tcH6nXQ==",
                                        "identifierGuid": "df565113-7c4d-40f2-8900-1fad707ea75d",
                                        "supplierIdentifier": "hBJ1wHYWc0689DPaTJJedQ==",
                                        "supplierGuid": "c0751284-1676-4e73-bcf4-33da4c925e75",
                                        "pluG_UID": "cVzlKteA10qD4qnH6HLjwg==",
                                        "pluGuid": "2ae55c71-80d7-4ad7-83e2-a9c7e872e3c2",
                                        "campaignName": "29244a49-c2b3-46f3-8244-618c03319b7f",
                                        "description": "sample string 4",
                                        "cost": 5,
                                        "costDecimals": 6,
                                        "start": "2026-04-03T06:17:22.7537578",
                                        "end": "2026-04-03T06:17:22.7537578",
                                        "type": 9,
                                        "promoType": 10,
                                        "bonusItemPLUG_UID": "JYCj4CIR+0KqOjpKelhJXQ==",
                                        "bonusItemPluGuid": "e0a38025-1122-42fb-aa3a-3a4a7a58495d",
                                        "bonusPurchaseUnits": 11,
                                        "bonusReceiveUnits": 12,
                                        "updated": "2026-04-03T06:17:22.7537578",
                                        "metcashPromotionID": "sample string 14",
                                        "fromHost": 15,
                                        "storeNames": "sample string 16",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "supplierName": "sample string 17",
                                        "campaignDescription": "sample string 18",
                                        "newPrice": 1,
                                        "campaignMetcashPromotionID": "sample string 19",
                                        "campaignActive": true,
                                        "campaignStartDate": "2026-04-03T06:17:22.7537578",
                                        "campaignEndDate": "2026-04-03T06:17:22.7537578",
                                        "masterPLUG_UID": "wp57K/A5pEyD7IWT8pXxHQ==",
                                        "masterID": "2b7b9ec2-39f0-4ca4-83ec-8593f295f11d",
                                        "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": "fHcudBPaJkO9o3fbh7LwQg==",
                                        "bonusMasterID": "742e777c-da13-4326-bda3-77db87b2f042",
                                        "bonusProductName": "sample string 34",
                                        "bonusProductAPN": "sample string 35",
                                        "bonusOrderCode": "sample string 36",
                                        "bonusNormalSell": 37,
                                        "bonusNormalCost": 38,
                                        "bonusNormalCostDecimals": 39,
                                        "bonusCartonQuantity": 40,
                                        "bonusSalesMode": 41,
                                        "bonusOrderPacked": 42,
                                        "bonusFuelItem": true,
                                        "bonusActive": true
                                      }
                                    },
                                    "currentCostStart": "2026-04-03T06:17:22.7537578",
                                    "dealCosts": [
                                      {
                                        "$ref": "71"
                                      },
                                      {
                                        "$ref": "71"
                                      }
                                    ],
                                    "tags": [
                                      {
                                        "$id": "72",
                                        "pluG_UID": "wdJPgSqqJUCiUESIqaJ6DA==",
                                        "pluGuid": "814fd2c1-aa2a-4025-a250-4488a9a27a0c",
                                        "tagID": 1,
                                        "description": "sample string 1",
                                        "storeIDs": [
                                          1,
                                          2
                                        ]
                                      },
                                      {
                                        "$ref": "72"
                                      }
                                    ],
                                    "alternateProductG_UID": "xGhN3u1iXEeZDSyzF+HguQ==",
                                    "alternateProduct": "de4d68c4-62ed-475c-990d-2cb317e1e0b9",
                                    "altProduct": {
                                      "$ref": "19"
                                    },
                                    "productHostCode": {
                                      "$id": "73",
                                      "id": 1,
                                      "pluG_UID": "KeZ4qrNnzU2K8AuN/q5uzA==",
                                      "pluGuid": "aa78e629-67b3-4dcd-8af0-0b8dfeae6ecc",
                                      "ibaCode": "sample string 2"
                                    },
                                    "mscCat": {
                                      "$ref": "53"
                                    },
                                    "mscCom": {
                                      "$ref": "54"
                                    },
                                    "mscDep": {
                                      "$ref": "56"
                                    },
                                    "mscSubCom": {
                                      "$ref": "55"
                                    },
                                    "isUserUpdate": true,
                                    "ignoreMasterProduct": true,
                                    "priceGroupLabelRequested": true,
                                    "firstSold": "2026-04-03T06:17:22.7537578",
                                    "inventoryTracked": "2026-04-03T06:17:22.7537578",
                                    "isNormalPriceChangesCampaign": true,
                                    "baseProductFuel": {
                                      "$id": "74",
                                      "pluG_UID": "qndYnfb9hkevb7/2TAjm1g==",
                                      "pluGuid": "9d5877aa-fdf6-4786-af6f-bff64c08e6d6",
                                      "fuelPluG_UID": "wS+IH/DRL0+vzzUjlW6VrA==",
                                      "fuelPluGuid": "1f882fc1-d1f0-4f2f-afcf-3523956e95ac",
                                      "price": 3,
                                      "productDescription": "sample string 4",
                                      "productBarcode": "sample string 5",
                                      "fuelProductDescription": "sample string 6",
                                      "fuelProductBarcode": "sample string 7",
                                      "fuelProductPrice": 8
                                    },
                                    "productFuelLinks": [
                                      {
                                        "$ref": "74"
                                      },
                                      {
                                        "$ref": "74"
                                      }
                                    ]
                                  },
                                  "supplier": {
                                    "$ref": "14"
                                  },
                                  "serviceFee": {
                                    "$id": "75",
                                    "id": 1,
                                    "description": "sample string 1",
                                    "fee": 1
                                  },
                                  "isPrimaryHost": true,
                                  "hostVendor": 48
                                },
                                {
                                  "$ref": "17"
                                }
                              ],
                              "orderCycleHeaders": [
                                {
                                  "$id": "76",
                                  "storeID": 1,
                                  "supplierIdentifier": "MEgiXd5fEkmASrnz8mRmbg==",
                                  "supplierGuid": "5d224830-5fde-4912-804a-b9f3f264666e",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "storeName": "sample string 5",
                                  "departmentName": "sample string 6",
                                  "orderDays": 7
                                },
                                {
                                  "$ref": "76"
                                }
                              ],
                              "cycles": [
                                {
                                  "$id": "77",
                                  "storeID": 1,
                                  "supplierIdentifier": "1lQGovCtdUGlpWxHcK87Kg==",
                                  "supplierGuid": "a20654d6-adf0-4175-a5a5-6c4770af3b2a",
                                  "departmentCode": "sample string 2",
                                  "warehouseDirectIndicator": "sample string 3",
                                  "type": 4,
                                  "cutOffWeek": 5,
                                  "cutOffDay": 6,
                                  "cutOffTime": "00:00:00.1234567",
                                  "leadTime": 7,
                                  "daysBuffer": 8,
                                  "supplierName": "sample string 9",
                                  "cutOffDate": "2026-04-03T06:17:22.7537578",
                                  "deliveryDate": "2026-04-03T06:17:22.7537578",
                                  "nextCutOffDate": "2026-04-03T06:17:22.7537578",
                                  "nextDeliveryDate": "2026-04-03T06:17:22.7537578",
                                  "nextDaysBuffer": 10
                                },
                                {
                                  "$ref": "77"
                                }
                              ],
                              "store": {
                                "$ref": "9"
                              },
                              "updated": "2026-04-03T06:17:22.7537578",
                              "isHost": true
                            },
                            "files": [
                              {
                                "$id": "78",
                                "id": "sample string 1",
                                "fileName": "sample string 2",
                                "extension": "sample string 3",
                                "provider": 0,
                                "type": 0,
                                "hostType": "sample string 4",
                                "createdUtc": "2026-04-03T06:17:22.7537578",
                                "processed": "2026-04-03T06:17:22.7537578",
                                "isProcessing": true,
                                "processedCount": 6,
                                "processingTime": 1,
                                "collectedUtc": "2026-04-03T06:17:22.7537578",
                                "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": "13"
                                },
                                "metcashHeader": {
                                  "$id": "79",
                                  "customerNumber": "sample string 1",
                                  "creationDate": "2026-04-03T06:17:22.7537578",
                                  "businessPillar": "sample string 3",
                                  "fileType": "sample string 4"
                                }
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "zoneMatrix": [
                              {
                                "$id": "80",
                                "id": 1,
                                "hostIdentifier": "n4UMdtQqCkCiY6gIhknHeA==",
                                "hostIdentifierGuid": "760c859f-2ad4-400a-a263-a8088649c778",
                                "storeID": 1,
                                "departmentCode": "sample string 2",
                                "hostGuids": [
                                  "2a985618-3e9b-4515-9ade-93f026f2ac17",
                                  "25040559-336a-4165-bb5e-48597dbd4cd7"
                                ]
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "hostFileStoreSetting": {
                              "$ref": "12"
                            },
                            "hostStoreSettings": [
                              {
                                "$ref": "12"
                              },
                              {
                                "$ref": "12"
                              }
                            ],
                            "promotionPlacements": [
                              {
                                "$id": "81",
                                "identifier": "Uj03Yag4QEKoclKpfQZIIA==",
                                "identifierGuid": "61373d52-38a8-4240-a872-52a97d064820",
                                "code": "sample string 2",
                                "description": "sample string 3",
                                "isAdvertised": true
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "promoTypeGuids": [
                              "8cfab9ab-cf5c-4d0a-b928-eb6940c03087",
                              "759dd852-1790-4576-a03a-94c0b776eb72"
                            ],
                            "isPromotionOnly": false,
                            "isOrderable": false,
                            "vendor": 0
                          },
                          "groupIDs": [
                            1,
                            2
                          ],
                          "hostDescription": "sample string 27"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "accounts": [
                        {
                          "$id": "82",
                          "id": 1,
                          "storeID": 1,
                          "accountName": "sample string 2",
                          "bsb": "sample string 3",
                          "accountNumber": "sample string 4",
                          "accountDesignated": true
                        },
                        {
                          "$ref": "82"
                        }
                      ],
                      "sales": [
                        {
                          "$id": "83",
                          "id": 1,
                          "storeID": 1,
                          "externalSalesType": 2,
                          "ftpSiteID": 1,
                          "lastSaleProcessed": "2026-04-03T06:17:22.7537578",
                          "ftpSite": {
                            "$id": "84",
                            "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": "83"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$ref": "80"
                        },
                        {
                          "$ref": "80"
                        }
                      ],
                      "cashManagements": [
                        {
                          "$id": "85",
                          "id": 1,
                          "storeID": 1,
                          "cashManagementType": 2,
                          "apiID": 1,
                          "organisationID": "sample string 3",
                          "siteName": "sample string 4",
                          "thirdPartyAPI": {
                            "$id": "86",
                            "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": "85"
                        }
                      ],
                      "updateStoreID": "2564b4ee-6400-4907-ac8a-8421842145f6",
                      "updateStore": {
                        "$id": "87",
                        "id": "fe60b539-1a8c-4c0b-87af-f88273a80b16",
                        "name": "sample string 1",
                        "lastActivity": "2026-04-03T06:17:22.7537578",
                        "zone": "sample string 2",
                        "timeZoneOffset": 0.0,
                        "businessHoursStart": "00:00:00.1234567",
                        "businessHoursEnd": "00:00:00.1234567",
                        "master": true,
                        "lastIP": "sample string 10",
                        "lastHostName": "sample string 11",
                        "ping": 1,
                        "pingStatus": "sample string 12",
                        "lastUpdateCompleted": "2026-04-03T06:17:22.7537578"
                      },
                      "timeZoneId": "sample string 54",
                      "securityOptions": {
                        "$id": "88",
                        "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": "8"
                  }
                ]
              },
              "customer": {
                "$ref": "2"
              },
              "communityOrganisation": {
                "$id": "89",
                "id": 1,
                "identifier": "ncdl42BuYkK0u/np3CcC8Q==",
                "identifierGuid": "e365c79d-6e60-4262-b4bb-f9e9dc2702f1",
                "name": "sample string 3",
                "lookupIdentifier": "sample string 4",
                "externalID": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "postCode": "sample string 12",
                "state": "sample string 13",
                "country": "sample string 14",
                "abn": "sample string 15",
                "promoPeriodStart": "2026-04-03T06:17:22.7537578",
                "promoPeriodEnd": "2026-04-03T06:17:22.7537578",
                "allowDonations": true,
                "logoImageName": "sample string 17",
                "totalAmountAwarded": 18.1,
                "updated": "2026-04-03T06:17:22.7537578",
                "deleted": true
              },
              "details": [
                {
                  "$id": "90",
                  "saleItemID": 1,
                  "identifier": "dcUmVCDJDE+LwwCKkp19kQ==",
                  "identifierGuid": "5426c575-c920-4f0c-8bc3-008a929d7d91",
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "iO6muN53B0uk+I0b6aSmQw==",
                  "pluGuid": "b8a6ee88-77de-4b07-a4f8-8d1be9a4a643",
                  "accountID": "Lht8/gr8tUGlpZ1Hwb28Fg==",
                  "accountIDGuid": "fe7c1b2e-fc0a-41b5-a5a5-9d47c1bdbc16",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 8,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "offline": true,
                  "barcode": "sample string 9",
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 10",
                  "bestOrExpire": "2026-04-03T06:17:22.7537578",
                  "bestOrExpireType": 1,
                  "providerName": "sample string 11",
                  "refundG_UID": "lk3HKqqbx0+CoOH/8H6j6A==",
                  "refundGuid": "2ac74d96-9baa-4fc7-82a0-e1fff07ea3e8",
                  "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": "EuXhgaIFK0eeRHgp2OhBNQ==",
                  "idempotentVoidGuid": "81e1e512-05a2-472b-9e44-7829d8e84135",
                  "priceLevelIdentifier": "bGAs7a7p0EGiC33krJw35g==",
                  "priceLevelIdentifierGuid": "ed2c606c-e9ae-41d0-a20b-7de4ac9c37e6",
                  "communityIdentifier": "cUYg6A+gTUGYgDk5228ydw==",
                  "communityIdentifierGuid": "e8204671-a00f-414d-9880-3939db6f3277",
                  "productName": "sample string 23",
                  "apn": "sample string 24",
                  "unknownScans": [
                    {
                      "$id": "91",
                      "id": 1,
                      "saleDetailID": 2,
                      "storeID": 1,
                      "scanned": "2026-04-03T06:17:22.7537578",
                      "operatorG_UID": "QEA=",
                      "barcode": "sample string 4",
                      "processed": 1
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "refund": {
                    "$id": "92",
                    "id": 1,
                    "g_UID": "kbp+xr3fXkWCnMPSSPrEIQ==",
                    "guid": "c67eba91-dfbd-455e-829c-c3d248fac421",
                    "description": "sample string 1",
                    "dumped": true,
                    "inventoryReasonID": 1,
                    "sortOrder": 1,
                    "updated": "2026-04-03T06:17:22.7537578"
                  },
                  "modifier": {
                    "$id": "93",
                    "id": 1,
                    "setG_UID": "ydPzOtikeUSFh+fMKuqmwA==",
                    "modifierSetGuid": "3af3d3c9-a4d8-4479-8587-e7cc2aeaa6c0",
                    "name": "sample string 2",
                    "price": 1,
                    "quantity": 1,
                    "modifierType": 1,
                    "groupNumber": 1,
                    "pageNumber": 1,
                    "controlOrder": 1,
                    "printToStation": true,
                    "pluG_UID": "VTRPAPNSC0uU1TGq1fQuzQ==",
                    "pluGuid": "004f3455-52f3-4b0b-94d5-31aad5f42ecd",
                    "deleted": true,
                    "g_UID": "tJMix+pw6UCnspAafIKy9w==",
                    "guid": "c72293b4-70ea-40e9-a7b2-901a7c82b2f7",
                    "product": {
                      "$ref": "19"
                    }
                  },
                  "priceLevelName": "sample string 25",
                  "pumpNumber": 1,
                  "hoseNumber": 1
                },
                {
                  "$ref": "90"
                }
              ],
              "eftReceipts": [
                {
                  "$id": "94",
                  "id": 1,
                  "storeID": 1,
                  "saleHeaderID": 2,
                  "storeSaleHeader": {
                    "$ref": "5"
                  },
                  "receipt": "sample string 3",
                  "processed": 1
                },
                {
                  "$ref": "94"
                }
              ],
              "payments": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "cards": [
                {
                  "$id": "95",
                  "id": 1,
                  "saleHeaderID": 1,
                  "identifier": "sample string 2",
                  "cardType": 3,
                  "providerName": "sample string 4"
                },
                {
                  "$ref": "95"
                }
              ],
              "campaignHits": [
                {
                  "$id": "96",
                  "id": 1,
                  "saleHeaderID": 2,
                  "campaign": "sample string 3",
                  "name": "sample string 4",
                  "processed": 1,
                  "campaignDescription": "sample string 5"
                },
                {
                  "$ref": "96"
                }
              ],
              "fuel": [
                {
                  "$id": "97",
                  "id": 1,
                  "plu": 1,
                  "pluG_UID": "ZTHPRyCC60WCzo+evnocHA==",
                  "pluGuid": "47cf3165-8220-45eb-82ce-8f9ebe7a1c1c",
                  "saleHeaderID": 2,
                  "totalCents": 3,
                  "grade": 1,
                  "gradeDescription": "sample string 4",
                  "dispenser": 1,
                  "hose": 1,
                  "quantity": 1,
                  "cost": 1,
                  "acquirerNum": 1,
                  "attendant": 1,
                  "ePurseBalance": 1.0,
                  "cardSignature": "sample string 5",
                  "compartmentNumber": 1,
                  "contractNumber": 1,
                  "discountCardPAN": "sample string 6",
                  "discountID": 1,
                  "discountName": "sample string 7",
                  "discountNetValue": 1.0,
                  "discountType": 1,
                  "discountValue": 1.0,
                  "discretionaryData": "sample string 8",
                  "driverID": "sample string 9",
                  "eftBatchNumber": 1,
                  "eftResponseCode": "sample string 10",
                  "endDateTime": "2026-04-03T06:17:22.7537578",
                  "engineHours": 1.1,
                  "fposNumber": 1,
                  "loyaltyCardPAN": "sample string 11",
                  "miscData1": 1,
                  "miscData2": "sample string 12",
                  "miscFlags": 1,
                  "mop": 1,
                  "odometer": 1,
                  "panNumber": "sample string 13",
                  "saleRefund": true,
                  "saleStatus": 1,
                  "sequenceNumber": 1,
                  "stan": 1,
                  "startDateTime": "2026-04-03T06:17:22.7537578",
                  "tagNumber": "sample string 15",
                  "trackTwoRem": "sample string 16",
                  "transCode": 1,
                  "transType": 1,
                  "unitPrice": 1.0,
                  "vehicleReg": "sample string 17",
                  "offline": true,
                  "processed": 1
                },
                {
                  "$ref": "97"
                }
              ],
              "fuelResells": [
                {
                  "$id": "98",
                  "saleItemID": 1,
                  "saleHeaderID": 2,
                  "plu": 1,
                  "pluG_UId": "0NQlamXBXkma44e8FBW1Dw==",
                  "pluGuid": "6a25d4d0-c165-495e-9ae3-87bc1415b50f",
                  "accountID": "xgdzz7zrtkKKQC19N5LpKQ==",
                  "accountIDGuid": "cf7307c6-ebbc-42b6-8a40-2d7d3792e929",
                  "normalPrice": 3,
                  "originalSellingPrice": 4,
                  "discountPrice": 5,
                  "unit": 1,
                  "quantity": 6,
                  "totalCents": 7,
                  "fixedPrice": 1,
                  "tranType": 1,
                  "processed": 1,
                  "discountType": 1,
                  "cost": 1,
                  "costDecimals": 1,
                  "markdown": 1,
                  "manualQuantity": 1,
                  "manualPrice": 1,
                  "manualMode": 1,
                  "active": 1,
                  "barcode": "sample string 8",
                  "offline": 1,
                  "keyedSale": 1,
                  "discountedID": 1,
                  "fuelID": 1,
                  "serialNumber": "sample string 9",
                  "bestOrExpire": "2026-04-03T06:17:22.7537578",
                  "bestOrExpireType": 1,
                  "refundG_UID": "x5IvG3DOa0eJWRHCTubhzQ==",
                  "refundGuid": "1b2f92c7-ce70-476b-8959-11c24ee6e1cd",
                  "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": "98"
                }
              ],
              "customerOrder": [
                {
                  "$id": "99",
                  "identifier": "gWj8Jokp8kyb2flo1QoSFA==",
                  "identifierGuid": "26fc6881-2989-4cf2-9bd9-f968d50a1214",
                  "id": 1,
                  "orderNo": 2,
                  "externalSaleIdentifier": "sample string 3",
                  "storeID": 4,
                  "zoneID": 5,
                  "deptNo": 6,
                  "customerIdentifier": "36qbmdFBhkO2dXcMPD8Mrw==",
                  "customerIdentifierGuid": "999baadf-41d1-4386-b675-770c3c3f0caf",
                  "operatorNo": 1,
                  "operatorG_UID": "OBTKLQme50mw1it5Pe0n8Q==",
                  "operatorGuid": "2dca1438-9e09-49e7-b0d6-2b793ded27f1",
                  "created": "2026-04-03T06:17:22.7537578",
                  "ordered": "2026-04-03T06:17:22.7537578",
                  "started": "2026-04-03T06:17:22.7537578",
                  "completed": "2026-04-03T06:17:22.7537578",
                  "supplied": "2026-04-03T06:17:22.7537578",
                  "quickTicket": 1,
                  "deleted": true,
                  "walkAway": true,
                  "approxWait": 1,
                  "actualWait": 1,
                  "deliveryMethod": 8,
                  "externalSaleType": 9,
                  "customer": {
                    "$ref": "2"
                  },
                  "operator": {
                    "$ref": "7"
                  },
                  "details": [
                    {
                      "$id": "100",
                      "headerID": 1,
                      "plu": 1,
                      "pluG_UId": "T1Fk6Rwv50mBBFA2yk+HHg==",
                      "pluGuid": "e964514f-2f1c-49e7-8104-5036ca4f871e",
                      "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": "hqsVIdn6w0GgxiRC2K/ZBA==",
                      "headerIdentifierGuid": "2115ab86-fad9-41c3-a0c6-2442d8afd904",
                      "product": {
                        "$ref": "19"
                      }
                    },
                    {
                      "$ref": "100"
                    }
                  ],
                  "storeName": "sample string 11",
                  "customerName": "sample string 12",
                  "storeReplyTo": "sample string 13",
                  "storeSubjectLine": "sample string 14",
                  "storeSaleHeader": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "99"
                }
              ],
              "surveyResponses": [
                {
                  "$id": "101",
                  "surveyG_UID": "k96Ng5bfLE6ODDEgdByBLw==",
                  "surveyGuid": "838dde93-df96-4e2c-8e0c-3120741c812f",
                  "saleHeaderGuid": "upqXTD4Ji0yDhMgCozYbwg==",
                  "saleGuid": "4c979aba-093e-4c8b-8384-c802a3361bc2",
                  "textResponse": "sample string 1",
                  "integerResponse": 1,
                  "g_UIDResponse": "tOGEB44NA06nlntPp7Vgww==",
                  "guidResponse": "0784e1b4-0d8e-4e03-a796-7b4fa7b560c3",
                  "whoAnswered": 2,
                  "answeredAtUTC": "2026-04-03T06:17:22.7537578",
                  "sale": {
                    "$ref": "5"
                  },
                  "survey": {
                    "$id": "102",
                    "g_UID": "tYiuCK20t06tWhDG2AVJEg==",
                    "guid": "08ae88b5-b4ad-4eb7-ad5a-10c6d8054912",
                    "name": "sample string 1",
                    "storeID": 2,
                    "zoneID": 1,
                    "checkoutFormG_UID": "/EWPSZH8OUiIBT85o1UC4A==",
                    "checkoutFormGuid": "498f45fc-fc91-4839-8805-3f39a35502e0",
                    "displayToWho": 3,
                    "displayWhen": 4,
                    "start": "2026-04-03T06:17:22.7537578",
                    "end": "2026-04-03T06:17:22.7537578",
                    "deleted": true,
                    "updated": "2026-04-03T06:17:22.7537578",
                    "possibleIntegerResponses": [
                      1,
                      2
                    ],
                    "possibleTextResponses": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "possibleGuidResponses": [
                      "277957b3-3e6d-4277-9e1c-c1af781f89c7",
                      "2ad8344b-0a98-47f6-af2e-0fa17fc55e37"
                    ],
                    "allowsAllTextResponses": true,
                    "surveyForm": {
                      "$ref": "38"
                    }
                  },
                  "ingressId": "sample string 4"
                },
                {
                  "$ref": "101"
                }
              ],
              "storeName": "sample string 39",
              "terminalNumber": 40,
              "machineName": "sample string 41",
              "operatorName": "sample string 42",
              "direction": 1,
              "reason": "sample string 43",
              "accountG_UID": "3AD2n7yfCUiAL5lZXV/y+w==",
              "accountIdentifier": "9ff600dc-9fbc-4809-802f-99595d5ff2fb",
              "accountName": "sample string 44",
              "customerOrderIdentifier": "L/tqTEfhY0yJd1Un1/ESMg==",
              "customerOrderIdentifierGuid": "4c6afb2f-e147-4c63-8977-5527d7f11232",
              "priceLevelName": "sample string 45",
              "revision": 46,
              "ingressId": "sample string 47"
            },
            "metadata": {
              "$id": "103",
              "id": 1,
              "paymentID": 2,
              "paymentIdentifier": "naSd7QWI9k+3AspGfUTTfg==",
              "paymentIdentifierGuid": "ed9da49d-8805-4ff6-b702-ca467d44d37e",
              "identifier": "M32uUBDpmUW3tFQZxm6fvw==",
              "identifierGuid": "50ae7d33-e910-4599-b7b4-5419c66e9fbf",
              "metadata": "sample string 3",
              "signatureImage": "QEA=",
              "itemIdentifier": "5WVbN+NwBES6pUDq+9Dw4g==",
              "itemIdentifierGuid": "375b65e5-70e3-4404-baa5-40eafbd0f0e2"
            }
          },
          {
            "$ref": "4"
          }
        ]
      },
      {
        "$ref": "3"
      }
    ],
    "customerGroupMembers": [
      {
        "$ref": "65"
      },
      {
        "$ref": "65"
      }
    ],
    "customerGroups": [
      {
        "$ref": "64"
      },
      {
        "$ref": "64"
      }
    ],
    "accounts": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "account": {
      "$ref": "1"
    },
    "vouchers": [
      {
        "$id": "104",
        "customerIdentifier": "MBO7xdBm5kSxcB11SeI3XA==",
        "customerIdentifierGuid": "c5bb1330-66d0-44e6-b170-1d7549e2375c",
        "voucherName": "sample string 2",
        "count": 3,
        "storeID": 4,
        "barcode": "sample string 5",
        "redeemCount": 6,
        "issueCount": 7,
        "storeSalePaymentID": 1,
        "idempotentID": "GtedyPS06UuXNIjQx59MCQ==",
        "idempotentGuid": "c89dd71a-b4f4-4be9-9734-88d0c79f4c09",
        "offline": true,
        "voucher": {
          "$id": "105",
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "shortDescription": "sample string 4",
          "url": "sample string 5",
          "barcodeTemplateID": 1,
          "expiry": 0,
          "voucherType": 6,
          "limitPerTransaction": 7,
          "customerTracking": true,
          "discountAccount": "sample string 9",
          "endDate": "2026-04-03T06:17:22.7537578",
          "barcodeTemplate": {
            "$id": "106",
            "templateID": 1,
            "template": "sample string 1",
            "bcFunction": "sample string 2",
            "sortOrder": 3
          },
          "scaleLabel": {
            "$id": "107",
            "id": 1,
            "uid": "sample string 2",
            "name": "sample string 3",
            "width": 1.1,
            "height": 1.1,
            "showBorder": true,
            "borderWidth": 1.1,
            "borderStyle": 1,
            "borderColour": "sample string 5",
            "updated": "2026-04-03T06:17:22.7537578",
            "labelPageLayout": "5/8IffFbyEurEIl4TZgOyw==",
            "pageLayoutGuid": "7d08ffe7-5bf1-4bc8-ab10-89784d980ecb",
            "labelType": 6,
            "oldName": "sample string 7",
            "voucher": {
              "$ref": "105"
            },
            "elements": [
              {
                "$id": "108",
                "id": 1,
                "scaleLabelID": 2,
                "showPercentDI": true,
                "showAvgPerHundred": true,
                "showAvgPerServe": true,
                "name": "sample string 6",
                "x": 1.1,
                "y": 1.1,
                "width": 1.1,
                "height": 1.1,
                "type": 1,
                "rotation": 1,
                "text": "sample string 7",
                "fontFamily": "sample string 8",
                "align": 1,
                "bold": true,
                "italic": true,
                "underline": true,
                "strikeout": true,
                "reverse": true,
                "textColour": "sample string 9",
                "fontSize": 1.1,
                "picture": "QEA=",
                "borderWidth": 10,
                "sortOrder": 11,
                "printOptions": 12,
                "superScriptTextFontSize": 1.1,
                "lineStyle": 1,
                "spacingStyle": 1,
                "interCharacterSpacing": 1.1,
                "superScriptOffset": 1.1,
                "lineSpacing": 1.1,
                "dateFormat": "sample string 13",
                "autoGrow": true,
                "fontAutoResize": true,
                "updated": "2026-04-03T06:17:22.7537578"
              },
              {
                "$ref": "108"
              }
            ]
          },
          "customerVouchers": [
            {
              "$id": "109",
              "id": 1,
              "customerIdentifier": "EVhkOZ7R1kSmrFC6yMOh3g==",
              "customerIdentifierGuid": "39645811-d19e-44d6-a6ac-50bac8c3a1de",
              "voucherID": 3,
              "voucherName": "sample string 4",
              "storeID": 1,
              "barcode": "sample string 5",
              "dateOfIssue": "2026-04-03T06:17:22.7537578",
              "issuedSaleHeaderID": 1,
              "issuedSaleIdentifier": "sample string 7",
              "issuedOfflinePaymentID": 1,
              "issuedIdempotentID": "X6mzsNbDDkqrfkSC1b0y2Q==",
              "issuedIdempotentGuid": "b0b3a95f-c3d6-4a0e-ab7e-4482d5bd32d9",
              "issuedOffline": true,
              "issuedUser": "sample string 9",
              "issuedNotes": "sample string 10",
              "expiryDate": "2026-04-03T06:17:22.7537578",
              "expiredUser": "sample string 11",
              "expiredNotes": "sample string 12",
              "redeemed": "2026-04-03T06:17:22.7537578",
              "redeemedSaleHeaderID": 1,
              "redeemedSaleIdentifier": "sample string 13",
              "redeemedOfflinePaymentID": 1,
              "redeemedIdempotentID": "yx6rLL025EWGk/3K6JbDZQ==",
              "redeemedIdempotentGuid": "2cab1ecb-36bd-45e4-8693-fdcae896c365",
              "redeemedUser": "sample string 14",
              "redeemedNotes": "sample string 15",
              "redeemedOffline": true,
              "updated": "2026-04-03T06:17:22.7537578",
              "storeName": "sample string 17",
              "scaleLabel": {
                "$ref": "107"
              },
              "voucher": {
                "$ref": "105"
              },
              "customer": {
                "$ref": "2"
              },
              "issuedOfflinePayment": {
                "$ref": "4"
              },
              "redeemedOfflinePayment": {
                "$ref": "4"
              }
            },
            {
              "$ref": "109"
            }
          ]
        },
        "customer": {
          "$ref": "2"
        }
      },
      {
        "$ref": "104"
      }
    ]
  },
  "card": {
    "$ref": "3"
  },
  "members": {
    "$id": "110",
    "sample string 1": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "sample string 2": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ]
  },
  "customerGroups": [
    {
      "$ref": "64"
    },
    {
      "$ref": "64"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK+2�\�p���5xl/workbook.xml �(�����0��&�C��(��N\�z�^�V�O�||K	$޼���~;t2nx3����\��lE��=(�Ƃ�;a�b!J�"Fɡ5��@rʲ�8Y�F�^Z��?,o���A�J1�q��!D�f	�O2k��Dd	��M��")����,0��s�j|��U2�K��s~-���
%�����w�PK+2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
+2�\��`''_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="Rf780f50afedd4204" /></Relationships>PK+2�\]�0�xl/worksheets/sheet1.xml �(��X�R�<}�L�?G��/�qK�i�����w�C2%1c��w�ؖ5Q�0>��Ξ�+�����=eE9ϗ�}��~/[N��|yw��n�3�7��s^�.gYV��,������r2��2��%��͋Ÿ���� ���O��|�Ȗ�S�"�W�T9�?���l��*�l<]oaq��j1�/���tN�W����a?���{��p���g�e㹷:��y�{��lz�gk�>^�~Y�����ʟO��ݬ"��:f�ߗ���|�]���Y�|�O��a�&\0��<�U��y�5w�/q���m�D*TBf��zw<n�q�:1L0!�5B��xQ�oF�-�E!#��M���E�%���Ѱ;^m�U��BJk���&^o�%�5P03��o6��ί�E��1�D���x[��	-Hm8���	��;P�5R�Z�#��xSC�VZ��J
��D����N~���	��R�c��N���@�p�(FN�<R�$�e[CR���N�\5	���"nB�T�u�Vi��hC*�Ȑ;r�4"�X�-�P�R8%��gFX��U�R��"���8�FS��)�IZR$��l�a-E��r��8��$ԒE-�xPbK��$��)�U�1�o*�$	��V�U��-�i�k��"�l���k;
�m�������3�N��� $J����J�H�A��$aZ]I��b#�i��M�md�n�r�-�D3-��0�t�Z�Pi��h�F28
���Z8
b�A	�]����j�28-b�EI>���tւA�I�El�Ejt*(+1���ikMj�4�� #�a�r�[_���x4,��^�~M�WO)=��K$�K��>��p�� �v��x�E@q�E`�m�q!ۈ�.B��]�n#κ�F|�"l�1��G�y�z�x�~
@<^? �����ģ�*���x�~@<v���{�x�� �?�ݟ����c7
�<zӀ
��7
�#8
X<�Ӏѣ8
�=�Ӏ!�#9
X=�Ӏ)ѣ9
�}��D��3��9`M�yP��vZ�;-l��-tzEyׅ�&G����ī�qs��.z�f6]���`��$�����^y��Y>�x������.�=�|��9�I�rG���⩿�!�Z+x���c��x�8�G�s���gK��ӥ�u��7����<!����=0'���;	��?u�p��I|`�p��# `AY���v:h\bg�x��y^e��������/PK+2�\	p��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;���d�M�i.`�c@�Nڜ���W��H-���&�����4����޾M#;��5
dI
�Z5���S�l7�=�2�	��gq�����{��O�L&v�u�1u�%eG�1MK��e��e����ҳ��D&���}O���(4�S��;dI�۩�O*�E^�S�����|������BF`�D+4
D���2�t�^���^:-�5�D]פ��ȅ«����PK+2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK+2�\\�NZ;+xl/sharedStrings.xml �(��W�n�8}_`�A�si�f]�$E�Yq�i_��đͭD�"�ƻ��#;�)�X`?�s���������S�[�PK^��3�G��d\��G�ޑhdIE�y)�|�9��\�I�,\*��h�T�z2��
*�e�����g��Ȫ��@�ĵ�`RP.FVZ6B�����j���lg�#�ř��_�M��٤��Y�3�0r�pv�~�j�X�"1W��f�c���jk�HU�喋�.}a\����R�5X7u�T�t~�M{���aS���9�����Ԃ��0��ċ���
�z���/�P��-74W�~��BZw��PSf���+AU��|�
�M�wt�$r�u�0k�,�`��\�kܺ�����E)�:�X'�����d���x,9F�;ո�;���e��)U��ڨT��q�?W�T��⼂�͟���YS#��+�ٚ����+
].���?!�@��({�m~ep�-�k�����m=���6o�$�#1��Fb��o7
�|=3ǣI�f$�������v��C#��Y�����r@��۲�N����Y0�	�;!>
B�)�v=��8
lc�)�m4�PH]�O�)I�$ NfQ����0B㝣<�^�[vL��<���'"�7�)����K����y̅�\���A������ݳέ��:@[�E����6%^L�ӈD�@��8N��v���Cq[�-x�iۋ�{-~�o[��~ߩ5Խ���M(h�+����-�������
���v]�r�:-��X��%c5H�h����ʟ�@[��
��9��ӯ7&�y�/q�{yv4�Z
LL����W�q�1qM�Lx�N�WQ��6�k�ǭ+"?�������{�$~����qX%�&�=J'��du�?���)o_ak�T�b.���h=۽���:��N�
oM���4MrXVm����^�!?�S�_G��=��Ѐ��0EID�ԣY�z^$:]��
3�c:~��O�W
��Қ��gx�I+T*X��N�kn����b�g�ڰii���A:M��z��64�c�Y�:��t��Ǵg�\68�l�ϐ޶����]f$�h�� |ܴ��Фea.eWϢ2����kY����b2����dX�1x��i���wS�8!�)��$�\��9j��g�7����Z6��X�����BR�
����M�x�?3댝� s����\�[n;�m�=��b����RB�[�t���O�m/&	Km�z�4H]���=&��5��D�)M���
��=��1�T���X��6�z����-K�۫_�9��t�x��.����l�
[�}5���oo-{�O���ſPK-+2�\�p���5xl/workbook.xmlPK-+2�\����	�[Content_Types].xmlPK-
+2�\��`''V_rels/.relsPK-+2�\]�0��xl/worksheets/sheet1.xmlPK-+2�\	p��P
	xl/_rels/workbook.xml.relsPK-+2�\Ѓc'2E
O
xl/styles.xmlPK-+2�\\�NZ;+�xl/sharedStrings.xmlPK�Q

application/vnd.ms-excel

Sample:
PK+2�\��G��5xl/workbook.xml �(�����0�w$�!���	A�v����nZ�Fm�(	*�O�Jll����ɑ\�$��G���]6��j�'�h�]KNC��{	j[UcE�[�	"���p8@Pd|���+�����b�ÊҠ/�����p􋜌��l2���oJ.��bQ̀ƂW��Ź5�9s���{�F�Kz�:�8KҌ��&����PK+2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
+2�\G
T>''_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="R57324b70398a4d0e" /></Relationships>PK+2�\]�0�xl/worksheets/sheet1.xml �(��X�R�<}�L�?G��/�qK�i�����w�C2%1c��w�ؖ5Q�0>��Ξ�+�����=eE9ϗ�}��~/[N��|yw��n�3�7��s^�.gYV��,������r2��2��%��͋Ÿ���� ���O��|�Ȗ�S�"�W�T9�?���l��*�l<]oaq��j1�/���tN�W����a?���{��p���g�e㹷:��y�{��lz�gk�>^�~Y�����ʟO��ݬ"��:f�ߗ���|�]���Y�|�O��a�&\0��<�U��y�5w�/q���m�D*TBf��zw<n�q�:1L0!�5B��xQ�oF�-�E!#��M���E�%���Ѱ;^m�U��BJk���&^o�%�5P03��o6��ί�E��1�D���x[��	-Hm8���	��;P�5R�Z�#��xSC�VZ��J
��D����N~���	��R�c��N���@�p�(FN�<R�$�e[CR���N�\5	���"nB�T�u�Vi��hC*�Ȑ;r�4"�X�-�P�R8%��gFX��U�R��"���8�FS��)�IZR$��l�a-E��r��8��$ԒE-�xPbK��$��)�U�1�o*�$	��V�U��-�i�k��"�l���k;
�m�������3�N��� $J����J�H�A��$aZ]I��b#�i��M�md�n�r�-�D3-��0�t�Z�Pi��h�F28
���Z8
b�A	�]����j�28-b�EI>���tւA�I�El�Ejt*(+1���ikMj�4�� #�a�r�[_���x4,��^�~M�WO)=��K$�K��>��p�� �v��x�E@q�E`�m�q!ۈ�.B��]�n#κ�F|�"l�1��G�y�z�x�~
@<^? �����ģ�*���x�~@<v���{�x�� �?�ݟ����c7
�<zӀ
��7
�#8
X<�Ӏѣ8
�=�Ӏ!�#9
X=�Ӏ)ѣ9
�}��D��3��9`M�yP��vZ�;-l��-tzEyׅ�&G����ī�qs��.z�f6]���`��$�����^y��Y>�x������.�=�|��9�I�rG���⩿�!�Z+x���c��x�8�G�s���gK��ӥ�u��7����<!����=0'���;	��?u�p��I|`�p��# `AY���v:h\bg�x��y^e��������/PK+2�\�tI��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞���j�
���ؓ8jbG��l,8W�*�6]����������m��9?Z�B�`d�U�Z8�����v��	C��z\<�+Ʒ�CX8�Rӌ>���魛1��
|Ayāx&D�ݚ�Lv8/����Qң���L��_�;zM��
Z�)y~	i���T{�����)�E�����|8O����L��P�Y�!�����FG�9�x�Ӻ�R˕�T_�U�uE��E�_���PK+2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK+2�\\�NZ;+xl/sharedStrings.xml �(��W�n�8}_`�A�si�f]�$E�Yq�i_��đͭD�"�ƻ��#;�)�X`?�s���������S�[�PK^��3�G��d\��G�ޑhdIE�y)�|�9��\�I�,\*��h�T�z2��
*�e�����g��Ȫ��@�ĵ�`RP.FVZ6B�����j���lg�#�ř��_�M��٤��Y�3�0r�pv�~�j�X�"1W��f�c���jk�HU�喋�.}a\����R�5X7u�T�t~�M{���aS���9�����Ԃ��0��ċ���
�z���/�P��-74W�~��BZw��PSf���+AU��|�
�M�wt�$r�u�0k�,�`��\�kܺ�����E)�:�X'�����d���x,9F�;ո�;���e��)U��ڨT��q�?W�T��⼂�͟���YS#��+�ٚ����+
].���?!�@��({�m~ep�-�k�����m=���6o�$�#1��Fb��o7
�|=3ǣI�f$�������v��C#��Y�����r@��۲�N����Y0�	�;!>
B�)�v=��8
lc�)�m4�PH]�O�)I�$ NfQ����0B㝣<�^�[vL��<���'"�7�)����K����y̅�\���A������ݳέ��:@[�E����6%^L�ӈD�@��8N��v���Cq[�-x�iۋ�{-~�o[��~ߩ5Խ���M(h�+����-�������
���v]�r�:-��X��%c5H�h����ʟ�@[��
��9��ӯ7&�y�/q�{yv4�Z
LL����W�q�1qM�Lx�N�WQ��6�k�ǭ+"?�������{�$~����qX%�&�=J'��du�?���)o_ak�T�b.���h=۽���:��N�
oM���4MrXVm����^�!?�S�_G��=��Ѐ��0EID�ԣY�z^$:]��
3�c:~��O�W
��Қ��gx�I+T*X��N�kn����b�g�ڰii���A:M��z��64�c�Y�:��t��Ǵg�\68�l�ϐ޶����]f$�h�� |ܴ��Фea.eWϢ2����kY����b2����dX�1x��i���wS�8!�)��$�\��9j��g�7����Z6��X�����BR�
����M�x�?3댝� s����\�[n;�m�=��b����RB�[�t���O�m/&	Km�z�4H]���=&��5��D�)M���
��=��1�T���X��6�z����-K�۫_�9��t�x��.����l�
[�}5���oo-{�O���ſPK-+2�\��G��5xl/workbook.xmlPK-+2�\����	�[Content_Types].xmlPK-
+2�\G
T>''V_rels/.relsPK-+2�\]�0��xl/worksheets/sheet1.xmlPK-+2�\�tI��P
	xl/_rels/workbook.xml.relsPK-+2�\Ѓc'2E
P
xl/styles.xmlPK-+2�\\�NZ;+�xl/sharedStrings.xmlPK�R