GET api/customer/code/{code}?Relations={Relations}&Cards={Cards}&Payments={Payments}

Get Customer

Request Information

URI Parameters

NameDescriptionTypeAdditional information
code

Customer code

string

Required

Relations

Wherther to load any relational customer information

boolean

None.

Cards

Whether customer cards are part of the customer relations to load

boolean

None.

Payments

Whether to load all the customers payments

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Matching customer

Customer
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

Code

string

String length: inclusive between 0 and 30

FamilyName

string

Required

String length: inclusive between 0 and 60

GivenName

string

String length: inclusive between 0 and 60

OtherName

string

String length: inclusive between 0 and 60

Title

string

String length: inclusive between 0 and 20

DateOfBirth

date

None.

Sex

Gender, indicated by M or F

string

String length: inclusive between 0 and 1

Address1

string

String length: inclusive between 0 and 60

Address2

string

String length: inclusive between 0 and 60

Town

string

String length: inclusive between 0 and 60

State

string

String length: inclusive between 0 and 60

Country

string

String length: inclusive between 0 and 60

PostalCode

string

String length: inclusive between 0 and 10

Email

string

Data type: EmailAddress

String length: inclusive between 0 and 100

Telephone

string

Data type: PhoneNumber

String length: inclusive between 0 and 20

Mobile

string

Data type: PhoneNumber

String length: inclusive between 0 and 20

CommunityIdentifier

Collection of byte

None.

CommunityIdentifierGuid

globally unique identifier

None.

Joined

date

Data type: DateTime

Updated

date

Data type: DateTime

Active

boolean

None.

ReasonInactive

integer

None.

GroupCustomer

boolean

None.

LoyaltyPoints

integer

None.

HomeStoreID

NOT to be used to restrict a customer

integer

None.

AvailableSpend

Loyalty points available to spend

integer

None.

PriceLevelIdentifier

Collection of byte

None.

PriceLevelIdentifierGuid

globally unique identifier

None.

MarketingID

string

None.

ReceiptPrintOptions

ReceiptPrintOptions

None.

Hidden

Hidden from POS lookup

boolean

None.

Registered

Customer has registered via EMC

boolean

None.

RegisteredOn

date

Data type: DateTime

EmailMarketing

boolean

None.

SMSMarketing

boolean

None.

Deleted

boolean

None.

DeletedUser

string

None.

HomeStoreName

string

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

CustomerCards

Collection of CustomerCard

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

CustomerGroupMembers

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

Collection of CustomerGroupMember

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

CustomerGroups

This customer is the primary Contact of the following groups

Collection of CustomerGroup

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

Accounts

Account.OwnerGuid

Collection of Account

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

Account

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

Account

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

Vouchers

List of voucher summaries, grouping vouchers by type

Collection of CustomerVoucherSummary

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

Response Formats

application/json, text/json

