GET api/storesales/{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": "vZun2c32akqHhqRK2InCUA==",
  "saleHeaderIdentifierGuid": "d9a79bbd-f6cd-4a6a-8786-a44ad889c250",
  "created": "2026-06-03T18:31:44.2783859",
  "createdLocal": "2026-06-03T18:31:44.2783859",
  "createdText": "sample string 4",
  "itemCount": 5,
  "totalAmount": 6,
  "cashTender": 1,
  "cardTender": 1,
  "cheqTender": 1,
  "acctTender": 1,
  "voucherTender": 1,
  "loyaltyPoints": 1,
  "cashout": 1,
  "changeAmount": 1,
  "rounding": 1,
  "gstAmount": 1,
  "transactionDiscountTender": 1,
  "totalTip": 7,
  "tranType": 1,
  "processed": 1,
  "imported": "2026-06-03T18:31:44.2783859",
  "storeID": 1,
  "operatorG_Uid": "FwgAT88ZqESOTUEHFTnRTA==",
  "operatorGuid": "4f000817-19cf-44a8-8e4d-41071539d14c",
  "customerG_Uid": "kDwZRHn7x0yah6MMu40zcQ==",
  "customerGuid": "44193c90-fb79-4cc7-9a87-a30cbb8d3371",
  "communityIdentifier": "+Q1jtAugv0i5X5Dp8pqphA==",
  "communityIdentifierGuid": "b4630df9-a00b-48bf-b95f-90e9f29aa984",
  "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": "tq6BYcMKGU284Z3ke9NzWg==",
  "priceLevelIdentifierGuid": "6181aeb6-0ac3-4d19-bce1-9de47bd3735a",
  "locked": 36,
  "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:31:44.2783859+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-06-03T18:31:44.2783859",
    "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": "VT6vThl6tk++D6Jm17aLuQ==",
    "guid": "4eaf3e55-7a19-4fb6-be0f-a266d7b68bb9",
    "operatorNumber": 1,
    "shortName": "sample string 2",
    "firstName": "sample string 3",
    "lastName": "sample string 4",
    "password": "sample string 5",
    "hasPassword": true,
    "passwordText": "sample string 6",
    "rfidTagID": "sample string 7",
    "blueprintID": 1,
    "groupID": 1,
    "groupName": "sample string 8",
    "managerGroupID": 1,
    "managerGroupName": "sample string 9",
    "zoneID": 1,
    "zoneName": "sample string 10",
    "loggedIn": 1,
    "lastUsedIP": "sample string 11",
    "deleted": true,
    "locked": true,
    "allowOpenTill": true,
    "webEmail": "sample string 14",
    "simpleOperatorType": 0,
    "webRole": "sample string 15",
    "updated": "2026-06-03T18:31:44.2783859",
    "passwordResetRequired": true,
    "alteredInStore": true,
    "startShift": "2026-06-03T18:31:44.2783859",
    "endShift": "2026-06-03T18:31:44.2783859",
    "machineName": "sample string 20",
    "drawerID": 1,
    "stores": [
      {
        "$id": "4",
        "operatorG_UID": "bm4VgA/1JkOuJFIoWahY/Q==",
        "operatorGuid": "80156e6e-f50f-4326-ae24-522859a858fd",
        "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-06-03T18:31:44.2783859",
          "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": "GOdWg4IaDU+7KFUdoCjQ2Q==",
          "hostIdentifierGuid": "8356e718-1a82-4f0d-bb28-551da028d0d9",
          "hostName": 1,
          "hostAddress": "sample string 27",
          "hostUsername": "sample string 28",
          "hostPassword": "sample string 29",
          "excludeFromLeadInOut": true,
          "accountingProvider": 31,
          "accountingAddress": "sample string 32",
          "accountingUsername": "sample string 33",
          "accountingPassword": "sample string 34",
          "storeAccountingCode": "sample string 35",
          "softwareVariance": 36,
          "fuelWarningVariance": 37.0,
          "fuelErrorVariance": 38.0,
          "fuelAccumulatedWarningVariance": 39.0,
          "fuelAccumulatedErrorVariance": 40.0,
          "drawManagment": 41,
          "endOfDayManagment": true,
          "autoFillCashBalancing": true,
          "fuelDayVariance": 44,
          "accountingTradingTime": "00:00:00.1234567",
          "stockActivateProduct": 46,
          "defaultOrderDocumentId": 1,
          "defaultStockReceiveDocumentId": 1,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2026-06-03T18:31:44.2783859",
          "priceZone": {
            "$id": "6",
            "id": 1,
            "name": "sample string 2",
            "hostIdentifier": "POebDjM+aUmy2VrLT53UyQ==",
            "hostIdentifierGuid": "0e9be73c-3e33-4969-b2d9-5acb4f9dd4c9",
            "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"
          },
          "warehouseStore": {
            "$id": "8",
            "storeID": 1,
            "warehouseStoreID": 2,
            "storeName": "sample string 3",
            "warehouseName": "sample string 4"
          },
          "hostStoreSettings": [
            {
              "$id": "9",
              "id": 1,
              "hostIdentifier": "Q4XaM7slq0yIkVxPCWhBfw==",
              "hostIdentifierGuid": "33da8543-25bb-4cab-8891-5c4f0968417f",
              "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": "10",
                "identifier": "3BxDpjwMWEKZBlMYHmvWVQ==",
                "identifierGuid": "a6431cdc-0c3c-4258-9906-53181e6bd655",
                "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": "qsRKeglJY0eZs42VnQ5otw==",
                "hostSupplierIdentifierGuid": "7a4ac4aa-4909-4763-99b3-8d959d0e68b7",
                "loyaltyPriceLevelIdentifier": "3QROHUHKVkmG977ehcKMjg==",
                "loyaltyPriceLevelIdentifierGuid": "1d4e04dd-ca41-4956-86f7-bede85c28c8e",
                "isGroup": true,
                "description": "sample string 22",
                "hostProvider": 23,
                "hostTypeEnum": 24,
                "hostType": "sample string 25",
                "hostCode": "sample string 26",
                "username": "sample string 27",
                "password": "sample string 28",
                "passwordPlain": "sample string 29",
                "server": "sample string 30",
                "url": "sample string 31",
                "global": true,
                "stateCode": "sample string 33",
                "lastCollected": "2026-06-03T18:31:44.2783859",
                "lastProcessed": "2026-06-03T18:31:44.2783859",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "11",
                  "identifier": "a2MQFcTTqESpvcoX7UNBrg==",
                  "identifierGuid": "1510636b-d3c4-44a8-a9bd-ca17ed4341ae",
                  "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": "94jJRoFlw0GGJNvc1LUtAw==",
                  "primaryContactID": "46c988f7-6581-41c3-8624-dbdcd4b52d03",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "ukAI3BckyUyzNItpoeP1QA==",
                  "supplierGroupGuid": "dc0840ba-2417-4cc9-b334-8b69a1e3f540",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2026-06-03T18:31:44.2783859",
                  "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": "12",
                    "id": "93272794-a2eb-4952-9bf9-2ebc82fb206f",
                    "identifier": "VZn3V/jJ8U6zvXyCvO9q9w==",
                    "identifierGuid": "57f79955-c9f8-4ef1-b3bd-7c82bcef6af7",
                    "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": "13",
                      "supplierIdentifier": "Mb3XogdbvkqW5Sl7c/KVfw==",
                      "supplierIdentifierGuid": "a2d7bd31-5b07-4abe-96e5-297b73f2957f",
                      "contactGuid": "JrAWk16JC0O1piEQ2yipKw==",
                      "contactID": "9316b026-895e-430b-b5a6-2110db28a92b",
                      "contact": {
                        "$ref": "12"
                      },
                      "supplier": {
                        "$ref": "11"
                      }
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "products": [
                    {
                      "$id": "14",
                      "pluG_UID": "kHlmr9AbYEO27Dywz/oowQ==",
                      "pluGuid": "af667990-1bd0-4360-b6ec-3cb0cffa28c1",
                      "supplierIdentifier": "lhRzit+guUi+bfHRzqJb5g==",
                      "supplierIdentifierGuid": "8a731496-a0df-48b9-be6d-f1d1cea25be6",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2026-06-03T18:31:44.2783859",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 12,
                      "landedCartonCostEx": 13,
                      "standardCost": 14,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 15",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 16",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 17",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 18",
                      "invoiceCode": "sample string 19",
                      "invoiceDesc": "sample string 20",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 21,
                      "hostType": 22,
                      "fromHost": 23,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 24.1,
                      "sellMultiple": 25.1,
                      "baseMultiple": 26.1,
                      "hostStandardCost": 27,
                      "hostTotalCost": 28,
                      "hostRetail": 29,
                      "hostLandedUnitCostEx": 30,
                      "hostLandedUnitCostInc": 31,
                      "hostDesc": "sample string 32",
                      "directIndicator": "sample string 33",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 35",
                      "hostProductType": "sample string 36",
                      "hostProductGrade": "sample string 37",
                      "hostProductGroup": "sample string 38",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 41",
                      "hostLastUpdated": "2026-06-03T18:31:44.2783859",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "15",
                          "pluG_UID": "Ob5Funu98UaL+ll3ZizUmA==",
                          "pluGuid": "ba45be39-bd7b-46f1-8bfa-5977662cd498",
                          "supplierIdentifier": "5Gbw1yBJ20SEmDD86MjSPA==",
                          "supplierIdentifierGuid": "d7f066e4-4920-44db-8498-30fce8c8d23c",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 42",
                      "salesMode": 43,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 45,
                      "parentPluG_UID": "C8LtpALb30iH5jlGGQmcLQ==",
                      "parentPluGuid": "a4edc20b-db02-48df-87e6-394619099c2d",
                      "freight": 46.0,
                      "freightType": 1,
                      "product": {
                        "$id": "16",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "hxjrzuSnjkuKsst2pSbDlg==",
                        "guid": "ceeb1887-a7e4-4b8e-8ab2-cb76a526c396",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "CFCC908e3UWngKINhsp2Ew==",
                        "priceGroupGuid": "f7825008-1e4f-45dd-a780-a20d86ca7613",
                        "blueprintID": 1,
                        "lastCountedDate": "2026-06-03T18:31:44.2783859",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2026-06-03T18:31:44.2783859",
                        "pluCreated": "2026-06-03T18:31:44.2783859",
                        "createdByUser": "sample string 9",
                        "name": "sample string 10",
                        "nameChanged": true,
                        "secondDescription": "sample string 12",
                        "hostDescription": "sample string 13",
                        "keepCartonQty": true,
                        "keepDescription": true,
                        "keepDepartments": true,
                        "keepSuppliers": true,
                        "markdownDescription": "sample string 18",
                        "altDescription": "sample string 19",
                        "bestOrExpire": 20,
                        "lastUpdate": "2026-06-03T18:31:44.2783859",
                        "lastManualUpdate": "2026-06-03T18:31:44.2783859",
                        "imageName": "sample string 23",
                        "showImageOnFlipCharts": true,
                        "showTextOnFlipCharts": true,
                        "overrideFlipChartText": true,
                        "flipChartText": "sample string 27",
                        "salesMode": 1,
                        "eftCode": 1,
                        "price": 1,
                        "priceChanged": true,
                        "rrp": 1,
                        "gstPercent": 28,
                        "gstPercentChanged": true,
                        "costGSTPercent": 29,
                        "costGSTPercentChanged": true,
                        "wetPercent": 1,
                        "priceOverride": 1,
                        "cost": 1,
                        "currentCost": 1,
                        "currentCostDecimals": 1,
                        "grossProfit": 1.0,
                        "currentCostDesc": "sample string 30",
                        "currentCostEnd": "2026-06-03T18:31:44.2783859",
                        "currentCostUpdated": "2026-06-03T18:31:44.2783859",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2026-06-03T18:31:44.2783859",
                        "defaultGP": 1,
                        "breakTargetMode": 33,
                        "break1": 1,
                        "price1": 1,
                        "target1": 34,
                        "break2": 1,
                        "price2": 1,
                        "target2": 35,
                        "break3": 1,
                        "price3": 1,
                        "target3": 36,
                        "break1Changed": true,
                        "price1Changed": true,
                        "target1Changed": true,
                        "break2Changed": true,
                        "price2Changed": true,
                        "target2Changed": true,
                        "break3Changed": true,
                        "price3Changed": true,
                        "target3Changed": true,
                        "breakTargetModeChanged": true,
                        "margin": 1.1,
                        "marginChanged": true,
                        "marginRanged": true,
                        "marginRangedChanged": true,
                        "minimumMargin": 1.1,
                        "minimumMarginChanged": true,
                        "maximumMargin": 1.1,
                        "maximumMarginChanged": true,
                        "overrideHostWarehouseIndicator": true,
                        "overrideHostWarehouseIndicatorChanged": true,
                        "overrideHostPrice": true,
                        "overrideHostPriceChanged": true,
                        "overrideHostCost": true,
                        "overrideHostCostChanged": true,
                        "overrideHostMargin": true,
                        "overrideHostMarginChanged": true,
                        "alwaysApplyMargin": true,
                        "alwaysApplyMarginChanged": true,
                        "aws": 1.0,
                        "paws": 1.0,
                        "awsUpdated": "2026-06-03T18:31:44.2783859",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "SFDrjdheAESSnfcNHkRXWg==",
                        "altPLUGuid": "8deb5048-5ed8-4400-929d-f70d1e44575a",
                        "altPLUGuidChanged": true,
                        "altPriceDescription1": "sample string 54",
                        "altPriceDescription2": "sample string 55",
                        "cartonQuantity": 56,
                        "cartonQuantityChanged": true,
                        "trayID": 1,
                        "promptID": 1,
                        "tare": 1,
                        "packQty": 1,
                        "fixedWeight": 1,
                        "extraMesg": 1,
                        "text1": "sample string 58",
                        "text2": "sample string 59",
                        "text3": "sample string 60",
                        "labelText": "sample string 61",
                        "labelTextChanged": true,
                        "sendToScale": true,
                        "nonScaleWeigh": true,
                        "labelFormat": "sample string 65",
                        "barcodeFormat": "sample string 66",
                        "austMade": 1,
                        "coolCode": 67,
                        "countryOfOrigin": "sample string 68",
                        "percentContent": 69.1,
                        "departmentID": 1,
                        "subDepartmentID": 1,
                        "minorDepartmentID": 1,
                        "lesserDepartmentID": 1,
                        "deptCode": "sample string 70",
                        "subDeptCode": "sample string 71",
                        "minorDeptCode": "sample string 72",
                        "lesserDeptCode": "sample string 73",
                        "deptName": "sample string 74",
                        "subDeptName": "sample string 75",
                        "minorDeptName": "sample string 76",
                        "lesserDeptName": "sample string 77",
                        "departmentChanged": true,
                        "subCategoryID": 1,
                        "expiry": 1,
                        "showDays": 1,
                        "datePrint": 1,
                        "labelRequired": true,
                        "labelShelfQty": 80,
                        "labelShelfChanged": true,
                        "labelTalkerQty": 82,
                        "labelSmall": true,
                        "labelLastPrinted": "2026-06-03T18:31:44.2783859",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "MFBXT6936kuojH60Xp7VQw==",
                        "shelfPageLayoutGuid": "4f575030-77af-4bea-a88c-7eb45e9ed543",
                        "talkerPageLayoutG_UID": "H0oOQPTRkEKBr5YwLpvFjw==",
                        "talkerPageLayoutGuid": "400e4a1f-d1f4-4290-81af-96302e9bc58f",
                        "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": "LUMc3WGYWk2CpH1CBlz4vQ==",
                        "inventoryIdentifier": "dd1c432d-9861-4d5a-82a4-7d42065cf8bd",
                        "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": "+6LMmO7dXkC49XcwilY6/g==",
                        "parentPluGuid": "98cca2fb-ddee-405e-b8f5-77308a563afe",
                        "preferredHostVendor": 105,
                        "preferredHostChanged": true,
                        "code": "sample string 107",
                        "supplierIdentifier": "fFAFFBM5v0KA5/TZmcC2AQ==",
                        "supplierIdentifierGuid": "1405507c-3913-42bf-80e7-f4d999c0b601",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "SmgQVtIswEqOMzxT/hhcCQ==",
                        "rebateSupplierIdentifierGuid": "5610684a-2cd2-4ac0-8e33-3c53fe185c09",
                        "rebateSupplierChanged": true,
                        "availableForOrder": true,
                        "warehouseDirectIndicator": "sample string 109",
                        "warehouseDirectIndicatorChanged": true,
                        "productGrade": "sample string 111",
                        "productType": "sample string 112",
                        "productGroup": "sample string 113",
                        "complianceIndicator": "sample string 114",
                        "inhouseBrand": "sample string 115",
                        "slowMoving": true,
                        "generalMerchandise": true,
                        "comment": "sample string 118",
                        "lastUpdatedByUser": "sample string 119",
                        "lastManualUpdatedByUser": "sample string 120",
                        "lastUpdatedByUserOverride": true,
                        "lastUpdatedByHost": "2026-06-03T18:31:44.2783859",
                        "commodity": "sample string 122",
                        "businessPillar": "sample string 123",
                        "mscCommodity": "sample string 124",
                        "hostIdentifier": "EWp9csL9mEihNmuCBUiRKA==",
                        "hostIdentifierGuid": "727d6a11-fdc2-4898-a136-6b8205489128",
                        "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": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ],
                        "store": {
                          "$ref": "5"
                        },
                        "storePrices": [
                          {
                            "$id": "17",
                            "pluG_UID": "4RGmLbaC0EOMgvpJlqhX6A==",
                            "pluGuid": "2da611e1-82b6-43d0-8c82-fa4996a857e8",
                            "plu": 1,
                            "storeID": 1,
                            "zoneID": 2,
                            "zoneName": "sample string 3",
                            "store": "sample string 4",
                            "isElectedMasterStore": true,
                            "isZoneMasterStore": true,
                            "priceNow": 7,
                            "costNow": 8,
                            "costNowDecimals": 9,
                            "normalPrice": 10,
                            "priceNext": 1,
                            "costNext": 1,
                            "costNextDecimals": 11,
                            "nextCampaignName": "sample string 12",
                            "gstPercent": 13,
                            "normalCost": 14,
                            "normalCostDecimals": 15,
                            "costGstPercent": 16,
                            "costCalcMethod": 1,
                            "currentCost": 17,
                            "currentCostDecimals": 18,
                            "break1": 19,
                            "price1": 20,
                            "break2": 21,
                            "price2": 22,
                            "break3": 23,
                            "price3": 24,
                            "fuelItem": 25,
                            "fixedWeight": 26,
                            "active": true,
                            "complianceIndicator": "sample string 27",
                            "doNotOrder": true,
                            "doNotRange": true,
                            "isNormalPriceChangesCampaign": true,
                            "updated": "2026-06-03T18:31:44.2783859"
                          },
                          {
                            "$ref": "17"
                          }
                        ],
                        "currentPrices": {
                          "$id": "18",
                          "pluPrices": {
                            "$id": "19",
                            "plu": 1,
                            "pluG_UID": "QEA=",
                            "stores": [
                              1,
                              2
                            ],
                            "normalPrice": 1,
                            "cost": 2,
                            "break1": 3,
                            "price1": 4,
                            "break2": 5,
                            "price2": 6,
                            "break3": 7,
                            "price3": 8,
                            "discountPrice": 9,
                            "memberDiscountPrice": 10,
                            "acceptedUtc": "2026-06-03T18:31:44.2783859",
                            "priceChangeType": 0,
                            "costDecimals": 11,
                            "costCalcMethod": 12,
                            "targetCampaignPriceGtOrEquNormal": true
                          },
                          "normalPluPrices": {
                            "$ref": "19"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "20",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "talkerText": "sample string 3",
                            "disableWasSave": true,
                            "startDate": "2026-06-03T18:31:44.2783859",
                            "startTime": 5,
                            "endDate": "2026-06-03T18:31:44.2783859",
                            "endTime": 6,
                            "newPrice": 7,
                            "newCost": 8,
                            "newCostDecimals": 9,
                            "pctDiscount": 10,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 11",
                            "hostType": 12,
                            "hostIdentifier": "m6PkAfdfZ0qkExpY9w/Ilg==",
                            "hostIdentifierGuid": "01e4a39b-5ff7-4a67-a413-1a58f70fc896",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "20"
                            },
                            {
                              "$ref": "20"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "21",
                          "g_UId": "mS7nFxH7kEaf5TI6NtvDaA==",
                          "guid": "17e72e99-fb11-4690-9fe5-323a36dbc368",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "22",
                          "priceGroupG_UID": "LOK8hDszr0CZSsTHllFx1A==",
                          "priceGroupGuid": "84bce22c-333b-40af-994a-c4c7965171d4",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2026-06-03T18:31:44.2783859",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "16"
                            },
                            {
                              "$ref": "16"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 147",
                        "nutrifacts": {
                          "$id": "23",
                          "pluG_UID": "OA6uobvfk0yiH/m5vPLcNQ==",
                          "pluGuid": "a1ae0e38-dfbb-4c93-a21f-f9b9bcf2dc35",
                          "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": "24",
                          "pluGuid": "6ca4150e-1bc2-46bf-8335-62909c19130f",
                          "created": "2026-06-03T18:31:44.2783859",
                          "createdByUser": "sample string 1",
                          "activated": "2026-06-03T18:31:44.2783859",
                          "activatedByUser": "sample string 2",
                          "deactivated": "2026-06-03T18:31:44.2783859",
                          "deactivatedByUser": "sample string 3",
                          "lastOrdered": "2026-06-03T18:31:44.2783859",
                          "lastOrderedQty": 4.0,
                          "lastReceived": "2026-06-03T18:31:44.2783859",
                          "lastReceivedQty": 5.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2026-06-03T18:31:44.2783859",
                          "lastSold": "2026-06-03T18:31:44.2783859",
                          "firstSold": "2026-06-03T18:31:44.2783859",
                          "awsUpdated": "2026-06-03T18:31:44.2783859",
                          "lastManualUpdate": "2026-06-03T18:31:44.2783859",
                          "lastManualUpdatedByUser": "sample string 7",
                          "lastUpdated": "2026-06-03T18:31:44.2783859",
                          "lastUpdatedByUser": "sample string 9",
                          "lastUpdatedByHost": "2026-06-03T18:31:44.2783859",
                          "doNotRangeUpdated": "2026-06-03T18:31:44.2783859",
                          "doNotOrderUpdated": "2026-06-03T18:31:44.2783859",
                          "tracked": "2026-06-03T18:31:44.2783859"
                        },
                        "allergens": [
                          {
                            "$id": "25",
                            "primaryKey": {
                              "$id": "26",
                              "pluGuid": "8bff8068-1881-4e57-ab41-860fd90229ad",
                              "contains": 2
                            },
                            "allergenID": 1,
                            "pluG_UID": "aID/i4EYV06rQYYP2QIprQ==",
                            "pluGuid": "8bff8068-1881-4e57-ab41-860fd90229ad",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "25"
                          }
                        ],
                        "costs": {
                          "$id": "27",
                          "pluG_UID": "YU85av2jzUWch2mzgzSf/Q==",
                          "pluGuid": "6a394f61-a3fd-45cd-9c87-69b383349ffd",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2026-06-03T18:31:44.2783859",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "28",
                            "saleHeaderID": 1,
                            "created": "2026-06-03T18:31:44.2783859",
                            "createdLocal": "2026-06-03T18:31:44.2783859",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "X13QV62L5k+ggMPUrsjb2A==",
                            "operatorGuid": "57d05d5f-8bad-4fe6-a080-c3d4aec8dbd8",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "WlK5OKUun0eUm9a/fqDFAA==",
                            "pluGuid": "38b9525a-2ea5-479f-949b-d6bf7ea0c500",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$ref": "3"
                            }
                          },
                          {
                            "$ref": "28"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "29",
                            "pluID": 1,
                            "pluG_UID": "8jxzyIeXakW1UvsIqZTCgA==",
                            "pluGuid": "c8733cf2-9787-456a-b552-fb08a994c280",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "29"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "30",
                            "pluG_UId": "G/FCfKV+ZkuNcuPp6j9eqg==",
                            "pluGuid": "7c42f11b-7ea5-4b66-8d72-e3e9ea3f5eaa",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "16"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "30"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "31",
                            "identifier": "F7Nx28rVA0GrUpCQ8rGqgA==",
                            "identifierGuid": "db71b317-d5ca-4103-ab52-9090f2b1aa80",
                            "pluG_UID": "Ik/pXLJ4hUeQQogEEM0C7A==",
                            "pluGuid": "5ce94f22-78b2-4785-9042-880410cd02ec",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "31"
                          }
                        ],
                        "supplier": {
                          "$ref": "11"
                        },
                        "supplierName": "sample string 148",
                        "children": [
                          {
                            "$ref": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ],
                        "ordering": {
                          "$ref": "14"
                        },
                        "flipChartPages": [
                          {
                            "$id": "32",
                            "identifier": "2GBKsid9G0GaEcu+pKfPiQ==",
                            "groupName": "sample string 1",
                            "identifierGuid": "b24a60d8-7d27-411b-9a11-cbbea4a7cf89",
                            "exists": true,
                            "flipChartIdentifier": "2jfh8Lchy0eiCHqgoaoWNQ==",
                            "flipChartIdentifierGuid": "f0e137da-21b7-47cb-a208-7aa0a1aa1635",
                            "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": "8qhVIAF4NE6ffBR+JKUcEg==",
                            "groupIdentifierGuid": "2055a8f2-7801-4e34-9f7c-147e24a51c12",
                            "flipChart": {
                              "$id": "33",
                              "identifier": "JWOBqH029E+kH2yyg3PuNw==",
                              "identifierGuid": "a8816325-367d-4ff4-a41f-6cb28373ee37",
                              "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": "34",
                                "identifier": "DkOnXt+cH0+I+m5ANLX2yA==",
                                "identifierGuid": "5ea7430e-9cdf-4f1f-88fa-6e4034b5f6c8",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "35",
                                    "id": 1,
                                    "g_UID": "I2bhMtC3/E6QRbrROEDsew==",
                                    "guid": "32e16623-b7d0-4efc-9045-bad13840ec7b",
                                    "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": "ERR9WxtCLU2G3pqdGmFRtA==",
                                    "previousFormGuid": "5b7d1411-421b-4d2d-86de-9a9d1a6151b4",
                                    "nextForm": 1,
                                    "nextFormG_UID": "WLWdQ8r6n0SIx2m4eevWOQ==",
                                    "nextFormGuid": "439db558-faca-449f-88c7-69b879ebd639",
                                    "attributes": "sample string 10",
                                    "updated": "2026-06-03T18:31:44.2783859",
                                    "positioning": 1,
                                    "contentPanel": "sample string 11",
                                    "selectionMode": 1,
                                    "maximumSelections": 1,
                                    "alteredInStore": true,
                                    "deleted": true,
                                    "blueprintID": 1,
                                    "preserveLayout": true,
                                    "mainCheckoutFormName": "sample string 13",
                                    "nextCheckoutForm": {
                                      "$ref": "35"
                                    },
                                    "previousCheckoutForm": {
                                      "$ref": "35"
                                    },
                                    "buttons": [
                                      {
                                        "$id": "36",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "ukXQs/AGtESrYKNOYGbx9w==",
                                        "checkoutFormGuid": "b3d045ba-06f0-44b4-ab60-a34e6066f1f7",
                                        "identifier": "lIW/vCRc0E+SMs1UQUX3oA==",
                                        "identifierGuid": "bcbf8594-5c24-4fd0-9232-cd544145f7a0",
                                        "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": "e7G4HliSc0GvdNyTwadcMA==",
                                        "valueGuid": "1eb8b17b-9258-4173-af74-dc93c1a75c30",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2026-06-03T18:31:44.2783859",
                                        "action": "sample string 12",
                                        "valueForm": {
                                          "$ref": "35"
                                        },
                                        "image": {
                                          "$id": "37",
                                          "name": "sample string 3.sample string 4",
                                          "imageID": 2,
                                          "imageName": "sample string 3",
                                          "imageExtension": "sample string 4",
                                          "lastUpdate": "2026-06-03T18:31:44.2783859",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "38",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "vw0B1zABBU2vhAtlbNDMrQ==",
                                        "checkoutFormGuid": "d7010dbf-0130-4d05-af84-0b656cd0ccad",
                                        "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": "38"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "35"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$ref": "38"
                                  },
                                  {
                                    "$ref": "38"
                                  }
                                ]
                              },
                              "pages": [
                                {
                                  "$ref": "32"
                                },
                                {
                                  "$ref": "32"
                                }
                              ]
                            },
                            "contentPanel": {
                              "$ref": "38"
                            },
                            "products": [
                              {
                                "$id": "39",
                                "flipChartPageIdentifier": "WASP3mDKs02ZbN+27zMgJg==",
                                "flipChartPageIdentifierGuid": "de8f0458-ca60-4db3-996c-dfb6ef332026",
                                "pluG_UID": "myaEyqvmqkmD9M150S5GUA==",
                                "pluGuid": "ca84269b-e6ab-49aa-83f4-cd79d12e4650",
                                "sortOrder": 3,
                                "sent": true,
                                "productChanged": true,
                                "productImageName": "sample string 6",
                                "productShowImageOnFlipCharts": true,
                                "productShowTextOnFlipCharts": true,
                                "productOverrideFlipChartText": true,
                                "productFlipChartText": "sample string 10",
                                "product": {
                                  "$ref": "16"
                                },
                                "departmentSortOrder": 11,
                                "subDepartmentName": "sample string 12"
                              },
                              {
                                "$ref": "39"
                              }
                            ],
                            "productCount": 27,
                            "pages": [
                              {
                                "$ref": "32"
                              },
                              {
                                "$ref": "32"
                              }
                            ]
                          },
                          {
                            "$ref": "32"
                          }
                        ],
                        "priceHistory": [
                          {
                            "$id": "40",
                            "pluG_UID": "YaPGkO+fZEi8pa6FNNkJzw==",
                            "pluGuid": "90c6a361-9fef-4864-bca5-ae8534d909cf",
                            "price": 1,
                            "costCalcMethod": 1,
                            "cost": 2,
                            "weightedAvgCost": 3,
                            "lastCost": 4,
                            "rawCost": 5,
                            "rawWeightedAvgCost": 6,
                            "rawLastCost": 7,
                            "costDecimals": 8,
                            "serviceFeeID": 9,
                            "freight": 10.0,
                            "freightType": 11,
                            "process": "sample string 12",
                            "user": "sample string 13",
                            "updated": "2026-06-03T18:31:44.2783859",
                            "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": "40"
                          }
                        ],
                        "ingredients": [
                          {
                            "$id": "41",
                            "pluG_UID": "UkB/L4HAKk2djtjKnFaBww==",
                            "ingredientGuid": "UkcxYS1hiUK6HTTAwQmSbQ==",
                            "ingredientIdentifier": "61314752-612d-4289-ba1d-34c0c109926d",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "16"
                            }
                          },
                          {
                            "$ref": "41"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "42",
                            "pluG_UID": "UrO3UEBijkW/W0chne8oEQ==",
                            "pluGuid": "50b7b352-6240-458e-bf5b-47219def2811",
                            "shelfLocationIdentifier": "TvI06JrKn0qgT8rtEjFKTw==",
                            "shelfLocationGuid": "e834f24e-ca9a-4a9f-a04f-caed12314a4f",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "9yACiRBjykSpjei2+pwkhg==",
                            "labelPageLayoutGuid": "890220f7-6310-44ca-a98d-e8b6fa9c2486",
                            "updated": "2026-06-03T18:31:44.2783859",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "16"
                            },
                            "location": {
                              "$id": "43",
                              "identifier": "PH4FG/j7XUqKqUJ1IfhHMw==",
                              "storeID": 1,
                              "identifierGuid": "1b057e3c-fbf8-4a5d-8aa9-427521f84733",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2026-06-03T18:31:44.2783859",
                              "minTemp": 1,
                              "maxTemp": 1,
                              "checkFrequency": 1,
                              "storeCaseConfiguration": 5,
                              "storeName": "sample string 6",
                              "bins": [
                                {
                                  "$ref": "42"
                                },
                                {
                                  "$ref": "42"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "42"
                          }
                        ],
                        "bin": {
                          "$ref": "42"
                        },
                        "scaleLocations": [
                          {
                            "$id": "44",
                            "plu": 1,
                            "pluG_UID": "MCPwKt0BT0uPNPgnE3Xhag==",
                            "pluGuid": "2af02330-01dd-4b4f-8f34-f8271375e16a",
                            "deptNo": 1,
                            "product": {
                              "$ref": "16"
                            },
                            "scaleLocation": {
                              "$id": "45",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2026-06-03T18:31:44.2783859",
                              "department": {
                                "$id": "46",
                                "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": "45"
                                },
                                "subDepartments": [
                                  {
                                    "$id": "47",
                                    "id": 1,
                                    "departmentID": 2,
                                    "name": "sample string 3",
                                    "code": "sample string 4",
                                    "departmentCode": "sample string 5",
                                    "externalSales": true,
                                    "minorDepartments": [
                                      {
                                        "$id": "48",
                                        "id": 1,
                                        "subDepartmentID": 2,
                                        "departmentID": 3,
                                        "name": "sample string 4",
                                        "subDepartmentCode": "sample string 5",
                                        "departmentCode": "sample string 6",
                                        "code": "sample string 7",
                                        "lesserDepartments": [
                                          {
                                            "$id": "49",
                                            "id": 1,
                                            "departmentID": 2,
                                            "subDepartmentID": 3,
                                            "minorDepartmentID": 4,
                                            "name": "sample string 5",
                                            "code": "sample string 6",
                                            "departmentCode": "sample string 7",
                                            "subDepartmentCode": "sample string 8",
                                            "minorDepartmentCode": "sample string 9",
                                            "updated": "2026-06-03T18:31:44.2783859",
                                            "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": "1qY5cJzV/02Cp/kLPVU4KA==",
                                            "labelPageLayoutGuid": "7039a6d6-d59c-4dff-82a7-f90b3d553828",
                                            "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": "50",
                                              "dept": 1,
                                              "category": 2,
                                              "name": "sample string 3",
                                              "active": true,
                                              "mscCommodities": [
                                                {
                                                  "$id": "51",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "name": "sample string 4",
                                                  "active": true,
                                                  "mscSubCommodities": [
                                                    {
                                                      "$id": "52",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "subCommodity": 4,
                                                      "name": "sample string 5",
                                                      "active": true,
                                                      "subCommodityCode": "sample string 7"
                                                    },
                                                    {
                                                      "$ref": "52"
                                                    }
                                                  ],
                                                  "commodityCode": "sample string 6"
                                                },
                                                {
                                                  "$ref": "51"
                                                }
                                              ],
                                              "categoryCode": "sample string 5"
                                            },
                                            "mscCom": {
                                              "$ref": "51"
                                            },
                                            "mscDep": {
                                              "$id": "53",
                                              "dept": 1,
                                              "name": "sample string 2",
                                              "active": true,
                                              "mscCategories": [
                                                {
                                                  "$ref": "50"
                                                },
                                                {
                                                  "$ref": "50"
                                                }
                                              ],
                                              "deptCode": "sample string 4"
                                            },
                                            "mscSubCom": {
                                              "$ref": "52"
                                            }
                                          },
                                          {
                                            "$ref": "49"
                                          }
                                        ],
                                        "updated": "2026-06-03T18:31:44.2783859",
                                        "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": "kJ+dVTu4AkymGAXx5Z9cfA==",
                                        "labelPageLayoutGuid": "559d9f90-b83b-4c02-a618-05f1e59f5c7c",
                                        "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": "50"
                                        },
                                        "mscCom": {
                                          "$ref": "51"
                                        },
                                        "mscDep": {
                                          "$ref": "53"
                                        },
                                        "mscSubCom": {
                                          "$ref": "52"
                                        }
                                      },
                                      {
                                        "$ref": "48"
                                      }
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2026-06-03T18:31:44.2783859",
                                    "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": "TwUbSmNTsEmf4h0Vz7IsgA==",
                                    "labelPageLayoutGuid": "4a1b054f-5363-49b0-9fe2-1d15cfb22c80",
                                    "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": "50"
                                    },
                                    "mscCom": {
                                      "$ref": "51"
                                    },
                                    "mscDep": {
                                      "$ref": "53"
                                    },
                                    "mscSubCom": {
                                      "$ref": "52"
                                    }
                                  },
                                  {
                                    "$ref": "47"
                                  }
                                ],
                                "stores": [
                                  1,
                                  2
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2026-06-03T18:31:44.2783859",
                                "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": "HiAdWy1830C1gaIWp1vI8w==",
                                "labelPageLayoutGuid": "5b1d201e-7c2d-40df-b581-a216a75bc8f3",
                                "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": "50"
                                },
                                "mscCom": {
                                  "$ref": "51"
                                },
                                "mscDep": {
                                  "$ref": "53"
                                },
                                "mscSubCom": {
                                  "$ref": "52"
                                }
                              }
                            }
                          },
                          {
                            "$ref": "44"
                          }
                        ],
                        "nextPrice": {
                          "$id": "54",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 1,
                          "hostOfferID": 1,
                          "metcashPromotionID": "sample string 4",
                          "metcashPromotionPlacement": "sample string 5",
                          "pluG_UID": "x3JelnIvDUqbgOfn6wzFOA==",
                          "pluGuid": "965e72c7-2f72-4a0d-9b80-e7e7eb0cc538",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "qSxC4TQqNUGpnTCStLpR6w==",
                          "dealCostGuid": "e1422ca9-2a34-4135-a99d-3092b4ba51eb",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "unal3Pc0hEyqbOtVJHOx5A==",
                          "priceGroupGuid": "dca576ba-34f7-4c84-aa6c-eb552473b1e4",
                          "itemNumber": "sample string 10",
                          "cri": "sample string 11",
                          "pluPrice": 12,
                          "costCalcMethod": 13,
                          "pluCost": 14,
                          "pluCostIndicator": "sample string 15",
                          "pluPriceGstPercent": 16,
                          "pluCostGstPercent": 17,
                          "pluActive": true,
                          "cartonQty": 1.1,
                          "baseUnits": 19.1,
                          "salesMode": 1,
                          "orderPacked": 20,
                          "pluNormalCost": 21,
                          "pluaws": 22.0,
                          "directNumber": "sample string 23",
                          "departmentName": "sample string 24",
                          "subDepartmentName": "sample string 25",
                          "priceGroupName": "sample string 26",
                          "supplierName": "sample string 27",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2026-06-03T18:31:44.2783859",
                          "rrp": 28,
                          "campaignDescription": "sample string 29",
                          "hostCampaign": true,
                          "hostIdentifier": "QEA=",
                          "hostIdentifierGuid": "7d68fdbc-b5b4-4cca-93ee-8fb42adab976",
                          "campaignComboPriceGroupG_UID": "obeh8SByl0i1l4z3ih9Z5Q==",
                          "campaignComboPriceGroupIdentifier": "f1a1b7a1-7220-4897-b597-8cf78a1f59e5",
                          "promotionPlacementDescription": "sample string 31",
                          "storeAcceptances": [
                            {
                              "$id": "55",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2026-06-03T18:31:44.2783859",
                              "operatorG_UID": "fYn1WMr2sE+yHT+ejaFlaA==",
                              "operatorGuid": "58f5897d-f6ca-4fb0-b21d-3f9e8da16568",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2026-06-03T18:31:44.2783859",
                              "signIqTicketFileMovedUtc": "2026-06-03T18:31:44.2783859",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2026-06-03T18:31:44.2783859",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "hostIdentifier": "QEA=",
                              "hostIdentifierGuid": "ad247760-e0a7-4114-a6ee-b0c4c0524530",
                              "product": {
                                "$ref": "16"
                              },
                              "campaignPlu": {
                                "$ref": "54"
                              },
                              "fuelItem": true
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "campaign": {
                            "$id": "56",
                            "id": 1,
                            "storeID": 2,
                            "name": "84264bc9-7436-48fc-b03b-85f91fca9516",
                            "nameGuid": "84264bc9-7436-48fc-b03b-85f91fca9516",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2026-06-03T18:31:44.2783859",
                            "startTime": 1,
                            "endDate": "2026-06-03T18:31:44.2783859",
                            "endTime": 1,
                            "recurrence": 1,
                            "recurrenceType": 1,
                            "monthType": 1,
                            "weekDays": 1,
                            "months": 1,
                            "monthWeeks": 1,
                            "monthDays": "sample string 7",
                            "printed": true,
                            "talkerText": "sample string 8",
                            "rangeDescription": "sample string 9",
                            "dealDescription": "sample string 10",
                            "labelQuantity": 11,
                            "active": 1,
                            "deactivated": "2026-06-03T18:31:44.2783859",
                            "system": true,
                            "created": "2026-06-03T18:31:44.2783859",
                            "updated": "2026-06-03T18:31:44.2783859",
                            "priceChangeNotifiedUtc": "2026-06-03T18:31:44.2783859",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "xFWcapHAYk6IURLH+tewkw==",
                            "hostIdentifierGuid": "6a9c55c4-c091-4e62-8851-12c7fad7b093",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2026-06-03T18:31:44.2783859",
                            "updatedByUser": "sample string 18",
                            "offerID": 1,
                            "isPriceChangeCampaign": true,
                            "stores": [
                              1,
                              2
                            ],
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "campaignPlus": [
                              {
                                "$ref": "54"
                              },
                              {
                                "$ref": "54"
                              }
                            ],
                            "campaignPools": [
                              {
                                "$id": "57",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "plu": 4,
                                "pluG_UID": "dEGqqeB4ikC15jNqsWSShA==",
                                "pluGuid": "a9aa4174-78e0-408a-b5e6-336ab1649284",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "D/qWv+Pt5kiuI6XSS2Saqw==",
                                "priceGroupGuid": "bf96fa0f-ede3-48e6-ae23-a5d24b649aab",
                                "fuelItem": true,
                                "pluName": "sample string 6",
                                "apn": "sample string 7",
                                "pluActive": true,
                                "cartonQty": 1,
                                "baseUnits": 9.1,
                                "cri": "sample string 10",
                                "salesMode": 1,
                                "orderPacked": 11,
                                "pluaws": 12.0,
                                "directNumber": "sample string 13",
                                "departmentName": "sample string 14",
                                "subDepartmentName": "sample string 15",
                                "priceGroupName": "sample string 16",
                                "supplierName": "sample string 17",
                                "stockOnHand": 1.1,
                                "stockOnOrder": 1.1,
                                "lastReceived": "2026-06-03T18:31:44.2783859",
                                "rrp": 18,
                                "campaignDescription": "sample string 19",
                                "product": {
                                  "$ref": "16"
                                },
                                "campaign": {
                                  "$ref": "56"
                                }
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "58",
                                "id": 1,
                                "identifier": "wCBaXbUZ4U68Nj0fCEZhCA==",
                                "identifierStr": "wCBaXbUZ4U68Nj0fCEZhCA==",
                                "identifierGuid": "5d5a20c0-19b5-4ee1-bc36-3d1f08466108",
                                "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": "56"
                                }
                              },
                              {
                                "$ref": "58"
                              }
                            ],
                            "customers": [
                              {
                                "$id": "59",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "customerID": "3Xysxq0a7EmYbI/qxI6egw==",
                                "customerIDGuid": "c6ac7cdd-1aad-49ec-986c-8feac48e9e83",
                                "campaign": {
                                  "$ref": "56"
                                },
                                "customer": {
                                  "$id": "60",
                                  "identifier": "zFZGw/l6qEO8fZXARdsvPQ==",
                                  "identifierGuid": "c34656cc-7af9-43a8-bc7d-95c045db2f3d",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2026-06-03T18:31:44.2783859",
                                  "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": "UROZKHxuykKXf1skCAYTVQ==",
                                  "communityIdentifierGuid": "28991351-6e7c-42ca-977f-5b2408061355",
                                  "joined": "2026-06-03T18:31:44.2783859",
                                  "updated": "2026-06-03T18:31:44.2783859",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "7CiRck5HR0euNQbgKadAmA==",
                                  "priceLevelIdentifierGuid": "729128ec-474e-4747-ae35-06e029a74098",
                                  "marketingID": "sample string 18",
                                  "receiptPrintOptions": 1,
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2026-06-03T18:31:44.2783859",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "61",
                                      "cardType": 2,
                                      "issueDate": "2026-06-03T18:31:44.2783859",
                                      "expiry": "2026-06-03T18:31:44.2783859",
                                      "customerID": "HL2pZ3VrnEmoBzFWdQn7kQ==",
                                      "customerIDGuid": "67a9bd1c-6b75-499c-a807-31567509fb91",
                                      "initialValue": 1,
                                      "currentValue": 1,
                                      "maxLimit": 1,
                                      "minTransaction": 1,
                                      "maxTransaction": 1,
                                      "multiplier": 1.1,
                                      "active": true,
                                      "reasonInactive": 1,
                                      "idRequired": true,
                                      "idType": 1,
                                      "idValue": "sample string 5",
                                      "updated": "2026-06-03T18:31:44.2783859",
                                      "linkedAccount": "3nZRTW+ISkCj9wzzUCT/fQ==",
                                      "linkedAccountGuid": "4d5176de-886f-404a-a3f7-0cf35024ff7d",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "60"
                                      },
                                      "account": {
                                        "$id": "62",
                                        "id": 1,
                                        "identifier": "p3rwscVrJUWr/QfDtHzBdg==",
                                        "identifierGuid": "b1f07aa7-6bc5-4525-abfd-07c3b47cc176",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2026-06-03T18:31:44.2783859",
                                        "owner": "+vwUS6aldUGHsfnHlZ/MFw==",
                                        "ownerGuid": "4b14fcfa-a5a6-4175-87b1-f9c7959fcc17",
                                        "accountStoreGroupIdentifier": "CjsqJmhAQUa5ckwhh6Qy7A==",
                                        "accountStoreGroupGuid": "262a3b0a-4068-4641-b972-4c2187a432ec",
                                        "accountType": 1,
                                        "currentBalance": 1,
                                        "externalID": "sample string 7",
                                        "maximumLimit": 1,
                                        "accruePoints": true,
                                        "loyaltyPoints": 1,
                                        "termsOfTrade": 1,
                                        "signatureRequired": true,
                                        "referenceRequired": true,
                                        "statementSendType": 10,
                                        "ageingPeriod": 1,
                                        "monthlyAgeingPeriod": true,
                                        "explodedInvoice": true,
                                        "isFifoAllocation": true,
                                        "lastStatementSent": "2026-06-03T18:31:44.2783859",
                                        "active": true,
                                        "updated": "2026-06-03T18:31:44.2783859",
                                        "deleted": true,
                                        "deletedUser": "sample string 16",
                                        "currentBalanceChanged": true,
                                        "maximumLimitChanged": true,
                                        "loyaltyPointsChanged": true,
                                        "projectedBalance": 17,
                                        "accountStoreGroupStoreIDs": [
                                          1,
                                          2
                                        ],
                                        "customerEmail": "sample string 18",
                                        "ownerCustomer": {
                                          "$ref": "60"
                                        },
                                        "card": {
                                          "$ref": "61"
                                        },
                                        "members": {
                                          "$id": "63",
                                          "sample string 1": [
                                            {
                                              "$ref": "60"
                                            },
                                            {
                                              "$ref": "60"
                                            }
                                          ],
                                          "sample string 2": [
                                            {
                                              "$ref": "60"
                                            },
                                            {
                                              "$ref": "60"
                                            }
                                          ]
                                        },
                                        "customerGroups": [
                                          {
                                            "$id": "64",
                                            "identifier": "WuGQRcZJFUGEIemchyEwoQ==",
                                            "identifierGuid": "4590e15a-49c6-4115-8421-e99c872130a1",
                                            "name": "sample string 2",
                                            "primaryContact": "OjQABdt/AkSscawLFlBdsw==",
                                            "primaryContactGuid": "0500343a-7fdb-4402-ac71-ac0b16505db3",
                                            "accountID": "y1gICfShOku9tNwFFI3GLw==",
                                            "accountIDGuid": "090858cb-a1f4-4b3a-bdb4-dc05148dc62f",
                                            "special": true,
                                            "updated": "2026-06-03T18:31:44.2783859",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "e2NzB6gVZESI+ZgcYaVQrA==",
                                            "priceLevelIdentifierGuid": "0773637b-15a8-4464-88f9-981c61a550ac",
                                            "marketingListID": "sample string 7",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "62"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "60"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "65",
                                                "id": 1,
                                                "groupID": "fM/RB9EFn0yj6EBK/kpLBQ==",
                                                "groupIDGuid": "07d1cf7c-05d1-4c9f-a3e8-404afe4a4b05",
                                                "customerID": "0/b6nvDlbkaeMZhztBT7tA==",
                                                "customerIDGuid": "9efaf6d3-e5f0-466e-9e31-9873b414fbb4",
                                                "card": "sample string 4",
                                                "linkedAccount": "EleI0tHJdEe6gmZUiCwnRA==",
                                                "linkedAccountGuid": "d2885712-c9d1-4774-ba82-6654882c2744",
                                                "customer": {
                                                  "$ref": "60"
                                                },
                                                "group": {
                                                  "$ref": "64"
                                                },
                                                "customerCard": {
                                                  "$ref": "61"
                                                }
                                              },
                                              {
                                                "$ref": "65"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "64"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "66",
                                          "id": 1,
                                          "identifier": "dHUvQyBc7EKsxAAoCYYOTg==",
                                          "identifierGuid": "432f7574-5c20-42ec-acc4-002809860e4e",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "5kWPH6RngEGtH7DZL8U+sw==",
                                          "accountIDGuid": "1f8f45e6-67a4-4180-ad1f-b0d92fc53eb3",
                                          "customerAccount": {
                                            "$ref": "62"
                                          },
                                          "customerCard": {
                                            "$ref": "61"
                                          },
                                          "accountType": 1,
                                          "cardName": "sample string 8",
                                          "authorisationNumber": "sample string 9",
                                          "bankReference": "sample string 10",
                                          "merchantID": "sample string 11",
                                          "terminalID": "sample string 12",
                                          "cardNumber": "sample string 13",
                                          "paymentDate": "2026-06-03T18:31:44.2783859",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "EagB9NsF3UiefD1nYz8xSQ==",
                                          "idempotentVoidGuid": "f401a811-05db-48dd-9e7c-3d67633f3149",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$ref": "1"
                                          },
                                          "metadata": {
                                            "$id": "67",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "dgtI0D6n/k6cpoVWdeyR8Q==",
                                            "paymentIdentifierGuid": "d0480b76-a73e-4efe-9ca6-855675ec91f1",
                                            "identifier": "3rA68SpV3UGMBFvrNKZgpQ==",
                                            "identifierGuid": "f13ab0de-552a-41dd-8c04-5beb34a660a5",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "BNCCVCXm7U2b/KvsjniCSg==",
                                            "itemIdentifierGuid": "5482d004-e625-4ded-9bfc-abec8e78824a"
                                          }
                                        },
                                        {
                                          "$ref": "66"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "61"
                                    }
                                  ],
                                  "customerGroupMembers": [
                                    {
                                      "$ref": "65"
                                    },
                                    {
                                      "$ref": "65"
                                    }
                                  ],
                                  "customerGroups": [
                                    {
                                      "$ref": "64"
                                    },
                                    {
                                      "$ref": "64"
                                    }
                                  ],
                                  "accounts": [
                                    {
                                      "$ref": "62"
                                    },
                                    {
                                      "$ref": "62"
                                    }
                                  ],
                                  "account": {
                                    "$ref": "62"
                                  },
                                  "vouchers": [
                                    {
                                      "$id": "68",
                                      "customerIdentifier": "5NRQYs9gE0uyA8Z+z7cvVA==",
                                      "customerIdentifierGuid": "6250d4e4-60cf-4b13-b203-c67ecfb72f54",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "s211ScVlC0mjxmcDz5WHsQ==",
                                      "idempotentGuid": "49756db3-65c5-490b-a3c6-6703cf9587b1",
                                      "offline": true,
                                      "voucher": {
                                        "$id": "69",
                                        "id": 1,
                                        "name": "sample string 2",
                                        "description": "sample string 3",
                                        "shortDescription": "sample string 4",
                                        "url": "sample string 5",
                                        "barcodeTemplateID": 1,
                                        "expiry": 0,
                                        "voucherType": 6,
                                        "limitPerTransaction": 7,
                                        "customerTracking": true,
                                        "discountAccount": "sample string 9",
                                        "endDate": "2026-06-03T18:31:44.2783859",
                                        "barcodeTemplate": {
                                          "$id": "70",
                                          "templateID": 1,
                                          "template": "sample string 1",
                                          "bcFunction": "sample string 2",
                                          "sortOrder": 3
                                        },
                                        "scaleLabel": {
                                          "$id": "71",
                                          "id": 1,
                                          "uid": "sample string 2",
                                          "name": "sample string 3",
                                          "width": 1.1,
                                          "height": 1.1,
                                          "showBorder": true,
                                          "borderWidth": 1.1,
                                          "borderStyle": 1,
                                          "borderColour": "sample string 5",
                                          "updated": "2026-06-03T18:31:44.2783859",
                                          "labelPageLayout": "SnV6YxR00EmaaWZw2ak5tQ==",
                                          "pageLayoutGuid": "637a754a-7414-49d0-9a69-6670d9a939b5",
                                          "labelType": 6,
                                          "oldName": "sample string 7",
                                          "voucher": {
                                            "$ref": "69"
                                          },
                                          "elements": [
                                            {
                                              "$id": "72",
                                              "id": 1,
                                              "scaleLabelID": 2,
                                              "showPercentDI": true,
                                              "showAvgPerHundred": true,
                                              "showAvgPerServe": true,
                                              "name": "sample string 6",
                                              "x": 1.1,
                                              "y": 1.1,
                                              "width": 1.1,
                                              "height": 1.1,
                                              "type": 1,
                                              "rotation": 1,
                                              "text": "sample string 7",
                                              "fontFamily": "sample string 8",
                                              "align": 1,
                                              "bold": true,
                                              "italic": true,
                                              "underline": true,
                                              "strikeout": true,
                                              "reverse": true,
                                              "textColour": "sample string 9",
                                              "fontSize": 1.1,
                                              "picture": "QEA=",
                                              "borderWidth": 10,
                                              "sortOrder": 11,
                                              "printOptions": 12,
                                              "superScriptTextFontSize": 1.1,
                                              "lineStyle": 1,
                                              "spacingStyle": 1,
                                              "interCharacterSpacing": 1.1,
                                              "superScriptOffset": 1.1,
                                              "lineSpacing": 1.1,
                                              "dateFormat": "sample string 13",
                                              "autoGrow": true,
                                              "fontAutoResize": true,
                                              "updated": "2026-06-03T18:31:44.2783859"
                                            },
                                            {
                                              "$ref": "72"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "73",
                                            "id": 1,
                                            "customerIdentifier": "LU+n4DN0jEqH1S0jwXNwRw==",
                                            "customerIdentifierGuid": "e0a74f2d-7433-4a8c-87d5-2d23c1737047",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2026-06-03T18:31:44.2783859",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "OzS1nLQisE2Kh4mWleYasQ==",
                                            "issuedIdempotentGuid": "9cb5343b-22b4-4db0-8a87-899695e61ab1",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2026-06-03T18:31:44.2783859",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2026-06-03T18:31:44.2783859",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "mu2h5Pxge0yIev/1cO/73w==",
                                            "redeemedIdempotentGuid": "e4a1ed9a-60fc-4c7b-887a-fff570effbdf",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2026-06-03T18:31:44.2783859",
                                            "storeName": "sample string 17",
                                            "scaleLabel": {
                                              "$ref": "71"
                                            },
                                            "voucher": {
                                              "$ref": "69"
                                            },
                                            "customer": {
                                              "$ref": "60"
                                            },
                                            "issuedOfflinePayment": {
                                              "$ref": "66"
                                            },
                                            "redeemedOfflinePayment": {
                                              "$ref": "66"
                                            }
                                          },
                                          {
                                            "$ref": "73"
                                          }
                                        ]
                                      },
                                      "customer": {
                                        "$ref": "60"
                                      }
                                    },
                                    {
                                      "$ref": "68"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "59"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$id": "74",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupID": "rpjjBjHAc06GhJpOGOB5UQ==",
                                "groupIDGuid": "06e398ae-c031-4e73-8684-9a4e18e07951",
                                "campaign": {
                                  "$ref": "56"
                                },
                                "group": {
                                  "$ref": "64"
                                }
                              },
                              {
                                "$ref": "74"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "75",
                                "identifier": "Wdq+x/eLDkeG/VZ5p0yTSw==",
                                "identifierGuid": "c7beda59-8bf7-470e-86fd-5679a74c934b",
                                "campaignName": "sample string 2",
                                "message": "sample string 3",
                                "ticketFileSource": "sample string 4",
                                "ticketFileDestination": "sample string 5",
                                "storeID": 1
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "comboPriceGroups": [
                              {
                                "$id": "76",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "g_UID": "t5wM0MDyiEOeeF9UWDcA+g==",
                                "guid": "d00c9cb7-f2c0-4388-9e78-5f54583700fa",
                                "description": "sample string 5",
                                "newPrice": 1,
                                "rangeDescription": "sample string 6",
                                "dealDescription": "sample string 7",
                                "labelQuantity": 8,
                                "hostProductCategoryID": 1,
                                "offerID": 1,
                                "dontUpdatePricePlus": true,
                                "campaign": {
                                  "$ref": "56"
                                },
                                "comboPricePlus": [
                                  {
                                    "$id": "77",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupG_UID": "XNCYcfi18E+OxlpTQfMzbQ==",
                                    "groupGuid": "7198d05c-b5f8-4ff0-8ec6-5a5341f3336d",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "sVFvKDBk9kaE3iq62dXzoA==",
                                    "pluGuid": "286f51b1-6430-46f6-84de-2abad9d5f3a0",
                                    "priceGroupG_UID": "kX6k/wQ+4UC5g8/DEoJnqw==",
                                    "priceGroupGuid": "ffa47e91-3e04-40e1-b983-cfc3128267ab",
                                    "campaignPoolID": "sample string 7",
                                    "quantity": 1,
                                    "campaign": {
                                      "$ref": "56"
                                    },
                                    "product": {
                                      "$ref": "16"
                                    },
                                    "priceGroup": {
                                      "$ref": "22"
                                    },
                                    "campaignPool": {
                                      "$ref": "56"
                                    }
                                  },
                                  {
                                    "$ref": "77"
                                  }
                                ]
                              },
                              {
                                "$ref": "76"
                              }
                            ],
                            "priceLevels": [
                              {
                                "$id": "78",
                                "id": 1,
                                "priceLevelIdentifier": "GMFfoEnsrEGPwfagOyx0tQ==",
                                "priceLevelIdentifierGuid": "a05fc118-ec49-41ac-8fc1-f6a03b2c74b5",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "promotionType": {
                              "$id": "79",
                              "identifier": "ms4p1UrlDkupUZ9+X6ma2g==",
                              "identifierGuid": "d529ce9a-e54a-4b0e-a951-9f7e5fa99ada",
                              "hostType": 2,
                              "code": "sample string 3",
                              "description": "sample string 4",
                              "isLiquor": true,
                              "isAdvertised": true,
                              "disableWasSave": true,
                              "excludeFromPromoSales": true,
                              "labelPageLayoutG_UID": "k+4Z5Cy7XEGHkp6+ByKhLw==",
                              "labelPageLayoutGuid": "e419ee93-bb2c-415c-8792-9ebe0722a12f",
                              "priceLevelIdentifier": "1BP+3VwMCE+K7U/Ir+ABDQ==",
                              "priceLevelIdentifierGuid": "ddfe13d4-0c5c-4f08-8aed-4fc8afe0010d",
                              "active": true,
                              "updated": "2026-06-03T18:31:44.2783859",
                              "hostName": "sample string 11"
                            }
                          },
                          "product": {
                            "$ref": "16"
                          },
                          "dealCost": {
                            "$id": "80",
                            "headerIdentifier": "nCpDCWwtmkii0WNE9i/LSA==",
                            "headerIdentifierGuid": "09432a9c-2d6c-489a-a2d1-6344f62fcb48",
                            "identifier": "crqtTyHoTkGtqYF+rlPR1w==",
                            "identifierGuid": "4fadba72-e821-414e-ada9-817eae53d1d7",
                            "supplierIdentifier": "41QIibiWBEK9MHbY2iU+fQ==",
                            "supplierGuid": "890854e3-96b8-4204-bd30-76d8da253e7d",
                            "pluG_UID": "9FGePzLxmEGPjbcZm9MprQ==",
                            "pluGuid": "3f9e51f4-f132-4198-8f8d-b7199bd329ad",
                            "campaignName": "d23d1a19-1845-4232-961a-a99ba3f3b8c5",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2026-06-03T18:31:44.2783859",
                            "end": "2026-06-03T18:31:44.2783859",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "dSsb+s2DWkir91KliislaA==",
                            "bonusItemPluGuid": "fa1b2b75-83cd-485a-abf7-52a58a2b2568",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2026-06-03T18:31:44.2783859",
                            "metcashPromotionID": "sample string 14",
                            "fromHost": 15,
                            "storeNames": "sample string 16",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "supplierName": "sample string 17",
                            "campaignDescription": "sample string 18",
                            "newPrice": 1,
                            "campaignMetcashPromotionID": "sample string 19",
                            "campaignActive": true,
                            "campaignStartDate": "2026-06-03T18:31:44.2783859",
                            "campaignEndDate": "2026-06-03T18:31:44.2783859",
                            "masterPLUG_UID": "wmlSbDEt0kSmMuqsnfA2KA==",
                            "masterID": "6c5269c2-2d31-44d2-a632-eaac9df03628",
                            "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": "wQ8GCZN+T0aIwnszsAEc7w==",
                            "bonusMasterID": "09060fc1-7e93-464f-88c2-7b33b0011cef",
                            "bonusProductName": "sample string 34",
                            "bonusProductAPN": "sample string 35",
                            "bonusOrderCode": "sample string 36",
                            "bonusNormalSell": 37,
                            "bonusNormalCost": 38,
                            "bonusNormalCostDecimals": 39,
                            "bonusCartonQuantity": 40,
                            "bonusSalesMode": 41,
                            "bonusOrderPacked": 42,
                            "bonusFuelItem": true,
                            "bonusActive": true
                          }
                        },
                        "currentCostStart": "2026-06-03T18:31:44.2783859",
                        "dealCosts": [
                          {
                            "$ref": "80"
                          },
                          {
                            "$ref": "80"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "81",
                            "pluG_UID": "d556lHmYuEm9Hjj1btn6Rg==",
                            "pluGuid": "947a9e77-9879-49b8-bd1e-38f56ed9fa46",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "alternateProductG_UID": "uc1lOSOz8kC9Fn24ZmlewQ==",
                        "alternateProduct": "3965cdb9-b323-40f2-bd16-7db866695ec1",
                        "altProduct": {
                          "$ref": "16"
                        },
                        "productHostCode": {
                          "$id": "82",
                          "id": 1,
                          "pluG_UID": "jA7oAWqqcUWTThHfdi1mdA==",
                          "pluGuid": "01e80e8c-aa6a-4571-934e-11df762d6674",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "50"
                        },
                        "mscCom": {
                          "$ref": "51"
                        },
                        "mscDep": {
                          "$ref": "53"
                        },
                        "mscSubCom": {
                          "$ref": "52"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2026-06-03T18:31:44.2783859",
                        "inventoryTracked": "2026-06-03T18:31:44.2783859",
                        "isNormalPriceChangesCampaign": true,
                        "baseProductFuel": {
                          "$id": "83",
                          "pluG_UID": "+UBM0Q2/dkWXHhdcvDe3XQ==",
                          "pluGuid": "d14c40f9-bf0d-4576-971e-175cbc37b75d",
                          "fuelPluG_UID": "+FKgURZ2gkCbuD9XuRKQKg==",
                          "fuelPluGuid": "51a052f8-7616-4082-9bb8-3f57b912902a",
                          "price": 3,
                          "productDescription": "sample string 4",
                          "productBarcode": "sample string 5",
                          "fuelProductDescription": "sample string 6",
                          "fuelProductBarcode": "sample string 7",
                          "fuelProductPrice": 8
                        },
                        "productFuelLinks": [
                          {
                            "$ref": "83"
                          },
                          {
                            "$ref": "83"
                          }
                        ]
                      },
                      "supplier": {
                        "$ref": "11"
                      },
                      "serviceFee": {
                        "$id": "84",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 48
                    },
                    {
                      "$ref": "14"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "85",
                      "storeID": 1,
                      "supplierIdentifier": "r5oMVIVmakOsFMGvOCYJWA==",
                      "supplierGuid": "540c9aaf-6685-436a-ac14-c1af38260958",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "85"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "86",
                      "storeID": 1,
                      "supplierIdentifier": "jATh9zTmwUumT2JL2ihCLA==",
                      "supplierGuid": "f7e1048c-e634-4bc1-a64f-624bda28422c",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "cutOffWeek": 5,
                      "cutOffDay": 6,
                      "cutOffTime": "00:00:00.1234567",
                      "leadTime": 7,
                      "daysBuffer": 8,
                      "supplierName": "sample string 9",
                      "cutOffDate": "2026-06-03T18:31:44.2783859",
                      "deliveryDate": "2026-06-03T18:31:44.2783859",
                      "nextCutOffDate": "2026-06-03T18:31:44.2783859",
                      "nextDeliveryDate": "2026-06-03T18:31:44.2783859",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "86"
                    }
                  ],
                  "store": {
                    "$ref": "5"
                  },
                  "updated": "2026-06-03T18:31:44.2783859",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "87",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2026-06-03T18:31:44.2783859",
                    "processed": "2026-06-03T18:31:44.2783859",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2026-06-03T18:31:44.2783859",
                    "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": "10"
                    },
                    "metcashHeader": {
                      "$id": "88",
                      "customerNumber": "sample string 1",
                      "creationDate": "2026-06-03T18:31:44.2783859",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "87"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "89",
                    "id": 1,
                    "hostIdentifier": "AZpfhUSBMUKNh+HJoUjVZg==",
                    "hostIdentifierGuid": "855f9a01-8144-4231-8d87-e1c9a148d566",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "0ca1fd01-059e-4a92-84a4-5cb9a1671463",
                      "01ab036f-1633-4584-aadf-64a3c3a068b1"
                    ]
                  },
                  {
                    "$ref": "89"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "9"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "9"
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "90",
                    "identifier": "R1HWXu0IcUGIHYxZhEXAEA==",
                    "identifierGuid": "5ed65147-08ed-4171-881d-8c598445c010",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "90"
                  }
                ],
                "promoTypeGuids": [
                  "dfc933b3-2f43-4234-abe6-d8ea629c62a1",
                  "40b66b5f-c993-4ec8-8e8e-43d3a8c57ad8"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 27"
            },
            {
              "$ref": "9"
            }
          ],
          "accounts": [
            {
              "$id": "91",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "91"
            }
          ],
          "sales": [
            {
              "$id": "92",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2026-06-03T18:31:44.2783859",
              "ftpSite": {
                "$id": "93",
                "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": "92"
            }
          ],
          "suppliedStores": [
            1,
            2
          ],
          "zoneMatrix": [
            {
              "$ref": "89"
            },
            {
              "$ref": "89"
            }
          ],
          "cashManagements": [
            {
              "$id": "94",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "95",
                "id": 1,
                "description": "sample string 2",
                "address": "sample string 3",
                "username": "sample string 4",
                "password": "sample string 5",
                "passwordPlain": "sample string 6",
                "token": "sample string 7",
                "apiType": 8,
                "apiSubType": 9,
                "config": "sample string 10"
              }
            },
            {
              "$ref": "94"
            }
          ],
          "updateStoreID": "4242da88-f971-4356-9f0e-10d0ed204e8f",
          "updateStore": {
            "$id": "96",
            "id": "df229dc6-b963-4748-989f-ac87f5a8a4aa",
            "name": "sample string 1",
            "lastActivity": "2026-06-03T18:31:44.2783859",
            "zone": "sample string 2",
            "timeZoneOffset": 0.0,
            "businessHoursStart": "00:00:00.1234567",
            "businessHoursEnd": "00:00:00.1234567",
            "master": true,
            "lastIP": "sample string 10",
            "lastHostName": "sample string 11",
            "ping": 1,
            "pingStatus": "sample string 12",
            "lastUpdateCompleted": "2026-06-03T18:31:44.2783859"
          },
          "timeZoneId": "sample string 54",
          "securityOptions": {
            "$id": "97",
            "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": "60"
  },
  "communityOrganisation": {
    "$id": "98",
    "id": 1,
    "identifier": "1KeLTDmbP0WV4IWWW/z2Qg==",
    "identifierGuid": "4c8ba7d4-9b39-453f-95e0-85965bfcf642",
    "name": "sample string 3",
    "lookupIdentifier": "sample string 4",
    "externalID": "sample string 5",
    "phone": "sample string 6",
    "fax": "sample string 7",
    "email": "sample string 8",
    "address1": "sample string 9",
    "address2": "sample string 10",
    "city": "sample string 11",
    "postCode": "sample string 12",
    "state": "sample string 13",
    "country": "sample string 14",
    "abn": "sample string 15",
    "promoPeriodStart": "2026-06-03T18:31:44.2783859",
    "promoPeriodEnd": "2026-06-03T18:31:44.2783859",
    "allowDonations": true,
    "logoImageName": "sample string 17",
    "totalAmountAwarded": 18.1,
    "updated": "2026-06-03T18:31:44.2783859",
    "deleted": true
  },
  "details": [
    {
      "$id": "99",
      "saleItemID": 1,
      "identifier": "wlWfVM50VE2+FwgQOYhdNw==",
      "identifierGuid": "549f55c2-74ce-4d54-be17-081039885d37",
      "saleHeaderID": 2,
      "plu": 1,
      "pluG_UId": "48LVcgNTLU63OxW+PwLHjA==",
      "pluGuid": "72d5c2e3-5303-4e2d-b73b-15be3f02c78c",
      "accountID": "FP+5doaEV0eiuaLovudPog==",
      "accountIDGuid": "76b9ff14-8486-4757-a2b9-a2e8bee74fa2",
      "normalPrice": 3,
      "originalSellingPrice": 4,
      "discountPrice": 5,
      "unit": 1,
      "quantity": 6,
      "totalCents": 7,
      "fixedPrice": 1,
      "tranType": 1,
      "discountType": 1,
      "cost": 1,
      "costDecimals": 8,
      "markdown": 1,
      "manualQuantity": 1,
      "manualPrice": 1,
      "manualMode": 1,
      "active": 1,
      "offline": true,
      "barcode": "sample string 9",
      "keyedSale": 1,
      "discountedID": 1,
      "fuelID": 1,
      "serialNumber": "sample string 10",
      "bestOrExpire": "2026-06-03T18:31:44.2783859",
      "bestOrExpireType": 1,
      "providerName": "sample string 11",
      "refundG_UID": "L91OU2lvIUKa3ob5q7/Yvg==",
      "refundGuid": "534edd2f-6f69-4221-9ade-86f9abbfd8be",
      "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": "aG7zvZlqOkSrkDA4XdjhLw==",
      "idempotentVoidGuid": "bdf36e68-6a99-443a-ab90-30385dd8e12f",
      "priceLevelIdentifier": "buxw00KZ50aoGO+WvuJ2/A==",
      "priceLevelIdentifierGuid": "d370ec6e-9942-46e7-a818-ef96bee276fc",
      "communityIdentifier": "EBnjxIYvgky1dqV2lFSYNQ==",
      "communityIdentifierGuid": "c4e31910-2f86-4c82-b576-a57694549835",
      "productName": "sample string 23",
      "apn": "sample string 24",
      "unknownScans": [
        {
          "$id": "100",
          "id": 1,
          "saleDetailID": 2,
          "storeID": 1,
          "scanned": "2026-06-03T18:31:44.2783859",
          "operatorG_UID": "QEA=",
          "barcode": "sample string 4",
          "processed": 1
        },
        {
          "$ref": "100"
        }
      ],
      "refund": {
        "$id": "101",
        "id": 1,
        "g_UID": "7aNJUVPr+kWrBhjyAzB0/w==",
        "guid": "5149a3ed-eb53-45fa-ab06-18f2033074ff",
        "description": "sample string 1",
        "dumped": true,
        "inventoryReasonID": 1,
        "sortOrder": 1,
        "updated": "2026-06-03T18:31:44.2783859"
      },
      "modifier": {
        "$id": "102",
        "id": 1,
        "setG_UID": "WdXYoQ356EiC+mCIQgbhFQ==",
        "modifierSetGuid": "a1d8d559-f90d-48e8-82fa-60884206e115",
        "name": "sample string 2",
        "price": 1,
        "quantity": 1,
        "modifierType": 1,
        "groupNumber": 1,
        "pageNumber": 1,
        "controlOrder": 1,
        "printToStation": true,
        "pluG_UID": "dNWs6Z+/d0mgZJMe10Qbqw==",
        "pluGuid": "e9acd574-bf9f-4977-a064-931ed7441bab",
        "deleted": true,
        "g_UID": "FO1kdwWSEUGK/HoTZIzuvA==",
        "guid": "7764ed14-9205-4111-8afc-7a13648ceebc",
        "product": {
          "$ref": "16"
        }
      },
      "priceLevelName": "sample string 25",
      "pumpNumber": 1,
      "hoseNumber": 1
    },
    {
      "$ref": "99"
    }
  ],
  "eftReceipts": [
    {
      "$id": "103",
      "id": 1,
      "storeID": 1,
      "saleHeaderID": 2,
      "storeSaleHeader": {
        "$ref": "1"
      },
      "receipt": "sample string 3",
      "processed": 1
    },
    {
      "$ref": "103"
    }
  ],
  "payments": [
    {
      "$ref": "66"
    },
    {
      "$ref": "66"
    }
  ],
  "cards": [
    {
      "$id": "104",
      "id": 1,
      "saleHeaderID": 1,
      "identifier": "sample string 2",
      "cardType": 3,
      "providerName": "sample string 4"
    },
    {
      "$ref": "104"
    }
  ],
  "campaignHits": [
    {
      "$id": "105",
      "id": 1,
      "saleHeaderID": 2,
      "campaign": "sample string 3",
      "name": "sample string 4",
      "processed": 1,
      "campaignDescription": "sample string 5"
    },
    {
      "$ref": "105"
    }
  ],
  "fuel": [
    {
      "$id": "106",
      "id": 1,
      "plu": 1,
      "pluG_UID": "IqAqb0ASs0+FpcPA22wmrg==",
      "pluGuid": "6f2aa022-1240-4fb3-85a5-c3c0db6c26ae",
      "saleHeaderID": 2,
      "totalCents": 3,
      "grade": 1,
      "gradeDescription": "sample string 4",
      "dispenser": 1,
      "hose": 1,
      "quantity": 1,
      "cost": 1,
      "acquirerNum": 1,
      "attendant": 1,
      "ePurseBalance": 1.0,
      "cardSignature": "sample string 5",
      "compartmentNumber": 1,
      "contractNumber": 1,
      "discountCardPAN": "sample string 6",
      "discountID": 1,
      "discountName": "sample string 7",
      "discountNetValue": 1.0,
      "discountType": 1,
      "discountValue": 1.0,
      "discretionaryData": "sample string 8",
      "driverID": "sample string 9",
      "eftBatchNumber": 1,
      "eftResponseCode": "sample string 10",
      "endDateTime": "2026-06-03T18:31:44.2783859",
      "engineHours": 1.1,
      "fposNumber": 1,
      "loyaltyCardPAN": "sample string 11",
      "miscData1": 1,
      "miscData2": "sample string 12",
      "miscFlags": 1,
      "mop": 1,
      "odometer": 1,
      "panNumber": "sample string 13",
      "saleRefund": true,
      "saleStatus": 1,
      "sequenceNumber": 1,
      "stan": 1,
      "startDateTime": "2026-06-03T18:31:44.2783859",
      "tagNumber": "sample string 15",
      "trackTwoRem": "sample string 16",
      "transCode": 1,
      "transType": 1,
      "unitPrice": 1.0,
      "vehicleReg": "sample string 17",
      "offline": true,
      "processed": 1
    },
    {
      "$ref": "106"
    }
  ],
  "fuelResells": [
    {
      "$id": "107",
      "saleItemID": 1,
      "saleHeaderID": 2,
      "plu": 1,
      "pluG_UId": "wze/3R6sXkyhTPSUZqBPBA==",
      "pluGuid": "ddbf37c3-ac1e-4c5e-a14c-f49466a04f04",
      "accountID": "PHk9Nyud1k+jgH6VPYnxYw==",
      "accountIDGuid": "373d793c-9d2b-4fd6-a380-7e953d89f163",
      "normalPrice": 3,
      "originalSellingPrice": 4,
      "discountPrice": 5,
      "unit": 1,
      "quantity": 6,
      "totalCents": 7,
      "fixedPrice": 1,
      "tranType": 1,
      "processed": 1,
      "discountType": 1,
      "cost": 1,
      "costDecimals": 1,
      "markdown": 1,
      "manualQuantity": 1,
      "manualPrice": 1,
      "manualMode": 1,
      "active": 1,
      "barcode": "sample string 8",
      "offline": 1,
      "keyedSale": 1,
      "discountedID": 1,
      "fuelID": 1,
      "serialNumber": "sample string 9",
      "bestOrExpire": "2026-06-03T18:31:44.2783859",
      "bestOrExpireType": 1,
      "refundG_UID": "O1ZzmtAzFE61UTpTR7c5xw==",
      "refundGuid": "9a73563b-33d0-4e14-b551-3a5347b739c7",
      "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": "107"
    }
  ],
  "customerOrder": [
    {
      "$id": "108",
      "identifier": "u8e/6kYl602K+egm3q3NmQ==",
      "identifierGuid": "eabfc7bb-2546-4deb-8af9-e826deadcd99",
      "id": 1,
      "orderNo": 2,
      "externalSaleIdentifier": "sample string 3",
      "storeID": 4,
      "zoneID": 5,
      "deptNo": 6,
      "customerIdentifier": "EQVbRiCD5kObIUqDbja1MA==",
      "customerIdentifierGuid": "465b0511-8320-43e6-9b21-4a836e36b530",
      "operatorNo": 1,
      "operatorG_UID": "GvKYyP5cME6Tw2T0dwTnWg==",
      "operatorGuid": "c898f21a-5cfe-4e30-93c3-64f47704e75a",
      "created": "2026-06-03T18:31:44.2783859",
      "ordered": "2026-06-03T18:31:44.2783859",
      "started": "2026-06-03T18:31:44.2783859",
      "completed": "2026-06-03T18:31:44.2783859",
      "supplied": "2026-06-03T18:31:44.2783859",
      "quickTicket": 1,
      "deleted": true,
      "walkAway": true,
      "approxWait": 1,
      "actualWait": 1,
      "deliveryMethod": 8,
      "externalSaleType": 9,
      "customer": {
        "$ref": "60"
      },
      "operator": {
        "$ref": "3"
      },
      "details": [
        {
          "$id": "109",
          "headerID": 1,
          "plu": 1,
          "pluG_UId": "MwclOReJa0OnVzZ6/iPOkA==",
          "pluGuid": "39250733-8917-436b-a757-367afe23ce90",
          "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": "eufVXXmn2UePx6g0be3LBg==",
          "headerIdentifierGuid": "5dd5e77a-a779-47d9-8fc7-a8346dedcb06",
          "product": {
            "$ref": "16"
          }
        },
        {
          "$ref": "109"
        }
      ],
      "storeName": "sample string 11",
      "customerName": "sample string 12",
      "storeReplyTo": "sample string 13",
      "storeSubjectLine": "sample string 14",
      "storeSaleHeader": {
        "$ref": "1"
      }
    },
    {
      "$ref": "108"
    }
  ],
  "surveyResponses": [
    {
      "$id": "110",
      "surveyG_UID": "HUGhIu6ZV0mT6HubnVZtNQ==",
      "surveyGuid": "22a1411d-99ee-4957-93e8-7b9b9d566d35",
      "saleHeaderGuid": "ZixIkvqk2ECFuCCR1BKHng==",
      "saleGuid": "92482c66-a4fa-40d8-85b8-2091d412879e",
      "textResponse": "sample string 1",
      "integerResponse": 1,
      "g_UIDResponse": "kT9x/oxmeUql3uJt45l5sQ==",
      "guidResponse": "fe713f91-668c-4a79-a5de-e26de39979b1",
      "whoAnswered": 2,
      "answeredAtUTC": "2026-06-03T18:31:44.2783859",
      "sale": {
        "$ref": "1"
      },
      "survey": {
        "$id": "111",
        "g_UID": "kSwDx1bL1UyflVP93kEQSw==",
        "guid": "c7032c91-cb56-4cd5-9f95-53fdde41104b",
        "name": "sample string 1",
        "storeID": 2,
        "zoneID": 1,
        "checkoutFormG_UID": "JPifsc2UekqE9KmbEvZ1mA==",
        "checkoutFormGuid": "b19ff824-94cd-4a7a-84f4-a99b12f67598",
        "displayToWho": 3,
        "displayWhen": 4,
        "start": "2026-06-03T18:31:44.2783859",
        "end": "2026-06-03T18:31:44.2783859",
        "deleted": true,
        "updated": "2026-06-03T18:31:44.2783859",
        "possibleIntegerResponses": [
          1,
          2
        ],
        "possibleTextResponses": [
          "sample string 1",
          "sample string 2"
        ],
        "possibleGuidResponses": [
          "026597d8-12ed-4ded-ad0e-b0ee00574395",
          "2bdc5c77-a621-48ef-99dc-9199446a7f50"
        ],
        "allowsAllTextResponses": true,
        "surveyForm": {
          "$ref": "35"
        }
      },
      "ingressId": "sample string 4"
    },
    {
      "$ref": "110"
    }
  ],
  "storeName": "sample string 39",
  "terminalNumber": 40,
  "machineName": "sample string 41",
  "operatorName": "sample string 42",
  "direction": 1,
  "reason": "sample string 43",
  "accountG_UID": "BOXUuRNMjkWzMlkNjgJQWQ==",
  "accountIdentifier": "b9d4e504-4c13-458e-b332-590d8e025059",
  "accountName": "sample string 44",
  "customerOrderIdentifier": "PCgMIUodbU6JRzG+n1mTIA==",
  "customerOrderIdentifierGuid": "210c283c-1d4a-4e6d-8947-31be9f599320",
  "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:
PK���\7<��5xl/workbook.xml �(�����0��&�C��h�DR8q����B�@����[ �x�3;�������v =�P���]�X�$j'�Ф]o����1�����vo�&�K�]����&H�]i����"HĨ��AZ���S�����l���o�/��bQĀƊ6��Ź���)�J����P�(搋6�6��l�]PK���\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\�n �''_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="R195ca36c70f24dce" /></Relationships>PK���\8�4�	|4xl/worksheets/sheet1.xml �(��[ko۸�+��_��C�H������m��&Nl����߱kZ�h :n��gF��9������q�{�X^�oO&�R���������������a�����|���j6[������dr�Z�|0�.ϯf7g�j�svKk����ي~]|��//��g��nf���Q
��ُ�=jyu�s9�m�X˟����f7?���9����_\S����˓I����hzz���|=�[f���G��|����g'����o��vqt1�<��c�~~�tv��jE(������r���������ٿ��w��+��	�"Ĉ!x�����j~�e�����7[����Yc�qV��?l�a����Q![�[�=�T�}�b@eLt��n���ǭ?v���NY��>�������#8��q�?l�C���,��1x�1�����ו��6uD��*H�"(���>'�;
���X�	V��	���`��@��(�DC
9��1�<Љ���J�to�s�DE�q1V�*4�g'j���9�R�+�����g��H�ѓL�!Q��; W�
6!
u�EC�$DO[P�"���I\4���A�3O��7A�@����]"4����.����o
��L⠱�=�qy[Co��{�q�8h:����T���O4>g�UFE�ق�M�	�ȗ�<�CW�C���!!ZJ�AŠm!$�����.hAXS q�=y�r��L���t$�>�ҹ!㠯(}Q�xc��AH�^�B9O�S�B-��A�=
:����H�p�!�&Zuh��A���8h��A�8h!g�m�r���k
m���
�6`J��&.����u��!q����/���6� V6P��*�M�=:�1Fj�B!��A�qИ����*ʦ�����	R�!��b!B��j2T��245G���%*:8P.Q��C#�&�����rf-�AE�-�KTt�!����F}]�]�=�����d��;4-�DIףdt�L�(�*O�4(�}��DI���@����P��&J��""�k�&&N"��641jp�B���h�S����_�����q��v�����Q�_`��f�gr��E�����i� FG,0	��[�f4�8Es�*�꘸�1O�j]Z`�����Sx�j4|�﵉�;����'.���֍& �"��}�E�J�4�`�OT������b�z�-DHT����ZI��`\i�������>*RHuJ@�.q:JzWeXG 5����'J���^�tP�j���@j�(�c��3��Bu��ȐT�Rj�
�ր.d��:Fj�HNƻu�/i;$F�������w�^�� ?E�ܺo!$K8$J�C+vH�.���2�0��
t����A&$Jh���b�2�%EQn�g�؅����A&&NF��8P�j�J��'c�d�y�����(��I�tA�8͡�H��'
�q}!�������0)=�u�'�;����;&.�{rq�绊��Vg�Nj���b�L�ןj���|�:�,'�ǿO�����wk�-tߢZ���á�-
-l������-�-�o�th��φ�o�|h�/��/��+����Z0a��L�o��;��A�^0a�~L���'�m�ς	C��`���[0a�~L���n-��0xkA���[KBdׂ
C���Z�#0�kA��@�IC�D	�Z�%p�a�YP&p�i�Y�&p�qZ���N�q�i9΂>-�Y��8
�gA���,h�r��Z���R�qd�8΂Nùt�΍�S�pn�:�s#��1�A����He���:u�FЩc87�N�w�N��,�9΂N��,�9΂N��,�9΂N��,�9΂N��,��s��z���S�qt�9΂N=�YЩ�8:�gA����
:��VЩg8��Nùtx,�40�[A����
:
�V�i`8�R��pn������qt8΂N#�Y�i�8:�gA���,�4r��F������<�al7��n"3['a�j�0 )�	{'�'X�9���(���e��������$���z�����F y>��bd���ګ���#koF�ގ��Y{?��ad�c��8�i����ڗ����H��e�h�[�����%��@�@��~$�.�q
oU{�uO$� �˄���7����W_J!x��J2���kɈC�F2��_WΞ��5A���!�?H�����QOo����)��0�=��˅�'�������FAZ������I��Ҝ��$.~��<۰P}4�o�D2�MhOc����i�_T4�bį(���y+h��F��lkz��_s4���e\�V2���;��+��b�Xk$�q�6�$��$#
F�h0�HF�aF2L3��`����d4h#~��Jb�W{�T�XZI�\3m����������$#ތ�5��$M��vi��4��a+U?~��

<M(�el%�p�	�7s�T
�[�?��4���jvv1[<��W��曨�%:�PK���\��-H�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�I]�����L�q�ؑmh9[=R�P�Jm����h~OO��|�Xo߆��)�λf�FNyݹ��S2�n�{�1�h�1���b
6�q�yT������a������[�s��e��e���1��g�N�����p��(;`h)��S��fE����K#�B]i�(u�����b����󉌖�6*�Hʦw��H���/=u��'j��\7O�K�H�rqU�7��PK���\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK���\S*�v3Dxl/sharedStrings.xml �(��XYo��~�� �!/YJ���¶l�>��&��&Y���5�me����<,�ݔ� �R}]��uw]���&�W(i�g�g�X=A�a��/�>���lD�B��\�m���~������5��gƊ�ɄH	�d�Dy��?���%��nX�LtU�')���Q�W�cM�lTe��
nw<$��`WK��'�r6�����	����*��Y��X���c0D~��`+xg}h� ���V9#�u*�n	ݬ CIE��
|�#�A�����
�T���|K���qƨL¼ߐl
�K-���O�Lΰ*IFI���1��C.i��U\�6Xm���e���gi���/Y^��n/������yXEY�����1�i����;��%C�0��
�����Ęւ���u��[#�̗�I*��_k[K,w]��x�
ɾ, ���.�@pC�E�QL-���K��%޻H�H��e:Y�)�2����w�>�o��j�&�,H*��{���!-�0"�H��U�F������	�-�D�n������`����Đ���MV���"��A����E;v��`˔���e���\���U\Bx�γ��y�			#b2�x�WH��Q�F�X������z��)P(c�Ę�.\@B�k`�	��*���c�
��.���`�{)�$�i-�x1F�D��]�S��d���֕���$^g�b��!�9
S$�H�5k��W���풖�[W&Y]A�����0m���3����2e/�P���M�rbD�ذ�wIW"ƁŽTB�2Y��Lv�^c*��,[��G��⺥���o�~�W=�x�*���Il���k+�4I�^�[j����%��7&�����f����9�������&n���f^��B4M�3OU"��3�#��C
|�

���<�ijy
QU_1]?R|ϊO/�=B<W��Pt�8�'p�n���� ���ן���e���O�����_����<�	o13�pA���j|[QI`(f�y���x!���a	����|�r��.�x5���_O�
���<�T�5;`�U�����sC;7ͱky�-r��l���u�Ԏ��cԏ0��M�lm�,{��<�3�o[��w}H���G������m+�����-�-���՜C4oޛm��ɸ��(N��6��	5�������v�	�=ݎysF�u�۽䏶,=�	�Օ���?�i6]����[�*�Y���n��,�!f���)D����m��=���������`�����cr�>.�68�HP��sB�[^�jq��{xb������+��銬k���7Io��4X�U��)���pk��>U�[�y�v<��t������kgY��+�3�����P/����{�j:�=�u��oh�l'���ߥ؀�;זZƜ�yO���_�-�"O$��
��I#�=1&<Q��&C��O�6�
'�'Bc����i�Nɖ�և7���+��K��kKt�����r�]���I�t�t��`�S��7yr�4I?��[�a+�.u7q���B��m��aږ����Z~��g�i��!g�ㅁ'i�l�C��Q6�/lӔWy��b&�:���4/�M\�Ͱ��.��c�+��(]�o�@L�'��ϵF��(�"Z�q�SF���Z���o��]��=bO����n�Fl2����R��<Ͱ4�'PL= ��8�b������X-�/9�ё8?��1�^��y��2�����no�-���ځhG�~EM�b��0쨲��LOC�
\�螦��:rL��}��}!���pL�kKH�ZHR�4���n��Rԙ��Bq��(i��s���I���>��ϬOKY�0-�R)���mȪ$���5`=���k+?oF�}�}�KH{�vƻ�����\:��y��[zmc3��a��d�G�ο���=����ި�;oχj;���r����x����Տ���<m��U�"���{��wbub�`�'pa��{�	�j*f��i�����+���.�{K�N�$�tM
t�-4�b�*��E��|�"���Ԭ����ܛ�L(eWPK-���\7<��5xl/workbook.xmlPK-���\����	��[Content_Types].xmlPK-
���\�n �''U_rels/.relsPK-���\8�4�	|4�xl/worksheets/sheet1.xmlPK-���\��-H�Pxl/_rels/workbook.xml.relsPK-���\Ѓc'2E
Mxl/styles.xmlPK-���\S*�v3D�xl/sharedStrings.xmlPK�G

application/vnd.ms-excel

Sample:
PK���\<��6�5xl/workbook.xml �(�����0��J}�(��G��ҵCwNA�����T�n�|���+&c�Ƙ��ՠ]nK*�s�\+P�ۙu�qc� ��e��i_
�gY�����4�	9:���a��"tN z5,(R�j�!���=$N.�`|��&aK����[/�"���D�֕4���2�cv��k����8���^a���>PK���\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
���\�v�:''_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="Raaec1a27580040af" /></Relationships>PK���\8�4�	|4xl/worksheets/sheet1.xml �(��[ko۸�+��_��C�H������m��&Nl����߱kZ�h :n��gF��9������q�{�X^�oO&�R���������������a�����|���j6[������dr�Z�|0�.ϯf7g�j�svKk����ي~]|��//��g��nf���Q
��ُ�=jyu�s9�m�X˟����f7?���9����_\S����˓I����hzz���|=�[f���G��|����g'����o��vqt1�<��c�~~�tv��jE(������r���������ٿ��w��+��	�"Ĉ!x�����j~�e�����7[����Yc�qV��?l�a����Q![�[�=�T�}�b@eLt��n���ǭ?v���NY��>�������#8��q�?l�C���,��1x�1�����ו��6uD��*H�"(���>'�;
���X�	V��	���`��@��(�DC
9��1�<Љ���J�to�s�DE�q1V�*4�g'j���9�R�+�����g��H�ѓL�!Q��; W�
6!
u�EC�$DO[P�"���I\4���A�3O��7A�@����]"4����.����o
��L⠱�=�qy[Co��{�q�8h:����T���O4>g�UFE�ق�M�	�ȗ�<�CW�C���!!ZJ�AŠm!$�����.hAXS q�=y�r��L���t$�>�ҹ!㠯(}Q�xc��AH�^�B9O�S�B-��A�=
:����H�p�!�&Zuh��A���8h��A�8h!g�m�r���k
m���
�6`J��&.����u��!q����/���6� V6P��*�M�=:�1Fj�B!��A�qИ����*ʦ�����	R�!��b!B��j2T��245G���%*:8P.Q��C#�&�����rf-�AE�-�KTt�!����F}]�]�=�����d��;4-�DIףdt�L�(�*O�4(�}��DI���@����P��&J��""�k�&&N"��641jp�B���h�S����_�����q��v�����Q�_`��f�gr��E�����i� FG,0	��[�f4�8Es�*�꘸�1O�j]Z`�����Sx�j4|�﵉�;����'.���֍& �"��}�E�J�4�`�OT������b�z�-DHT����ZI��`\i�������>*RHuJ@�.q:JzWeXG 5����'J���^�tP�j���@j�(�c��3��Bu��ȐT�Rj�
�ր.d��:Fj�HNƻu�/i;$F�������w�^�� ?E�ܺo!$K8$J�C+vH�.���2�0��
t����A&$Jh���b�2�%EQn�g�؅����A&&NF��8P�j�J��'c�d�y�����(��I�tA�8͡�H��'
�q}!�������0)=�u�'�;����;&.�{rq�绊��Vg�Nj���b�L�ןj���|�:�,'�ǿO�����wk�-tߢZ���á�-
-l������-�-�o�th��φ�o�|h�/��/��+����Z0a��L�o��;��A�^0a�~L���'�m�ς	C��`���[0a�~L���n-��0xkA���[KBdׂ
C���Z�#0�kA��@�IC�D	�Z�%p�a�YP&p�i�Y�&p�qZ���N�q�i9΂>-�Y��8
�gA���,h�r��Z���R�qd�8΂Nùt�΍�S�pn�:�s#��1�A����He���:u�FЩc87�N�w�N��,�9΂N��,�9΂N��,�9΂N��,�9΂N��,��s��z���S�qt�9΂N=�YЩ�8:�gA����
:��VЩg8��Nùtx,�40�[A����
:
�V�i`8�R��pn������qt8΂N#�Y�i�8:�gA���,�4r��F������<�al7��n"3['a�j�0 )�	{'�'X�9���(���e��������$���z�����F y>��bd���ګ���#koF�ގ��Y{?��ad�c��8�i����ڗ����H��e�h�[�����%��@�@��~$�.�q
oU{�uO$� �˄���7����W_J!x��J2���kɈC�F2��_WΞ��5A���!�?H�����QOo����)��0�=��˅�'�������FAZ������I��Ҝ��$.~��<۰P}4�o�D2�MhOc����i�_T4�bį(���y+h��F��lkz��_s4���e\�V2���;��+��b�Xk$�q�6�$��$#
F�h0�HF�aF2L3��`����d4h#~��Jb�W{�T�XZI�\3m����������$#ތ�5��$M��vi��4��a+U?~��

<M(�el%�p�	�7s�T
�[�?��4���jvv1[<��W��曨�%:�PK���\�����Pxl/_rels/workbook.xml.rels �(���Mn� F��f_�I�(N6�d��ۊ
��9[=R�P�J-���&+4����o����4�t~���1 h�U��8�P�v���(B���a�$>1��>�yE��=N�gvF;ںI�X���BE�4glA]ʀ[&9\f��j=H|��4�	��ٺ����p�~"O��"�N5���Z�G��|ٖZ@���|������T��RK�J��w��C�\�t�ƉZ],�h�گ9��U�����'PK���\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK���\S*�v3Dxl/sharedStrings.xml �(��XYo��~�� �!/YJ���¶l�>��&��&Y���5�me����<,�ݔ� �R}]��uw]���&�W(i�g�g�X=A�a��/�>���lD�B��\�m���~������5��gƊ�ɄH	�d�Dy��?���%��nX�LtU�')���Q�W�cM�lTe��
nw<$��`WK��'�r6�����	����*��Y��X���c0D~��`+xg}h� ���V9#�u*�n	ݬ CIE��
|�#�A�����
�T���|K���qƨL¼ߐl
�K-���O�Lΰ*IFI���1��C.i��U\�6Xm���e���gi���/Y^��n/������yXEY�����1�i����;��%C�0��
�����Ęւ���u��[#�̗�I*��_k[K,w]��x�
ɾ, ���.�@pC�E�QL-���K��%޻H�H��e:Y�)�2����w�>�o��j�&�,H*��{���!-�0"�H��U�F������	�-�D�n������`����Đ���MV���"��A����E;v��`˔���e���\���U\Bx�γ��y�			#b2�x�WH��Q�F�X������z��)P(c�Ę�.\@B�k`�	��*���c�
��.���`�{)�$�i-�x1F�D��]�S��d���֕���$^g�b��!�9
S$�H�5k��W���풖�[W&Y]A�����0m���3����2e/�P���M�rbD�ذ�wIW"ƁŽTB�2Y��Lv�^c*��,[��G��⺥���o�~�W=�x�*���Il���k+�4I�^�[j����%��7&�����f����9�������&n���f^��B4M�3OU"��3�#��C
|�

���<�ijy
QU_1]?R|ϊO/�=B<W��Pt�8�'p�n���� ���ן���e���O�����_����<�	o13�pA���j|[QI`(f�y���x!���a	����|�r��.�x5���_O�
���<�T�5;`�U�����sC;7ͱky�-r��l���u�Ԏ��cԏ0��M�lm�,{��<�3�o[��w}H���G������m+�����-�-���՜C4oޛm��ɸ��(N��6��	5�������v�	�=ݎysF�u�۽䏶,=�	�Օ���?�i6]����[�*�Y���n��,�!f���)D����m��=���������`�����cr�>.�68�HP��sB�[^�jq��{xb������+��銬k���7Io��4X�U��)���pk��>U�[�y�v<��t������kgY��+�3�����P/����{�j:�=�u��oh�l'���ߥ؀�;זZƜ�yO���_�-�"O$��
��I#�=1&<Q��&C��O�6�
'�'Bc����i�Nɖ�և7���+��K��kKt�����r�]���I�t�t��`�S��7yr�4I?��[�a+�.u7q���B��m��aږ����Z~��g�i��!g�ㅁ'i�l�C��Q6�/lӔWy��b&�:���4/�M\�Ͱ��.��c�+��(]�o�@L�'��ϵF��(�"Z�q�SF���Z���o��]��=bO����n�Fl2����R��<Ͱ4�'PL= ��8�b������X-�/9�ё8?��1�^��y��2�����no�-���ځhG�~EM�b��0쨲��LOC�
\�螦��:rL��}��}!���pL�kKH�ZHR�4���n��Rԙ��Bq��(i��s���I���>��ϬOKY�0-�R)���mȪ$���5`=���k+?oF�}�}�KH{�vƻ�����\:��y��[zmc3��a��d�G�ο���=����ި�;oχj;���r����x����Տ���<m��U�"���{��wbub�`�'pa��{�	�j*f��i�����+���.�{K�N�$�tM
t�-4�b�*��E��|�"���Ԭ����ܛ�L(eWPK-���\<��6�5xl/workbook.xmlPK-���\����	��[Content_Types].xmlPK-
���\�v�:''U_rels/.relsPK-���\8�4�	|4�xl/worksheets/sheet1.xmlPK-���\�����Pxl/_rels/workbook.xml.relsPK-���\Ѓc'2E
Oxl/styles.xmlPK-���\S*�v3D�xl/sharedStrings.xmlPK�I