GET api/storesale/{id}

Gets a single sale from any Store

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

StoreSaleHeader
NameDescriptionTypeAdditional information
SaleHeaderID

integer

None.

SaleHeaderGuid

Identifier to prevent duplicate processing

Collection of byte

None.

SaleHeaderIdentifierGuid

globally unique identifier

None.

Created

Created timestamp

date

None.

CreatedLocal

Local created timestamp

date

None.

CreatedText

Date and time printed on the receipt

string

None.

ItemCount

Count of all details in sale

integer

None.

TotalAmount

Tax inclusive sale value in cents

integer

None.

CashTender

Cash tendered value in cents

integer

Data type: Currency

CardTender

Card/eft tendered value in cents

integer

Data type: Currency

CheqTender

Cheque tendered value in cents

integer

Data type: Currency

AcctTender

Account tendered value in cents

integer

Data type: Currency

VoucherTender

Voucher tendered value in cents

integer

Data type: Currency

LoyaltyPoints

The value of earned points or zero if only redeemed

integer

None.

Cashout

Cashout given in cents

integer

Data type: Currency

ChangeAmount

Change given in cents

integer

Data type: Currency

Rounding

Value in cents added to the total to round transaction

integer

None.

GstAmount

Amount of GST in cents

integer

None.

TransactionDiscountTender

integer

None.

TotalTip

Total Amount tipped during sale

integer

None.

TranType

The sale transaction type

TransactionType

None.

Processed

If the sale has been processed

Processed

None.

Imported

date

Data type: DateTime

StoreID

Identifier of the store sale was performed at

integer

None.

OperatorG_Uid

Identifier of the Operator that performed the sale

Collection of byte

None.

OperatorGuid

Human readable version of the OperatorG_Uid

globally unique identifier

None.

CustomerG_Uid

Identifier of the customer that initiated the sale

Collection of byte

None.

CustomerGuid

Human readable version of the CustomerG_Uid

globally unique identifier

None.

CommunityIdentifier

Identifier of the community associated with the sale

Collection of byte

None.

CommunityIdentifierGuid

Human readable version of the CommunityIdentifier

globally unique identifier

None.

SaleIdentifier

The unique identifier printed on the receipt

string

String length: inclusive between 0 and 20

DeptNo

integer

None.

ZoneID

integer

None.

OperatorID

Local operator ID

integer

None.

VoucherForegone

Amount of voucher value "overage" to sale in cents

integer

None.

CardName

string

String length: inclusive between 0 and 16

AccountType

integer

None.

AuthID

string

String length: inclusive between 0 and 16

BankRef

string

String length: inclusive between 0 and 16

InvRoc

string

String length: inclusive between 0 and 16

ResponseCode

string

String length: inclusive between 0 and 4

OrderNo

integer

None.

AccountNo

integer

None.

MachineID

The identifier of machine transaction was performed at

integer

None.

TimeInSale

Time the Operator spent in the entire Sale

time interval

None.

TimeInSubtotal

Time the Operator spent in Subtotal

time interval

None.

NewID

This will be the id in the master if for some reason only a partial upload occurs

integer

None.

TotalTaxInclusive

The total value of taxable items (including tax) in cents

integer

None.

TotalTaxExempt

The total value of tax exempt items in cents

integer

None.

TaxTransactionDiscount

integer

None.

TaxTransactionDiscountTender

integer

None.

TableNumber

integer

None.

Note

string

None.

Source

string

None.

CustomerReference

string

None.

ReceiptPrinted

boolean

None.

DrawerID

The drawer that sale was performed in

integer

None.

DemoID

string

None.

ExternalTransNo

Sale identifier provided from external sales module

string

String length: inclusive between 0 and 20

ExternalSale

The External Sale Provider type if the sale is external

ExternalSalesType

None.

SmartReceiptStatus

integer

None.

RequiredExports

integer

None.

LoyaltyMetadata

string

None.

PriceLevelIdentifier

Collection of byte

None.

PriceLevelIdentifierGuid

globally unique identifier

None.

Locked

integer

None.

OrderMetadata

Order metadata is stored in the DB as a serialised JSON string so this is that string

string

None.

DeserialisedOrderMetadata

Deserialised version of

StoreSaleHeaderOrderMetadata

None.

RelationChecksum

Encrypted value used to check that the correct number of relations are attached to the sale

string

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

LoyaltyTender

The value of redeemed points or zero if only earned

integer

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

Data type: Currency

GiftCardTender

The amount spent from gift card(s)

integer

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

Data type: Currency

Operator

Operator

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

Customer

Customer

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

CommunityOrganisation

CommunityOrganisation

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

Details

Collection of StoreSaleDetail

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

EftReceipts

Collection of StoreEftReceipt

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

Payments

Collection of StoreSalePayment

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

Cards

Collection of StoreSaleCard

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

CampaignHits

Collection of StoreCampaignHit

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

Fuel

Collection of StoreSaleFuel

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

FuelResells

FuelResells list

Collection of SaleDetailFuelResell

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

CustomerOrder

Collection of DeliOrderHeader

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

SurveyResponses

Contains the answers to any surveys that were answered during this sale;

Collection of SurveyResponse

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

StoreName

string

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

TerminalNumber

integer

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

MachineName

string

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

OperatorName

string

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

Direction

integer

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

Reason

string

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

AccountG_UID

Collection of byte

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

AccountIdentifier

globally unique identifier

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

AccountName

string

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

CustomerOrderIdentifier

Collection of byte

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

CustomerOrderIdentifierGuid

globally unique identifier

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

PriceLevelName

string

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

Revision

Used in processing external sales

integer

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

IngressId

ID of the Ingress entry (Redis Stream message ID)

string

None.

Response Formats

application/json, text/json