Sample:
{
  "identifier": "4mvKSBouj0S7lLz4A97CxQ==",
  "identifierGuid": "48ca6be2-2e1a-448f-bb94-bcf803dec2c5",
  "code": "sample string 2",
  "familyName": "sample string 3",
  "givenName": "sample string 4",
  "otherName": "sample string 5",
  "title": "sample string 6",
  "dateOfBirth": "2026-04-03T06:24:31.9912088",
  "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": "+zXrotYFDE29A+CFgjfIVQ==",
  "communityIdentifierGuid": "a2eb35fb-05d6-4d0c-bd03-e0858237c855",
  "joined": "2026-04-03T06:24:31.9912088",
  "updated": "2026-04-03T06:24:31.9912088",
  "active": true,
  "reasonInactive": 1,
  "groupCustomer": true,
  "loyaltyPoints": 1,
  "homeStoreID": 1,
  "availableSpend": 1,
  "priceLevelIdentifier": "a+/gNDZP9UG0yMAaLN/zXw==",
  "priceLevelIdentifierGuid": "34e0ef6b-4f36-41f5-b4c8-c01a2cdff35f",
  "marketingID": "sample string 18",
  "receiptPrintOptions": 1,
  "hidden": true,
  "registered": true,
  "registeredOn": "2026-04-03T06:24:31.9912088",
  "emailMarketing": true,
  "smsMarketing": true,
  "deleted": true,
  "deletedUser": "sample string 24",
  "homeStoreName": "sample string 25",
  "customerCards": [
    {
      "$id": "2",
      "cardType": 2,
      "issueDate": "2026-04-03T06:24:31.9912088",
      "expiry": "2026-04-03T06:24:31.9912088",
      "customerID": "vc4MaKiOeUi+l0FP8f8ZmQ==",
      "customerIDGuid": "680ccebd-8ea8-4879-be97-414ff1ff1999",
      "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:24:31.9912088",
      "linkedAccount": "fK+1cx2dtkalYpHf6bx/rQ==",
      "linkedAccountGuid": "73b5af7c-9d1d-46b6-a562-91dfe9bc7fad",
      "currentValueChanged": true,
      "limitsChanged": true,
      "customer": {
        "$ref": "1"
      },
      "account": {
        "$id": "3",
        "id": 1,
        "identifier": "PBOkP2Nxq02vm5rqP/E64A==",
        "identifierGuid": "3fa4133c-7163-4dab-af9b-9aea3ff13ae0",
        "referenceNo": "sample string 3",
        "name": "sample string 4",
        "created": "2026-04-03T06:24:31.9912088",
        "owner": "LbGDAPOJK0qWIMib3NJxqg==",
        "ownerGuid": "0083b12d-89f3-4a2b-9620-c89bdcd271aa",
        "accountStoreGroupIdentifier": "cL9R05eEHkCxxbr02t7y+Q==",
        "accountStoreGroupGuid": "d351bf70-8497-401e-b1c5-baf4dadef2f9",
        "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:24:31.9912088",
        "active": true,
        "updated": "2026-04-03T06:24:31.9912088",
        "deleted": true,
        "deletedUser": "sample string 16",
        "currentBalanceChanged": true,
        "maximumLimitChanged": true,
        "loyaltyPointsChanged": true,
        "projectedBalance": 17,
        "accountStoreGroupStoreIDs": [
          1,
          2
        ],
        "customerEmail": "sample string 18",
        "ownerCustomer": {
          "$ref": "1"
        },
        "card": {
          "$ref": "2"
        },
        "members": {
          "$id": "4",
          "sample string 1": [
            {
              "$ref": "1"
            },
            {
              "$ref": "1"
            }
          ],
          "sample string 2": [
            {
              "$ref": "1"
            },
            {
              "$ref": "1"
            }
          ]
        },
        "customerGroups": [
          {
            "$id": "5",
            "identifier": "fmO+wsvITkmuBfO196yaaA==",
            "identifierGuid": "c2be637e-c8cb-494e-ae05-f3b5f7ac9a68",
            "name": "sample string 2",
            "primaryContact": "NIa0L7X9TESlbb1yr6MeEQ==",
            "primaryContactGuid": "2fb48634-fdb5-444c-a56d-bd72afa31e11",
            "accountID": "BnN4uT18AUqqRarpWFLPjw==",
            "accountIDGuid": "b9787306-7c3d-4a01-aa45-aae95852cf8f",
            "special": true,
            "updated": "2026-04-03T06:24:31.9912088",
            "active": true,
            "reasonInactive": 1,
            "priceLevelIdentifier": "+JWhjpvvxEiGKfyd14dqCA==",
            "priceLevelIdentifierGuid": "8ea195f8-ef9b-48c4-8629-fc9dd7876a08",
            "marketingListID": "sample string 7",
            "deleted": true,
            "account": {
              "$ref": "3"
            },
            "primaryContactCustomer": {
              "$ref": "1"
            },
            "customerGroupMembers": [
              {
                "$id": "6",
                "id": 1,
                "groupID": "S04yeTzGsEG5pqW5HMv07Q==",
                "groupIDGuid": "79324e4b-c63c-41b0-b9a6-a5b91ccbf4ed",
                "customerID": "iDqRhYZruUyZHT2OWqm5Sg==",
                "customerIDGuid": "85913a88-6b86-4cb9-991d-3d8e5aa9b94a",
                "card": "sample string 4",
                "linkedAccount": "Vhw7NyM8W0ezRgMFDrJQMA==",
                "linkedAccountGuid": "373b1c56-3c23-475b-b346-03050eb25030",
                "customer": {
                  "$ref": "1"
                },
                "group": {
                  "$ref": "5"
                },
                "customerCard": {
                  "$ref": "2"
                }
              },
              {
                "$ref": "6"
              }
            ]
          },
          {
            "$ref": "5"
          }
        ]
      },
      "payments": [
        {
          "$id": "7",
          "id": 1,
          "identifier": "x5FwLB82pkKEEDkEnWMDwQ==",
          "identifierGuid": "2c7091c7-361f-42a6-8410-39049d6303c1",
          "storeID": 2,
          "operatorName": "sample string 3",
          "saleHeaderID": 4,
          "paymentType": 5,
          "amount": 6,
          "account": "sample string 7",
          "accountID": "y7M4t3aSEE2L4dd4iGJrkw==",
          "accountIDGuid": "b738b3cb-9276-4d10-8be1-d77888626b93",
          "customerAccount": {
            "$ref": "3"
          },
          "customerCard": {
            "$ref": "2"
          },
          "accountType": 1,
          "cardName": "sample string 8",
          "authorisationNumber": "sample string 9",
          "bankReference": "sample string 10",
          "merchantID": "sample string 11",
          "terminalID": "sample string 12",
          "cardNumber": "sample string 13",
          "paymentDate": "2026-04-03T06:24:31.9912088",
          "invRocNo": "sample string 14",
          "responseCode": "sample string 15",
          "cashout": 1,
          "tip": 16,
          "idempotentVoid": "9XKqYV8AkkW20sdiuiIyiA==",
          "idempotentVoidGuid": "61aa72f5-005f-4592-b6d2-c762ba223288",
          "offline": true,
          "processed": 1,
          "storeSaleHeader": {
            "$id": "8",
            "saleHeaderID": 1,
            "saleHeaderGuid": "McDl4L8fUkGRncGcs2rR2g==",
            "saleHeaderIdentifierGuid": "e0e5c031-1fbf-4152-919d-c19cb36ad1da",
            "created": "2026-04-03T06:24:31.9912088",
            "createdLocal": "2026-04-03T06:24:31.9912088",
            "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:24:31.9912088",
            "storeID": 1,
            "operatorG_Uid": "ps6ge4Jac0qL9K1rwEMGJg==",
            "operatorGuid": "7ba0cea6-5a82-4a73-8bf4-ad6bc0430626",
            "customerG_Uid": "jGw8PREzoEqwUh22uLnloA==",
            "customerGuid": "3d3c6c8c-3311-4aa0-b052-1db6b8b9e5a0",
            "communityIdentifier": "jkjGvFhR30ybnsd8o3dGwQ==",
            "communityIdentifierGuid": "bcc6488e-5158-4cdf-9b9e-c77ca37746c1",
            "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": "aRI/grjLEEy+vn1znuw8MA==",
            "priceLevelIdentifierGuid": "823f1269-cbb8-4c10-bebe-7d739eec3c30",
            "locked": 36,
            "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:24:31.9912088+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
            "deserialisedOrderMetadata": {
              "$id": "9",
              "customerName": "sample string 1",
              "pickupAt": "2026-04-03T06:24:31.9912088",
              "deliveryAddress1": "sample string 2",
              "deliveryAddress2": "sample string 3",
              "customerPhoneNumber": "sample string 4",
              "orderType": 0,
              "externalOrderID": "sample string 5",
              "externalDisplayableOrderID": "sample string 6",
              "tableName": "sample string 7",
              "createdBy": 0,
              "orderingAppName": "sample string 8"
            },
            "relationChecksum": "sample string 38",
            "loyaltyTender": 1,
            "giftCardTender": 1,
            "operator": {
              "$id": "10",
              "id": 1,
              "g_Uid": "qIClRuoDik2g6ZgkfxfYiA==",
              "guid": "46a580a8-03ea-4d8a-a0e9-98247f17d888",
              "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:24:31.9912088",
              "passwordResetRequired": true,
              "alteredInStore": true,
              "startShift": "2026-04-03T06:24:31.9912088",
              "endShift": "2026-04-03T06:24:31.9912088",
              "machineName": "sample string 20",
              "drawerID": 1,
              "stores": [
                {
                  "$id": "11",
                  "operatorG_UID": "E4HPJCOGi0SCjzOejV5zjQ==",
                  "operatorGuid": "24cf8113-8623-448b-828f-339e8d5e738d",
                  "storeID": 2,
                  "operator": {
                    "$ref": "10"
                  },
                  "store": {
                    "$id": "12",
                    "id": 1,
                    "isMaster": true,
                    "isElectedMaster": true,
                    "electedMasterStoreID": 1,
                    "isZoneMaster": true,
                    "shortName": "sample string 3",
                    "url": "sample string 4",
                    "sortOrder": 1,
                    "name": "sample string 5",
                    "phone": "sample string 6",
                    "fax": "sample string 7",
                    "email": "sample string 8",
                    "address1": "sample string 9",
                    "address2": "sample string 10",
                    "city": "sample string 11",
                    "state": "sample string 12",
                    "country": "sample string 13",
                    "postCode": "sample string 14",
                    "delivery": 1,
                    "exportAccounts": 1,
                    "salesAccountFolder": "sample string 15",
                    "purchaseAccountFolder": "sample string 16",
                    "initLoad": 1,
                    "initIDs": 1,
                    "zoneID": 1,
                    "actAsMaster": 1,
                    "lastActiveUtc": "2026-04-03T06:24:31.9912088",
                    "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": "qFo68y0e+0WnBQC7LsmlZA==",
                    "hostIdentifierGuid": "f33a5aa8-1e2d-45fb-a705-00bb2ec9a564",
                    "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:24:31.9912088",
                    "priceZone": {
                      "$id": "13",
                      "id": 1,
                      "name": "sample string 2",
                      "hostIdentifier": "8wyB4ynEoUSzSnTm7abmfA==",
                      "hostIdentifierGuid": "e3810cf3-c429-44a1-b34a-74e6eda6e67c",
                      "sortOrder": 3,
                      "zoneMasterStoreID": 1,
                      "electedMasterStoreID": 1,
                      "containsElectedMasterStore": true
                    },
                    "priceZoneName": "sample string 51",
                    "storeFuelConfigured": true,
                    "shippingAddressCopied": true,
                    "shippingAddress": {
                      "$id": "14",
                      "storeID": 1,
                      "addressType": 1,
                      "address1": "sample string 1",
                      "address2": "sample string 2",
                      "city": "sample string 3",
                      "state": "sample string 4",
                      "country": "sample string 5",
                      "postCode": "sample string 6"
                    },
                    "billingAddressCopied": true,
                    "billingAddress": {
                      "$ref": "14"
                    },
                    "hostStoreSettings": [
                      {
                        "$id": "15",
                        "id": 1,
                        "hostIdentifier": "kjB6ZLANFkeFDlA5OeN6Kw==",
                        "hostIdentifierGuid": "647a3092-0db0-4716-850e-503939e37a2b",
                        "storeID": 2,
                        "username": "sample string 3",
                        "password": "sample string 4",
                        "passwordPlain": "sample string 5",
                        "serverAddress": "sample string 6",
                        "serverPort": 1,
                        "excludeFromLeadInOut": true,
                        "useForHostFile": true,
                        "metcashPillarID": "sample string 9",
                        "metcashStateCode": "sample string 10",
                        "metcashCustomerID": "sample string 11",
                        "metcashTradingPartnerID": "sample string 12",
                        "drakesCustomerNumber": 1,
                        "sparCustomerNumber": "sample string 13",
                        "sparOrderUsername": "sample string 14",
                        "sparOrderPassword": "sample string 15",
                        "sparOrderPasswordPlain": "sample string 16",
                        "pharmXSiteID": 1,
                        "ibaZoneID": 1,
                        "ibaState": "sample string 17",
                        "foodlandStoreCode": "sample string 18",
                        "ilgMemberNumber": "sample string 19",
                        "ilgOutletLocation": 1,
                        "ilgBaseCost": 1,
                        "ilgApplyNonAdvertisedPromos": true,
                        "ilgExemptFromFreight": true,
                        "ilgOrderDealReview": true,
                        "ilgFinanceFee": 1,
                        "secondPassword": "sample string 23",
                        "secondPasswordPlain": "sample string 24",
                        "secondServerAddress": "sample string 25",
                        "processPromotions": true,
                        "hostProvider": 0,
                        "host": {
                          "$id": "16",
                          "identifier": "WCK69S8GdE2mpwIMdMaSJA==",
                          "identifierGuid": "f5ba2258-062f-4d74-a6a7-020c74c69224",
                          "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": "rP2XOcBUx0Ccdz0GZEvM3w==",
                          "hostSupplierIdentifierGuid": "3997fdac-54c0-40c7-9c77-3d06644bccdf",
                          "loyaltyPriceLevelIdentifier": "/AN2NAal/0SXNXu5/CwlNA==",
                          "loyaltyPriceLevelIdentifierGuid": "347603fc-a506-44ff-9735-7bb9fc2c2534",
                          "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:24:31.9912088",
                          "lastProcessed": "2026-04-03T06:24:31.9912088",
                          "hold": true,
                          "supplierName": "sample string 35",
                          "supplier": {
                            "$id": "17",
                            "identifier": "BMSjCvtBpkix8/SEjnBC+w==",
                            "identifierGuid": "0aa3c404-41fb-48a6-b1f3-f4848e7042fb",
                            "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": "SkEpXg24O0eOc6KjC9o5RQ==",
                            "primaryContactID": "5e29414a-b80d-473b-8e73-a2a30bda3945",
                            "storeID": 1,
                            "abn": "sample string 16",
                            "supplierGroupIdentifier": "3a4C7Pwr7EGWRrz5EzI9mg==",
                            "supplierGroupGuid": "ec02aedd-2bfc-41ec-9646-bcf913323d9a",
                            "rebate": 1.0,
                            "rebateType": 1,
                            "rebateFrequency": 1,
                            "rebateSource": 1,
                            "rebateLastClaimed": "2026-04-03T06:24:31.9912088",
                            "rebateLastClaimedAmount": 1.0,
                            "cartonsOnly": true,
                            "minimumOrderValue": 1,
                            "enforceMinimumQuantity": true,
                            "freight": 19.0,
                            "freightType": 20,
                            "deleted": true,
                            "deletedUser": "sample string 22",
                            "storeName": "sample string 23",
                            "primaryContact": {
                              "$id": "18",
                              "id": "1798930d-cc4f-453a-9df0-4889bd1f003c",
                              "identifier": "5tGRMIwWL0ulXn93GonqEQ==",
                              "identifierGuid": "3091d1e6-168c-4b2f-a55e-7f771a89ea11",
                              "familyName": "sample string 1",
                              "givenNames": "sample string 2",
                              "otherNames": "sample string 3",
                              "title": "sample string 4",
                              "dateOfBirth": "sample string 5",
                              "sex": "sample string 6",
                              "address": "sample string 7",
                              "address1": "sample string 8",
                              "address2": "sample string 9",
                              "town": "sample string 10",
                              "state": "sample string 11",
                              "country": "sample string 12",
                              "postalCode": "sample string 13",
                              "telephone": "sample string 14",
                              "mobile": "sample string 15",
                              "email": "sample string 16",
                              "fax": "sample string 17",
                              "primary": true
                            },
                            "contacts": [
                              {
                                "$id": "19",
                                "supplierIdentifier": "NpoSM9S8sky7j9PUkHVFqw==",
                                "supplierIdentifierGuid": "33129a36-bcd4-4cb2-bb8f-d3d4907545ab",
                                "contactGuid": "YRv1hKXPP0W8s/3FBotfkA==",
                                "contactID": "84f51b61-cfa5-453f-bcb3-fdc5068b5f90",
                                "contact": {
                                  "$ref": "18"
                                },
                                "supplier": {
                                  "$ref": "17"
                                }
                              },
                              {
                                "$ref": "19"
                              }
                            ],
                            "products": [
                              {
                                "$id": "20",
                                "pluG_UID": "+AptWeVygEipXeRcxtEzdg==",
                                "pluGuid": "596d0af8-72e5-4880-a95d-e45cc6d13376",
                                "supplierIdentifier": "+6L3r/Xt3kaOuzggzcX5JQ==",
                                "supplierIdentifierGuid": "aff7a2fb-edf5-46de-8ebb-3820cdc5f925",
                                "cartonQuantity": 1,
                                "cartonQuantityChanged": true,
                                "productSize": "sample string 3",
                                "cigarettesPerSleeve": 1,
                                "randomWeight": true,
                                "piecesPerUnit": 5,
                                "averagePackSize": 6,
                                "effectiveDate": "2026-04-03T06:24:31.9912088",
                                "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:24:31.9912088",
                                "rebate": 1.0,
                                "rebateExclude": true,
                                "invoiceCodes": [
                                  {
                                    "$id": "21",
                                    "pluG_UID": "t8fT2aHZ5UKrvVKUct/whg==",
                                    "pluGuid": "d9d3c7b7-d9a1-42e5-abbd-529472dff086",
                                    "supplierIdentifier": "jbrPvA7Tk0yvrySMWlcc1g==",
                                    "supplierIdentifierGuid": "bccfba8d-d30e-4c93-afaf-248c5a571cd6",
                                    "invoiceCode": "sample string 1",
                                    "storeIDs": [
                                      1,
                                      2
                                    ]
                                  },
                                  {
                                    "$ref": "21"
                                  }
                                ],
                                "storeIDs": [
                                  1,
                                  2
                                ],
                                "preferredSupplier": true,
                                "preferredRebateSupplier": true,
                                "supplierName": "sample string 42",
                                "salesMode": 43,
                                "orderPacked": true,
                                "active": true,
                                "price": 1,
                                "costGstPercent": 45,
                                "parentPluG_UID": "zVNizsh4CEutQhjpsKQVrw==",
                                "parentPluGuid": "ce6253cd-78c8-4b08-ad42-18e9b0a415af",
                                "freight": 46.0,
                                "freightType": 1,
                                "product": {
                                  "$id": "22",
                                  "plu": 1,
                                  "storeID": 1,
                                  "masterPluG_UID": "QEA=",
                                  "storeIDs": [
                                    1,
                                    2
                                  ],
                                  "g_UId": "9qcwEU9CQEqtDCiBhN8/FQ==",
                                  "guid": "1130a7f6-424f-4a40-ad0c-288184df3f15",
                                  "apn": "sample string 1",
                                  "apnChanged": true,
                                  "apnSwitched": true,
                                  "barcode": "sample string 4",
                                  "itemNumber": "sample string 5",
                                  "itemNumberChanged": true,
                                  "priceGroupG_UID": "/KHDrGAgh02dtf1U7x9RIA==",
                                  "priceGroupGuid": "acc3a1fc-2060-4d87-9db5-fd54ef1f5120",
                                  "blueprintID": 1,
                                  "lastCountedDate": "2026-04-03T06:24:31.9912088",
                                  "externalID": "sample string 7",
                                  "active": true,
                                  "activated": "2026-04-03T06:24:31.9912088",
                                  "pluCreated": "2026-04-03T06:24:31.9912088",
                                  "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:24:31.9912088",
                                  "lastManualUpdate": "2026-04-03T06:24:31.9912088",
                                  "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:24:31.9912088",
                                  "currentCostUpdated": "2026-04-03T06:24:31.9912088",
                                  "costDecimals": 31,
                                  "costChanged": true,
                                  "dealCostIdentifier": "QEA=",
                                  "excludeFromRebate": true,
                                  "rebateOverride": 1,
                                  "costCalcMethod": 32,
                                  "costCalcMethodChanged": true,
                                  "costEffectiveDate": "2026-04-03T06:24:31.9912088",
                                  "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:24:31.9912088",
                                  "posTare": 1,
                                  "altPrice": 1.0,
                                  "altPriceChanged": true,
                                  "altPriceMode": 53,
                                  "altPriceModeChanged": true,
                                  "altPLUG_UID": "K3DC7jQYckO5R5AispcR6g==",
                                  "altPLUGuid": "eec2702b-1834-4372-b947-9022b29711ea",
                                  "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:24:31.9912088",
                                  "labelLastPrice": 1,
                                  "shelfPageLayoutG_UID": "CMKFWrA9kEO3EACJPQtBwg==",
                                  "shelfPageLayoutGuid": "5a85c208-3db0-4390-b710-00893d0b41c2",
                                  "talkerPageLayoutG_UID": "vPaHA1meCU2RD26+SGStjA==",
                                  "talkerPageLayoutGuid": "0387f6bc-9e59-4d09-910f-6ebe4864ad8c",
                                  "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": "2U0rrovdmUCfagb0Ve8K9A==",
                                  "inventoryIdentifier": "ae2b4dd9-dd8b-4099-9f6a-06f455ef0af4",
                                  "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": "L2hbxOgJhUqt6fqdECXJKg==",
                                  "parentPluGuid": "c45b682f-09e8-4a85-ade9-fa9d1025c92a",
                                  "preferredHostVendor": 105,
                                  "preferredHostChanged": true,
                                  "code": "sample string 107",
                                  "supplierIdentifier": "r8fDRwbRmESPzsMfLKBT0g==",
                                  "supplierIdentifierGuid": "47c3c7af-d106-4498-8fce-c31f2ca053d2",
                                  "supplierChanged": true,
                                  "rebateSupplierIdentifier": "z+VDIoYU6EqqiR7i4vLTmg==",
                                  "rebateSupplierIdentifierGuid": "2243e5cf-1486-4ae8-aa89-1ee2e2f2d39a",
                                  "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:24:31.9912088",
                                  "commodity": "sample string 122",
                                  "businessPillar": "sample string 123",
                                  "mscCommodity": "sample string 124",
                                  "hostIdentifier": "HNrrTkFPRUKQmAz1vQ2x7Q==",
                                  "hostIdentifierGuid": "4eebda1c-4f41-4245-9098-0cf5bd0db1ed",
                                  "serviceFeeID": 1,
                                  "serviceFeeIDChanged": true,
                                  "providerName": "sample string 126",
                                  "aisleEnds": "sample string 127",
                                  "deleted": true,
                                  "deletedChanged": true,
                                  "hidden": true,
                                  "doNotRange": true,
                                  "doNotRangeChanged": true,
                                  "doNotOrder": true,
                                  "doNotOrderChanged": true,
                                  "locked": true,
                                  "excludeFromWebUpdate": true,
                                  "excludeFromWebUpdateChanged": true,
                                  "webPriceBasedOn": 138,
                                  "webPriceRounding": true,
                                  "webMarkup": 140,
                                  "webPriceMode": 141,
                                  "altDepartmentID": 1,
                                  "altSubDepartmentID": 1,
                                  "altMinorDepartmentID": 1,
                                  "altLesserDepartmentID": 1,
                                  "altDeptCode": "sample string 142",
                                  "altSubDeptCode": "sample string 143",
                                  "altMinorDeptCode": "sample string 144",
                                  "altLesserDeptCode": "sample string 145",
                                  "altDepartmentChanged": true,
                                  "storeProducts": [
                                    {
                                      "$ref": "22"
                                    },
                                    {
                                      "$ref": "22"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "12"
                                  },
                                  "storePrices": [
                                    {
                                      "$id": "23",
                                      "pluG_UID": "B7Pqf8iEO02R897/KMpoBw==",
                                      "pluGuid": "7feab307-84c8-4d3b-91f3-deff28ca6807",
                                      "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:24:31.9912088"
                                    },
                                    {
                                      "$ref": "23"
                                    }
                                  ],
                                  "currentPrices": {
                                    "$id": "24",
                                    "pluPrices": {
                                      "$id": "25",
                                      "plu": 1,
                                      "pluG_UID": "QEA=",
                                      "stores": [
                                        1,
                                        2
                                      ],
                                      "normalPrice": 1,
                                      "cost": 2,
                                      "break1": 3,
                                      "price1": 4,
                                      "break2": 5,
                                      "price2": 6,
                                      "break3": 7,
                                      "price3": 8,
                                      "discountPrice": 9,
                                      "memberDiscountPrice": 10,
                                      "acceptedUtc": "2026-04-03T06:24:31.9912088",
                                      "priceChangeType": 0,
                                      "costDecimals": 11,
                                      "costCalcMethod": 12,
                                      "targetCampaignPriceGtOrEquNormal": true
                                    },
                                    "normalPluPrices": {
                                      "$ref": "25"
                                    },
                                    "winningCampaign": 1,
                                    "winner": {
                                      "$id": "26",
                                      "campaignName": "sample string 1",
                                      "campaignDescription": "sample string 2",
                                      "talkerText": "sample string 3",
                                      "disableWasSave": true,
                                      "startDate": "2026-04-03T06:24:31.9912088",
                                      "startTime": 5,
                                      "endDate": "2026-04-03T06:24:31.9912088",
                                      "endTime": 6,
                                      "newPrice": 7,
                                      "newCost": 8,
                                      "newCostDecimals": 9,
                                      "pctDiscount": 10,
                                      "promoType": 1,
                                      "promotionTypeCode": "sample string 11",
                                      "hostType": 12,
                                      "hostIdentifier": "INETpHp9nEKIZXDwZj4eOQ==",
                                      "hostIdentifierGuid": "a413d120-7d7a-429c-8865-70f0663e1e39",
                                      "storeNames": [
                                        "sample string 1",
                                        "sample string 2"
                                      ]
                                    },
                                    "details": [
                                      {
                                        "$ref": "26"
                                      },
                                      {
                                        "$ref": "26"
                                      }
                                    ]
                                  },
                                  "tray": {
                                    "$id": "27",
                                    "g_UId": "68BHcMJOD0iChQRdzwGfXQ==",
                                    "guid": "7047c0eb-4ec2-480f-8285-045dcf019f5d",
                                    "name": "sample string 1",
                                    "number": 1,
                                    "tare": 1
                                  },
                                  "priceGroup": {
                                    "$id": "28",
                                    "priceGroupG_UID": "o2U4bxmbvEGzCNdntivOvA==",
                                    "priceGroupGuid": "6f3865a3-9b19-41bc-b308-d767b62bcebc",
                                    "name": "sample string 2",
                                    "code": 1,
                                    "modified": true,
                                    "updated": "2026-04-03T06:24:31.9912088",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "number": 1,
                                    "products": [
                                      {
                                        "$ref": "22"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "productCount": 1
                                  },
                                  "priceGroupName": "sample string 147",
                                  "nutrifacts": {
                                    "$id": "29",
                                    "pluG_UID": "1K7MZYFTSEuWCq6m2caE2g==",
                                    "pluGuid": "65ccaed4-5381-4b48-960a-aea6d9c684da",
                                    "plu": 1,
                                    "servingsPerPack": 1,
                                    "servingSize": 1,
                                    "showAllergens": 1,
                                    "energy": 1,
                                    "protein": 1,
                                    "fat": 1,
                                    "saturated": 1,
                                    "carbo": 1,
                                    "sugars": 1,
                                    "sodium": 1,
                                    "potasium": 1,
                                    "calcium": 1,
                                    "fibre": 1,
                                    "soya": 1,
                                    "nutsSeeds": 1,
                                    "shells": 1,
                                    "eggs": 1,
                                    "dairy": 1,
                                    "gluten": 1,
                                    "sulphites": 1,
                                    "peanuts": 1,
                                    "sesame": 1,
                                    "fish": 1,
                                    "lupins": 1
                                  },
                                  "dates": {
                                    "$id": "30",
                                    "pluGuid": "ebb5c8eb-52bd-4a21-ac7b-747e0fab566d",
                                    "created": "2026-04-03T06:24:31.9912088",
                                    "createdByUser": "sample string 1",
                                    "activated": "2026-04-03T06:24:31.9912088",
                                    "activatedByUser": "sample string 2",
                                    "deactivated": "2026-04-03T06:24:31.9912088",
                                    "deactivatedByUser": "sample string 3",
                                    "lastOrdered": "2026-04-03T06:24:31.9912088",
                                    "lastOrderedQty": 4.0,
                                    "lastReceived": "2026-04-03T06:24:31.9912088",
                                    "lastReceivedQty": 5.0,
                                    "lastInvoiceStatus": 1,
                                    "lastCounted": "2026-04-03T06:24:31.9912088",
                                    "lastSold": "2026-04-03T06:24:31.9912088",
                                    "firstSold": "2026-04-03T06:24:31.9912088",
                                    "awsUpdated": "2026-04-03T06:24:31.9912088",
                                    "lastManualUpdate": "2026-04-03T06:24:31.9912088",
                                    "lastManualUpdatedByUser": "sample string 7",
                                    "lastUpdated": "2026-04-03T06:24:31.9912088",
                                    "lastUpdatedByUser": "sample string 9",
                                    "lastUpdatedByHost": "2026-04-03T06:24:31.9912088",
                                    "doNotRangeUpdated": "2026-04-03T06:24:31.9912088",
                                    "doNotOrderUpdated": "2026-04-03T06:24:31.9912088",
                                    "tracked": "2026-04-03T06:24:31.9912088"
                                  },
                                  "allergens": [
                                    {
                                      "$id": "31",
                                      "primaryKey": {
                                        "$id": "32",
                                        "pluGuid": "abcfccc3-2c69-4d59-82c2-99b81e9a6f56",
                                        "contains": 2
                                      },
                                      "allergenID": 1,
                                      "pluG_UID": "w8zPq2ksWU2Cwpm4HppvVg==",
                                      "pluGuid": "abcfccc3-2c69-4d59-82c2-99b81e9a6f56",
                                      "contains": 2,
                                      "allergenName": "sample string 3",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "31"
                                    }
                                  ],
                                  "costs": {
                                    "$id": "33",
                                    "pluG_UID": "yiPgPaX1/kSdnUkzWZGEhA==",
                                    "pluGuid": "3de023ca-f5a5-44fe-9d9d-493359918484",
                                    "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:24:31.9912088",
                                    "normalCost": 1,
                                    "currentCost": 1
                                  },
                                  "sales": [
                                    {
                                      "$id": "34",
                                      "saleHeaderID": 1,
                                      "created": "2026-04-03T06:24:31.9912088",
                                      "createdLocal": "2026-04-03T06:24:31.9912088",
                                      "storeID": 3,
                                      "storeName": "sample string 4",
                                      "operatorG_Uid": "coeO42AS6kyMXT6WSFd/UQ==",
                                      "operatorGuid": "e38e8772-1260-4cea-8c5d-3e9648577f51",
                                      "operatorName": "sample string 5",
                                      "tranType": 1,
                                      "plu": 1,
                                      "pluG_UId": "OOTamC2w20yYXsdMziSikg==",
                                      "pluGuid": "98dae438-b02d-4cdb-985e-c74cce24a292",
                                      "normalPrice": 1,
                                      "totalCents": 1,
                                      "cost": 1,
                                      "grossProfit": 1,
                                      "quantity": 1,
                                      "operator": {
                                        "$ref": "10"
                                      }
                                    },
                                    {
                                      "$ref": "34"
                                    }
                                  ],
                                  "apns": [
                                    {
                                      "$id": "35",
                                      "pluID": 1,
                                      "pluG_UID": "d9ATXKD+30+To2/0SrPfxQ==",
                                      "pluGuid": "5c13d077-fea0-4fdf-93a3-6ff44ab3dfc5",
                                      "apn": "sample string 1",
                                      "deleted": true,
                                      "storeID": 1,
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "35"
                                    }
                                  ],
                                  "tuns": [
                                    {
                                      "$id": "36",
                                      "pluG_UId": "7JHE9Czcp0KSb0SMb3T2KQ==",
                                      "pluGuid": "f4c491ec-dc2c-42a7-926f-448c6f74f629",
                                      "apn": "sample string 1",
                                      "tun": "sample string 2",
                                      "cartonQuantity": 3,
                                      "product": {
                                        "$ref": "22"
                                      },
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "36"
                                    }
                                  ],
                                  "competitionPricing": [
                                    {
                                      "$id": "37",
                                      "identifier": "sHWGnHzvLk6JCr3K1mBvag==",
                                      "identifierGuid": "9c8675b0-ef7c-4e2e-890a-bdcad6606f6a",
                                      "pluG_UID": "MoZWb7Ip+0eqR/NabX2/AA==",
                                      "pluGuid": "6f568632-29b2-47fb-aa47-f35a6d7dbf00",
                                      "competitionID": 1,
                                      "name": "sample string 2",
                                      "sellMultiple": 3,
                                      "retailPrice": 4,
                                      "storeName": "sample string 5"
                                    },
                                    {
                                      "$ref": "37"
                                    }
                                  ],
                                  "supplier": {
                                    "$ref": "17"
                                  },
                                  "supplierName": "sample string 148",
                                  "children": [
                                    {
                                      "$ref": "22"
                                    },
                                    {
                                      "$ref": "22"
                                    }
                                  ],
                                  "ordering": {
                                    "$ref": "20"
                                  },
                                  "flipChartPages": [
                                    {
                                      "$id": "38",
                                      "identifier": "XjiNHoCZZ0KfOYDGM6SGUA==",
                                      "groupName": "sample string 1",
                                      "identifierGuid": "1e8d385e-9980-4267-9f39-80c633a48650",
                                      "exists": true,
                                      "flipChartIdentifier": "raeyUadqQ0a3wELbnDP7+Q==",
                                      "flipChartIdentifierGuid": "51b2a7ad-6aa7-4643-b7c0-42db9c33fbf9",
                                      "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": "wrXD2fj6UUeaZK2kC5rVeQ==",
                                      "groupIdentifierGuid": "d9c3b5c2-faf8-4751-9a64-ada40b9ad579",
                                      "flipChart": {
                                        "$id": "39",
                                        "identifier": "JWrYK9aN6UOz+GrvA75T/A==",
                                        "identifierGuid": "2bd86a25-8dd6-43e9-b3f8-6aef03be53fc",
                                        "displayName": "sample string 2",
                                        "sortOrder": 3,
                                        "productsPerRow": 4,
                                        "rowsPerPage": 5,
                                        "buttonMarginX": 6,
                                        "buttonMarginY": 7,
                                        "beginButtonsX": 8,
                                        "beginButtonsY": 9,
                                        "autoSizeButtons": true,
                                        "autoSizeGrid": true,
                                        "showButtonText": true,
                                        "showButtonImage": true,
                                        "formLocationX": 1,
                                        "formLocationY": 1,
                                        "formWidth": 14,
                                        "formHeight": 15,
                                        "formMaximised": true,
                                        "formResizable": true,
                                        "formBackgroundImage": "sample string 16",
                                        "formBackgroundColourA": 1,
                                        "formBackgroundColourR": 1,
                                        "formBackgroundColourG": 1,
                                        "formBackgroundColourB": 1,
                                        "formFontFamily": "sample string 17",
                                        "formFontSize": 1.1,
                                        "formFontStyle": 1,
                                        "formAttributes": "sample string 18",
                                        "buttonWidth": 19,
                                        "buttonHeight": 20,
                                        "buttonAnchor": 21,
                                        "buttonBackgroundImage": "sample string 22",
                                        "buttonTopColour": 1,
                                        "buttonTextColour": 1,
                                        "buttonBottomColour": 1,
                                        "buttonBorderColour": 1,
                                        "buttonBorderWidth": 1,
                                        "buttonRadius": 1,
                                        "buttonGradientMode": 1,
                                        "buttonDropShadow": true,
                                        "buttonShadowWidth": 1,
                                        "buttonHighLightOnPush": true,
                                        "buttonFontFamily": "sample string 23",
                                        "buttonFontSize": 1.1,
                                        "buttonFontStyle": 1,
                                        "buttonTextAlign": 1,
                                        "buttonWordBreak": true,
                                        "buttonDrawImageAndButton": true,
                                        "buttonVerticalText": true,
                                        "buttonImageAlign": 1,
                                        "panelLocationX": 1,
                                        "panelLocationY": 1,
                                        "panelWidth": 1,
                                        "panelHeight": 1,
                                        "panelAnchor": 1,
                                        "panelFontFamily": "sample string 24",
                                        "panelFontSize": 1.1,
                                        "panelFontStyle": 1,
                                        "panelBackgroundColour": 1,
                                        "panelTextColour": 1,
                                        "panelAttributes": "sample string 25",
                                        "unsentCount": 26,
                                        "group": {
                                          "$id": "40",
                                          "identifier": "JiqW515GMECJUok3M6DPjA==",
                                          "identifierGuid": "e7962a26-465e-4030-8952-893733a0cf8c",
                                          "name": "sample string 2",
                                          "formType": "sample string 3",
                                          "forms": [
                                            {
                                              "$id": "41",
                                              "id": 1,
                                              "g_UID": "5xpLIfe480ya00S7M/5tLg==",
                                              "guid": "214b1ae7-b8f7-4cf3-9ad3-44bb33fe6d2e",
                                              "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": "bwt8G/rl0EOwHmfWmQOj/w==",
                                              "previousFormGuid": "1b7c0b6f-e5fa-43d0-b01e-67d69903a3ff",
                                              "nextForm": 1,
                                              "nextFormG_UID": "H+VrKZyxZUqpM6fuRVhPjQ==",
                                              "nextFormGuid": "296be51f-b19c-4a65-a933-a7ee45584f8d",
                                              "attributes": "sample string 10",
                                              "updated": "2026-04-03T06:24:31.9912088",
                                              "positioning": 1,
                                              "contentPanel": "sample string 11",
                                              "selectionMode": 1,
                                              "maximumSelections": 1,
                                              "alteredInStore": true,
                                              "deleted": true,
                                              "blueprintID": 1,
                                              "preserveLayout": true,
                                              "mainCheckoutFormName": "sample string 13",
                                              "nextCheckoutForm": {
                                                "$ref": "41"
                                              },
                                              "previousCheckoutForm": {
                                                "$ref": "41"
                                              },
                                              "buttons": [
                                                {
                                                  "$id": "42",
                                                  "id": 1,
                                                  "checkoutFormID": 2,
                                                  "checkoutFormG_UID": "h9mH2Jn570O7yleiTQ4o9Q==",
                                                  "checkoutFormGuid": "d887d987-f999-43ef-bbca-57a24d0e28f5",
                                                  "identifier": "wdLMa0w9yEWQk0LKNekJWQ==",
                                                  "identifierGuid": "6bccd2c1-3d4c-45c8-9093-42ca35e90959",
                                                  "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": "LC4IzgezhUyL7721hxp81g==",
                                                  "valueGuid": "ce082e2c-b307-4c85-8bef-bdb5871a7cd6",
                                                  "buttonText": "sample string 10",
                                                  "valueText": "sample string 11",
                                                  "drawImageAndButton": true,
                                                  "updated": "2026-04-03T06:24:31.9912088",
                                                  "action": "sample string 12",
                                                  "valueForm": {
                                                    "$ref": "41"
                                                  },
                                                  "image": {
                                                    "$id": "43",
                                                    "name": "sample string 3.sample string 4",
                                                    "imageID": 2,
                                                    "imageName": "sample string 3",
                                                    "imageExtension": "sample string 4",
                                                    "lastUpdate": "2026-04-03T06:24:31.9912088",
                                                    "imageData": "QEA=",
                                                    "readOnly": true
                                                  }
                                                },
                                                {
                                                  "$ref": "42"
                                                }
                                              ],
                                              "panels": [
                                                {
                                                  "$id": "44",
                                                  "id": 1,
                                                  "checkoutFormID": 2,
                                                  "checkoutFormG_UID": "hHzBvfhfAEGQIrbP7c7FEA==",
                                                  "checkoutFormGuid": "bdc17c84-5ff8-4100-9022-b6cfedcec510",
                                                  "panelType": "sample string 4",
                                                  "name": "sample string 5",
                                                  "locationX": 6,
                                                  "locationY": 7,
                                                  "width": 8,
                                                  "height": 9,
                                                  "anchor": 10,
                                                  "fontFamily": "sample string 11",
                                                  "fontSize": 12.1,
                                                  "fontStyle": 13,
                                                  "backgroundColour": 14,
                                                  "textColour": 15,
                                                  "attributes": "sample string 16"
                                                },
                                                {
                                                  "$ref": "44"
                                                }
                                              ]
                                            },
                                            {
                                              "$ref": "41"
                                            }
                                          ],
                                          "panels": [
                                            {
                                              "$ref": "44"
                                            },
                                            {
                                              "$ref": "44"
                                            }
                                          ]
                                        },
                                        "pages": [
                                          {
                                            "$ref": "38"
                                          },
                                          {
                                            "$ref": "38"
                                          }
                                        ]
                                      },
                                      "contentPanel": {
                                        "$ref": "44"
                                      },
                                      "products": [
                                        {
                                          "$id": "45",
                                          "flipChartPageIdentifier": "2Tv7J6U8t0iaXsVPz9z1fQ==",
                                          "flipChartPageIdentifierGuid": "27fb3bd9-3ca5-48b7-9a5e-c54fcfdcf57d",
                                          "pluG_UID": "WC5txjtutkOt5OFZzu03FA==",
                                          "pluGuid": "c66d2e58-6e3b-43b6-ade4-e159ceed3714",
                                          "sortOrder": 3,
                                          "sent": true,
                                          "productChanged": true,
                                          "productImageName": "sample string 6",
                                          "productShowImageOnFlipCharts": true,
                                          "productShowTextOnFlipCharts": true,
                                          "productOverrideFlipChartText": true,
                                          "productFlipChartText": "sample string 10",
                                          "product": {
                                            "$ref": "22"
                                          },
                                          "departmentSortOrder": 11,
                                          "subDepartmentName": "sample string 12"
                                        },
                                        {
                                          "$ref": "45"
                                        }
                                      ],
                                      "productCount": 27,
                                      "pages": [
                                        {
                                          "$ref": "38"
                                        },
                                        {
                                          "$ref": "38"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "38"
                                    }
                                  ],
                                  "priceHistory": [
                                    {
                                      "$id": "46",
                                      "pluG_UID": "Q9aptyyKaE2CbcZa8qCaMA==",
                                      "pluGuid": "b7a9d643-8a2c-4d68-826d-c65af2a09a30",
                                      "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:24:31.9912088",
                                      "previousPrice": 1,
                                      "previousCostCalcMethod": 1,
                                      "previousCost": 1,
                                      "previousWeightedAvgCost": 1,
                                      "previousLastCost": 1,
                                      "previousRawCost": 15,
                                      "previousRawWeightedAvgCost": 16,
                                      "previousRawLastCost": 17,
                                      "previousCostDecimals": 1,
                                      "previousServiceFeeID": 18,
                                      "previousFreight": 19.0,
                                      "previousFreightType": 20,
                                      "storeID": 21,
                                      "storeName": "sample string 22",
                                      "serviceFeeDescription": "sample string 23",
                                      "previousServiceFeeDescription": "sample string 24"
                                    },
                                    {
                                      "$ref": "46"
                                    }
                                  ],
                                  "ingredients": [
                                    {
                                      "$id": "47",
                                      "pluG_UID": "5bVGlN7bj0KGACyo0oesgQ==",
                                      "ingredientGuid": "X6MihaPuiUOALxLswjtlZA==",
                                      "ingredientIdentifier": "8522a35f-eea3-4389-802f-12ecc23b6564",
                                      "quantity": 1.0,
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "ingredientText": "sample string 1",
                                      "ingredient": {
                                        "$ref": "22"
                                      }
                                    },
                                    {
                                      "$ref": "47"
                                    }
                                  ],
                                  "bins": [
                                    {
                                      "$id": "48",
                                      "pluG_UID": "Hh88/WLAuU2YTvr/Vra+yw==",
                                      "pluGuid": "fd3c1f1e-c062-4db9-984e-faff56b6becb",
                                      "shelfLocationIdentifier": "sMuv1ndjpEasY3iFIsVDXQ==",
                                      "shelfLocationGuid": "d6afcbb0-6377-46a4-ac63-788522c5435d",
                                      "labelShelfDefault": 1,
                                      "labelTalkerDefault": 1,
                                      "labelSmall": true,
                                      "labelPageLayoutG_UID": "selfunjDg0yEQWdcKp4hUA==",
                                      "labelPageLayoutGuid": "ba5fe9b1-c378-4c83-8441-675c2a9e2150",
                                      "updated": "2026-04-03T06:24:31.9912088",
                                      "electronicShelfLabelIdentifier": "sample string 5",
                                      "electronicshelfLabelsConfigurationID": 6,
                                      "labelShelfChanged": true,
                                      "productName": "sample string 8",
                                      "locationText": "sample string 9",
                                      "product": {
                                        "$ref": "22"
                                      },
                                      "location": {
                                        "$id": "49",
                                        "identifier": "0RfOP14TpU2Q4QdPLymzSA==",
                                        "storeID": 1,
                                        "identifierGuid": "3fce17d1-135e-4da5-90e1-074f2f29b348",
                                        "name": "sample string 2",
                                        "haccp": true,
                                        "blueprintID": 1,
                                        "updated": "2026-04-03T06:24:31.9912088",
                                        "minTemp": 1,
                                        "maxTemp": 1,
                                        "checkFrequency": 1,
                                        "storeCaseConfiguration": 5,
                                        "storeName": "sample string 6",
                                        "bins": [
                                          {
                                            "$ref": "48"
                                          },
                                          {
                                            "$ref": "48"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "$ref": "48"
                                    }
                                  ],
                                  "bin": {
                                    "$ref": "48"
                                  },
                                  "scaleLocations": [
                                    {
                                      "$id": "50",
                                      "plu": 1,
                                      "pluG_UID": "eatFTdslBEWhk0Ubeos4UA==",
                                      "pluGuid": "4d45ab79-25db-4504-a193-451b7a8b3850",
                                      "deptNo": 1,
                                      "product": {
                                        "$ref": "22"
                                      },
                                      "scaleLocation": {
                                        "$id": "51",
                                        "id": 1,
                                        "deptNo": 1,
                                        "deptCode": "sample string 2",
                                        "name": "sample string 3",
                                        "enabled": true,
                                        "updated": "2026-04-03T06:24:31.9912088",
                                        "department": {
                                          "$id": "52",
                                          "id": 1,
                                          "name": "sample string 2",
                                          "code": "sample string 3",
                                          "sortOrder": 4,
                                          "isLiquor": true,
                                          "isTobacco": true,
                                          "excludeTalker": true,
                                          "externalSales": true,
                                          "saleGLCode": "sample string 9",
                                          "cogsglCode": "sample string 10",
                                          "accountingCategoryID": 11,
                                          "maximumMarkdownPercentage": 12.0,
                                          "accountingOnly": true,
                                          "generateExternalID": 1,
                                          "useNonReportableTaxCode": true,
                                          "minPLU": 15,
                                          "maxPLU": 16,
                                          "scaleLocation": {
                                            "$ref": "51"
                                          },
                                          "subDepartments": [
                                            {
                                              "$id": "53",
                                              "id": 1,
                                              "departmentID": 2,
                                              "name": "sample string 3",
                                              "code": "sample string 4",
                                              "departmentCode": "sample string 5",
                                              "externalSales": true,
                                              "minorDepartments": [
                                                {
                                                  "$id": "54",
                                                  "id": 1,
                                                  "subDepartmentID": 2,
                                                  "departmentID": 3,
                                                  "name": "sample string 4",
                                                  "subDepartmentCode": "sample string 5",
                                                  "departmentCode": "sample string 6",
                                                  "code": "sample string 7",
                                                  "lesserDepartments": [
                                                    {
                                                      "$id": "55",
                                                      "id": 1,
                                                      "departmentID": 2,
                                                      "subDepartmentID": 3,
                                                      "minorDepartmentID": 4,
                                                      "name": "sample string 5",
                                                      "code": "sample string 6",
                                                      "departmentCode": "sample string 7",
                                                      "subDepartmentCode": "sample string 8",
                                                      "minorDepartmentCode": "sample string 9",
                                                      "updated": "2026-04-03T06:24:31.9912088",
                                                      "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": "kszcBhWQoUuEHWMeuuHjgA==",
                                                      "labelPageLayoutGuid": "06dccc92-9015-4ba1-841d-631ebae1e380",
                                                      "minimumAge": 17,
                                                      "countryOfOrigin": "sample string 18",
                                                      "serviceFeeID": 1,
                                                      "eftCode": 19,
                                                      "defaultPrinter": "sample string 20",
                                                      "defaultPrinterGroup": "sample string 21",
                                                      "buyingLimit": 1,
                                                      "buyingLimitIndependent": true,
                                                      "buyingLimitType": 0,
                                                      "includeInDistinctLimit": true,
                                                      "defaultsEmpty": false,
                                                      "mscCat": {
                                                        "$id": "56",
                                                        "dept": 1,
                                                        "category": 2,
                                                        "name": "sample string 3",
                                                        "active": true,
                                                        "mscCommodities": [
                                                          {
                                                            "$id": "57",
                                                            "dept": 1,
                                                            "category": 2,
                                                            "commodity": 3,
                                                            "name": "sample string 4",
                                                            "active": true,
                                                            "mscSubCommodities": [
                                                              {
                                                                "$id": "58",
                                                                "dept": 1,
                                                                "category": 2,
                                                                "commodity": 3,
                                                                "subCommodity": 4,
                                                                "name": "sample string 5",
                                                                "active": true,
                                                                "subCommodityCode": "sample string 7"
                                                              },
                                                              {
                                                                "$ref": "58"
                                                              }
                                                            ],
                                                            "commodityCode": "sample string 6"
                                                          },
                                                          {
                                                            "$ref": "57"
                                                          }
                                                        ],
                                                        "categoryCode": "sample string 5"
                                                      },
                                                      "mscCom": {
                                                        "$ref": "57"
                                                      },
                                                      "mscDep": {
                                                        "$id": "59",
                                                        "dept": 1,
                                                        "name": "sample string 2",
                                                        "active": true,
                                                        "mscCategories": [
                                                          {
                                                            "$ref": "56"
                                                          },
                                                          {
                                                            "$ref": "56"
                                                          }
                                                        ],
                                                        "deptCode": "sample string 4"
                                                      },
                                                      "mscSubCom": {
                                                        "$ref": "58"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "55"
                                                    }
                                                  ],
                                                  "updated": "2026-04-03T06:24:31.9912088",
                                                  "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": "H8G6njRyfEaQbcVEyb9FCw==",
                                                  "labelPageLayoutGuid": "9ebac11f-7234-467c-906d-c544c9bf450b",
                                                  "minimumAge": 15,
                                                  "countryOfOrigin": "sample string 16",
                                                  "serviceFeeID": 1,
                                                  "eftCode": 17,
                                                  "defaultPrinter": "sample string 18",
                                                  "defaultPrinterGroup": "sample string 19",
                                                  "buyingLimit": 1,
                                                  "buyingLimitIndependent": true,
                                                  "buyingLimitType": 0,
                                                  "includeInDistinctLimit": true,
                                                  "defaultsEmpty": false,
                                                  "mscCat": {
                                                    "$ref": "56"
                                                  },
                                                  "mscCom": {
                                                    "$ref": "57"
                                                  },
                                                  "mscDep": {
                                                    "$ref": "59"
                                                  },
                                                  "mscSubCom": {
                                                    "$ref": "58"
                                                  }
                                                },
                                                {
                                                  "$ref": "54"
                                                }
                                              ],
                                              "investmentBuyOverride": true,
                                              "updated": "2026-04-03T06:24:31.9912088",
                                              "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": "somBXPVRmEqsasDKpG2/Xg==",
                                              "labelPageLayoutGuid": "5c8189b2-51f5-4a98-ac6a-c0caa46dbf5e",
                                              "minimumAge": 15,
                                              "countryOfOrigin": "sample string 16",
                                              "serviceFeeID": 1,
                                              "eftCode": 17,
                                              "defaultPrinter": "sample string 18",
                                              "defaultPrinterGroup": "sample string 19",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "includeInDistinctLimit": true,
                                              "defaultsEmpty": false,
                                              "mscCat": {
                                                "$ref": "56"
                                              },
                                              "mscCom": {
                                                "$ref": "57"
                                              },
                                              "mscDep": {
                                                "$ref": "59"
                                              },
                                              "mscSubCom": {
                                                "$ref": "58"
                                              }
                                            },
                                            {
                                              "$ref": "53"
                                            }
                                          ],
                                          "stores": [
                                            1,
                                            2
                                          ],
                                          "investmentBuyOverride": true,
                                          "updated": "2026-04-03T06:24:31.9912088",
                                          "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": "f5LiekBRrEKf+CxsGcpgpw==",
                                          "labelPageLayoutGuid": "7ae2927f-5140-42ac-9ff8-2c6c19ca60a7",
                                          "minimumAge": 25,
                                          "countryOfOrigin": "sample string 26",
                                          "serviceFeeID": 1,
                                          "eftCode": 27,
                                          "defaultPrinter": "sample string 28",
                                          "defaultPrinterGroup": "sample string 29",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "includeInDistinctLimit": true,
                                          "defaultsEmpty": false,
                                          "mscCat": {
                                            "$ref": "56"
                                          },
                                          "mscCom": {
                                            "$ref": "57"
                                          },
                                          "mscDep": {
                                            "$ref": "59"
                                          },
                                          "mscSubCom": {
                                            "$ref": "58"
                                          }
                                        }
                                      }
                                    },
                                    {
                                      "$ref": "50"
                                    }
                                  ],
                                  "nextPrice": {
                                    "$id": "60",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "plu": 1,
                                    "hostOfferID": 1,
                                    "metcashPromotionID": "sample string 4",
                                    "metcashPromotionPlacement": "sample string 5",
                                    "pluG_UID": "jv9kQ81c3kCm+a/IDDDm6A==",
                                    "pluGuid": "4364ff8e-5ccd-40de-a6f9-afc80c30e6e8",
                                    "newPrice": 1,
                                    "pctDiscount": 1,
                                    "newCost": 1,
                                    "newCostDecimals": 6,
                                    "dealCostIdentifier": "1h5dYJ6fekyjLibUnledUw==",
                                    "dealCostGuid": "605d1ed6-9f9e-4c7a-a32e-26d49e579d53",
                                    "pluName": "sample string 7",
                                    "apn": "sample string 8",
                                    "fuelItem": true,
                                    "priceGroupG_UID": "C2hPZwk8fU6dawv6ppIfjg==",
                                    "priceGroupGuid": "674f680b-3c09-4e7d-9d6b-0bfaa6921f8e",
                                    "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:24:31.9912088",
                                    "rrp": 27,
                                    "campaignDescription": "sample string 28",
                                    "hostCampaign": true,
                                    "hostIdentifier": "QEA=",
                                    "hostIdentifierGuid": "9a9f9a46-63bd-4104-b86b-81f59a644c9b",
                                    "campaignComboPriceGroupG_UID": "80+1lM4Iuke0iRdvVES8JA==",
                                    "campaignComboPriceGroupIdentifier": "94b54ff3-08ce-47ba-b489-176f5444bc24",
                                    "promotionPlacementDescription": "sample string 30",
                                    "storeAcceptances": [
                                      {
                                        "$id": "61",
                                        "plu": 1,
                                        "pluG_UId": "QEA=",
                                        "campaignID": 1,
                                        "campaignName": "sample string 2",
                                        "storeID": 3,
                                        "acceptedUtc": "2026-04-03T06:24:31.9912088",
                                        "operatorG_UID": "QXX1MeNMLEiRKMevl/a+jQ==",
                                        "operatorGuid": "31f57541-4ce3-482c-9128-c7af97f6be8d",
                                        "machineID": 1,
                                        "processed": true,
                                        "appliedUtc": "2026-04-03T06:24:31.9912088",
                                        "signIqTicketFileMovedUtc": "2026-04-03T06:24:31.9912088",
                                        "user": "sample string 6",
                                        "campaignDescription": "sample string 7",
                                        "productDesc": "sample string 8",
                                        "storeName": "sample string 9",
                                        "effectiveUtc": "2026-04-03T06:24:31.9912088",
                                        "priceChangeType": 0,
                                        "operatorName": "sample string 10",
                                        "hostCampaign": true,
                                        "hostIdentifier": "QEA=",
                                        "hostIdentifierGuid": "d1a08ca4-a61c-4701-908b-d8868ece2db8",
                                        "product": {
                                          "$ref": "22"
                                        },
                                        "campaignPlu": {
                                          "$ref": "60"
                                        },
                                        "fuelItem": true
                                      },
                                      {
                                        "$ref": "61"
                                      }
                                    ],
                                    "campaign": {
                                      "$id": "62",
                                      "id": 1,
                                      "storeID": 2,
                                      "name": "d5c1eb76-ea38-43a7-9db3-de54e2768b40",
                                      "nameGuid": "d5c1eb76-ea38-43a7-9db3-de54e2768b40",
                                      "description": "sample string 4",
                                      "showDiscounts": true,
                                      "showTotals": true,
                                      "onlyEvaluateOnSubtotal": true,
                                      "useDescription": true,
                                      "campaignType": 1,
                                      "startDate": "2026-04-03T06:24:31.9912088",
                                      "startTime": 1,
                                      "endDate": "2026-04-03T06:24:31.9912088",
                                      "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:24:31.9912088",
                                      "system": true,
                                      "created": "2026-04-03T06:24:31.9912088",
                                      "updated": "2026-04-03T06:24:31.9912088",
                                      "priceChangeNotifiedUtc": "2026-04-03T06:24:31.9912088",
                                      "promoType": 1,
                                      "promotionTypeCode": "sample string 13",
                                      "hostIdentifier": "R7u9VheCaEOc/iij7C8C7w==",
                                      "hostIdentifierGuid": "56bdbb47-8217-4368-9cfe-28a3ec2f02ef",
                                      "hostType": 14,
                                      "createdByUser": "sample string 15",
                                      "fromHost": true,
                                      "deleted": true,
                                      "campaignDeleted": "2026-04-03T06:24:31.9912088",
                                      "updatedByUser": "sample string 18",
                                      "offerID": 1,
                                      "isPriceChangeCampaign": true,
                                      "stores": [
                                        1,
                                        2
                                      ],
                                      "storeNames": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "campaignPlus": [
                                        {
                                          "$ref": "60"
                                        },
                                        {
                                          "$ref": "60"
                                        }
                                      ],
                                      "campaignPools": [
                                        {
                                          "$id": "63",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "plu": 4,
                                          "pluG_UID": "/7OvsU1rn0CMybtPi8X8GA==",
                                          "pluGuid": "b1afb3ff-6b4d-409f-8cc9-bb4f8bc5fc18",
                                          "hostOfferID": 1,
                                          "priceGroupG_UID": "jv5UImfr/0+st+IehiPZ6Q==",
                                          "priceGroupGuid": "2254fe8e-eb67-4fff-acb7-e21e8623d9e9",
                                          "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:24:31.9912088",
                                          "rrp": 17,
                                          "campaignDescription": "sample string 18",
                                          "product": {
                                            "$ref": "22"
                                          },
                                          "campaign": {
                                            "$ref": "62"
                                          }
                                        },
                                        {
                                          "$ref": "63"
                                        }
                                      ],
                                      "sellingRules": [
                                        {
                                          "$id": "64",
                                          "id": 1,
                                          "identifier": "0OzET1vQOEOkwPxoN9OQDQ==",
                                          "identifierStr": "0OzET1vQOEOkwPxoN9OQDQ==",
                                          "identifierGuid": "4fc4ecd0-d05b-4338-a4c0-fc6837d3900d",
                                          "campaignID": 4,
                                          "campaignName": "sample string 5",
                                          "ruleJoin": 1,
                                          "ruleType": 6,
                                          "operand0": "sample string 7",
                                          "comparisonOp": 1,
                                          "operand1": "sample string 8",
                                          "action": 1,
                                          "operand2": "sample string 9",
                                          "operand3": "sample string 10",
                                          "includeExcludedItems": true,
                                          "noFurtherDiscounts": true,
                                          "description": "sample string 11",
                                          "sortOrder": 1,
                                          "isItemRule": false,
                                          "prevDept": "sample string 12",
                                          "campaign": {
                                            "$ref": "62"
                                          }
                                        },
                                        {
                                          "$ref": "64"
                                        }
                                      ],
                                      "customers": [
                                        {
                                          "$id": "65",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "customerID": "F5a0r2y3nEmQbxaNku/BQw==",
                                          "customerIDGuid": "afb49617-b76c-499c-906f-168d92efc143",
                                          "campaign": {
                                            "$ref": "62"
                                          },
                                          "customer": {
                                            "$ref": "1"
                                          }
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ],
                                      "customerGroups": [
                                        {
                                          "$id": "66",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "groupID": "AgYB2KGMoUCEYR8hQwEtzg==",
                                          "groupIDGuid": "d8010602-8ca1-40a1-8461-1f2143012dce",
                                          "campaign": {
                                            "$ref": "62"
                                          },
                                          "group": {
                                            "$ref": "5"
                                          }
                                        },
                                        {
                                          "$ref": "66"
                                        }
                                      ],
                                      "signIqTickets": [
                                        {
                                          "$id": "67",
                                          "identifier": "JC86bQbU9Ei5vjacTafjPw==",
                                          "identifierGuid": "6d3a2f24-d406-48f4-b9be-369c4da7e33f",
                                          "campaignName": "sample string 2",
                                          "message": "sample string 3",
                                          "ticketFileSource": "sample string 4",
                                          "ticketFileDestination": "sample string 5",
                                          "storeID": 1
                                        },
                                        {
                                          "$ref": "67"
                                        }
                                      ],
                                      "comboPriceGroups": [
                                        {
                                          "$id": "68",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "g_UID": "obBjiRF1fk+39d4eVK6XTg==",
                                          "guid": "8963b0a1-7511-4f7e-b7f5-de1e54ae974e",
                                          "description": "sample string 5",
                                          "newPrice": 1,
                                          "rangeDescription": "sample string 6",
                                          "dealDescription": "sample string 7",
                                          "labelQuantity": 8,
                                          "hostProductCategoryID": 1,
                                          "offerID": 1,
                                          "dontUpdatePricePlus": true,
                                          "campaign": {
                                            "$ref": "62"
                                          },
                                          "comboPricePlus": [
                                            {
                                              "$id": "69",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "groupG_UID": "9GKptu+cg0KKTa0BPEs0FQ==",
                                              "groupGuid": "b6a962f4-9cef-4283-8a4d-ad013c4b3415",
                                              "comboPriceType": 5,
                                              "priceType": 5,
                                              "pluG_UID": "0NIcU6ynWU2o/W0AVUB0Cw==",
                                              "pluGuid": "531cd2d0-a7ac-4d59-a8fd-6d005540740b",
                                              "priceGroupG_UID": "DSP3nBW6rkGB0OGlcme1jg==",
                                              "priceGroupGuid": "9cf7230d-ba15-41ae-81d0-e1a57267b58e",
                                              "campaignPoolID": "sample string 7",
                                              "quantity": 1,
                                              "campaign": {
                                                "$ref": "62"
                                              },
                                              "product": {
                                                "$ref": "22"
                                              },
                                              "priceGroup": {
                                                "$ref": "28"
                                              },
                                              "campaignPool": {
                                                "$ref": "62"
                                              }
                                            },
                                            {
                                              "$ref": "69"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "68"
                                        }
                                      ],
                                      "priceLevels": [
                                        {
                                          "$id": "70",
                                          "id": 1,
                                          "priceLevelIdentifier": "F73UlUchVkKh96lUPQBfJg==",
                                          "priceLevelIdentifierGuid": "95d4bd17-2147-4256-a1f7-a9543d005f26",
                                          "campaignName": "sample string 3",
                                          "priceLevelName": "sample string 4"
                                        },
                                        {
                                          "$ref": "70"
                                        }
                                      ],
                                      "promotionType": {
                                        "$id": "71",
                                        "identifier": "LIGVj/I7vU2dkEUeq9OouA==",
                                        "identifierGuid": "8f95812c-3bf2-4dbd-9d90-451eabd3a8b8",
                                        "hostType": 2,
                                        "code": "sample string 3",
                                        "description": "sample string 4",
                                        "isLiquor": true,
                                        "isAdvertised": true,
                                        "disableWasSave": true,
                                        "excludeFromPromoSales": true,
                                        "labelPageLayoutG_UID": "UJXO6Udt3U+9roRyvhwtWw==",
                                        "labelPageLayoutGuid": "e9ce9550-6d47-4fdd-bdae-8472be1c2d5b",
                                        "priceLevelIdentifier": "tcETNn8EnEiZGcEqBrI6JA==",
                                        "priceLevelIdentifierGuid": "3613c1b5-047f-489c-9919-c12a06b23a24",
                                        "active": true,
                                        "updated": "2026-04-03T06:24:31.9912088",
                                        "hostName": "sample string 11"
                                      }
                                    },
                                    "product": {
                                      "$ref": "22"
                                    },
                                    "dealCost": {
                                      "$id": "72",
                                      "headerIdentifier": "KM9DQD0LVkuCkvbNHO9KPQ==",
                                      "headerIdentifierGuid": "4043cf28-0b3d-4b56-8292-f6cd1cef4a3d",
                                      "identifier": "K3wbH2HKXUi8pZkpWytA4g==",
                                      "identifierGuid": "1f1b7c2b-ca61-485d-bca5-99295b2b40e2",
                                      "supplierIdentifier": "vt/3ElfV3ke8KMtPLYuccQ==",
                                      "supplierGuid": "12f7dfbe-d557-47de-bc28-cb4f2d8b9c71",
                                      "pluG_UID": "nqQ+CkVQEUKMQelF+gFMLA==",
                                      "pluGuid": "0a3ea49e-5045-4211-8c41-e945fa014c2c",
                                      "campaignName": "6f363726-7cb9-4129-b3fa-6c2c60122c6c",
                                      "description": "sample string 4",
                                      "cost": 5,
                                      "costDecimals": 6,
                                      "start": "2026-04-03T06:24:31.9912088",
                                      "end": "2026-04-03T06:24:31.9912088",
                                      "type": 9,
                                      "promoType": 10,
                                      "bonusItemPLUG_UID": "MODGwlnUZUOPkDZTC+nXcg==",
                                      "bonusItemPluGuid": "c2c6e030-d459-4365-8f90-36530be9d772",
                                      "bonusPurchaseUnits": 11,
                                      "bonusReceiveUnits": 12,
                                      "updated": "2026-04-03T06:24:31.9912088",
                                      "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:24:31.9912088",
                                      "campaignEndDate": "2026-04-03T06:24:31.9912088",
                                      "masterPLUG_UID": "WkJrtseOEECXvJa2eBnxpw==",
                                      "masterID": "b66b425a-8ec7-4010-97bc-96b67819f1a7",
                                      "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": "ehASpdOHREqZk5CSdAnRtQ==",
                                      "bonusMasterID": "a512107a-87d3-4a44-9993-90927409d1b5",
                                      "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:24:31.9912088",
                                  "dealCosts": [
                                    {
                                      "$ref": "72"
                                    },
                                    {
                                      "$ref": "72"
                                    }
                                  ],
                                  "tags": [
                                    {
                                      "$id": "73",
                                      "pluG_UID": "cs+7ghr+XkSbmREGEC5dag==",
                                      "pluGuid": "82bbcf72-fe1a-445e-9b99-1106102e5d6a",
                                      "tagID": 1,
                                      "description": "sample string 1",
                                      "storeIDs": [
                                        1,
                                        2
                                      ]
                                    },
                                    {
                                      "$ref": "73"
                                    }
                                  ],
                                  "alternateProductG_UID": "qS2RKxxD2EehosYHRiN99g==",
                                  "alternateProduct": "2b912da9-431c-47d8-a1a2-c60746237df6",
                                  "altProduct": {
                                    "$ref": "22"
                                  },
                                  "productHostCode": {
                                    "$id": "74",
                                    "id": 1,
                                    "pluG_UID": "dRnHs8o0T0mL75jvV3Gy1A==",
                                    "pluGuid": "b3c71975-34ca-494f-8bef-98ef5771b2d4",
                                    "ibaCode": "sample string 2"
                                  },
                                  "mscCat": {
                                    "$ref": "56"
                                  },
                                  "mscCom": {
                                    "$ref": "57"
                                  },
                                  "mscDep": {
                                    "$ref": "59"
                                  },
                                  "mscSubCom": {
                                    "$ref": "58"
                                  },
                                  "isUserUpdate": true,
                                  "ignoreMasterProduct": true,
                                  "priceGroupLabelRequested": true,
                                  "firstSold": "2026-04-03T06:24:31.9912088",
                                  "inventoryTracked": "2026-04-03T06:24:31.9912088",
                                  "isNormalPriceChangesCampaign": true,
                                  "baseProductFuel": {
                                    "$id": "75",
                                    "pluG_UID": "m+43QTBuO0uIDubjXtLtPw==",
                                    "pluGuid": "4137ee9b-6e30-4b3b-880e-e6e35ed2ed3f",
                                    "fuelPluG_UID": "OCuu8HhcBkWmnerAARHLCw==",
                                    "fuelPluGuid": "f0ae2b38-5c78-4506-a69d-eac00111cb0b",
                                    "price": 3,
                                    "productDescription": "sample string 4",
                                    "productBarcode": "sample string 5",
                                    "fuelProductDescription": "sample string 6",
                                    "fuelProductBarcode": "sample string 7",
                                    "fuelProductPrice": 8
                                  },
                                  "productFuelLinks": [
                                    {
                                      "$ref": "75"
                                    },
                                    {
                                      "$ref": "75"
                                    }
                                  ]
                                },
                                "supplier": {
                                  "$ref": "17"
                                },
                                "serviceFee": {
                                  "$id": "76",
                                  "id": 1,
                                  "description": "sample string 1",
                                  "fee": 1
                                },
                                "isPrimaryHost": true,
                                "hostVendor": 48
                              },
                              {
                                "$ref": "20"
                              }
                            ],
                            "orderCycleHeaders": [
                              {
                                "$id": "77",
                                "storeID": 1,
                                "supplierIdentifier": "qm0Xma/r70yYvu/SGUS87A==",
                                "supplierGuid": "99176daa-ebaf-4cef-98be-efd21944bcec",
                                "departmentCode": "sample string 2",
                                "warehouseDirectIndicator": "sample string 3",
                                "type": 4,
                                "storeName": "sample string 5",
                                "departmentName": "sample string 6",
                                "orderDays": 7
                              },
                              {
                                "$ref": "77"
                              }
                            ],
                            "cycles": [
                              {
                                "$id": "78",
                                "storeID": 1,
                                "supplierIdentifier": "6ea7d9NmBUWWldTZdJUiVg==",
                                "supplierGuid": "77bbe6e9-66d3-4505-9695-d4d974952256",
                                "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:24:31.9912088",
                                "deliveryDate": "2026-04-03T06:24:31.9912088",
                                "nextCutOffDate": "2026-04-03T06:24:31.9912088",
                                "nextDeliveryDate": "2026-04-03T06:24:31.9912088",
                                "nextDaysBuffer": 10
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "store": {
                              "$ref": "12"
                            },
                            "updated": "2026-04-03T06:24:31.9912088",
                            "isHost": true
                          },
                          "files": [
                            {
                              "$id": "79",
                              "id": "sample string 1",
                              "fileName": "sample string 2",
                              "extension": "sample string 3",
                              "provider": 0,
                              "type": 0,
                              "hostType": "sample string 4",
                              "createdUtc": "2026-04-03T06:24:31.9912088",
                              "processed": "2026-04-03T06:24:31.9912088",
                              "isProcessing": true,
                              "processedCount": 6,
                              "processingTime": 1,
                              "collectedUtc": "2026-04-03T06:24:31.9912088",
                              "size": 1,
                              "sizeFormat": "sample string 7",
                              "isArchive": true,
                              "customerNumber": "sample string 9",
                              "businessPillar": "sample string 10",
                              "fileType": "sample string 11",
                              "version": "sample string 12",
                              "reference": "sample string 13",
                              "digest": "sample string 14",
                              "contentType": "sample string 15",
                              "host": {
                                "$ref": "16"
                              },
                              "metcashHeader": {
                                "$id": "80",
                                "customerNumber": "sample string 1",
                                "creationDate": "2026-04-03T06:24:31.9912088",
                                "businessPillar": "sample string 3",
                                "fileType": "sample string 4"
                              }
                            },
                            {
                              "$ref": "79"
                            }
                          ],
                          "zoneMatrix": [
                            {
                              "$id": "81",
                              "id": 1,
                              "hostIdentifier": "pyuwyew83kOqvREvy1E8DA==",
                              "hostIdentifierGuid": "c9b02ba7-3cec-43de-aabd-112fcb513c0c",
                              "storeID": 1,
                              "departmentCode": "sample string 2",
                              "hostGuids": [
                                "ff378c83-2edd-44de-8c40-c9489f363525",
                                "65ea3749-39b9-4ab1-b3d3-fb5601f28771"
                              ]
                            },
                            {
                              "$ref": "81"
                            }
                          ],
                          "hostFileStoreSetting": {
                            "$ref": "15"
                          },
                          "hostStoreSettings": [
                            {
                              "$ref": "15"
                            },
                            {
                              "$ref": "15"
                            }
                          ],
                          "promotionPlacements": [
                            {
                              "$id": "82",
                              "identifier": "ULVnMwhk1EmXod+RWocV5g==",
                              "identifierGuid": "3367b550-6408-49d4-97a1-df915a8715e6",
                              "code": "sample string 2",
                              "description": "sample string 3",
                              "isAdvertised": true
                            },
                            {
                              "$ref": "82"
                            }
                          ],
                          "promoTypeGuids": [
                            "e3533476-9e5f-465b-a93c-2e2b6be6b9ee",
                            "693c4181-6912-4699-8244-f3c79acf8939"
                          ],
                          "isPromotionOnly": false,
                          "isOrderable": false,
                          "vendor": 0
                        },
                        "groupIDs": [
                          1,
                          2
                        ],
                        "hostDescription": "sample string 27"
                      },
                      {
                        "$ref": "15"
                      }
                    ],
                    "accounts": [
                      {
                        "$id": "83",
                        "id": 1,
                        "storeID": 1,
                        "accountName": "sample string 2",
                        "bsb": "sample string 3",
                        "accountNumber": "sample string 4",
                        "accountDesignated": true
                      },
                      {
                        "$ref": "83"
                      }
                    ],
                    "sales": [
                      {
                        "$id": "84",
                        "id": 1,
                        "storeID": 1,
                        "externalSalesType": 2,
                        "ftpSiteID": 1,
                        "lastSaleProcessed": "2026-04-03T06:24:31.9912088",
                        "ftpSite": {
                          "$id": "85",
                          "id": 1,
                          "description": "sample string 2",
                          "address": "sample string 3",
                          "username": "sample string 4",
                          "password": "sample string 5",
                          "path": "sample string 7",
                          "protocol": 8
                        }
                      },
                      {
                        "$ref": "84"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$ref": "81"
                      },
                      {
                        "$ref": "81"
                      }
                    ],
                    "cashManagements": [
                      {
                        "$id": "86",
                        "id": 1,
                        "storeID": 1,
                        "cashManagementType": 2,
                        "apiID": 1,
                        "organisationID": "sample string 3",
                        "siteName": "sample string 4",
                        "thirdPartyAPI": {
                          "$id": "87",
                          "id": 1,
                          "description": "sample string 2",
                          "address": "sample string 3",
                          "username": "sample string 4",
                          "password": "sample string 5",
                          "passwordPlain": "sample string 6",
                          "token": "sample string 7",
                          "apiType": 8,
                          "apiSubType": 9
                        }
                      },
                      {
                        "$ref": "86"
                      }
                    ],
                    "updateStoreID": "8144d13c-71f3-4863-b7aa-b6af3c28a9bf",
                    "updateStore": {
                      "$id": "88",
                      "id": "faed9520-0275-456a-ac03-94b75d944825",
                      "name": "sample string 1",
                      "lastActivity": "2026-04-03T06:24:31.9912088",
                      "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:24:31.9912088"
                    },
                    "timeZoneId": "sample string 54",
                    "securityOptions": {
                      "$id": "89",
                      "loginMode": 1,
                      "allowSelfVerification": true,
                      "verifierEmail": "sample string 3",
                      "source": "sample string 4",
                      "loginModeInherited": 5,
                      "loginModeSource": "sample string 6",
                      "selfVerifyInherited": true,
                      "selfVerifySource": "sample string 8",
                      "verifyEmailInherited": "sample string 9",
                      "verifyEmailSource": "sample string 10"
                    }
                  }
                },
                {
                  "$ref": "11"
                }
              ]
            },
            "customer": {
              "$ref": "1"
            },
            "communityOrganisation": {
              "$id": "90",
              "id": 1,
              "identifier": "VQhl0pUl0kOOo471mJHmQA==",
              "identifierGuid": "d2650855-2595-43d2-8ea3-8ef59891e640",
              "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:24:31.9912088",
              "promoPeriodEnd": "2026-04-03T06:24:31.9912088",
              "allowDonations": true,
              "logoImageName": "sample string 17",
              "totalAmountAwarded": 18.1,
              "updated": "2026-04-03T06:24:31.9912088",
              "deleted": true
            },
            "details": [
              {
                "$id": "91",
                "saleItemID": 1,
                "identifier": "meZIvdkwEEawnvG3iFhbNg==",
                "identifierGuid": "bd48e699-30d9-4610-b09e-f1b788585b36",
                "saleHeaderID": 2,
                "plu": 1,
                "pluG_UId": "uyTOkZvRFEKD5lWXICT84w==",
                "pluGuid": "91ce24bb-d19b-4214-83e6-55972024fce3",
                "accountID": "H4Vm8yK0ZkK85ZWQhzZePw==",
                "accountIDGuid": "f366851f-b422-4266-bce5-959087365e3f",
                "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:24:31.9912088",
                "bestOrExpireType": 1,
                "providerName": "sample string 11",
                "refundG_UID": "UbV+t1Q2mEmnYpxKNlb39w==",
                "refundGuid": "b77eb551-3654-4998-a762-9c4a3656f7f7",
                "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": "M0lqhvHvbEGu1K9Q1LOhzQ==",
                "idempotentVoidGuid": "866a4933-eff1-416c-aed4-af50d4b3a1cd",
                "priceLevelIdentifier": "8BtJ8HwyX0q8ugEbpRqMoQ==",
                "priceLevelIdentifierGuid": "f0491bf0-327c-4a5f-bcba-011ba51a8ca1",
                "communityIdentifier": "Jtfdvk2CVEafU3iURFSdBg==",
                "communityIdentifierGuid": "beddd726-824d-4654-9f53-789444549d06",
                "productName": "sample string 23",
                "apn": "sample string 24",
                "unknownScans": [
                  {
                    "$id": "92",
                    "id": 1,
                    "saleDetailID": 2,
                    "storeID": 1,
                    "scanned": "2026-04-03T06:24:31.9912088",
                    "operatorG_UID": "QEA=",
                    "barcode": "sample string 4",
                    "processed": 1
                  },
                  {
                    "$ref": "92"
                  }
                ],
                "refund": {
                  "$id": "93",
                  "id": 1,
                  "g_UID": "HZtlXKduFE2Vb/BCuZv5Nw==",
                  "guid": "5c659b1d-6ea7-4d14-956f-f042b99bf937",
                  "description": "sample string 1",
                  "dumped": true,
                  "inventoryReasonID": 1,
                  "sortOrder": 1,
                  "updated": "2026-04-03T06:24:31.9912088"
                },
                "modifier": {
                  "$id": "94",
                  "id": 1,
                  "setG_UID": "r84stcI2NUe6J5neh+mqrw==",
                  "modifierSetGuid": "b52cceaf-36c2-4735-ba27-99de87e9aaaf",
                  "name": "sample string 2",
                  "price": 1,
                  "quantity": 1,
                  "modifierType": 1,
                  "groupNumber": 1,
                  "pageNumber": 1,
                  "controlOrder": 1,
                  "printToStation": true,
                  "pluG_UID": "pNvr9Ru+OkahdbdwtYr+lA==",
                  "pluGuid": "f5ebdba4-be1b-463a-a175-b770b58afe94",
                  "deleted": true,
                  "g_UID": "RiVoqN7dDUqZU2lu3JU6UQ==",
                  "guid": "a8682546-ddde-4a0d-9953-696edc953a51",
                  "product": {
                    "$ref": "22"
                  }
                },
                "priceLevelName": "sample string 25",
                "pumpNumber": 1,
                "hoseNumber": 1
              },
              {
                "$ref": "91"
              }
            ],
            "eftReceipts": [
              {
                "$id": "95",
                "id": 1,
                "storeID": 1,
                "saleHeaderID": 2,
                "storeSaleHeader": {
                  "$ref": "8"
                },
                "receipt": "sample string 3",
                "processed": 1
              },
              {
                "$ref": "95"
              }
            ],
            "payments": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "cards": [
              {
                "$id": "96",
                "id": 1,
                "saleHeaderID": 1,
                "identifier": "sample string 2",
                "cardType": 3,
                "providerName": "sample string 4"
              },
              {
                "$ref": "96"
              }
            ],
            "campaignHits": [
              {
                "$id": "97",
                "id": 1,
                "saleHeaderID": 2,
                "campaign": "sample string 3",
                "name": "sample string 4",
                "processed": 1,
                "campaignDescription": "sample string 5"
              },
              {
                "$ref": "97"
              }
            ],
            "fuel": [
              {
                "$id": "98",
                "id": 1,
                "plu": 1,
                "pluG_UID": "+JfNvH+LGkO7Xzq7odrOfw==",
                "pluGuid": "bccd97f8-8b7f-431a-bb5f-3abba1dace7f",
                "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:24:31.9912088",
                "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:24:31.9912088",
                "tagNumber": "sample string 15",
                "trackTwoRem": "sample string 16",
                "transCode": 1,
                "transType": 1,
                "unitPrice": 1.0,
                "vehicleReg": "sample string 17",
                "offline": true,
                "processed": 1
              },
              {
                "$ref": "98"
              }
            ],
            "fuelResells": [
              {
                "$id": "99",
                "saleItemID": 1,
                "saleHeaderID": 2,
                "plu": 1,
                "pluG_UId": "OoEC5lbl7UC4GA3DMbIhvw==",
                "pluGuid": "e602813a-e556-40ed-b818-0dc331b221bf",
                "accountID": "Dp6VncKXC0+aQ/T044LslQ==",
                "accountIDGuid": "9d959e0e-97c2-4f0b-9a43-f4f4e382ec95",
                "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:24:31.9912088",
                "bestOrExpireType": 1,
                "refundG_UID": "8W7JC1L4yUGTruqMIU406w==",
                "refundGuid": "0bc96ef1-f852-41c9-93ae-ea8c214e34eb",
                "providerName": "sample string 10",
                "campaign": "sample string 11",
                "campaignType": 1,
                "modifiedID": 1,
                "omittedIngredient": 1,
                "taxPercent": 1.0,
                "taxAmount": 1.0,
                "refundablePrice": 1.0,
                "showDiscounts": true,
                "orderPrinted": true,
                "note": "sample string 14",
                "modifierName": "sample string 15",
                "modifierSetName": "sample string 16",
                "totalValueWasScanned": true,
                "sold": true,
                "campaignPrice": true,
                "scannedValue": 1,
                "campaignName": "sample string 20",
                "comboDiscount": 1
              },
              {
                "$ref": "99"
              }
            ],
            "customerOrder": [
              {
                "$id": "100",
                "identifier": "62nvbEU4Ak+BKddmdz56HA==",
                "identifierGuid": "6cef69eb-3845-4f02-8129-d766773e7a1c",
                "id": 1,
                "orderNo": 2,
                "externalSaleIdentifier": "sample string 3",
                "storeID": 4,
                "zoneID": 5,
                "deptNo": 6,
                "customerIdentifier": "uLzFkcr0BkKBjoJIGzAZgg==",
                "customerIdentifierGuid": "91c5bcb8-f4ca-4206-818e-82481b301982",
                "operatorNo": 1,
                "operatorG_UID": "NQtWBs30o0GFZorRtUJ8NQ==",
                "operatorGuid": "06560b35-f4cd-41a3-8566-8ad1b5427c35",
                "created": "2026-04-03T06:24:31.9912088",
                "ordered": "2026-04-03T06:24:31.9912088",
                "started": "2026-04-03T06:24:31.9912088",
                "completed": "2026-04-03T06:24:31.9912088",
                "supplied": "2026-04-03T06:24:31.9912088",
                "quickTicket": 1,
                "deleted": true,
                "walkAway": true,
                "approxWait": 1,
                "actualWait": 1,
                "deliveryMethod": 8,
                "externalSaleType": 9,
                "customer": {
                  "$ref": "1"
                },
                "operator": {
                  "$ref": "10"
                },
                "details": [
                  {
                    "$id": "101",
                    "headerID": 1,
                    "plu": 1,
                    "pluG_UId": "RYbQ0sLU40COMQWFOg6T+Q==",
                    "pluGuid": "d2d08645-d4c2-40e3-8e31-05853a0e93f9",
                    "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": "Ad92yuWoVEOJdrU5qubnkA==",
                    "headerIdentifierGuid": "ca76df01-a8e5-4354-8976-b539aae6e790",
                    "product": {
                      "$ref": "22"
                    }
                  },
                  {
                    "$ref": "101"
                  }
                ],
                "storeName": "sample string 11",
                "customerName": "sample string 12",
                "storeReplyTo": "sample string 13",
                "storeSubjectLine": "sample string 14",
                "storeSaleHeader": {
                  "$ref": "8"
                }
              },
              {
                "$ref": "100"
              }
            ],
            "surveyResponses": [
              {
                "$id": "102",
                "surveyG_UID": "Cvu5ErBqfEmcMZNK83rN+Q==",
                "surveyGuid": "12b9fb0a-6ab0-497c-9c31-934af37acdf9",
                "saleHeaderGuid": "gfuyJvp89E+nUso7FFJGpA==",
                "saleGuid": "26b2fb81-7cfa-4ff4-a752-ca3b145246a4",
                "textResponse": "sample string 1",
                "integerResponse": 1,
                "g_UIDResponse": "ykpa/v9b7UWAknowoECt8g==",
                "guidResponse": "fe5a4aca-5bff-45ed-8092-7a30a040adf2",
                "whoAnswered": 2,
                "answeredAtUTC": "2026-04-03T06:24:31.9912088",
                "sale": {
                  "$ref": "8"
                },
                "survey": {
                  "$id": "103",
                  "g_UID": "8LWtk0clJUW0BFmcdBua4Q==",
                  "guid": "93adb5f0-2547-4525-b404-599c741b9ae1",
                  "name": "sample string 1",
                  "storeID": 2,
                  "zoneID": 1,
                  "checkoutFormG_UID": "z2Z+noQNB0KQ2X/aETmN2A==",
                  "checkoutFormGuid": "9e7e66cf-0d84-4207-90d9-7fda11398dd8",
                  "displayToWho": 3,
                  "displayWhen": 4,
                  "start": "2026-04-03T06:24:31.9912088",
                  "end": "2026-04-03T06:24:31.9912088",
                  "deleted": true,
                  "updated": "2026-04-03T06:24:31.9912088",
                  "possibleIntegerResponses": [
                    1,
                    2
                  ],
                  "possibleTextResponses": [
                    "sample string 1",
                    "sample string 2"
                  ],
                  "possibleGuidResponses": [
                    "67805e97-9597-4978-98e3-40cc5ee4e3eb",
                    "3a14336e-0532-43f5-be7e-5ffc510a7447"
                  ],
                  "allowsAllTextResponses": true,
                  "surveyForm": {
                    "$ref": "41"
                  }
                },
                "ingressId": "sample string 4"
              },
              {
                "$ref": "102"
              }
            ],
            "storeName": "sample string 39",
            "terminalNumber": 40,
            "machineName": "sample string 41",
            "operatorName": "sample string 42",
            "direction": 1,
            "reason": "sample string 43",
            "accountG_UID": "JQfg6cml/0OZiIswN9u6fg==",
            "accountIdentifier": "e9e00725-a5c9-43ff-9988-8b3037dbba7e",
            "accountName": "sample string 44",
            "customerOrderIdentifier": "ISBehs5R3UO9WDkm29ux0Q==",
            "customerOrderIdentifierGuid": "865e2021-51ce-43dd-bd58-3926dbdbb1d1",
            "priceLevelName": "sample string 45",
            "revision": 46,
            "ingressId": "sample string 47"
          },
          "metadata": {
            "$id": "104",
            "id": 1,
            "paymentID": 2,
            "paymentIdentifier": "0l4g8rgXik6/pJ1ZqVGBpA==",
            "paymentIdentifierGuid": "f2205ed2-17b8-4e8a-bfa4-9d59a95181a4",
            "identifier": "dHGEFjP5b0+UZmf0XlN3yg==",
            "identifierGuid": "16847174-f933-4f6f-9466-67f45e5377ca",
            "metadata": "sample string 3",
            "signatureImage": "QEA=",
            "itemIdentifier": "M2xIRZXrVk+G6B6KJbayoA==",
            "itemIdentifierGuid": "45486c33-eb95-4f56-86e8-1e8a25b6b2a0"
          }
        },
        {
          "$ref": "7"
        }
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "customerGroupMembers": [
    {
      "$ref": "6"
    },
    {
      "$ref": "6"
    }
  ],
  "customerGroups": [
    {
      "$ref": "5"
    },
    {
      "$ref": "5"
    }
  ],
  "accounts": [
    {
      "$ref": "3"
    },
    {
      "$ref": "3"
    }
  ],
  "account": {
    "$ref": "3"
  },
  "vouchers": [
    {
      "$id": "105",
      "customerIdentifier": "U194E5dKTUmNcrxqZoFg1w==",
      "customerIdentifierGuid": "13785f53-4a97-494d-8d72-bc6a668160d7",
      "voucherName": "sample string 2",
      "count": 3,
      "storeID": 4,
      "barcode": "sample string 5",
      "redeemCount": 6,
      "issueCount": 7,
      "storeSalePaymentID": 1,
      "idempotentID": "yaRq/xyUSEGfT5CKGeAU5A==",
      "idempotentGuid": "ff6aa4c9-941c-4148-9f4f-908a19e014e4",
      "offline": true,
      "voucher": {
        "$id": "106",
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "shortDescription": "sample string 4",
        "url": "sample string 5",
        "barcodeTemplateID": 1,
        "expiry": 0,
        "voucherType": 6,
        "limitPerTransaction": 7,
        "customerTracking": true,
        "discountAccount": "sample string 9",
        "endDate": "2026-04-03T06:24:31.9912088",
        "barcodeTemplate": {
          "$id": "107",
          "templateID": 1,
          "template": "sample string 1",
          "bcFunction": "sample string 2",
          "sortOrder": 3
        },
        "scaleLabel": {
          "$id": "108",
          "id": 1,
          "uid": "sample string 2",
          "name": "sample string 3",
          "width": 1.1,
          "height": 1.1,
          "showBorder": true,
          "borderWidth": 1.1,
          "borderStyle": 1,
          "borderColour": "sample string 5",
          "updated": "2026-04-03T06:24:31.9912088",
          "labelPageLayout": "4OyuTs6zE0W/0s6Pz618OQ==",
          "pageLayoutGuid": "4eaeece0-b3ce-4513-bfd2-ce8fcfad7c39",
          "labelType": 6,
          "oldName": "sample string 7",
          "voucher": {
            "$ref": "106"
          },
          "elements": [
            {
              "$id": "109",
              "id": 1,
              "scaleLabelID": 2,
              "showPercentDI": true,
              "showAvgPerHundred": true,
              "showAvgPerServe": true,
              "name": "sample string 6",
              "x": 1.1,
              "y": 1.1,
              "width": 1.1,
              "height": 1.1,
              "type": 1,
              "rotation": 1,
              "text": "sample string 7",
              "fontFamily": "sample string 8",
              "align": 1,
              "bold": true,
              "italic": true,
              "underline": true,
              "strikeout": true,
              "reverse": true,
              "textColour": "sample string 9",
              "fontSize": 1.1,
              "picture": "QEA=",
              "borderWidth": 10,
              "sortOrder": 11,
              "printOptions": 12,
              "superScriptTextFontSize": 1.1,
              "lineStyle": 1,
              "spacingStyle": 1,
              "interCharacterSpacing": 1.1,
              "superScriptOffset": 1.1,
              "lineSpacing": 1.1,
              "dateFormat": "sample string 13",
              "autoGrow": true,
              "fontAutoResize": true,
              "updated": "2026-04-03T06:24:31.9912088"
            },
            {
              "$ref": "109"
            }
          ]
        },
        "customerVouchers": [
          {
            "$id": "110",
            "id": 1,
            "customerIdentifier": "caCyK96V3U6wYzGIDfQRDA==",
            "customerIdentifierGuid": "2bb2a071-95de-4edd-b063-31880df4110c",
            "voucherID": 3,
            "voucherName": "sample string 4",
            "storeID": 1,
            "barcode": "sample string 5",
            "dateOfIssue": "2026-04-03T06:24:31.9912088",
            "issuedSaleHeaderID": 1,
            "issuedSaleIdentifier": "sample string 7",
            "issuedOfflinePaymentID": 1,
            "issuedIdempotentID": "5lun7ShFFkqifjuLOS/flg==",
            "issuedIdempotentGuid": "eda75be6-4528-4a16-a27e-3b8b392fdf96",
            "issuedOffline": true,
            "issuedUser": "sample string 9",
            "issuedNotes": "sample string 10",
            "expiryDate": "2026-04-03T06:24:31.9912088",
            "expiredUser": "sample string 11",
            "expiredNotes": "sample string 12",
            "redeemed": "2026-04-03T06:24:31.9912088",
            "redeemedSaleHeaderID": 1,
            "redeemedSaleIdentifier": "sample string 13",
            "redeemedOfflinePaymentID": 1,
            "redeemedIdempotentID": "L+5nEqvUhEean8xBrvf4uA==",
            "redeemedIdempotentGuid": "1267ee2f-d4ab-4784-9a9f-cc41aef7f8b8",
            "redeemedUser": "sample string 14",
            "redeemedNotes": "sample string 15",
            "redeemedOffline": true,
            "updated": "2026-04-03T06:24:31.9912088",
            "storeName": "sample string 17",
            "scaleLabel": {
              "$ref": "108"
            },
            "voucher": {
              "$ref": "106"
            },
            "customer": {
              "$ref": "1"
            },
            "issuedOfflinePayment": {
              "$ref": "7"
            },
            "redeemedOfflinePayment": {
              "$ref": "7"
            }
          },
          {
            "$ref": "110"
          }
        ]
      },
      "customer": {
        "$ref": "1"
      }
    },
    {
      "$ref": "105"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK3�\�nO�5xl/workbook.xml �(�����0D�J��(�P�����k���A�����R�n������ر5f$5iW؊��c�P���u�	c� �!d����
�gi�d��^�9;���a��"�n@�j�P
����DH�6{J\\����&a[����;.�"V��D��W�J�-d�͸��������>`%��_PK3�\����	�[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
3�\��c''_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="R18dd482bd5aa49f1" /></Relationships>PK3�\)ml)�xl/worksheets/sheet1.xml �(��Y�r�J�J�G���ՅI�q;W�q�$o��A.I���Y.��h
��(���=�;R1x�g��{N�b�-O#���.��d��u=���l�j8x����,M˞�/���4����I�_�g�bT��c���Y���g���M��qz������t?OF��T1�?ц���1OG��-,6T��|
��g_�}/O��Q�O�[����}7O_����j)�g��Տ��i���~|���uޛ����Cy��\��_�ҫ��5��X��vQo1���~�Oʙ?�Xi�RJ�q&ꍟ�2[�oO�M��֋]=�Xg���Nqq���P]_�F1ɸt�Z�R/���c��֫��z[�;֛m��Xo�����uR)g5©��n[�:^��` ֕agAޕ!��W.�*����0\8��lȡ+C0"�]������uW�`Gn�2Crە!X�W�2��rc8�FKݲ'O�ʓ`cpZ1#4pm���w̕�m��+C�<�b.�m�����+jg�FX+�ma^5/:e��L	!5oa^z�hƤ���fm�V{V�UNpo0`��(jV�8��h���A�`EQ�-gNu�{V�B�5pi��m���;
���=����JYۢ��Z�aϊ,6ƫ�5V�]:8Ծ���Ye�lcN�ʉb%�Q�/��ݶ�`E0�;�5�R�wSC�"�0X\���`A�7�u��f�����`AYY���=���)ha���_�ӾRq�7��`AYY��X8��-[���G�ʊ��>�R��#�la^�����>F›I)���(+/Z럗���j��4C�ؾ~�?��� �^z����_%��X����¿c<٠����"Κ^G�n"Dq�D@񦉐u�E�ꈷM��#.�SG\5��x�D�:�=��A�~$ H�O���� a�	R�A����W�Ľ% H�o�ې�w�{O@���	R�A��$ H݄�@�&D�7���N�(
�pB���	G@'D ����rB���	K�:��3�L�:��3�M�:�Xg"��L�Sb��|J�3P�u&*+��~�즌���h!����5A�����&D!�/��-A�_�f��?�	mh8qWj�;�z󞀠|  �	j�'�񙀠E_7!5�A��! �_��wK��|;��w�C���~�gC���^��@y�:yv�$F��i�xO&�1�š!��%H.��\ߴ�c��HcCı�!��@"��@"��H<��L�"�$"�$"���g3l�{�7�t4I�,+�|���3g�PK3�\0!��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8I]�VM�aö��d�DM��v���G�
XE�Tb�������4����ٽ��xazgk(�[rMo�N����n���1M����H+6���8����!s��1ΏS�[9!�eY湖~΀k�8�'���?8:�l�`���1t��}˱��R��Pd�
Ⱪa���2U���F)�!o��y������diU����B�r}S�=7OѧKϝ��Q��E�\�Ae
��ɫ��~PK3�\Ѓ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��PK3�\(�F��
xl/sharedStrings.xml �(��VMo�0�+�O���qRwHR�i�uH�bnw)L��D�-y����S��cVj���GR�{$����@��	>qB/pp"(㫉sw��M�4����i@9�d:VJ#���Yk]}�}E�Pb�
�Ar!K��O��U%S��e�GA0�K̸�����8GC՜��a�d0O��XO/)p�rr�����Z��E�h]�PWh.(��ϸdE��piAl� r�� w���
�2]XgX9:eR����S����
_�Gm���mK�y�r��*-�a�-�tn*�>��jm�
,E�
@Wu��]�EYyu��%C�^u���`����j�ψ6����+�/9>�^H���ZiQ�-D��ύ�D�6�ń�Tie�m�83L�fK�Bo$#���� ?;|w����Y��3�k��Ȥ�[�vFMj;jŔis��\[Q�BOŠ���,�����M~gf��7�)[��;)���s,���#���%l���Bgdw�^����EmN��H��K��p��
�	��"7��q��n��nF�$P �c.+3�J�-��Q�t�q7����>ꆓn���ܺ�-�������������"G�
�y�C:rc7���� &��$C+筬���@>��8�<a>t��$.	B��摞�z��zz��:�K0E�`�<�	s��9@?���?l�9^���{V(�|9�7Ty/��Z����Źx�W�!��4Y���~
�cZ�%�͋�|�Ot�PK-3�\�nO�5xl/workbook.xmlPK-3�\����	��[Content_Types].xmlPK-
3�\��c''U_rels/.relsPK-3�\)ml)��xl/worksheets/sheet1.xmlPK-3�\0!��P<	xl/_rels/workbook.xml.relsPK-3�\Ѓc'2E
�
xl/styles.xmlPK-3�\(�F��
�xl/sharedStrings.xmlPK�0

application/vnd.ms-excel

Sample:
PK3�\g6��5xl/workbook.xml �(�����0��&�C���i")��x��}��m�-ik��H�yۙ��v�d]���'=_���ƒ1�J��OvD3�u�,݋Y!T��m�M`Y�\�����K5z���a��!t^"=�(
���x �/�
'�llu��5�~S<������m %ѹuM)q���{Z�.�,?õ-�;{�q����PK3�\����	�[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
3�\��''_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="R19aa235d4a184098" /></Relationships>PK3�\)ml)�xl/worksheets/sheet1.xml �(��Y�r�J�J�G���ՅI�q;W�q�$o��A.I���Y.��h
��(���=�;R1x�g��{N�b�-O#���.��d��u=���l�j8x����,M˞�/���4����I�_�g�bT��c���Y���g���M��qz������t?OF��T1�?ц���1OG��-,6T��|
��g_�}/O��Q�O�[����}7O_����j)�g��Տ��i���~|���uޛ����Cy��\��_�ҫ��5��X��vQo1���~�Oʙ?�Xi�RJ�q&ꍟ�2[�oO�M��֋]=�Xg���Nqq���P]_�F1ɸt�Z�R/���c��֫��z[�;֛m��Xo�����uR)g5©��n[�:^��` ֕agAޕ!��W.�*����0\8��lȡ+C0"�]������uW�`Gn�2Crە!X�W�2��rc8�FKݲ'O�ʓ`cpZ1#4pm���w̕�m��+C�<�b.�m�����+jg�FX+�ma^5/:e��L	!5oa^z�hƤ���fm�V{V�UNpo0`��(jV�8��h���A�`EQ�-gNu�{V�B�5pi��m���;
���=����JYۢ��Z�aϊ,6ƫ�5V�]:8Ծ���Ye�lcN�ʉb%�Q�/��ݶ�`E0�;�5�R�wSC�"�0X\���`A�7�u��f�����`AYY���=���)ha���_�ӾRq�7��`AYY��X8��-[���G�ʊ��>�R��#�la^�����>F›I)���(+/Z럗���j��4C�ؾ~�?��� �^z����_%��X����¿c<٠����"Κ^G�n"Dq�D@񦉐u�E�ꈷM��#.�SG\5��x�D�:�=��A�~$ H�O���� a�	R�A����W�Ľ% H�o�ې�w�{O@���	R�A��$ H݄�@�&D�7���N�(
�pB���	G@'D ����rB���	K�:��3�L�:��3�M�:�Xg"��L�Sb��|J�3P�u&*+��~�즌���h!����5A�����&D!�/��-A�_�f��?�	mh8qWj�;�z󞀠|  �	j�'�񙀠E_7!5�A��! �_��wK��|;��w�C���~�gC���^��@y�:yv�$F��i�xO&�1�š!��%H.��\ߴ�c��HcCı�!��@"��@"��H<��L�"�$"�$"���g3l�{�7�t4I�,+�|���3g�PK3�\�b��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8q�6EM�a�m�{�DM��v=�����ĂMW��==i���c�}v&zg(�Y�to�N�<԰ݬ�4`L���Ҋ

t1N���ш!s��1ΏS�[>�:bK\����9n��p��?DgL��ɩ�H6���CG�з�)~
E���v��}!��Q���,����e������dKY�y�������L���s���s�yy��%i"YU�B��j��/6_PK3�\Ѓ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��PK3�\(�F��
xl/sharedStrings.xml �(��VMo�0�+�O���qRwHR�i�uH�bnw)L��D�-y����S��cVj���GR�{$����@��	>qB/pp"(㫉sw��M�4����i@9�d:VJ#���Yk]}�}E�Pb�
�Ar!K��O��U%S��e�GA0�K̸�����8GC՜��a�d0O��XO/)p�rr�����Z��E�h]�PWh.(��ϸdE��piAl� r�� w���
�2]XgX9:eR����S����
_�Gm���mK�y�r��*-�a�-�tn*�>��jm�
,E�
@Wu��]�EYyu��%C�^u���`����j�ψ6����+�/9>�^H���ZiQ�-D��ύ�D�6�ń�Tie�m�83L�fK�Bo$#���� ?;|w����Y��3�k��Ȥ�[�vFMj;jŔis��\[Q�BOŠ���,�����M~gf��7�)[��;)���s,���#���%l���Bgdw�^����EmN��H��K��p��
�	��"7��q��n��nF�$P �c.+3�J�-��Q�t�q7����>ꆓn���ܺ�-�������������"G�
�y�C:rc7���� &��$C+筬���@>��8�<a>t��$.	B��摞�z��zz��:�K0E�`�<�	s��9@?���?l�9^���{V(�|9�7Ty/��Z����Źx�W�!��4Y���~
�cZ�%�͋�|�Ot�PK-3�\g6��5xl/workbook.xmlPK-3�\����	��[Content_Types].xmlPK-
3�\��''U_rels/.relsPK-3�\)ml)��xl/worksheets/sheet1.xmlPK-3�\�b��P<	xl/_rels/workbook.xml.relsPK-3�\Ѓc'2E
�
xl/styles.xmlPK-3�\(�F��
�xl/sharedStrings.xmlPK�0