Sample:
{
  "saleHeaderID": 1,
  "saleHeaderGuid": "P6hzpwwjKk6NdszNitYTGw==",
  "saleHeaderIdentifierGuid": "a773a83f-230c-4e2a-8d76-cccd8ad6131b",
  "created": "2026-04-03T06:27:21.7316116",
  "createdLocal": "2026-04-03T06:27:21.7316116",
  "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:27:21.7316116",
  "storeID": 1,
  "operatorG_Uid": "Ib0ZLHOfrE+Odv7kGrJRgw==",
  "operatorGuid": "2c19bd21-9f73-4fac-8e76-fee41ab25183",
  "customerG_Uid": "53tl2JPZBUCZ2j6NpCjX7Q==",
  "customerGuid": "d8657be7-d993-4005-99da-3e8da428d7ed",
  "communityIdentifier": "vW2nXXUDyEmowBlzLV3Z6w==",
  "communityIdentifierGuid": "5da76dbd-0375-49c8-a8c0-19732d5dd9eb",
  "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": "Yr13NVGre0WU1nFe3Zww3A==",
  "priceLevelIdentifierGuid": "3577bd62-ab51-457b-94d6-715edd9c30dc",
  "locked": 36,
  "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:27:21.7316116+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": "2",
    "customerName": "sample string 1",
    "pickupAt": "2026-04-03T06:27:21.7316116",
    "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": "3",
    "id": 1,
    "g_Uid": "lMsXfkZAPkOhULHMHcWpGg==",
    "guid": "7e17cb94-4046-433e-a150-b1cc1dc5a91a",
    "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:27:21.7316116",
    "passwordResetRequired": true,
    "alteredInStore": true,
    "startShift": "2026-04-03T06:27:21.7316116",
    "endShift": "2026-04-03T06:27:21.7316116",
    "machineName": "sample string 20",
    "drawerID": 1,
    "stores": [
      {
        "$id": "4",
        "operatorG_UID": "h5jwARRS702x6Vll8/DXww==",
        "operatorGuid": "01f09887-5214-4def-b1e9-5965f3f0d7c3",
        "storeID": 2,
        "operator": {
          "$ref": "3"
        },
        "store": {
          "$id": "5",
          "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:27:21.7316116",
          "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": "drMr1Pve+UqJRGhwezGCYw==",
          "hostIdentifierGuid": "d42bb376-defb-4af9-8944-68707b318263",
          "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:27:21.7316116",
          "priceZone": {
            "$id": "6",
            "id": 1,
            "name": "sample string 2",
            "hostIdentifier": "ArWJcLhTPEe+/zabCsYDfA==",
            "hostIdentifierGuid": "7089b502-53b8-473c-beff-369b0ac6037c",
            "sortOrder": 3,
            "zoneMasterStoreID": 1,
            "electedMasterStoreID": 1,
            "containsElectedMasterStore": true
          },
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "7",
            "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": "7"
          },
          "hostStoreSettings": [
            {
              "$id": "8",
              "id": 1,
              "hostIdentifier": "L0i/4O2860yuOhgVLibMJA==",
              "hostIdentifierGuid": "e0bf482f-bced-4ceb-ae3a-18152e26cc24",
              "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": "9",
                "identifier": "2H5sEG3GHkmYIbJbM2aSLg==",
                "identifierGuid": "106c7ed8-c66d-491e-9821-b25b3366922e",
                "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": "32ZrmJQTPEuwg8Yr2Sd9eA==",
                "hostSupplierIdentifierGuid": "986b66df-1394-4b3c-b083-c62bd9277d78",
                "loyaltyPriceLevelIdentifier": "JEqxVwxepE2S5YJlL22mKw==",
                "loyaltyPriceLevelIdentifierGuid": "57b14a24-5e0c-4da4-92e5-82652f6da62b",
                "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:27:21.7316116",
                "lastProcessed": "2026-04-03T06:27:21.7316116",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "10",
                  "identifier": "Q/YRCB2m10mM1VwsEUY9Aw==",
                  "identifierGuid": "0811f643-a61d-49d7-8cd5-5c2c11463d03",
                  "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": "aoE1VBvf1EaEwrSKq9Tckw==",
                  "primaryContactID": "5435816a-df1b-46d4-84c2-b48aabd4dc93",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "ej2xdBF0oU6Q26r5NqMtHA==",
                  "supplierGroupGuid": "74b13d7a-7411-4ea1-90db-aaf936a32d1c",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2026-04-03T06:27:21.7316116",
                  "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": "11",
                    "id": "f2dfc20d-d9c5-4afd-a0b6-60e6a0b8e820",
                    "identifier": "C3NjrEKDakCDUS+Akzv6/w==",
                    "identifierGuid": "ac63730b-8342-406a-8351-2f80933bfaff",
                    "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": "12",
                      "supplierIdentifier": "Q2sO6cMFa0iWjx9F2vQ06w==",
                      "supplierIdentifierGuid": "e90e6b43-05c3-486b-968f-1f45daf434eb",
                      "contactGuid": "bjp3GCto1USlo/b9uEJ8gw==",
                      "contactID": "18773a6e-682b-44d5-a5a3-f6fdb8427c83",
                      "contact": {
                        "$ref": "11"
                      },
                      "supplier": {
                        "$ref": "10"
                      }
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "products": [
                    {
                      "$id": "13",
                      "pluG_UID": "oaKGG7uySES8BqK9dtWvQw==",
                      "pluGuid": "1b86a2a1-b2bb-4448-bc06-a2bd76d5af43",
                      "supplierIdentifier": "LM8xel0ONkaQfjg7MfVP0Q==",
                      "supplierIdentifierGuid": "7a31cf2c-0e5d-4636-907e-383b31f54fd1",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2026-04-03T06:27:21.7316116",
                      "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:27:21.7316116",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "14",
                          "pluG_UID": "xYjYE1ZQFEeabXIHksiZWQ==",
                          "pluGuid": "13d888c5-5056-4714-9a6d-720792c89959",
                          "supplierIdentifier": "MqIDLBkrWECKPfOnjNvwyA==",
                          "supplierIdentifierGuid": "2c03a232-2b19-4058-8a3d-f3a78cdbf0c8",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 42",
                      "salesMode": 43,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 45,
                      "parentPluG_UID": "3+jXbHzUG0+SN70ELbi52A==",
                      "parentPluGuid": "6cd7e8df-d47c-4f1b-9237-bd042db8b9d8",
                      "freight": 46.0,
                      "freightType": 1,
                      "product": {
                        "$id": "15",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "EZGqZUXZiEe/of+1/N+rzw==",
                        "guid": "65aa9111-d945-4788-bfa1-ffb5fcdfabcf",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "VGbnbhZRHE2Zoo0anZx0RA==",
                        "priceGroupGuid": "6ee76654-5116-4d1c-99a2-8d1a9d9c7444",
                        "blueprintID": 1,
                        "lastCountedDate": "2026-04-03T06:27:21.7316116",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2026-04-03T06:27:21.7316116",
                        "pluCreated": "2026-04-03T06:27:21.7316116",
                        "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:27:21.7316116",
                        "lastManualUpdate": "2026-04-03T06:27:21.7316116",
                        "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:27:21.7316116",
                        "currentCostUpdated": "2026-04-03T06:27:21.7316116",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2026-04-03T06:27:21.7316116",
                        "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:27:21.7316116",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "ogQVfYsf+UWNdAlJ2LiWbw==",
                        "altPLUGuid": "7d1504a2-1f8b-45f9-8d74-0949d8b8966f",
                        "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:27:21.7316116",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "l6Mys7bsJ0KZAiYUuIgtmw==",
                        "shelfPageLayoutGuid": "b332a397-ecb6-4227-9902-2614b8882d9b",
                        "talkerPageLayoutG_UID": "Wa32d+O8zkKO1d0bKh5jDg==",
                        "talkerPageLayoutGuid": "77f6ad59-bce3-42ce-8ed5-dd1b2a1e630e",
                        "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": "ZfoXPlZFpUWsuYK8ElyBRg==",
                        "inventoryIdentifier": "3e17fa65-4556-45a5-acb9-82bc125c8146",
                        "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": "5i7L9yrQy0SjFkzd6z4XJQ==",
                        "parentPluGuid": "f7cb2ee6-d02a-44cb-a316-4cddeb3e1725",
                        "preferredHostVendor": 105,
                        "preferredHostChanged": true,
                        "code": "sample string 107",
                        "supplierIdentifier": "iqYytdLdukiGL5cbMa+Y3A==",
                        "supplierIdentifierGuid": "b532a68a-ddd2-48ba-862f-971b31af98dc",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "REJxdiY1NEyKEHOEmYUAiQ==",
                        "rebateSupplierIdentifierGuid": "76714244-3526-4c34-8a10-738499850089",
                        "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:27:21.7316116",
                        "commodity": "sample string 122",
                        "businessPillar": "sample string 123",
                        "mscCommodity": "sample string 124",
                        "hostIdentifier": "TQCvo5FT70mMx2vqrezPEA==",
                        "hostIdentifierGuid": "a3af004d-5391-49ef-8cc7-6beaadeccf10",
                        "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": "15"
                          },
                          {
                            "$ref": "15"
                          }
                        ],
                        "store": {
                          "$ref": "5"
                        },
                        "storePrices": [
                          {
                            "$id": "16",
                            "pluG_UID": "xuovhUGefEaRUaajjtNWbQ==",
                            "pluGuid": "852feac6-9e41-467c-9151-a6a38ed3566d",
                            "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:27:21.7316116"
                          },
                          {
                            "$ref": "16"
                          }
                        ],
                        "currentPrices": {
                          "$id": "17",
                          "pluPrices": {
                            "$id": "18",
                            "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:27:21.7316116",
                            "priceChangeType": 0,
                            "costDecimals": 11,
                            "costCalcMethod": 12,
                            "targetCampaignPriceGtOrEquNormal": true
                          },
                          "normalPluPrices": {
                            "$ref": "18"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "19",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "talkerText": "sample string 3",
                            "disableWasSave": true,
                            "startDate": "2026-04-03T06:27:21.7316116",
                            "startTime": 5,
                            "endDate": "2026-04-03T06:27:21.7316116",
                            "endTime": 6,
                            "newPrice": 7,
                            "newCost": 8,
                            "newCostDecimals": 9,
                            "pctDiscount": 10,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 11",
                            "hostType": 12,
                            "hostIdentifier": "1aC0mKRlIkeRMc+/RIUkvw==",
                            "hostIdentifierGuid": "98b4a0d5-65a4-4722-9131-cfbf448524bf",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "19"
                            },
                            {
                              "$ref": "19"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "20",
                          "g_UId": "P15bS2ZxhUCwSmwNAhD3qw==",
                          "guid": "4b5b5e3f-7166-4085-b04a-6c0d0210f7ab",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "21",
                          "priceGroupG_UID": "geMVcOtl/0GIsIFDK7DroQ==",
                          "priceGroupGuid": "7015e381-65eb-41ff-88b0-81432bb0eba1",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2026-04-03T06:27:21.7316116",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "15"
                            },
                            {
                              "$ref": "15"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 147",
                        "nutrifacts": {
                          "$id": "22",
                          "pluG_UID": "LoAbpQexMUK8W3wwxLt4Jg==",
                          "pluGuid": "a51b802e-b107-4231-bc5b-7c30c4bb7826",
                          "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": "23",
                          "pluGuid": "d57e75ff-513c-4335-a94d-967db37c118a",
                          "created": "2026-04-03T06:27:21.7316116",
                          "createdByUser": "sample string 1",
                          "activated": "2026-04-03T06:27:21.7316116",
                          "activatedByUser": "sample string 2",
                          "deactivated": "2026-04-03T06:27:21.7316116",
                          "deactivatedByUser": "sample string 3",
                          "lastOrdered": "2026-04-03T06:27:21.7316116",
                          "lastOrderedQty": 4.0,
                          "lastReceived": "2026-04-03T06:27:21.7316116",
                          "lastReceivedQty": 5.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2026-04-03T06:27:21.7316116",
                          "lastSold": "2026-04-03T06:27:21.7316116",
                          "firstSold": "2026-04-03T06:27:21.7316116",
                          "awsUpdated": "2026-04-03T06:27:21.7316116",
                          "lastManualUpdate": "2026-04-03T06:27:21.7316116",
                          "lastManualUpdatedByUser": "sample string 7",
                          "lastUpdated": "2026-04-03T06:27:21.7316116",
                          "lastUpdatedByUser": "sample string 9",
                          "lastUpdatedByHost": "2026-04-03T06:27:21.7316116",
                          "doNotRangeUpdated": "2026-04-03T06:27:21.7316116",
                          "doNotOrderUpdated": "2026-04-03T06:27:21.7316116",
                          "tracked": "2026-04-03T06:27:21.7316116"
                        },
                        "allergens": [
                          {
                            "$id": "24",
                            "primaryKey": {
                              "$id": "25",
                              "pluGuid": "0b3491f3-7129-4ea4-807b-d78167f82e13",
                              "contains": 2
                            },
                            "allergenID": 1,
                            "pluG_UID": "85E0CylxpE6Ae9eBZ/guEw==",
                            "pluGuid": "0b3491f3-7129-4ea4-807b-d78167f82e13",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "24"
                          }
                        ],
                        "costs": {
                          "$id": "26",
                          "pluG_UID": "5OCBhBkEyUKk6YwF9Mh9GA==",
                          "pluGuid": "8481e0e4-0419-42c9-a4e9-8c05f4c87d18",
                          "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:27:21.7316116",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "27",
                            "saleHeaderID": 1,
                            "created": "2026-04-03T06:27:21.7316116",
                            "createdLocal": "2026-04-03T06:27:21.7316116",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "SqbVO5fCV0i5+Y84Ik+POA==",
                            "operatorGuid": "3bd5a64a-c297-4857-b9f9-8f38224f8f38",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "ZlUqIyccBkCgsSEQe6xfPA==",
                            "pluGuid": "232a5566-1c27-4006-a0b1-21107bac5f3c",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$ref": "3"
                            }
                          },
                          {
                            "$ref": "27"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "28",
                            "pluID": 1,
                            "pluG_UID": "hnpjboaCkU6UySxtMk33Yg==",
                            "pluGuid": "6e637a86-8286-4e91-94c9-2c6d324df762",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "28"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "29",
                            "pluG_UId": "rKeXNvLSH0CLGsYmPbKRnQ==",
                            "pluGuid": "3697a7ac-d2f2-401f-8b1a-c6263db2919d",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "15"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "29"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "30",
                            "identifier": "NC+4MZmKIE28F18cM25P4g==",
                            "identifierGuid": "31b82f34-8a99-4d20-bc17-5f1c336e4fe2",
                            "pluG_UID": "JcjEtaBBQ0qt3pH8j0Ufqw==",
                            "pluGuid": "b5c4c825-41a0-4a43-adde-91fc8f451fab",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "30"
                          }
                        ],
                        "supplier": {
                          "$ref": "10"
                        },
                        "supplierName": "sample string 148",
                        "children": [
                          {
                            "$ref": "15"
                          },
                          {
                            "$ref": "15"
                          }
                        ],
                        "ordering": {
                          "$ref": "13"
                        },
                        "flipChartPages": [
                          {
                            "$id": "31",
                            "identifier": "UUP6CuFDTUyyuHGht5qMVQ==",
                            "groupName": "sample string 1",
                            "identifierGuid": "0afa4351-43e1-4c4d-b2b8-71a1b79a8c55",
                            "exists": true,
                            "flipChartIdentifier": "rcc+sIkJYEySRJznYxgFag==",
                            "flipChartIdentifierGuid": "b03ec7ad-0989-4c60-9244-9ce76318056a",
                            "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": "RoeLl0iQlkqSvhV/3pD69g==",
                            "groupIdentifierGuid": "978b8746-9048-4a96-92be-157fde90faf6",
                            "flipChart": {
                              "$id": "32",
                              "identifier": "Ng1pymgc2UKKB5Ax1VaQtg==",
                              "identifierGuid": "ca690d36-1c68-42d9-8a07-9031d55690b6",
                              "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": "33",
                                "identifier": "+mQRqNnso0iBVQzq1+8swQ==",
                                "identifierGuid": "a81164fa-ecd9-48a3-8155-0cead7ef2cc1",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "34",
                                    "id": 1,
                                    "g_UID": "90W9vClstUSyHBLkwusBUw==",
                                    "guid": "bcbd45f7-6c29-44b5-b21c-12e4c2eb0153",
                                    "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": "CXuhc73etUOFHuYh2HpuqA==",
                                    "previousFormGuid": "73a17b09-debd-43b5-851e-e621d87a6ea8",
                                    "nextForm": 1,
                                    "nextFormG_UID": "rlTGNzuObEOV6TnkhtpRpA==",
                                    "nextFormGuid": "37c654ae-8e3b-436c-95e9-39e486da51a4",
                                    "attributes": "sample string 10",
                                    "updated": "2026-04-03T06:27:21.7316116",
                                    "positioning": 1,
                                    "contentPanel": "sample string 11",
                                    "selectionMode": 1,
                                    "maximumSelections": 1,
                                    "alteredInStore": true,
                                    "deleted": true,
                                    "blueprintID": 1,
                                    "preserveLayout": true,
                                    "mainCheckoutFormName": "sample string 13",
                                    "nextCheckoutForm": {
                                      "$ref": "34"
                                    },
                                    "previousCheckoutForm": {
                                      "$ref": "34"
                                    },
                                    "buttons": [
                                      {
                                        "$id": "35",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "/6k0/Ozt80Sn7f09JryIVw==",
                                        "checkoutFormGuid": "fc34a9ff-edec-44f3-a7ed-fd3d26bc8857",
                                        "identifier": "8uR3F5HjGEOYWQZ4xSnnIw==",
                                        "identifierGuid": "1777e4f2-e391-4318-9859-0678c529e723",
                                        "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": "jcdIE7C240C7lDT0CR8UQA==",
                                        "valueGuid": "1348c78d-b6b0-40e3-bb94-34f4091f1440",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2026-04-03T06:27:21.7316116",
                                        "action": "sample string 12",
                                        "valueForm": {
                                          "$ref": "34"
                                        },
                                        "image": {
                                          "$id": "36",
                                          "name": "sample string 3.sample string 4",
                                          "imageID": 2,
                                          "imageName": "sample string 3",
                                          "imageExtension": "sample string 4",
                                          "lastUpdate": "2026-04-03T06:27:21.7316116",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "35"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "37",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "ciR35KwC10CtrTFII2g/Sw==",
                                        "checkoutFormGuid": "e4772472-02ac-40d7-adad-314823683f4b",
                                        "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": "37"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "34"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$ref": "37"
                                  },
                                  {
                                    "$ref": "37"
                                  }
                                ]
                              },
                              "pages": [
                                {
                                  "$ref": "31"
                                },
                                {
                                  "$ref": "31"
                                }
                              ]
                            },
                            "contentPanel": {
                              "$ref": "37"
                            },
                            "products": [
                              {
                                "$id": "38",
                                "flipChartPageIdentifier": "rOkAG/rHsUK3L9xOV82Jtg==",
                                "flipChartPageIdentifierGuid": "1b00e9ac-c7fa-42b1-b72f-dc4e57cd89b6",
                                "pluG_UID": "yCkqVSMpz0aOy4RIKbLhlg==",
                                "pluGuid": "552a29c8-2923-46cf-8ecb-844829b2e196",
                                "sortOrder": 3,
                                "sent": true,
                                "productChanged": true,
                                "productImageName": "sample string 6",
                                "productShowImageOnFlipCharts": true,
                                "productShowTextOnFlipCharts": true,
                                "productOverrideFlipChartText": true,
                                "productFlipChartText": "sample string 10",
                                "product": {
                                  "$ref": "15"
                                },
                                "departmentSortOrder": 11,
                                "subDepartmentName": "sample string 12"
                              },
                              {
                                "$ref": "38"
                              }
                            ],
                            "productCount": 27,
                            "pages": [
                              {
                                "$ref": "31"
                              },
                              {
                                "$ref": "31"
                              }
                            ]
                          },
                          {
                            "$ref": "31"
                          }
                        ],
                        "priceHistory": [
                          {
                            "$id": "39",
                            "pluG_UID": "9Pt+zwywJE2UrlWzp/gnKg==",
                            "pluGuid": "cf7efbf4-b00c-4d24-94ae-55b3a7f8272a",
                            "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:27:21.7316116",
                            "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": "39"
                          }
                        ],
                        "ingredients": [
                          {
                            "$id": "40",
                            "pluG_UID": "6VnaxYOwRky5Dr2GyF9fGQ==",
                            "ingredientGuid": "oYUlAComwUOGeEhkeH0wyA==",
                            "ingredientIdentifier": "002585a1-262a-43c1-8678-4864787d30c8",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "15"
                            }
                          },
                          {
                            "$ref": "40"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "41",
                            "pluG_UID": "0LcLb81e3kOzdbnz+r7KJQ==",
                            "pluGuid": "6f0bb7d0-5ecd-43de-b375-b9f3fabeca25",
                            "shelfLocationIdentifier": "uPshvjctD0G4jum7g5f/NA==",
                            "shelfLocationGuid": "be21fbb8-2d37-410f-b88e-e9bb8397ff34",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "woZp4wPgekCOFk72WIunxg==",
                            "labelPageLayoutGuid": "e36986c2-e003-407a-8e16-4ef6588ba7c6",
                            "updated": "2026-04-03T06:27:21.7316116",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "15"
                            },
                            "location": {
                              "$id": "42",
                              "identifier": "At7YMvzetUuaojfUZNWesw==",
                              "storeID": 1,
                              "identifierGuid": "32d8de02-defc-4bb5-9aa2-37d464d59eb3",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2026-04-03T06:27:21.7316116",
                              "minTemp": 1,
                              "maxTemp": 1,
                              "checkFrequency": 1,
                              "storeCaseConfiguration": 5,
                              "storeName": "sample string 6",
                              "bins": [
                                {
                                  "$ref": "41"
                                },
                                {
                                  "$ref": "41"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "41"
                          }
                        ],
                        "bin": {
                          "$ref": "41"
                        },
                        "scaleLocations": [
                          {
                            "$id": "43",
                            "plu": 1,
                            "pluG_UID": "6LEuLcX88EG3s7mhcMZWhA==",
                            "pluGuid": "2d2eb1e8-fcc5-41f0-b7b3-b9a170c65684",
                            "deptNo": 1,
                            "product": {
                              "$ref": "15"
                            },
                            "scaleLocation": {
                              "$id": "44",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2026-04-03T06:27:21.7316116",
                              "department": {
                                "$id": "45",
                                "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": "44"
                                },
                                "subDepartments": [
                                  {
                                    "$id": "46",
                                    "id": 1,
                                    "departmentID": 2,
                                    "name": "sample string 3",
                                    "code": "sample string 4",
                                    "departmentCode": "sample string 5",
                                    "externalSales": true,
                                    "minorDepartments": [
                                      {
                                        "$id": "47",
                                        "id": 1,
                                        "subDepartmentID": 2,
                                        "departmentID": 3,
                                        "name": "sample string 4",
                                        "subDepartmentCode": "sample string 5",
                                        "departmentCode": "sample string 6",
                                        "code": "sample string 7",
                                        "lesserDepartments": [
                                          {
                                            "$id": "48",
                                            "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:27:21.7316116",
                                            "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": "10ycrv/thEOaGoqjUd+1eQ==",
                                            "labelPageLayoutGuid": "ae9c4cd7-edff-4384-9a1a-8aa351dfb579",
                                            "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": "49",
                                              "dept": 1,
                                              "category": 2,
                                              "name": "sample string 3",
                                              "active": true,
                                              "mscCommodities": [
                                                {
                                                  "$id": "50",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "name": "sample string 4",
                                                  "active": true,
                                                  "mscSubCommodities": [
                                                    {
                                                      "$id": "51",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "subCommodity": 4,
                                                      "name": "sample string 5",
                                                      "active": true,
                                                      "subCommodityCode": "sample string 7"
                                                    },
                                                    {
                                                      "$ref": "51"
                                                    }
                                                  ],
                                                  "commodityCode": "sample string 6"
                                                },
                                                {
                                                  "$ref": "50"
                                                }
                                              ],
                                              "categoryCode": "sample string 5"
                                            },
                                            "mscCom": {
                                              "$ref": "50"
                                            },
                                            "mscDep": {
                                              "$id": "52",
                                              "dept": 1,
                                              "name": "sample string 2",
                                              "active": true,
                                              "mscCategories": [
                                                {
                                                  "$ref": "49"
                                                },
                                                {
                                                  "$ref": "49"
                                                }
                                              ],
                                              "deptCode": "sample string 4"
                                            },
                                            "mscSubCom": {
                                              "$ref": "51"
                                            }
                                          },
                                          {
                                            "$ref": "48"
                                          }
                                        ],
                                        "updated": "2026-04-03T06:27:21.7316116",
                                        "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": "zN1+0uBeOU6jjdqMOHugSw==",
                                        "labelPageLayoutGuid": "d27eddcc-5ee0-4e39-a38d-da8c387ba04b",
                                        "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": "49"
                                        },
                                        "mscCom": {
                                          "$ref": "50"
                                        },
                                        "mscDep": {
                                          "$ref": "52"
                                        },
                                        "mscSubCom": {
                                          "$ref": "51"
                                        }
                                      },
                                      {
                                        "$ref": "47"
                                      }
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2026-04-03T06:27:21.7316116",
                                    "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": "qnsBiPKRXk6+9OMnRWGTdg==",
                                    "labelPageLayoutGuid": "88017baa-91f2-4e5e-bef4-e32745619376",
                                    "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": "49"
                                    },
                                    "mscCom": {
                                      "$ref": "50"
                                    },
                                    "mscDep": {
                                      "$ref": "52"
                                    },
                                    "mscSubCom": {
                                      "$ref": "51"
                                    }
                                  },
                                  {
                                    "$ref": "46"
                                  }
                                ],
                                "stores": [
                                  1,
                                  2
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2026-04-03T06:27:21.7316116",
                                "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": "uSSH4ajAHEyLRLrIZjRMnA==",
                                "labelPageLayoutGuid": "e18724b9-c0a8-4c1c-8b44-bac866344c9c",
                                "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": "49"
                                },
                                "mscCom": {
                                  "$ref": "50"
                                },
                                "mscDep": {
                                  "$ref": "52"
                                },
                                "mscSubCom": {
                                  "$ref": "51"
                                }
                              }
                            }
                          },
                          {
                            "$ref": "43"
                          }
                        ],
                        "nextPrice": {
                          "$id": "53",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 1,
                          "hostOfferID": 1,
                          "metcashPromotionID": "sample string 4",
                          "metcashPromotionPlacement": "sample string 5",
                          "pluG_UID": "6E+hCo5DvECt23PjkRfmlA==",
                          "pluGuid": "0aa14fe8-438e-40bc-addb-73e39117e694",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "62w9S9LEUkOUf7FieTk9iw==",
                          "dealCostGuid": "4b3d6ceb-c4d2-4352-947f-b16279393d8b",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "GAI/0j+aKkic2Vy1gKeAsA==",
                          "priceGroupGuid": "d23f0218-9a3f-482a-9cd9-5cb580a780b0",
                          "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:27:21.7316116",
                          "rrp": 27,
                          "campaignDescription": "sample string 28",
                          "hostCampaign": true,
                          "hostIdentifier": "QEA=",
                          "hostIdentifierGuid": "4d3b1610-6672-4eb6-9845-739d82d90ea9",
                          "campaignComboPriceGroupG_UID": "6aL7+ymcJ0KOCU2dzjTe3g==",
                          "campaignComboPriceGroupIdentifier": "fbfba2e9-9c29-4227-8e09-4d9dce34dede",
                          "promotionPlacementDescription": "sample string 30",
                          "storeAcceptances": [
                            {
                              "$id": "54",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2026-04-03T06:27:21.7316116",
                              "operatorG_UID": "Y9wMqFePwke88gCOzc8zDw==",
                              "operatorGuid": "a80cdc63-8f57-47c2-bcf2-008ecdcf330f",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2026-04-03T06:27:21.7316116",
                              "signIqTicketFileMovedUtc": "2026-04-03T06:27:21.7316116",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2026-04-03T06:27:21.7316116",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "hostIdentifier": "QEA=",
                              "hostIdentifierGuid": "fd469d2b-ce62-4b04-b71d-f64c50b38343",
                              "product": {
                                "$ref": "15"
                              },
                              "campaignPlu": {
                                "$ref": "53"
                              },
                              "fuelItem": true
                            },
                            {
                              "$ref": "54"
                            }
                          ],
                          "campaign": {
                            "$id": "55",
                            "id": 1,
                            "storeID": 2,
                            "name": "bb065326-c210-4259-a483-3c816ffa5e13",
                            "nameGuid": "bb065326-c210-4259-a483-3c816ffa5e13",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2026-04-03T06:27:21.7316116",
                            "startTime": 1,
                            "endDate": "2026-04-03T06:27:21.7316116",
                            "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:27:21.7316116",
                            "system": true,
                            "created": "2026-04-03T06:27:21.7316116",
                            "updated": "2026-04-03T06:27:21.7316116",
                            "priceChangeNotifiedUtc": "2026-04-03T06:27:21.7316116",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "hDN+olmEoE6O+IEMja61YA==",
                            "hostIdentifierGuid": "a27e3384-8459-4ea0-8ef8-810c8daeb560",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2026-04-03T06:27:21.7316116",
                            "updatedByUser": "sample string 18",
                            "offerID": 1,
                            "isPriceChangeCampaign": true,
                            "stores": [
                              1,
                              2
                            ],
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "campaignPlus": [
                              {
                                "$ref": "53"
                              },
                              {
                                "$ref": "53"
                              }
                            ],
                            "campaignPools": [
                              {
                                "$id": "56",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "plu": 4,
                                "pluG_UID": "NPQGUev0kkaYK001QLdNiQ==",
                                "pluGuid": "5106f434-f4eb-4692-982b-4d3540b74d89",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "7MycTLAXbku5cEGPdQGvTQ==",
                                "priceGroupGuid": "4c9cccec-17b0-4b6e-b970-418f7501af4d",
                                "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:27:21.7316116",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "15"
                                },
                                "campaign": {
                                  "$ref": "55"
                                }
                              },
                              {
                                "$ref": "56"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "57",
                                "id": 1,
                                "identifier": "B32NdwVhdkeNmnH/slLlsQ==",
                                "identifierStr": "B32NdwVhdkeNmnH/slLlsQ==",
                                "identifierGuid": "778d7d07-6105-4776-8d9a-71ffb252e5b1",
                                "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": "55"
                                }
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "customers": [
                              {
                                "$id": "58",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "customerID": "7w+hfWV9FEOUfJvj+Nm+bg==",
                                "customerIDGuid": "7da10fef-7d65-4314-947c-9be3f8d9be6e",
                                "campaign": {
                                  "$ref": "55"
                                },
                                "customer": {
                                  "$id": "59",
                                  "identifier": "1p4FQTdZi0ON4zp8yk1EDg==",
                                  "identifierGuid": "41059ed6-5937-438b-8de3-3a7cca4d440e",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2026-04-03T06:27:21.7316116",
                                  "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": "sLsmxCbKikO+FGZReMQyhQ==",
                                  "communityIdentifierGuid": "c426bbb0-ca26-438a-be14-665178c43285",
                                  "joined": "2026-04-03T06:27:21.7316116",
                                  "updated": "2026-04-03T06:27:21.7316116",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "8DAqDNmlZEu3FFuZBhL/CQ==",
                                  "priceLevelIdentifierGuid": "0c2a30f0-a5d9-4b64-b714-5b990612ff09",
                                  "marketingID": "sample string 18",
                                  "receiptPrintOptions": 1,
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2026-04-03T06:27:21.7316116",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "60",
                                      "cardType": 2,
                                      "issueDate": "2026-04-03T06:27:21.7316116",
                                      "expiry": "2026-04-03T06:27:21.7316116",
                                      "customerID": "X7Da9oV0bUq9OqidXdUnUw==",
                                      "customerIDGuid": "f6dab05f-7485-4a6d-bd3a-a89d5dd52753",
                                      "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:27:21.7316116",
                                      "linkedAccount": "HPHpMXOYek2sja27SvJiZQ==",
                                      "linkedAccountGuid": "31e9f11c-9873-4d7a-ac8d-adbb4af26265",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "59"
                                      },
                                      "account": {
                                        "$id": "61",
                                        "id": 1,
                                        "identifier": "vtOmJWMVAUWldbnpq5qwVQ==",
                                        "identifierGuid": "25a6d3be-1563-4501-a575-b9e9ab9ab055",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2026-04-03T06:27:21.7316116",
                                        "owner": "jHDrdJePH0OcRDS2LHArDw==",
                                        "ownerGuid": "74eb708c-8f97-431f-9c44-34b62c702b0f",
                                        "accountStoreGroupIdentifier": "QCsvmFhZ3kG/2MvgXzQKxg==",
                                        "accountStoreGroupGuid": "982f2b40-5958-41de-bfd8-cbe05f340ac6",
                                        "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:27:21.7316116",
                                        "active": true,
                                        "updated": "2026-04-03T06:27:21.7316116",
                                        "deleted": true,
                                        "deletedUser": "sample string 16",
                                        "currentBalanceChanged": true,
                                        "maximumLimitChanged": true,
                                        "loyaltyPointsChanged": true,
                                        "projectedBalance": 17,
                                        "accountStoreGroupStoreIDs": [
                                          1,
                                          2
                                        ],
                                        "customerEmail": "sample string 18",
                                        "ownerCustomer": {
                                          "$ref": "59"
                                        },
                                        "card": {
                                          "$ref": "60"
                                        },
                                        "members": {
                                          "$id": "62",
                                          "sample string 1": [
                                            {
                                              "$ref": "59"
                                            },
                                            {
                                              "$ref": "59"
                                            }
                                          ],
                                          "sample string 2": [
                                            {
                                              "$ref": "59"
                                            },
                                            {
                                              "$ref": "59"
                                            }
                                          ]
                                        },
                                        "customerGroups": [
                                          {
                                            "$id": "63",
                                            "identifier": "dqO3zpcDOE++GjELKK0kvA==",
                                            "identifierGuid": "ceb7a376-0397-4f38-be1a-310b28ad24bc",
                                            "name": "sample string 2",
                                            "primaryContact": "k/yeICkOUEyPDjTWVEHxIA==",
                                            "primaryContactGuid": "209efc93-0e29-4c50-8f0e-34d65441f120",
                                            "accountID": "keDGqVU6u0iIlymDkAVvBg==",
                                            "accountIDGuid": "a9c6e091-3a55-48bb-8897-298390056f06",
                                            "special": true,
                                            "updated": "2026-04-03T06:27:21.7316116",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "IzKQLbVji0y2UJjb/AzFjg==",
                                            "priceLevelIdentifierGuid": "2d903223-63b5-4c8b-b650-98dbfc0cc58e",
                                            "marketingListID": "sample string 7",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "61"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "59"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "64",
                                                "id": 1,
                                                "groupID": "5zsDJLWJS0K7TI5hHEDOXg==",
                                                "groupIDGuid": "24033be7-89b5-424b-bb4c-8e611c40ce5e",
                                                "customerID": "lr7X6Ak45UiWgJpNdeWFxw==",
                                                "customerIDGuid": "e8d7be96-3809-48e5-9680-9a4d75e585c7",
                                                "card": "sample string 4",
                                                "linkedAccount": "PnTaNF81dkqA8WUSG7FAYQ==",
                                                "linkedAccountGuid": "34da743e-355f-4a76-80f1-65121bb14061",
                                                "customer": {
                                                  "$ref": "59"
                                                },
                                                "group": {
                                                  "$ref": "63"
                                                },
                                                "customerCard": {
                                                  "$ref": "60"
                                                }
                                              },
                                              {
                                                "$ref": "64"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "65",
                                          "id": 1,
                                          "identifier": "YBEd+BzkWkGaizMZQVx0Pg==",
                                          "identifierGuid": "f81d1160-e41c-415a-9a8b-3319415c743e",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "sZhhjVkDLk25KEYwfASOQA==",
                                          "accountIDGuid": "8d6198b1-0359-4d2e-b928-46307c048e40",
                                          "customerAccount": {
                                            "$ref": "61"
                                          },
                                          "customerCard": {
                                            "$ref": "60"
                                          },
                                          "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:27:21.7316116",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "RgZ+0tRlv0mAGCHbRbR06Q==",
                                          "idempotentVoidGuid": "d27e0646-65d4-49bf-8018-21db45b474e9",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$ref": "1"
                                          },
                                          "metadata": {
                                            "$id": "66",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "cF1cb09qDkuEZisyGycthA==",
                                            "paymentIdentifierGuid": "6f5c5d70-6a4f-4b0e-8466-2b321b272d84",
                                            "identifier": "8vDM+XwhX0ql3Yk9pQNjxg==",
                                            "identifierGuid": "f9ccf0f2-217c-4a5f-a5dd-893da50363c6",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "dezDP/mDhU6gt5GD5zzVXQ==",
                                            "itemIdentifierGuid": "3fc3ec75-83f9-4e85-a0b7-9183e73cd55d"
                                          }
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ],
                                  "customerGroupMembers": [
                                    {
                                      "$ref": "64"
                                    },
                                    {
                                      "$ref": "64"
                                    }
                                  ],
                                  "customerGroups": [
                                    {
                                      "$ref": "63"
                                    },
                                    {
                                      "$ref": "63"
                                    }
                                  ],
                                  "accounts": [
                                    {
                                      "$ref": "61"
                                    },
                                    {
                                      "$ref": "61"
                                    }
                                  ],
                                  "account": {
                                    "$ref": "61"
                                  },
                                  "vouchers": [
                                    {
                                      "$id": "67",
                                      "customerIdentifier": "FdLtD5/nVEWsz6vEjgKH2A==",
                                      "customerIdentifierGuid": "0fedd215-e79f-4554-accf-abc48e0287d8",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "qO2LYh+cbE6uy5AkD47fgg==",
                                      "idempotentGuid": "628beda8-9c1f-4e6c-aecb-90240f8edf82",
                                      "offline": true,
                                      "voucher": {
                                        "$id": "68",
                                        "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:27:21.7316116",
                                        "barcodeTemplate": {
                                          "$id": "69",
                                          "templateID": 1,
                                          "template": "sample string 1",
                                          "bcFunction": "sample string 2",
                                          "sortOrder": 3
                                        },
                                        "scaleLabel": {
                                          "$id": "70",
                                          "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:27:21.7316116",
                                          "labelPageLayout": "O8/Bm8uuj0atiYod1KUHmQ==",
                                          "pageLayoutGuid": "9bc1cf3b-aecb-468f-ad89-8a1dd4a50799",
                                          "labelType": 6,
                                          "oldName": "sample string 7",
                                          "voucher": {
                                            "$ref": "68"
                                          },
                                          "elements": [
                                            {
                                              "$id": "71",
                                              "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:27:21.7316116"
                                            },
                                            {
                                              "$ref": "71"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "72",
                                            "id": 1,
                                            "customerIdentifier": "scpitHA8l0yWeOu+TTKVpA==",
                                            "customerIdentifierGuid": "b462cab1-3c70-4c97-9678-ebbe4d3295a4",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2026-04-03T06:27:21.7316116",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "wpqx+8V8Ukqai7Oc9B6WPQ==",
                                            "issuedIdempotentGuid": "fbb19ac2-7cc5-4a52-9a8b-b39cf41e963d",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2026-04-03T06:27:21.7316116",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2026-04-03T06:27:21.7316116",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "BZhkDHGlHE2sFldrHbf8uA==",
                                            "redeemedIdempotentGuid": "0c649805-a571-4d1c-ac16-576b1db7fcb8",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2026-04-03T06:27:21.7316116",
                                            "storeName": "sample string 17",
                                            "scaleLabel": {
                                              "$ref": "70"
                                            },
                                            "voucher": {
                                              "$ref": "68"
                                            },
                                            "customer": {
                                              "$ref": "59"
                                            },
                                            "issuedOfflinePayment": {
                                              "$ref": "65"
                                            },
                                            "redeemedOfflinePayment": {
                                              "$ref": "65"
                                            }
                                          },
                                          {
                                            "$ref": "72"
                                          }
                                        ]
                                      },
                                      "customer": {
                                        "$ref": "59"
                                      }
                                    },
                                    {
                                      "$ref": "67"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "58"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$id": "73",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupID": "bf+DinA8ekWZHxcAtcNT+A==",
                                "groupIDGuid": "8a83ff6d-3c70-457a-991f-1700b5c353f8",
                                "campaign": {
                                  "$ref": "55"
                                },
                                "group": {
                                  "$ref": "63"
                                }
                              },
                              {
                                "$ref": "73"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "74",
                                "identifier": "QVKSCirSGEeNrMjZlOSiCQ==",
                                "identifierGuid": "0a925241-d22a-4718-8dac-c8d994e4a209",
                                "campaignName": "sample string 2",
                                "message": "sample string 3",
                                "ticketFileSource": "sample string 4",
                                "ticketFileDestination": "sample string 5",
                                "storeID": 1
                              },
                              {
                                "$ref": "74"
                              }
                            ],
                            "comboPriceGroups": [
                              {
                                "$id": "75",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "g_UID": "4WUYM5CplEew15BxbP7y7g==",
                                "guid": "331865e1-a990-4794-b0d7-90716cfef2ee",
                                "description": "sample string 5",
                                "newPrice": 1,
                                "rangeDescription": "sample string 6",
                                "dealDescription": "sample string 7",
                                "labelQuantity": 8,
                                "hostProductCategoryID": 1,
                                "offerID": 1,
                                "dontUpdatePricePlus": true,
                                "campaign": {
                                  "$ref": "55"
                                },
                                "comboPricePlus": [
                                  {
                                    "$id": "76",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupG_UID": "KuvA8GZeCkufNq7OzDd9Qw==",
                                    "groupGuid": "f0c0eb2a-5e66-4b0a-9f36-aececc377d43",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "qJD3y9NsZ027Hi2ua8VDAA==",
                                    "pluGuid": "cbf790a8-6cd3-4d67-bb1e-2dae6bc54300",
                                    "priceGroupG_UID": "OBqVAfKRwkeof9LjiCBzjQ==",
                                    "priceGroupGuid": "01951a38-91f2-47c2-a87f-d2e38820738d",
                                    "campaignPoolID": "sample string 7",
                                    "quantity": 1,
                                    "campaign": {
                                      "$ref": "55"
                                    },
                                    "product": {
                                      "$ref": "15"
                                    },
                                    "priceGroup": {
                                      "$ref": "21"
                                    },
                                    "campaignPool": {
                                      "$ref": "55"
                                    }
                                  },
                                  {
                                    "$ref": "76"
                                  }
                                ]
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "priceLevels": [
                              {
                                "$id": "77",
                                "id": 1,
                                "priceLevelIdentifier": "/hji+MTUZU6H4wjt2F07yg==",
                                "priceLevelIdentifierGuid": "f8e218fe-d4c4-4e65-87e3-08edd85d3bca",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "77"
                              }
                            ],
                            "promotionType": {
                              "$id": "78",
                              "identifier": "x1TRkOBpJU2ig3deWxYVJg==",
                              "identifierGuid": "90d154c7-69e0-4d25-a283-775e5b161526",
                              "hostType": 2,
                              "code": "sample string 3",
                              "description": "sample string 4",
                              "isLiquor": true,
                              "isAdvertised": true,
                              "disableWasSave": true,
                              "excludeFromPromoSales": true,
                              "labelPageLayoutG_UID": "ZejJiTLYN02uEuIpUi7vGg==",
                              "labelPageLayoutGuid": "89c9e865-d832-4d37-ae12-e229522eef1a",
                              "priceLevelIdentifier": "CgOhQZZOpkSRiEEaa0D2pw==",
                              "priceLevelIdentifierGuid": "41a1030a-4e96-44a6-9188-411a6b40f6a7",
                              "active": true,
                              "updated": "2026-04-03T06:27:21.7316116",
                              "hostName": "sample string 11"
                            }
                          },
                          "product": {
                            "$ref": "15"
                          },
                          "dealCost": {
                            "$id": "79",
                            "headerIdentifier": "yK1ZhkEZo0KtqkrSjXbhng==",
                            "headerIdentifierGuid": "8659adc8-1941-42a3-adaa-4ad28d76e19e",
                            "identifier": "gdujy81K4k+SBwkQi7b/Mg==",
                            "identifierGuid": "cba3db81-4acd-4fe2-9207-09108bb6ff32",
                            "supplierIdentifier": "iYPmnxvEEE2Me5ndI2Iwww==",
                            "supplierGuid": "9fe68389-c41b-4d10-8c7b-99dd236230c3",
                            "pluG_UID": "fneyKsRwAEiu65xuj5hBiQ==",
                            "pluGuid": "2ab2777e-70c4-4800-aeeb-9c6e8f984189",
                            "campaignName": "1d081430-53ea-4e20-8a82-4122fea3aefd",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2026-04-03T06:27:21.7316116",
                            "end": "2026-04-03T06:27:21.7316116",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "INeGNG6D1EindwB+ai1QOQ==",
                            "bonusItemPluGuid": "3486d720-836e-48d4-a777-007e6a2d5039",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2026-04-03T06:27:21.7316116",
                            "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:27:21.7316116",
                            "campaignEndDate": "2026-04-03T06:27:21.7316116",
                            "masterPLUG_UID": "jQxVnpTLQUeCVqGncY6csg==",
                            "masterID": "9e550c8d-cb94-4741-8256-a1a7718e9cb2",
                            "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": "vVgIOP9l90OL9IYFomqJTw==",
                            "bonusMasterID": "380858bd-65ff-43f7-8bf4-8605a26a894f",
                            "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:27:21.7316116",
                        "dealCosts": [
                          {
                            "$ref": "79"
                          },
                          {
                            "$ref": "79"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "80",
                            "pluG_UID": "j1FBsVUv7USo2vVWS0rxIQ==",
                            "pluGuid": "b141518f-2f55-44ed-a8da-f5564b4af121",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "80"
                          }
                        ],
                        "alternateProductG_UID": "AA+KtFEIgEG0eyAKhxX+Mg==",
                        "alternateProduct": "b48a0f00-0851-4180-b47b-200a8715fe32",
                        "altProduct": {
                          "$ref": "15"
                        },
                        "productHostCode": {
                          "$id": "81",
                          "id": 1,
                          "pluG_UID": "dDI6oJlv+UKl3+Rc8RZ+hg==",
                          "pluGuid": "a03a3274-6f99-42f9-a5df-e45cf1167e86",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "49"
                        },
                        "mscCom": {
                          "$ref": "50"
                        },
                        "mscDep": {
                          "$ref": "52"
                        },
                        "mscSubCom": {
                          "$ref": "51"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2026-04-03T06:27:21.7316116",
                        "inventoryTracked": "2026-04-03T06:27:21.7316116",
                        "isNormalPriceChangesCampaign": true,
                        "baseProductFuel": {
                          "$id": "82",
                          "pluG_UID": "RrSBe9hQ70aaXce5ERHopA==",
                          "pluGuid": "7b81b446-50d8-46ef-9a5d-c7b91111e8a4",
                          "fuelPluG_UID": "kyjGFqNMs0Klr0ACqgjL9A==",
                          "fuelPluGuid": "16c62893-4ca3-42b3-a5af-4002aa08cbf4",
                          "price": 3,
                          "productDescription": "sample string 4",
                          "productBarcode": "sample string 5",
                          "fuelProductDescription": "sample string 6",
                          "fuelProductBarcode": "sample string 7",
                          "fuelProductPrice": 8
                        },
                        "productFuelLinks": [
                          {
                            "$ref": "82"
                          },
                          {
                            "$ref": "82"
                          }
                        ]
                      },
                      "supplier": {
                        "$ref": "10"
                      },
                      "serviceFee": {
                        "$id": "83",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 48
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "84",
                      "storeID": 1,
                      "supplierIdentifier": "XdJ4ksalLEqvarIxJ/zQhw==",
                      "supplierGuid": "9278d25d-a5c6-4a2c-af6a-b23127fcd087",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "84"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "85",
                      "storeID": 1,
                      "supplierIdentifier": "kz2JySVWGUakktjhXPhaAQ==",
                      "supplierGuid": "c9893d93-5625-4619-a492-d8e15cf85a01",
                      "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:27:21.7316116",
                      "deliveryDate": "2026-04-03T06:27:21.7316116",
                      "nextCutOffDate": "2026-04-03T06:27:21.7316116",
                      "nextDeliveryDate": "2026-04-03T06:27:21.7316116",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "85"
                    }
                  ],
                  "store": {
                    "$ref": "5"
                  },
                  "updated": "2026-04-03T06:27:21.7316116",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "86",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2026-04-03T06:27:21.7316116",
                    "processed": "2026-04-03T06:27:21.7316116",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2026-04-03T06:27:21.7316116",
                    "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": "9"
                    },
                    "metcashHeader": {
                      "$id": "87",
                      "customerNumber": "sample string 1",
                      "creationDate": "2026-04-03T06:27:21.7316116",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "86"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "88",
                    "id": 1,
                    "hostIdentifier": "9cv5iJz1PkiCuIsJC8h9RA==",
                    "hostIdentifierGuid": "88f9cbf5-f59c-483e-82b8-8b090bc87d44",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "91201354-9314-4ff9-9c14-9f97147c7057",
                      "132e9fe7-2118-4aa8-bbd8-e1a8cb718029"
                    ]
                  },
                  {
                    "$ref": "88"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "8"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "8"
                  },
                  {
                    "$ref": "8"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "89",
                    "identifier": "+JJ6JO7ZEEOeqVSRSuMp8w==",
                    "identifierGuid": "247a92f8-d9ee-4310-9ea9-54914ae329f3",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "89"
                  }
                ],
                "promoTypeGuids": [
                  "3d2ea95e-ccc7-4f96-b809-0f1d1ce9de06",
                  "cd39c605-4e51-4158-85e0-2ddb5fca9c31"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 27"
            },
            {
              "$ref": "8"
            }
          ],
          "accounts": [
            {
              "$id": "90",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "90"
            }
          ],
          "sales": [
            {
              "$id": "91",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2026-04-03T06:27:21.7316116",
              "ftpSite": {
                "$id": "92",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "path": "sample string 7",
                "protocol": 8
              }
            },
            {
              "$ref": "91"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "88"
            },
            {
              "$ref": "88"
            }
          ],
          "cashManagements": [
            {
              "$id": "93",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "94",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "passwordPlain": "sample string 6",
                "token": "sample string 7",
                "apiType": 8,
                "apiSubType": 9
              }
            },
            {
              "$ref": "93"
            }
          ],
          "updateStoreID": "bdc46a12-4b5e-4444-891e-c3fde94bc555",
          "updateStore": {
            "$id": "95",
            "id": "d43305f2-2987-45ad-a38f-748a61e524c1",
            "name": "sample string 1",
            "lastActivity": "2026-04-03T06:27:21.7316116",
            "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:27:21.7316116"
          },
          "timeZoneId": "sample string 54",
          "securityOptions": {
            "$id": "96",
            "loginMode": 1,
            "allowSelfVerification": true,
            "verifierEmail": "sample string 3",
            "source": "sample string 4",
            "loginModeInherited": 5,
            "loginModeSource": "sample string 6",
            "selfVerifyInherited": true,
            "selfVerifySource": "sample string 8",
            "verifyEmailInherited": "sample string 9",
            "verifyEmailSource": "sample string 10"
          }
        }
      },
      {
        "$ref": "4"
      }
    ]
  },
  "customer": {
    "$ref": "59"
  },
  "communityOrganisation": {
    "$id": "97",
    "id": 1,
    "identifier": "qX9APF5o90u3iRiwxgxP8g==",
    "identifierGuid": "3c407fa9-685e-4bf7-b789-18b0c60c4ff2",
    "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:27:21.7316116",
    "promoPeriodEnd": "2026-04-03T06:27:21.7316116",
    "allowDonations": true,
    "logoImageName": "sample string 17",
    "totalAmountAwarded": 18.1,
    "updated": "2026-04-03T06:27:21.7316116",
    "deleted": true
  },
  "details": [
    {
      "$id": "98",
      "saleItemID": 1,
      "identifier": "7+1Ai4VOkEa8xHnDd0F55Q==",
      "identifierGuid": "8b40edef-4e85-4690-bcc4-79c3774179e5",
      "saleHeaderID": 2,
      "plu": 1,
      "pluG_UId": "J7AjV3H3FUK7d7Cn9/EHxg==",
      "pluGuid": "5723b027-f771-4215-bb77-b0a7f7f107c6",
      "accountID": "mkotf1YoX0KN7AyU5bcv5Q==",
      "accountIDGuid": "7f2d4a9a-2856-425f-8dec-0c94e5b72fe5",
      "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:27:21.7316116",
      "bestOrExpireType": 1,
      "providerName": "sample string 11",
      "refundG_UID": "OmPFsQTIZ0KrA8P7Ef5+iw==",
      "refundGuid": "b1c5633a-c804-4267-ab03-c3fb11fe7e8b",
      "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": "iqATUGatXUe4st2rHI9xqw==",
      "idempotentVoidGuid": "5013a08a-ad66-475d-b8b2-ddab1c8f71ab",
      "priceLevelIdentifier": "LU5hVdUK7kOU/F1GgiFSiA==",
      "priceLevelIdentifierGuid": "55614e2d-0ad5-43ee-94fc-5d4682215288",
      "communityIdentifier": "MSIDWMbrHUaxUpQZEKzJUA==",
      "communityIdentifierGuid": "58032231-ebc6-461d-b152-941910acc950",
      "productName": "sample string 23",
      "apn": "sample string 24",
      "unknownScans": [
        {
          "$id": "99",
          "id": 1,
          "saleDetailID": 2,
          "storeID": 1,
          "scanned": "2026-04-03T06:27:21.7316116",
          "operatorG_UID": "QEA=",
          "barcode": "sample string 4",
          "processed": 1
        },
        {
          "$ref": "99"
        }
      ],
      "refund": {
        "$id": "100",
        "id": 1,
        "g_UID": "KjrCIGg00k6kxCk0UflTiQ==",
        "guid": "20c23a2a-3468-4ed2-a4c4-293451f95389",
        "description": "sample string 1",
        "dumped": true,
        "inventoryReasonID": 1,
        "sortOrder": 1,
        "updated": "2026-04-03T06:27:21.7316116"
      },
      "modifier": {
        "$id": "101",
        "id": 1,
        "setG_UID": "8dT07Xl+NkCRso8NGLJoxA==",
        "modifierSetGuid": "edf4d4f1-7e79-4036-91b2-8f0d18b268c4",
        "name": "sample string 2",
        "price": 1,
        "quantity": 1,
        "modifierType": 1,
        "groupNumber": 1,
        "pageNumber": 1,
        "controlOrder": 1,
        "printToStation": true,
        "pluG_UID": "G8uI9RfFVkS4r/QdMVUKHg==",
        "pluGuid": "f588cb1b-c517-4456-b8af-f41d31550a1e",
        "deleted": true,
        "g_UID": "DtBhV2BIDkeYqFf1v5igKg==",
        "guid": "5761d00e-4860-470e-98a8-57f5bf98a02a",
        "product": {
          "$ref": "15"
        }
      },
      "priceLevelName": "sample string 25",
      "pumpNumber": 1,
      "hoseNumber": 1
    },
    {
      "$ref": "98"
    }
  ],
  "eftReceipts": [
    {
      "$id": "102",
      "id": 1,
      "storeID": 1,
      "saleHeaderID": 2,
      "storeSaleHeader": {
        "$ref": "1"
      },
      "receipt": "sample string 3",
      "processed": 1
    },
    {
      "$ref": "102"
    }
  ],
  "payments": [
    {
      "$ref": "65"
    },
    {
      "$ref": "65"
    }
  ],
  "cards": [
    {
      "$id": "103",
      "id": 1,
      "saleHeaderID": 1,
      "identifier": "sample string 2",
      "cardType": 3,
      "providerName": "sample string 4"
    },
    {
      "$ref": "103"
    }
  ],
  "campaignHits": [
    {
      "$id": "104",
      "id": 1,
      "saleHeaderID": 2,
      "campaign": "sample string 3",
      "name": "sample string 4",
      "processed": 1,
      "campaignDescription": "sample string 5"
    },
    {
      "$ref": "104"
    }
  ],
  "fuel": [
    {
      "$id": "105",
      "id": 1,
      "plu": 1,
      "pluG_UID": "l5FTMRF1WEWmMq19RoPKJQ==",
      "pluGuid": "31539197-7511-4558-a632-ad7d4683ca25",
      "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:27:21.7316116",
      "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:27:21.7316116",
      "tagNumber": "sample string 15",
      "trackTwoRem": "sample string 16",
      "transCode": 1,
      "transType": 1,
      "unitPrice": 1.0,
      "vehicleReg": "sample string 17",
      "offline": true,
      "processed": 1
    },
    {
      "$ref": "105"
    }
  ],
  "fuelResells": [
    {
      "$id": "106",
      "saleItemID": 1,
      "saleHeaderID": 2,
      "plu": 1,
      "pluG_UId": "Qbx7/jGjD0WbRNukDHZPyg==",
      "pluGuid": "fe7bbc41-a331-450f-9b44-dba40c764fca",
      "accountID": "RJyDghiRb0OcXtPegb7Stg==",
      "accountIDGuid": "82839c44-9118-436f-9c5e-d3de81bed2b6",
      "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:27:21.7316116",
      "bestOrExpireType": 1,
      "refundG_UID": "TvrRO3Dv0k+eaq3jJU5R7Q==",
      "refundGuid": "3bd1fa4e-ef70-4fd2-9e6a-ade3254e51ed",
      "providerName": "sample string 10",
      "campaign": "sample string 11",
      "campaignType": 1,
      "modifiedID": 1,
      "omittedIngredient": 1,
      "taxPercent": 1.0,
      "taxAmount": 1.0,
      "refundablePrice": 1.0,
      "showDiscounts": true,
      "orderPrinted": true,
      "note": "sample string 14",
      "modifierName": "sample string 15",
      "modifierSetName": "sample string 16",
      "totalValueWasScanned": true,
      "sold": true,
      "campaignPrice": true,
      "scannedValue": 1,
      "campaignName": "sample string 20",
      "comboDiscount": 1
    },
    {
      "$ref": "106"
    }
  ],
  "customerOrder": [
    {
      "$id": "107",
      "identifier": "itYYWr6vJUuxLC5l6tDHSQ==",
      "identifierGuid": "5a18d68a-afbe-4b25-b12c-2e65ead0c749",
      "id": 1,
      "orderNo": 2,
      "externalSaleIdentifier": "sample string 3",
      "storeID": 4,
      "zoneID": 5,
      "deptNo": 6,
      "customerIdentifier": "NGbOKNAe30+UO22fklTXMg==",
      "customerIdentifierGuid": "28ce6634-1ed0-4fdf-943b-6d9f9254d732",
      "operatorNo": 1,
      "operatorG_UID": "Z/ZLT1hvc0ijr4AZF3cLHw==",
      "operatorGuid": "4f4bf667-6f58-4873-a3af-801917770b1f",
      "created": "2026-04-03T06:27:21.7316116",
      "ordered": "2026-04-03T06:27:21.7316116",
      "started": "2026-04-03T06:27:21.7316116",
      "completed": "2026-04-03T06:27:21.7316116",
      "supplied": "2026-04-03T06:27:21.7316116",
      "quickTicket": 1,
      "deleted": true,
      "walkAway": true,
      "approxWait": 1,
      "actualWait": 1,
      "deliveryMethod": 8,
      "externalSaleType": 9,
      "customer": {
        "$ref": "59"
      },
      "operator": {
        "$ref": "3"
      },
      "details": [
        {
          "$id": "108",
          "headerID": 1,
          "plu": 1,
          "pluG_UId": "S5fZCEtNCEKORK1dq0/AIA==",
          "pluGuid": "08d9974b-4d4b-4208-8e44-ad5dab4fc020",
          "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": "SoPg2yZmZ0az9ITT3tYozA==",
          "headerIdentifierGuid": "dbe0834a-6626-4667-b3f4-84d3ded628cc",
          "product": {
            "$ref": "15"
          }
        },
        {
          "$ref": "108"
        }
      ],
      "storeName": "sample string 11",
      "customerName": "sample string 12",
      "storeReplyTo": "sample string 13",
      "storeSubjectLine": "sample string 14",
      "storeSaleHeader": {
        "$ref": "1"
      }
    },
    {
      "$ref": "107"
    }
  ],
  "surveyResponses": [
    {
      "$id": "109",
      "surveyG_UID": "uDTGfJpVEUiepurd5x0ACw==",
      "surveyGuid": "7cc634b8-559a-4811-9ea6-eadde71d000b",
      "saleHeaderGuid": "+QcOxsNVd0G9wkzA0eUa9A==",
      "saleGuid": "c60e07f9-55c3-4177-bdc2-4cc0d1e51af4",
      "textResponse": "sample string 1",
      "integerResponse": 1,
      "g_UIDResponse": "BAhef+mZg0+3ALXLvM9mvw==",
      "guidResponse": "7f5e0804-99e9-4f83-b700-b5cbbccf66bf",
      "whoAnswered": 2,
      "answeredAtUTC": "2026-04-03T06:27:21.7316116",
      "sale": {
        "$ref": "1"
      },
      "survey": {
        "$id": "110",
        "g_UID": "OFWAu+Jj00ydn/Fb5lC9+w==",
        "guid": "bb805538-63e2-4cd3-9d9f-f15be650bdfb",
        "name": "sample string 1",
        "storeID": 2,
        "zoneID": 1,
        "checkoutFormG_UID": "rDz49TPuhEiguMKspmRmRg==",
        "checkoutFormGuid": "f5f83cac-ee33-4884-a0b8-c2aca6646646",
        "displayToWho": 3,
        "displayWhen": 4,
        "start": "2026-04-03T06:27:21.7316116",
        "end": "2026-04-03T06:27:21.7316116",
        "deleted": true,
        "updated": "2026-04-03T06:27:21.7316116",
        "possibleIntegerResponses": [
          1,
          2
        ],
        "possibleTextResponses": [
          "sample string 1",
          "sample string 2"
        ],
        "possibleGuidResponses": [
          "68aa045d-7f76-465c-bf61-05edc03b7db8",
          "293f52ae-6479-40ed-aa70-f5cb83d75b9d"
        ],
        "allowsAllTextResponses": true,
        "surveyForm": {
          "$ref": "34"
        }
      },
      "ingressId": "sample string 4"
    },
    {
      "$ref": "109"
    }
  ],
  "storeName": "sample string 39",
  "terminalNumber": 40,
  "machineName": "sample string 41",
  "operatorName": "sample string 42",
  "direction": 1,
  "reason": "sample string 43",
  "accountG_UID": "VQMt4gKGWUONKjuAEyT8LA==",
  "accountIdentifier": "e22d0355-8602-4359-8d2a-3b801324fc2c",
  "accountName": "sample string 44",
  "customerOrderIdentifier": "TeiNVR+8yUSpclKeYejBhA==",
  "customerOrderIdentifierGuid": "558de84d-bc1f-44c9-a972-529e61e8c184",
  "priceLevelName": "sample string 45",
  "revision": 46,
  "ingressId": "sample string 47"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKj3�\���!�5xl/workbook.xml �(�����0D�&�C���H)��x��})[i�-ik��-H�yۙ�};|��o���G���]c��j�';��;i���{1+�X[��hK��9 (k|�FOW�?,?:��w�A+J�2�:�s����/2[��$l
��_`���%�!%�soKz��*�T�&�e�ArK��Jw��l�]}PKj3�\����	�[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
j3�\9�J''_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="R2013502ede7c46b6" /></Relationships>PKj3�\u&��
|4xl/worksheets/sheet1.xml �(���[s�8��J���M$Hv��H��|�w���lwl�ٟ��kZ�ߴ���W������o~��/W׋ۓ�������|qq}��d�k}��0����n��gu5���(�v�`y2�Z�>��V�W��t�s~K�.˛�5�s�}����>�?\����߮gF)�-�?��t�������O�}r�~.�g�G���'��������⚲�O��_�L*���`&G���M�����*���}��/���xvq2Q��� ����o�G�˳_?��wO��֤߯�۬9_�Xm�<��n��ݜ������b}E?�Ԅhb�<=����zq�e{9e���lכn��:k�3�*�_���[~꣉J�଍����z��_M��ƺ`�]X��]��L�U�;0�����]��z;�NY��>���z�{~���	B��a�>���<O9�����حפ?x��A��k�R�J#�����:m����}�	Bm�g�to��et�PC�11�L@��*dH j�;I�kx�`��H(��8�V�)�;A�����o��^Y,dHj���#�����	^2$u�}Z
Z�&E!CBQw,�%!zzE:�ĢQ�T�$��V����ov���N"]��GSx�4p`-3�Ac����=��:�JOw�{�q�4�Wrh	�����A�4>��+j�l)Cb�t	��y��q��b�4Y=$��RT�2@b:!L�`�"z�B��"�{
$�ܓصc��������#����j$!c�O�|!h�X� $�W��AīЦ)�"H���N���>}�}�� �3�ĠU�fHZ}h�Ġ�/�61h!'�ʿ�Z9S�����TH_0�贡���!�h{,�� �LF��!�h���E��`b�f��� �W'��A�c�i�1�`�Jsub�u3��#e����i!Cb�u�0E�”"Ч����.��0�4���i8*
5.���@�����f��P2ۆ�%3�h}aDw	E�ۤXC��P_�c��Pt����mG*)��t��E��t=$��gY��$����FI�,�Q�1!�:����tBJ�t��$��[DD���@�kbb!7����Nai���$��-�S�o���$vLҐA9UQ�p�o�{7L,b�"X?�Q�.���Xڲ'�cѵ�
͈����0�cbc^�T�Z`����^奉mx�4|b���D���s����c1@;h��*�/=Cb�w,"X�w�wX|�Ģ�Xtnj�nˊ����!��;����Jmm0�����E�y�H�>�RH�Jo�;���n
Tb�iz-m�}b�wLzMD�@���tu�j���1�6��B�	ɠ��j�VH�t�4��d�4����wm�/�;$$C����@o@{8g��	��[Dm���)Y�!!m�!!\^�if�ݐW�+���НLHHh���b�J�%GQq�
g�B��d8t'�Q�E������ɘ��:oU�%�OM�A�������1i��F@h��0���d��[(O-�j9�t̛���ЗHH��v�P��Dq��w�_l<<[��/wG��e���Tя�ͯC�'�������:��n�n#�a��G4�ӏx8��~ģa��G<F�~ēa�#�#|?��0"�#�#b?Ⅰ���T}%�0Y_!L�7B��”}'�0i�!L�B�����$����,�0u�!Lݿ���W!���Ma�V�	
��lh���dD&p%X�0�+���$�;Ӹ	L�J�$0�+���d�[�Y0&p�g�Y�&p�o�Y0��:�\g����,��r��Z���P�u,j�΂G-�Y0��:.�\g����,��1�k����\>uL�Z�c:ׂOӹ|�ε�6�ε�S�t��:�s-��4!��΂O��,��΂O��,��΂O��,��΂O��,��΂O=�Y��:>�\g����,��s��z���S�u|�΍�S�tn�z�s#�40�����ǂOӹ|�΍���tn��s#
�L�F�i�:>
\g����,�4r��F�����u|�΂O#�Y�i�:>���3ڌ�vd�ۑ��"a�U�aB�Q��M�w��i/i�3O�4/���},ܘ}�'y6&�����و$�G����r�ګ�k�G����v�ڻ�k�G�}��1���4���ȵ/����H��e��
C��#[U�S	�ъ�ϒgx��R">d?�����8����=��S��g~`P�mŸ��l|��;�_})����+)�O��� .�)���}_q9{���U�[���� ݞ���>A=��c���8~�P�<�����
_GLX}�X�Ҝ�Z�����9��d.~�U?{`��h�o�D
�Ch�c����y�TԽfď(����|+x�עZ�?l�{��sԒ��a\�V
⛑wBwZ=���6VK�V�?IA���4��HA���4��HA�݌4��HA���4��A�d���ȏ���q�4�)�g�^���_�S)�şIA|ɚ�3��l$k���F�~��:��dP~��H��3(?�k�V��B���̲�3]��.��Nj�z���&j�_�N�PKj3�\Y����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	�1�i7lؖ^���I�Ďl��Xp$��U$p%l����I3�����<�q���b@�ioF�wpL�F�f���R��øD�W\�`Hiy�4�g+����ìRNCO��G�0&h(p�$�ӂ�!zkG��^gt�0}���d�B����R��PW�
��t���F���F��WS��4a�����{l��3���5wW�T@�B�t�T�5ݠƽ�-W�K.�j��/�_PKj3�\Ѓ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��PKj3�\J
��2Dxl/sharedStrings.xml �(��XYo#�~�� �!/ٖ�>�۲=Z�ZK�Y	�]���4ٶ�E�����&[3���cɺYg?����J����1�OF��<������ŭ柌'YD�<��
����g���f��d�yq:�0����q^@��2/S��\MXQ�������uw��8;Ѽ�8nk�'�*��Vp���&�����>!?���ل_�M���Uq4��"�x�����x���9%���wއf��}`�s�\�*蚰�2<�������j�R�F��Wh�R
�����sg��N�W���$[��R/H�ԧ�1�fX�$c�r��i�j�P����".T����2���l�YZ���s�� ��S%A��ߟe/�UV1���f�U�y�bd��փ�a�P0�B��>����Z��ֽnQy+dU��#I%:�kmk��.+����"ٗXJ��^_r*�!�"���H�T�w��n$��c�Nq
�L�x�B.���>›BX���}�Ѥb�,�]p�i!�yWDҷ��7&�X��=�\:�<�J*[�us4�Xd�/@!.�s��G�iI�T%`
i.So�9�*I\Q�c�6OI�۳�9ᕔ_�k�ݼ��!�m}N"‰��b
��
�p8�֨�k�YU�Wm?eL�����/��Xg�V��T{�]��å�� C.2����bV�K�'q"Y�f�S���&e�+#1-H��>�2�mRd�H�#u׬�/�_U�¦KZo]�TIte�K�ôM\*��*l�nNU�~�dj�7����b�>�%]�1�v����g`��^�5f�[ϲU�}�L.��]��j���A�y�fZ:�l0��G��QJ#�D�aa����%��7&�����&5�02
-Xz�f/	�|@�K� �����|��B�(�G�-"�Y�G�6�Hr&q"�Qi��9�P_#>�5#�,3r�(�#G�Æt����#�w�Χ����0-�q��G�7��K�/�J��}K?�GpI���ya�	C��M���\�3@SK������|�r��.�D5���_O�
���sL�T�%�c0u��t]m����wjc�2\�p�Z[dO�l���e��4�mb40Z{��M����6Y����[g$�߶zK���&cM�s��u|ض	و��wOD���������{��]���_�y~C��T��?����?`�������X4gl\��K�`��3�[]��>��f�����	կ2����5P�t����I�v5۲@#��k�A�Q��?*i�����D�$�S��q�԰%�{2��}&���e$��@?��@$�]1���\���v6]�U���C�*��M��˼*z��S�nm�cڥ*y��y�v<�K���k��D��[.����ٳ�P/����;�j:��e��oh�l'��ޤ؀ʒkK�cA�<D�\(rѯ��%O��
���Hs,{bMD��rt��kS�p��y�wh�Bu4���)�|�����,:�b������D�z�
q����<I�N��� �|B��1��1~S'�N���W-�[)�t������P��m����;`1t����C����,�QJ�ȶ�Z�b�0�$���p��a=ʆc������E�~S����iy�|=l�9��ü����ʧ:J�[6��I��s��!>ʍ��z|�'�R�F��C���.D���<�U��6�Fl*����Rj�n��F�)*�O�[s]��|j[�_����@�M�C���<�f�m�����l�3��E�@�#]���E1�DuT��B�����թI,}�kĉ�][=T����r�M�)�G)���7�N���:�|\(�p�=%�0��~�����Q���iv3��\E�+LK��T����3@��*Ijk
X�+��� ��Axh_�
�����.��~�ۗ��i���V�^�،��G�w���,���g;��Q����;���,^ն�_?d�����>��1l��y�|���#D6�%J�{�Hpdud�`�Gpi����h���X�;+�hV��e�KjJS��Li0�8؜�v���Xj�M���9f�>5|��'����ޙ�L�PK-j3�\���!�5xl/workbook.xmlPK-j3�\����	�[Content_Types].xmlPK-
j3�\9�J''V_rels/.relsPK-j3�\u&��
|4�xl/worksheets/sheet1.xmlPK-j3�\Y����Pxl/_rels/workbook.xml.relsPK-j3�\Ѓc'2E
^xl/styles.xmlPK-j3�\J
��2D�xl/sharedStrings.xmlPK�W

application/vnd.ms-excel

Sample:
PKj3�\���5xl/workbook.xml �(�����0��&�C���TR8q���{�[i�?ik��-%�x�3;�����i�>z4��5�ct!��A�p�L�I�5�I��R�Z۽5�H�����ȣ�&�����a灋�D=.(͕��~���=L!�d�ug�%D~S,ö����j���1��MԸ��W*
��^��B�kQ��3�{�1��n�PKj3�\����	�[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
j3�\��:''_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="Rdaca839c87c1402a" /></Relationships>PKj3�\u&��
|4xl/worksheets/sheet1.xml �(���[s�8��J���M$Hv��H��|�w���lwl�ٟ��kZ�ߴ���W������o~��/W׋ۓ�������|qq}��d�k}��0����n��gu5���(�v�`y2�Z�>��V�W��t�s~K�.˛�5�s�}����>�?\����߮gF)�-�?��t�������O�}r�~.�g�G���'��������⚲�O��_�L*���`&G���M�����*���}��/���xvq2Q��� ����o�G�˳_?��wO��֤߯�۬9_�Xm�<��n��ݜ������b}E?�Ԅhb�<=����zq�e{9e���lכn��:k�3�*�_���[~꣉J�଍����z��_M��ƺ`�]X��]��L�U�;0�����]��z;�NY��>���z�{~���	B��a�>���<O9�����حפ?x��A��k�R�J#�����:m����}�	Bm�g�to��et�PC�11�L@��*dH j�;I�kx�`��H(��8�V�)�;A�����o��^Y,dHj���#�����	^2$u�}Z
Z�&E!CBQw,�%!zzE:�ĢQ�T�$��V����ov���N"]��GSx�4p`-3�Ac����=��:�JOw�{�q�4�Wrh	�����A�4>��+j�l)Cb�t	��y��q��b�4Y=$��RT�2@b:!L�`�"z�B��"�{
$�ܓصc��������#����j$!c�O�|!h�X� $�W��AīЦ)�"H���N���>}�}�� �3�ĠU�fHZ}h�Ġ�/�61h!'�ʿ�Z9S�����TH_0�贡���!�h{,�� �LF��!�h���E��`b�f��� �W'��A�c�i�1�`�Jsub�u3��#e����i!Cb�u�0E�”"Ч����.��0�4���i8*
5.���@�����f��P2ۆ�%3�h}aDw	E�ۤXC��P_�c��Pt����mG*)��t��E��t=$��gY��$����FI�,�Q�1!�:����tBJ�t��$��[DD���@�kbb!7����Nai���$��-�S�o���$vLҐA9UQ�p�o�{7L,b�"X?�Q�.���Xڲ'�cѵ�
͈����0�cbc^�T�Z`����^奉mx�4|b���D���s����c1@;h��*�/=Cb�w,"X�w�wX|�Ģ�Xtnj�nˊ����!��;����Jmm0�����E�y�H�>�RH�Jo�;���n
Tb�iz-m�}b�wLzMD�@���tu�j���1�6��B�	ɠ��j�VH�t�4��d�4����wm�/�;$$C����@o@{8g��	��[Dm���)Y�!!m�!!\^�if�ݐW�+���НLHHh���b�J�%GQq�
g�B��d8t'�Q�E������ɘ��:oU�%�OM�A�������1i��F@h��0���d��[(O-�j9�t̛���ЗHH��v�P��Dq��w�_l<<[��/wG��e���Tя�ͯC�'�������:��n�n#�a��G4�ӏx8��~ģa��G<F�~ēa�#�#|?��0"�#�#b?Ⅰ���T}%�0Y_!L�7B��”}'�0i�!L�B�����$����,�0u�!Lݿ���W!���Ma�V�	
��lh���dD&p%X�0�+���$�;Ӹ	L�J�$0�+���d�[�Y0&p�g�Y�&p�o�Y0��:�\g����,��r��Z���P�u,j�΂G-�Y0��:.�\g����,��1�k����\>uL�Z�c:ׂOӹ|�ε�6�ε�S�t��:�s-��4!��΂O��,��΂O��,��΂O��,��΂O��,��΂O=�Y��:>�\g����,��s��z���S�u|�΍�S�tn�z�s#�40�����ǂOӹ|�΍���tn��s#
�L�F�i�:>
\g����,�4r��F�����u|�΂O#�Y�i�:>���3ڌ�vd�ۑ��"a�U�aB�Q��M�w��i/i�3O�4/���},ܘ}�'y6&�����و$�G����r�ګ�k�G����v�ڻ�k�G�}��1���4���ȵ/����H��e��
C��#[U�S	�ъ�ϒgx��R">d?�����8����=��S��g~`P�mŸ��l|��;�_})����+)�O��� .�)���}_q9{���U�[���� ݞ���>A=��c���8~�P�<�����
_GLX}�X�Ҝ�Z�����9��d.~�U?{`��h�o�D
�Ch�c����y�TԽfď(����|+x�עZ�?l�{��sԒ��a\�V
⛑wBwZ=���6VK�V�?IA���4��HA���4��HA�݌4��HA���4��A�d���ȏ���q�4�)�g�^���_�S)�şIA|ɚ�3��l$k���F�~��:��dP~��H��3(?�k�V��B���̲�3]��.��Nj�z���&j�_�N�PKj3�\7+E�Pxl/_rels/workbook.xml.rels �(����N!�_�pweڔ���k��0,�����g��#�
��(M<x�i23̗o������m���8z'0�(F�ף>%s���v��I�|"�q�(��(�MiY��Y��/�r��0˔�0�E����SڐP2�5����<zu���?��Շc�	��$�J�\�2�'-�5T�b�7m^��L-�����;/dtݰ���^�-缾����s
��K��\�����W,�������PKj3�\Ѓ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��PKj3�\J
��2Dxl/sharedStrings.xml �(��XYo#�~�� �!/ٖ�>�۲=Z�ZK�Y	�]���4ٶ�E�����&[3���cɺYg?����J����1�OF��<������ŭ柌'YD�<��
����g���f��d�yq:�0����q^@��2/S��\MXQ�������uw��8;Ѽ�8nk�'�*��Vp���&�����>!?���ل_�M���Uq4��"�x�����x���9%���wއf��}`�s�\�*蚰�2<�������j�R�F��Wh�R
�����sg��N�W���$[��R/H�ԧ�1�fX�$c�r��i�j�P����".T����2���l�YZ���s�� ��S%A��ߟe/�UV1���f�U�y�bd��փ�a�P0�B��>����Z��ֽnQy+dU��#I%:�kmk��.+����"ٗXJ��^_r*�!�"���H�T�w��n$��c�Nq
�L�x�B.���>›BX���}�Ѥb�,�]p�i!�yWDҷ��7&�X��=�\:�<�J*[�us4�Xd�/@!.�s��G�iI�T%`
i.So�9�*I\Q�c�6OI�۳�9ᕔ_�k�ݼ��!�m}N"‰��b
��
�p8�֨�k�YU�Wm?eL�����/��Xg�V��T{�]��å�� C.2����bV�K�'q"Y�f�S���&e�+#1-H��>�2�mRd�H�#u׬�/�_U�¦KZo]�TIte�K�ôM\*��*l�nNU�~�dj�7����b�>�%]�1�v����g`��^�5f�[ϲU�}�L.��]��j���A�y�fZ:�l0��G��QJ#�D�aa����%��7&�����&5�02
-Xz�f/	�|@�K� �����|��B�(�G�-"�Y�G�6�Hr&q"�Qi��9�P_#>�5#�,3r�(�#G�Æt����#�w�Χ����0-�q��G�7��K�/�J��}K?�GpI���ya�	C��M���\�3@SK������|�r��.�D5���_O�
���sL�T�%�c0u��t]m����wjc�2\�p�Z[dO�l���e��4�mb40Z{��M����6Y����[g$�߶zK���&cM�s��u|ض	و��wOD���������{��]���_�y~C��T��?����?`�������X4gl\��K�`��3�[]��>��f�����	կ2����5P�t����I�v5۲@#��k�A�Q��?*i�����D�$�S��q�԰%�{2��}&���e$��@?��@$�]1���\���v6]�U���C�*��M��˼*z��S�nm�cڥ*y��y�v<�K���k��D��[.����ٳ�P/����;�j:��e��oh�l'��ޤ؀ʒkK�cA�<D�\(rѯ��%O��
���Hs,{bMD��rt��kS�p��y�wh�Bu4���)�|�����,:�b������D�z�
q����<I�N��� �|B��1��1~S'�N���W-�[)�t������P��m����;`1t����C����,�QJ�ȶ�Z�b�0�$���p��a=ʆc������E�~S����iy�|=l�9��ü����ʧ:J�[6��I��s��!>ʍ��z|�'�R�F��C���.D���<�U��6�Fl*����Rj�n��F�)*�O�[s]��|j[�_����@�M�C���<�f�m�����l�3��E�@�#]���E1�DuT��B�����թI,}�kĉ�][=T����r�M�)�G)���7�N���:�|\(�p�=%�0��~�����Q���iv3��\E�+LK��T����3@��*Ijk
X�+��� ��Axh_�
�����.��~�ۗ��i���V�^�،��G�w���,���g;��Q����;���,^ն�_?d�����>��1l��y�|���#D6�%J�{�Hpdud�`�Gpi����h���X�;+�hV��e�KjJS��Li0�8؜�v���Xj�M���9f�>5|��'����ޙ�L�PK-j3�\���5xl/workbook.xmlPK-j3�\����	��[Content_Types].xmlPK-
j3�\��:''U_rels/.relsPK-j3�\u&��
|4�xl/worksheets/sheet1.xmlPK-j3�\7+E�Pxl/_rels/workbook.xml.relsPK-j3�\Ѓc'2E
^xl/styles.xmlPK-j3�\J
��2D�xl/sharedStrings.xmlPK�W