GET api/storesales/{id}
Gets a single sale from any Store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StoreSaleHeaderName | Description | Type | Additional 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. |
|
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. |
|
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
{ "saleHeaderID": 1, "saleHeaderGuid": "/bCHD8h/hE6e2pBVVRr5DA==", "saleHeaderIdentifierGuid": "0f87b0fd-7fc8-4e84-9eda-9055551af90c", "created": "2025-08-02T23:22:52.390489", "createdLocal": "2025-08-02T23:22:52.390489", "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": "2025-08-02T23:22:52.390489", "storeID": 1, "operatorG_Uid": "rtpPSViM7UeJZIDNaiUmZg==", "operatorGuid": "494fdaae-8c58-47ed-8964-80cd6a252666", "customerG_Uid": "lSpzDS9TJkiBNH5n1DxC8A==", "customerGuid": "0d732a95-532f-4826-8134-7e67d43c42f0", "communityIdentifier": "zrtrYAZdskmpz8L9+KYoMg==", "communityIdentifierGuid": "606bbbce-5d06-49b2-a9cf-c2fdf8a62832", "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": "q5DeD+E0DEm/tnuXONsGhw==", "priceLevelIdentifierGuid": "0fde90ab-34e1-490c-bfb6-7b9738db0687", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "2", "id": 1, "g_Uid": "ftw95J2PPEaGMJhgpP3tmA==", "guid": "e43ddc7e-8f9d-463c-8630-9860a4fded98", "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": "2025-08-02T23:22:52.390489", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:22:52.390489", "endShift": "2025-08-02T23:22:52.390489", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "3", "operatorG_UID": "hk++XikcVUeoM38k9Pfo4A==", "operatorGuid": "5ebe4f86-1c29-4755-a833-7f24f4f7e8e0", "storeID": 2, "operator": { "$ref": "2" }, "store": { "$id": "4", "id": 1, "isMaster": 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": "2025-08-02T23:22:52.390489", "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": "6v+uDzw/uU6FWJIWM6KysQ==", "hostIdentifierGuid": "0faeffea-3f3c-4eb9-8558-921633a2b2b1", "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, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-08-02T23:22:52.390489", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "5", "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" }, "billingAddress": { "$ref": "5" }, "hostStoreSettings": [ { "$id": "6", "id": 1, "hostIdentifier": "zfLluXLvMUSJVWRIR+KfIg==", "hostIdentifierGuid": "b9e5f2cd-ef72-4431-8955-644847e29f22", "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, "processPromotions": true, "hostProvider": 0, "host": { "$id": "7", "identifier": "ZvoJRGcXokqejJ6skMorXw==", "identifierGuid": "4409fa66-1767-4aa2-9e8c-9eac90ca2b5f", "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": "rzDetbDEUUKjBHxnTKuVLw==", "hostSupplierIdentifierGuid": "b5de30af-c4b0-4251-a304-7c674cab952f", "loyaltyPriceLevelIdentifier": "1ZlOdy4ouEuEt7NMcn4nVQ==", "loyaltyPriceLevelIdentifierGuid": "774e99d5-282e-4bb8-84b7-b34c727e2755", "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": "2025-08-02T23:22:52.390489", "lastProcessed": "2025-08-02T23:22:52.390489", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "8", "identifier": "da/jeqMNiEKRC3xOnASIhQ==", "identifierGuid": "7ae3af75-0da3-4288-910b-7c4e9c048885", "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": "XEk+uc8grESkl/OCqIvwkA==", "primaryContactID": "b93e495c-20cf-44ac-a497-f382a88bf090", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "cqIeutT6k0W0SftOHC3qNQ==", "supplierGroupGuid": "ba1ea272-fad4-4593-b449-fb4e1c2dea35", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:22:52.390489", "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": "9", "id": "37f92049-3c6d-47ef-be58-8d619b612a28", "identifier": "vL2i1C37CkaQiGBKF5UVoQ==", "identifierGuid": "d4a2bdbc-fb2d-460a-9088-604a179515a1", "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": "10", "supplierIdentifier": "ObZ6TfyJe0aek8NrnYroDw==", "supplierIdentifierGuid": "4d7ab639-89fc-467b-9e93-c36b9d8ae80f", "contactGuid": "3Lx8gWSnJkqz1xL74UarfQ==", "contactID": "817cbcdc-a764-4a26-b3d7-12fbe146ab7d", "contact": { "$ref": "9" }, "supplier": { "$ref": "8" } }, { "$ref": "10" } ], "products": [ { "$id": "11", "pluG_UID": "YD/99mkSmE6BuqJZnPFf5w==", "pluGuid": "f6fd3f60-1269-4e98-81ba-a2599cf15fe7", "supplierIdentifier": "0MxgzewwOEq8YROs1ygn9w==", "supplierIdentifierGuid": "cd60ccd0-30ec-4a38-bc61-13acd72827f7", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:22:52.390489", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-08-02T23:22:52.390489", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "12", "pluG_UID": "/nwaI+Q3KkO3f/LqckxTLA==", "pluGuid": "231a7cfe-37e4-432a-b77f-f2ea724c532c", "supplierIdentifier": "8oxxMo8bS0yAdQyAK5m9+g==", "supplierIdentifierGuid": "32718cf2-1b8f-4c4b-8075-0c802b99bdfa", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "12" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "u6Str0QtrUmRf11svIqwpw==", "parentPluGuid": "afada4bb-2d44-49ad-917f-5d6cbc8ab0a7", "freight": 45.0, "freightType": 1, "product": { "$id": "13", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "2aq6Axo2+keRYIzgsWMbpg==", "guid": "03baaad9-361a-47fa-9160-8ce0b1631ba6", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "TZgBJIiQek6n8EGZbAy7Ow==", "priceGroupGuid": "2401984d-9088-4e7a-a7f0-41996c0cbb3b", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:22:52.390489", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:22:52.390489", "pluCreated": "2025-08-02T23:22:52.390489", "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": "2025-08-02T23:22:52.390489", "lastManualUpdate": "2025-08-02T23:22:52.390489", "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": "2025-08-02T23:22:52.390489", "currentCostUpdated": "2025-08-02T23:22:52.390489", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:22:52.390489", "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, "awsUpdated": "2025-08-02T23:22:52.390489", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "9ETBT7G2uE+oieGOI4ilwg==", "altPLUGuid": "4fc144f4-b6b1-4fb8-a889-e18e2388a5c2", "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": "2025-08-02T23:22:52.390489", "labelLastPrice": 1, "shelfPageLayoutG_UID": "O418WpXK6Uyh/S/W03fAFQ==", "shelfPageLayoutGuid": "5a7c8d3b-ca95-4ce9-a1fd-2fd6d377c015", "talkerPageLayoutG_UID": "rISKoscGBUKaU5deiyFqIQ==", "talkerPageLayoutGuid": "a28a84ac-06c7-4205-9a53-975e8b216a21", "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, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "qxUtGPpB20SIPDpW/LfVaw==", "inventoryIdentifier": "182d15ab-41fa-44db-883c-3a56fcb7d56b", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "7jllC9RZDUio4DU3ejxx6w==", "parentPluGuid": "0b6539ee-59d4-480d-a8e0-35377a3c71eb", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "pLwvWUF0/U26po4GIOgEkg==", "supplierIdentifierGuid": "592fbca4-7441-4dfd-baa6-8e0620e80492", "supplierChanged": true, "rebateSupplierIdentifier": "SlmktbLfVUKq5CSGj9K06Q==", "rebateSupplierIdentifierGuid": "b5a4594a-dfb2-4255-aae4-24868fd2b4e9", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-08-02T23:22:52.4061186", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "K/Wg6PW6hUSmq5KO7ujhxg==", "hostIdentifierGuid": "e8a0f52b-baf5-4485-a6ab-928eeee8e1c6", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "13" }, { "$ref": "13" } ], "store": { "$ref": "4" }, "storePrices": [ { "$id": "14", "pluG_UID": "wM4XYeWbuEWkUgep8Niicw==", "pluGuid": "6117cec0-9be5-45b8-a452-07a9f0d8a273", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:22:52.4061186" }, { "$ref": "14" } ], "currentPrices": { "$id": "15", "pluPrices": { "$id": "16", "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, "acceptedUtc": "2025-08-02T23:22:52.4061186", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "16" }, "winningCampaign": 1, "winner": { "$id": "17", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:22:52.4061186", "startTime": 3, "endDate": "2025-08-02T23:22:52.4061186", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "0wqfGWdS6ES0en6X327Z7g==", "hostIdentifierGuid": "199f0ad3-5267-44e8-b47a-7e97df6ed9ee", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "17" }, { "$ref": "17" } ] }, "tray": { "$id": "18", "g_UId": "Aeq8ckFn3ka8SRDclEc7GA==", "guid": "72bcea01-6741-46de-bc49-10dc94473b18", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "19", "priceGroupG_UID": "xKuqCAQYiE6sMNUPCHFqDw==", "priceGroupGuid": "08aaabc4-1804-4e88-ac30-d50f08716a0f", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:22:52.4061186", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "13" }, { "$ref": "13" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "20", "pluG_UID": "rkDk60CTL0u0p2/TpiFC7g==", "pluGuid": "ebe440ae-9340-4b2f-b4a7-6fd3a62142ee", "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": "21", "pluGuid": "075af219-48a2-4921-b0af-87b7b7ffddca", "created": "2025-08-02T23:22:52.4061186", "createdByUser": "sample string 1", "activated": "2025-08-02T23:22:52.4061186", "deactivated": "2025-08-02T23:22:52.4061186", "lastOrdered": "2025-08-02T23:22:52.4061186", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:22:52.4061186", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:22:52.4061186", "lastSold": "2025-08-02T23:22:52.4061186", "firstSold": "2025-08-02T23:22:52.4061186", "awsUpdated": "2025-08-02T23:22:52.4061186", "lastManualUpdate": "2025-08-02T23:22:52.4061186", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:22:52.4061186", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:22:52.4061186", "doNotRangeUpdated": "2025-08-02T23:22:52.4061186", "doNotOrderUpdated": "2025-08-02T23:22:52.4061186", "tracked": "2025-08-02T23:22:52.4061186" }, "allergens": [ { "$id": "22", "allergenID": 1, "pluG_UID": "4ZaNoXZAJkeXs65wV4yKvA==", "pluGuid": "a18d96e1-4076-4726-97b3-ae70578c8abc", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "22" } ], "costs": { "$id": "23", "pluG_UID": "m/XA7ZsAokOhFFEuoqsUUQ==", "pluGuid": "edc0f59b-009b-43a2-a114-512ea2ab1451", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:22:52.4061186", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "24", "saleHeaderID": 1, "created": "2025-08-02T23:22:52.4061186", "createdLocal": "2025-08-02T23:22:52.4061186", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "pzc5L7cYskWvWHJjplEVLw==", "operatorGuid": "2f3937a7-18b7-45b2-af58-7263a651152f", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "PTEbPEkSnUWcF+LejnQFKw==", "pluGuid": "3c1b313d-1249-459d-9c17-e2de8e74052b", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "2" } }, { "$ref": "24" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "VvJaEHgkV0aFpO6X5sM99g==", "pluGuid": "105af256-2478-4657-85a4-ee97e6c33df6", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "wJ/mTP2CrEmmXt+qlDb1Xw==", "pluGuid": "4ce69fc0-82fd-49ac-a65e-dfaa9436f55f", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "13" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "9XSyi7IC7kWKZ1cYfSCnEA==", "identifierGuid": "8bb274f5-02b2-45ee-8a67-57187d20a710", "pluG_UID": "PMvLtt0a3kahNzSAnU7bSQ==", "pluGuid": "b6cbcb3c-1add-46de-a137-34809d4edb49", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "27" } ], "supplier": { "$ref": "8" }, "supplierName": "sample string 147", "children": [ { "$ref": "13" }, { "$ref": "13" } ], "ordering": { "$ref": "11" }, "flipChartPages": [ { "$id": "28", "identifier": "cE/luTqt8E+/9PQxhHV+3g==", "groupName": "sample string 1", "identifierGuid": "b9e54f70-ad3a-4ff0-bff4-f43184757ede", "exists": true, "flipChartIdentifier": "Wq5UJoQkrEywkPqbcezinQ==", "flipChartIdentifierGuid": "2654ae5a-2484-4cac-b090-fa9b71ece29d", "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": "a+5vlSMd/kKtmyZZSqTdpA==", "groupIdentifierGuid": "956fee6b-1d23-42fe-ad9b-26594aa4dda4", "flipChart": { "$id": "29", "identifier": "3vX/e5KBekWdG80Z6SRong==", "identifierGuid": "7bfff5de-8192-457a-9d1b-cd19e924689e", "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": "30", "identifier": "X9xht/vNPEik2Z7TU71X/g==", "identifierGuid": "b761dc5f-cdfb-483c-a4d9-9ed353bd57fe", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "kno+zsYE+kancDGAjEcixQ==", "guid": "ce3e7a92-04c6-46fa-a770-31808c4722c5", "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": "pGfDnqAtkECb9tghrttZ0w==", "previousFormGuid": "9ec367a4-2da0-4090-9bf6-d821aedb59d3", "nextForm": 1, "nextFormG_UID": "mVmbWuYbEE6FQDeE3UeBRw==", "nextFormGuid": "5a9b5999-1be6-4e10-8540-3784dd478147", "attributes": "sample string 10", "updated": "2025-08-02T23:22:52.4061186", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "31" }, "previousCheckoutForm": { "$ref": "31" }, "buttons": [ { "$id": "32", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "6wozHeUeMEiPkKCuL1oKhg==", "checkoutFormGuid": "1d330aeb-1ee5-4830-8f90-a0ae2f5a0a86", "identifier": "3XJxLs0d+UGwqq01gBG7Ww==", "identifierGuid": "2e7172dd-1dcd-41f9-b0aa-ad358011bb5b", "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": "bLLasmqCV069xEJN/iDw0Q==", "valueGuid": "b2dab26c-826a-4e57-bdc4-424dfe20f0d1", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:22:52.4061186", "action": "sample string 12", "valueForm": { "$ref": "31" }, "image": { "$id": "33", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-08-02T23:22:52.4061186", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "5T+wB2dIrUyEEJAnvPa3AQ==", "checkoutFormGuid": "07b03fe5-4867-4cad-8410-9027bcf6b701", "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": "34" } ] }, { "$ref": "31" } ], "panels": [ { "$ref": "34" }, { "$ref": "34" } ] }, "pages": [ { "$ref": "28" }, { "$ref": "28" } ] }, "contentPanel": { "$ref": "34" }, "products": [ { "$id": "35", "flipChartPageIdentifier": "KpbLGHP1e0efr6d9y3B1lw==", "flipChartPageIdentifierGuid": "18cb962a-f573-477b-9faf-a77dcb707597", "pluG_UID": "8kt35ls+bkC/sdjFWp2BXw==", "pluGuid": "e6774bf2-3e5b-406e-bfb1-d8c55a9d815f", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "13" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "35" } ], "productCount": 27, "pages": [ { "$ref": "28" }, { "$ref": "28" } ] }, { "$ref": "28" } ], "priceHistory": [ { "$id": "36", "pluG_UID": "KC9OV+POrkWYG/utnxOFvA==", "pluGuid": "574e2f28-cee3-45ae-981b-fbad9f1385bc", "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": "2025-08-02T23:22:52.4061186", "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": "36" } ], "ingredients": [ { "$id": "37", "pluG_UID": "DYMTBmSB7kanMeruDa6rjQ==", "ingredientGuid": "VXFdSwrvMk6M2mg6VVpPEA==", "ingredientIdentifier": "4b5d7155-ef0a-4e32-8cda-683a555a4f10", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "13" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "iKznNUAFc0WiUvj8xxJVUg==", "pluGuid": "35e7ac88-0540-4573-a252-f8fcc7125552", "shelfLocationIdentifier": "U+GK2dDQ6UOI2tBsN0Gm3w==", "shelfLocationGuid": "d98ae153-d0d0-43e9-88da-d06c3741a6df", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "790nz57uq0etzGhMBtKWYA==", "labelPageLayoutGuid": "cf27ddef-ee9e-47ab-adcc-684c06d29660", "updated": "2025-08-02T23:22:52.4061186", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "13" }, "location": { "$id": "39", "identifier": "duyOjP/hY0qzLtHdKTofhA==", "storeID": 1, "identifierGuid": "8c8eec76-e1ff-4a63-b32e-d1dd293a1f84", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:22:52.4061186", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "38" }, { "$ref": "38" } ] } }, { "$ref": "38" } ], "bin": { "$ref": "38" }, "scaleLocations": [ { "$id": "40", "plu": 1, "pluG_UID": "aFIgGbU2E0mLL3Gt87msug==", "pluGuid": "19205268-36b5-4913-8b2f-71adf3b9acba", "deptNo": 1, "product": { "$ref": "13" }, "scaleLocation": { "$id": "41", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:22:52.4061186", "department": { "$id": "42", "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": "41" }, "subDepartments": [ { "$id": "43", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "44", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "45", "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": "2025-08-02T23:22:52.4061186", "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": "5p4h7ahRSE2fty+py0bsWA==", "labelPageLayoutGuid": "ed219ee6-51a8-4d48-9fb7-2fa9cb46ec58", "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": "46", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "47", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "48", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "48" } ], "commodityCode": "sample string 6" }, { "$ref": "47" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "47" }, "mscDep": { "$id": "49", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "46" }, { "$ref": "46" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "45" } ], "updated": "2025-08-02T23:22:52.4061186", "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": "2RBSagirLUepYLjWfHSkRw==", "labelPageLayoutGuid": "6a5210d9-ab08-472d-a960-b8d67c74a447", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "44" } ], "investmentBuyOverride": true, "updated": "2025-08-02T23:22:52.4061186", "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": "ZLqcPVm9JESyH6S3h+Vh0A==", "labelPageLayoutGuid": "3d9cba64-bd59-4424-b21f-a4b787e561d0", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "43" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-08-02T23:22:52.4061186", "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": "a8iopPEPIEmVJnOnA50QjA==", "labelPageLayoutGuid": "a4a8c86b-0ff1-4920-9526-73a7039d108c", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } } } }, { "$ref": "40" } ], "nextPrice": { "$id": "50", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "T0mNsIlO0EyTCV4nuaEECg==", "pluGuid": "b08d494f-4e89-4cd0-9309-5e27b9a1040a", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "Kg3xQwg8UkakCHA/0NGc/Q==", "dealCostGuid": "43f10d2a-3c08-4652-a408-703fd0d19cfd", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "WkTZHUBY70CnaExHdXQELA==", "priceGroupGuid": "1dd9445a-5840-40ef-a768-4c477574042c", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:22:52.4061186", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "KeoAQBzBJkKAN9roHBBkVA==", "campaignComboPriceGroupIdentifier": "4000ea29-c11c-4226-8037-dae81c106454", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:22:52.4061186", "operatorG_UID": "7N2Pl119F0ic9y+nZs2Aug==", "operatorGuid": "978fddec-7d5d-4817-9cf7-2fa766cd80ba", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:22:52.4061186", "signIqTicketFileMovedUtc": "2025-08-02T23:22:52.4061186", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:22:52.4061186", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "13" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "afa1bc48-eba4-4afd-b1dc-7e7e824e2c18", "nameGuid": "afa1bc48-eba4-4afd-b1dc-7e7e824e2c18", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:22:52.4061186", "startTime": 1, "endDate": "2025-08-02T23:22:52.4061186", "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": "2025-08-02T23:22:52.4061186", "system": true, "created": "2025-08-02T23:22:52.4061186", "updated": "2025-08-02T23:22:52.4061186", "priceChangeNotifiedUtc": "2025-08-02T23:22:52.4061186", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "+o9dVMxQS0S2L7MUTFDvTQ==", "hostIdentifierGuid": "545d8ffa-50cc-444b-b62f-b3144c50ef4d", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:22:52.4061186", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "50" }, { "$ref": "50" } ], "campaignPools": [ { "$id": "53", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "Z4X8qYBamUGlIDQCfQrhhw==", "pluGuid": "a9fc8567-5a80-4199-a520-34027d0ae187", "hostOfferID": 1, "priceGroupG_UID": "aymwlfRxxE6eYoVtJS1a6g==", "priceGroupGuid": "95b0296b-71f4-4ec4-9e62-856d252d5aea", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:22:52.4061186", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "13" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "Lz06X47Y/Uy0gyNxu0Dt6A==", "identifierStr": "Lz06X47Y/Uy0gyNxu0Dt6A==", "identifierGuid": "5f3a3d2f-d88e-4cfd-b483-2371bb40ede8", "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": "52" } }, { "$ref": "54" } ], "customers": [ { "$id": "55", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "T20fTreLi0CrFYgtXLqbVA==", "customerIDGuid": "4e1f6d4f-8bb7-408b-ab15-882d5cba9b54", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "vq741O1ffUeQUMoRvw5mXA==", "identifierGuid": "d4f8aebe-5fed-477d-9050-ca11bf0e665c", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:22:52.4061186", "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": "MN8gtkyWj0uebRqLPp8hSw==", "communityIdentifierGuid": "b620df30-964c-4b8f-9e6d-1a8b3e9f214b", "joined": "2025-08-02T23:22:52.4061186", "updated": "2025-08-02T23:22:52.4061186", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "x19D5RVK3UCH997T+1eo2Q==", "priceLevelIdentifierGuid": "e5435fc7-4a15-40dd-87f7-ded3fb57a8d9", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:22:52.4061186", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-08-02T23:22:52.4061186", "expiry": "2025-08-02T23:22:52.4061186", "customerID": "i3LTuHeqaECGSUFO2T3gxQ==", "customerIDGuid": "b8d3728b-aa77-4068-8649-414ed93de0c5", "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": "2025-08-02T23:22:52.4061186", "linkedAccount": "Tk8ivzqcW0OwU3Yk20syMA==", "linkedAccountGuid": "bf224f4e-9c3a-435b-b053-7624db4b3230", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "s6kTM4WjikG+1e5hwWe+xw==", "identifierGuid": "3313a9b3-a385-418a-bed5-ee61c167bec7", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:22:52.4061186", "owner": "j3vt+al1bkGcI6T+FQEmrA==", "ownerGuid": "f9ed7b8f-75a9-416e-9c23-a4fe150126ac", "accountStoreGroupIdentifier": "4Trq6LGym0yx3Y6ORFVazA==", "accountStoreGroupGuid": "e8ea3ae1-b2b1-4c9b-b1dd-8e8e44555acc", "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": "2025-08-02T23:22:52.4061186", "active": true, "updated": "2025-08-02T23:22:52.4061186", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "56" }, "card": { "$ref": "57" }, "members": { "$id": "59", "sample string 1": [ { "$ref": "56" }, { "$ref": "56" } ], "sample string 2": [ { "$ref": "56" }, { "$ref": "56" } ] }, "customerGroups": [ { "$id": "60", "identifier": "8TFH8Fvdh0e0sGWprbvSbQ==", "identifierGuid": "f04731f1-dd5b-4787-b4b0-65a9adbbd26d", "name": "sample string 2", "primaryContact": "/qLTSY3P6U2BspxJkdFAOA==", "primaryContactGuid": "49d3a2fe-cf8d-4de9-81b2-9c4991d14038", "accountID": "334YuDCTe0OlZYYkZ8lpkg==", "accountIDGuid": "b8187edf-9330-437b-a565-862467c96992", "special": true, "updated": "2025-08-02T23:22:52.4061186", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "jth5fO18n0SDgYiRiBnMzw==", "priceLevelIdentifierGuid": "7c79d88e-7ced-449f-8381-88918819cccf", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "+TjFe07p/kaX0hRA0H3WpQ==", "groupIDGuid": "7bc538f9-e94e-46fe-97d2-1440d07dd6a5", "customerID": "PrWFkkHVe0W468whvsWg7w==", "customerIDGuid": "9285b53e-d541-457b-b8eb-cc21bec5a0ef", "card": "sample string 4", "linkedAccount": "rpcwiO+FkUOOrKx9sDq51w==", "linkedAccountGuid": "883097ae-85ef-4391-8eac-ac7db03ab9d7", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "hHFRIQfdn0GNOL5ae3CalQ==", "identifierGuid": "21517184-dd07-419f-8d38-be5a7b709a95", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "KpAYgeA+PEODIsATWTuj4A==", "accountIDGuid": "8118902a-3ee0-433c-8322-c013593ba3e0", "customerAccount": { "$ref": "58" }, "customerCard": { "$ref": "57" }, "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": "2025-08-02T23:22:52.4061186", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "9kBjf9JHnkagjJXpo3zwCA==", "idempotentVoidGuid": "7f6340f6-47d2-469e-a08c-95e9a37cf008", "offline": true, "processed": 1, "storeSaleHeader": { "$ref": "1" }, "metadata": { "$id": "63", "id": 1, "paymentID": 2, "paymentIdentifier": "1PKQ+eFWWUO/CQxMfnPXrg==", "paymentIdentifierGuid": "f990f2d4-56e1-4359-bf09-0c4c7e73d7ae", "identifier": "QOuIkAsuFkaAsg1cNzE7iA==", "identifierGuid": "9088eb40-2e0b-4616-80b2-0d5c37313b88", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "8Ejc307WUE6Czit/V3xZhg==", "itemIdentifierGuid": "dfdc48f0-d64e-4e50-82ce-2b7f577c5986" } }, { "$ref": "62" } ] }, { "$ref": "57" } ], "customerGroupMembers": [ { "$ref": "61" }, { "$ref": "61" } ], "customerGroups": [ { "$ref": "60" }, { "$ref": "60" } ], "accounts": [ { "$ref": "58" }, { "$ref": "58" } ], "account": { "$ref": "58" }, "vouchers": [ { "$id": "64", "customerIdentifier": "2x908k2FPka1BgJc8YD4UQ==", "customerIdentifierGuid": "f2741fdb-854d-463e-b506-025cf180f851", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "r/XASBwJWkO5xgdKARiqYQ==", "idempotentGuid": "48c0f5af-091c-435a-b9c6-074a0118aa61", "offline": true, "voucher": { "$id": "65", "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": "2025-08-02T23:22:52.4061186", "barcodeTemplate": { "$id": "66", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "67", "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": "2025-08-02T23:22:52.4061186", "labelPageLayout": "NIngJH0pS0adCmxvfUMN/Q==", "pageLayoutGuid": "24e08934-297d-464b-9d0a-6c6f7d430dfd", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "65" }, "elements": [ { "$id": "68", "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": "2025-08-02T23:22:52.4061186" }, { "$ref": "68" } ] }, "customerVouchers": [ { "$id": "69", "id": 1, "customerIdentifier": "9Q2cEzG2uUqmmsOII6z1Xg==", "customerIdentifierGuid": "139c0df5-b631-4ab9-a69a-c38823acf55e", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:22:52.4061186", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "SFRRs/FN/kqOFxPoNYg9CA==", "issuedIdempotentGuid": "b3515448-4df1-4afe-8e17-13e835883d08", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:22:52.4061186", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:22:52.4061186", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "aeRtPkP+E0imQ/s7nSLEEg==", "redeemedIdempotentGuid": "3e6de469-fe43-4813-a643-fb3b9d22c412", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:22:52.4061186", "storeName": "sample string 17", "scaleLabel": { "$ref": "67" }, "voucher": { "$ref": "65" }, "customer": { "$ref": "56" }, "issuedOfflinePayment": { "$ref": "62" }, "redeemedOfflinePayment": { "$ref": "62" } }, { "$ref": "69" } ] }, "customer": { "$ref": "56" } }, { "$ref": "64" } ] } }, { "$ref": "55" } ], "customerGroups": [ { "$id": "70", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "YlaMPIXkcUySyyMPmpfK/g==", "groupIDGuid": "3c8c5662-e485-4c71-92cb-230f9a97cafe", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "70" } ], "signIqTickets": [ { "$id": "71", "identifier": "3DnDN+YgBEepYgkUAHuXOQ==", "identifierGuid": "37c339dc-20e6-4704-a962-0914007b9739", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "71" } ], "comboPriceGroups": [ { "$id": "72", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "dfSkzcox2k2ZDmR0SzDZew==", "guid": "cda4f475-31ca-4dda-990e-64744b30d97b", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "52" }, "comboPricePlus": [ { "$id": "73", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "+BdjlkBqukiUpw1sr7JjYA==", "groupGuid": "966317f8-6a40-48ba-94a7-0d6cafb26360", "comboPriceType": 5, "priceType": 5, "pluG_UID": "jJCSMYIva0aD0KQFXLMDLg==", "pluGuid": "3192908c-2f82-466b-83d0-a4055cb3032e", "priceGroupG_UID": "SQ3BeEogc0uMDSR0DIIYyQ==", "priceGroupGuid": "78c10d49-204a-4b73-8c0d-24740c8218c9", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "52" }, "product": { "$ref": "13" }, "priceGroup": { "$ref": "19" }, "campaignPool": { "$ref": "52" } }, { "$ref": "73" } ] }, { "$ref": "72" } ], "priceLevels": [ { "$id": "74", "id": 1, "priceLevelIdentifier": "/UDq/0umJEWOlPLQv97LDg==", "priceLevelIdentifierGuid": "ffea40fd-a64b-4524-8e94-f2d0bfdecb0e", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "74" } ] }, "product": { "$ref": "13" }, "dealCost": { "$id": "75", "headerIdentifier": "5wIfVYQpfUO/BDKQVLyBTQ==", "headerIdentifierGuid": "551f02e7-2984-437d-bf04-329054bc814d", "identifier": "CmESK6123k+BsaOvfsvF4A==", "identifierGuid": "2b12610a-76ad-4fde-81b1-a3af7ecbc5e0", "supplierIdentifier": "unyQjBtFB0uT600VBso3Og==", "supplierGuid": "8c907cba-451b-4b07-93eb-4d1506ca373a", "pluG_UID": "85x7gjOr4UmCHet8p+uiLw==", "pluGuid": "827b9cf3-ab33-49e1-821d-eb7ca7eba22f", "campaignName": "dbdceed4-41e1-4e36-80c4-145687f113c6", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:22:52.4061186", "end": "2025-08-02T23:22:52.4061186", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "sHB4QYNFg0iQMDCIn1IDGg==", "bonusItemPluGuid": "417870b0-4583-4883-9030-30889f52031a", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:22:52.4061186", "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": "2025-08-02T23:22:52.4061186", "campaignEndDate": "2025-08-02T23:22:52.4061186", "masterPLUG_UID": "mFjUNbkPqUq2rx33t8sgOQ==", "masterID": "35d45898-0fb9-4aa9-b6af-1df7b7cb2039", "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": "IljWMNynmkaBnuoBmjV6RA==", "bonusMasterID": "30d65822-a7dc-469a-819e-ea019a357a44", "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": "2025-08-02T23:22:52.4061186", "dealCosts": [ { "$ref": "75" }, { "$ref": "75" } ], "tags": [ { "$id": "76", "pluG_UID": "tQGfARdTH0iqKfp0NzjBDw==", "pluGuid": "019f01b5-5317-481f-aa29-fa743738c10f", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "76" } ], "alternateProductG_UID": "4Yn0/ZMrm0yIXxi127s4BA==", "alternateProduct": "fdf489e1-2b93-4c9b-885f-18b5dbbb3804", "productHostCode": { "$id": "77", "id": 1, "pluG_UID": "eU5B0p6whEy3Fc3oMW9S9g==", "pluGuid": "d2414e79-b09e-4c84-b715-cde8316f52f6", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:22:52.4061186", "inventoryTracked": "2025-08-02T23:22:52.4061186", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "8" }, "serviceFee": { "$id": "78", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "11" } ], "orderCycleHeaders": [ { "$id": "79", "storeID": 1, "supplierIdentifier": "HHmgHURiIki7FecMgLPjKA==", "supplierGuid": "1da0791c-6244-4822-bb15-e70c80b3e328", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "79" } ], "cycles": [ { "$id": "80", "storeID": 1, "supplierIdentifier": "ZfPAgJqb/k6bYMD4hydzTw==", "supplierGuid": "80c0f365-9b9a-4efe-9b60-c0f88727734f", "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": "2025-08-02T23:22:52.4061186", "deliveryDate": "2025-08-02T23:22:52.4061186", "nextCutOffDate": "2025-08-02T23:22:52.4061186", "nextDeliveryDate": "2025-08-02T23:22:52.4061186", "nextDaysBuffer": 10 }, { "$ref": "80" } ], "store": { "$ref": "4" }, "updated": "2025-08-02T23:22:52.4061186", "isHost": true }, "files": [ { "$id": "81", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T23:22:52.4061186", "processed": "2025-08-02T23:22:52.4061186", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:22:52.4061186", "size": 1, "sizeFormat": "sample string 7", "isArchive": true, "version": "sample string 9", "reference": "sample string 10", "digest": "sample string 11", "contentType": "sample string 12", "host": { "$ref": "7" }, "metcashHeader": { "$id": "82", "customerNumber": "sample string 1", "creationDate": "2025-08-02T23:22:52.4061186", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "81" } ], "zoneMatrix": [ { "$id": "83", "id": 1, "hostIdentifier": "txN2r9+uPE+2IdupPITtSQ==", "hostIdentifierGuid": "af7613b7-aedf-4f3c-b621-dba93c84ed49", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "af475139-10ab-4227-8ede-5de58426dc90", "e8d169cc-a4f4-4094-8885-5e8724b74105" ] }, { "$ref": "83" } ], "hostFileStoreSetting": { "$ref": "6" }, "hostStoreSettings": [ { "$ref": "6" }, { "$ref": "6" } ], "promotionPlacements": [ { "$id": "84", "identifier": "f140Ndf5OE+bAeq/dBOpfg==", "identifierGuid": "35345e7f-f9d7-4f38-9b01-eabf7413a97e", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "84" } ], "promoTypeGuids": [ "dec3b24f-ef34-400e-8998-0ff270ffc63c", "5db3c2b6-96fd-448e-afb2-c725d343341a" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "6" } ], "accounts": [ { "$id": "85", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "85" } ], "sales": [ { "$id": "86", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T23:22:52.4061186", "ftpSite": { "$id": "87", "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": "86" } ], "zoneMatrix": [ { "$ref": "83" }, { "$ref": "83" } ], "cashManagements": [ { "$id": "88", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "89", "id": 1, "description": "sample string 2", "address": "sample string 3", "username": "sample string 4", "password": "sample string 5", "passwordPlain": "sample string 6", "token": "sample string 7", "apiType": 8, "apiSubType": 9 } }, { "$ref": "88" } ], "updateStoreID": "16984eb2-a34e-4bdd-8739-b859460bd73f", "updateStore": { "$id": "90", "id": "11eb5ab9-27e3-49d1-b87c-0281970f9ded", "name": "sample string 1", "lastActivity": "2025-08-02T23:22:52.4061186", "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": "2025-08-02T23:22:52.4061186" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "91", "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": "3" } ] }, "customer": { "$ref": "56" }, "communityOrganisation": { "$id": "92", "id": 1, "identifier": "7z/mbkWpAkuJFRsDJgT7dA==", "identifierGuid": "6ee63fef-a945-4b02-8915-1b032604fb74", "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", "totalAmountAwarded": 15.1, "updated": "2025-08-02T23:22:52.4061186", "deleted": true }, "details": [ { "$id": "93", "saleItemID": 1, "identifier": "AXFglDL+V06OeYDm+gcItA==", "identifierGuid": "94607101-fe32-4e57-8e79-80e6fa0708b4", "saleHeaderID": 2, "plu": 1, "pluG_UId": "fn/ZWn99jEi+4b4bndlq6w==", "pluGuid": "5ad97f7e-7d7f-488c-bee1-be1b9dd96aeb", "accountID": "ZT/tD7doK0WIcbvX2Dz01g==", "accountIDGuid": "0fed3f65-68b7-452b-8871-bbd7d83cf4d6", "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": "2025-08-02T23:22:52.4061186", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "A4qHV7IsB0SSC0E9nk0+rQ==", "refundGuid": "57878a03-2cb2-4407-920b-413d9e4d3ead", "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": "sQIrm07uvEO7ufzESDB7Ow==", "idempotentVoidGuid": "9b2b02b1-ee4e-43bc-bbb9-fcc448307b3b", "priceLevelIdentifier": "XpzkRo/+skChh0l996g51w==", "priceLevelIdentifierGuid": "46e49c5e-fe8f-40b2-a187-497df7a839d7", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "94", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:22:52.4061186", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "94" } ], "refund": { "$id": "95", "id": 1, "g_UID": "cykaTIVybEmTNLfS8is5cQ==", "guid": "4c1a2973-7285-496c-9334-b7d2f22b3971", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:22:52.4061186" }, "modifier": { "$id": "96", "id": 1, "setG_UID": "GckNvJ+ljkCLip62A5AakQ==", "modifierSetGuid": "bc0dc919-a59f-408e-8b8a-9eb603901a91", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "XiCYUNB9xUaH4yNizZo4ow==", "pluGuid": "5098205e-7dd0-46c5-87e3-2362cd9a38a3", "deleted": true, "g_UID": "w+kVCgmeDU+WXcvvtwGayQ==", "guid": "0a15e9c3-9e09-4f0d-965d-cbefb7019ac9", "product": { "$ref": "13" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "93" } ], "eftReceipts": [ { "$id": "97", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "1" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "97" } ], "payments": [ { "$ref": "62" }, { "$ref": "62" } ], "cards": [ { "$id": "98", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "98" } ], "campaignHits": [ { "$id": "99", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "99" } ], "fuel": [ { "$id": "100", "id": 1, "plu": 1, "pluG_UID": "6P3AsNtFcka1GunVDBSG6Q==", "pluGuid": "b0c0fde8-45db-4672-b51a-e9d50c1486e9", "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": "2025-08-02T23:22:52.4061186", "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": "2025-08-02T23:22:52.4061186", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "100" } ], "fuelResells": [ { "$id": "101", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "sXQmSCKPYUSgj7poucmw3w==", "pluGuid": "482674b1-8f22-4461-a08f-ba68b9c9b0df", "accountID": "ANzlXZkhLEqigJD3bvHuAg==", "accountIDGuid": "5de5dc00-2199-4a2c-a280-90f76ef1ee02", "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": "2025-08-02T23:22:52.4061186", "bestOrExpireType": 1, "refundG_UID": "HTxdb4AodkesBvKGhBQsMA==", "refundGuid": "6f5d3c1d-2880-4776-ac06-f28684142c30", "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": "101" } ], "customerOrder": [ { "$id": "102", "identifier": "2gPT31n2EEWEn6YVwl9L1A==", "identifierGuid": "dfd303da-f659-4510-849f-a615c25f4bd4", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "1WputD955k+RfyCs6ovFtg==", "customerIdentifierGuid": "b46e6ad5-793f-4fe6-917f-20acea8bc5b6", "operatorNo": 1, "operatorG_UID": "ST59mOFAZECsOkotkQfcDA==", "operatorGuid": "987d3e49-40e1-4064-ac3a-4a2d9107dc0c", "created": "2025-08-02T23:22:52.4061186", "ordered": "2025-08-02T23:22:52.4061186", "started": "2025-08-02T23:22:52.4061186", "completed": "2025-08-02T23:22:52.4061186", "supplied": "2025-08-02T23:22:52.4061186", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "56" }, "operator": { "$ref": "2" }, "details": [ { "$id": "103", "headerID": 1, "plu": 1, "pluG_UId": "rVMgX17gTkm5r9VQ3QCGiA==", "pluGuid": "5f2053ad-e05e-494e-b9af-d550dd008688", "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": "2HWP0KwXXUyYh0FTOPx+xA==", "headerIdentifierGuid": "d08f75d8-17ac-4c5d-9887-415338fc7ec4", "product": { "$ref": "13" } }, { "$ref": "103" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "1" } }, { "$ref": "102" } ], "surveyResponses": [ { "$id": "104", "surveyG_UID": "c91uJmjV9E6gGBvFP4/5CQ==", "surveyGuid": "266edd73-d568-4ef4-a018-1bc53f8ff909", "saleHeaderGuid": "Z0zJZ0JSs0Ojookd5kpZ+Q==", "saleGuid": "67c94c67-5242-43b3-a3a2-891de64a59f9", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "p2gNdwmRjUuFbL+4A3SZmA==", "guidResponse": "770d68a7-9109-4b8d-856c-bfb803749998", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:22:52.4061186", "sale": { "$ref": "1" }, "survey": { "$id": "105", "g_UID": "nA8OkBn60ky/4bE8IxxNSw==", "guid": "900e0f9c-fa19-4cd2-bfe1-b13c231c4d4b", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "wcvRneRmp0ud7uTjVt7AZA==", "checkoutFormGuid": "9dd1cbc1-66e4-4ba7-9dee-e4e356dec064", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:22:52.4061186", "end": "2025-08-02T23:22:52.4061186", "deleted": true, "updated": "2025-08-02T23:22:52.4061186", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "cd45ae7e-59b5-440a-9e91-b8b576166300", "305c7565-02b9-4ae6-ac18-d0e7562a493b" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "31" } }, "ingressId": "sample string 4" }, { "$ref": "104" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "RwIfMOPqB0CiGB9ao62cEg==", "accountIdentifier": "301f0247-eae3-4007-a218-1f5aa3ad9c12", "accountName": "sample string 42", "customerOrderIdentifier": "IBmdlbD74UWzooGz5Ho4cQ==", "customerOrderIdentifierGuid": "959d1920-fbb0-45e1-b3a2-81b3e47a3871", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ں[�!�C� 5 xl/workbook.xml � (� ����0��&�C���H '.^=x/���%m >��o�vfg�>��*Ď|to\fs*�2�\-Aw�̴k�j�'i_�V�Pb��`<� az�'���J����q��~Ei�-�B���`t�����l���o�/��bQ� 9-��,ν����ix\ҰI�������z�;{�q��.�PK ں[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK ں[��w' ' _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="R30a44d8687ba4f2b" /></Relationships>PK ں[��x� �2 xl/worksheets/sheet1.xml � (� ��[s�8��J���L<v��H���=�w���lwl�ٟ��kZ��b�A�z�> �����͏�߳��z~{2ѕ��n���O&�V����N����W����o�'������ty~5�9[V�[��/n�V���������|�p~��fv���Rn���8[ѣ�W�?��?��ɵ����]��p��O���������5e�V��]�Lj��}�����:����n��|Խ�����<�8��u�t'����oG�˳_?V��wOg�߯V��]�9��X��{ts�i79�9�w������~� B4ct!xZ����j~�y3�������Ϸ�5 �Q63>7�q;]5(��V�����f��-����v|��̷�w����o*oi��죟����|E�ZD��q|~�����%ݔw�S���q3?��u�#z�����k���vΆ}�@o-��w�`4� �/dH&Ԑ��г�>�U�Ɇs+���=|����I��,��Ɋ��b��QJ�N&�n�zk���W�2$j�=�;�=� ��B�dD߀��V�NQȐ��{/Ւ=-Aчt y�=��A��L����B ����öBN2������ �Ƀ��"Hs��O��ױNz����<�1T�:,B�}���<>w�Q�"DDgM�bH����v`��^�R��A��!!*�AŠMAIL�ރ����D�v�B��E��)���pO�v;���L�C��:�h���Ƀ�y�WT��,�+0�Ƀ8����Aē���a� ��Vۨ�>� &b8t Ƀ�`��:4C�чfH4���I4�;�ʿ6ZY(��l�&����Y �jn����4ђ�(�g�ɋ��!y���*�<h2��� ��Nj������x�t0s 5�&�ރ =�Q:UQ5-dH��!T��0����m�'ce�P����Q�Pc�-��MV����%�b����*_8��dE;hRe���_Ȑ�h��C:��͎TR2Y�Zm��X2���,.Yҩ��S���m��%�ο�s���v(]��%K:�Et��c��5]��n��Q�uV9,�E�3�[ �۰�A�%O�ޓ�a/���F��-�a�7�{7���|^X������%/���*��l�ɻ�Es�"-������'/�ދ�C:ZQ^X�O^�T6z�|t^�� �O^�����i�����!y��^�P����`K��O^�&����Q�ƒ�ɋ����Ry��_�ɱ�x��E�{�kr��M�.�&������v,�t�t�,�C��P]��Q�G](>Y���tj���v�n ��,zKzb�� ���z�R�dɠ�ڠ� �dA��,��m"$K�C��,ݲC�d�or�@����-�%á�LH�>/Q��Ѩ�.����b�M��f/�G7�'á�LL���)ɓ5��]8��ɨ��Y²k���1y2�ɘ<��U���xO/N�\�'��luvz���-�Ô�������$�N&�����Su<����D4�z��F�0��n#�F�a���;�x��Ow#�0��nDF<ߍ�È�bLԗBS���d}-�0]�!LطBS�o!�I�NaھB�����G�mL�OBS�����"�0u� !L�oBS� &o-`L�Z� \(S�`D&q-�L�Z �ȵ�$2�kJd2���u�D��@&r�4��,��\gN�u�4\gO�u�4\gP�u5\gQ�u5\gR�u(5\gS�u8�L�F��2��S�tnN-ӹ8�L�F��2�i�d:7�����Z�s#p��iB��q�N�Y��q�N�Y��q�N�Y��q�N�Y��q�N=�Y��s�N=�Y��s�N=�Y��s�N=�Y��3�[�S�tnN=ӹ8 L�V�4���i`:����� ��s+p�έt�e:����,p�����,p�����,p�����yJ ҶK��K��$��i`7!�(B�&�'���7����G��>�>�<[��|��{6"��#c/G�^���{32�vd�w#c�G�>�c��#�>��}�� _F�|-����Olu9M-�Ou1<�C!f��ٍ�j���u�|�6��;�z�?�?���Sq���R�缒�������F ��!T\�V�o�`�~/=��� ����z�o��p�ۯ��4�_G���6XZ��@�V��)��?a lin�����Gs@�'R?���̀1~s�v"~gм��S��R�H�qX��.���-~ mX�؎ռ���5H��K�F�_�5� n�OB/ �g)���)�;E��4��69�!o%9�#��k%��^+����Zi��{�%��k����}*e�A��ȴ����n%@9������������y�ߎ�o��G��^L�_�\��.f����j�X��f�����PK ں[� ��� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;qb� �n��\�ؓ�Hl�6m9[=R�P�J%H,�a5��ӓf�?��ۏi$o��`ME�A��L��)�Ol7��2���.��bB}�nEiP=N2d֡I���IƔ��:���C��\P?g�-����C�m;(|��4��w����c�#�����J�^B�%*�������\���X�@���B<��^��L�B!k��,^�P�^zԯѧKϝ�噚d��\��X"/kqQ�7��PK ں[Ѓc'2 E 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 ں[��;r 8 xl/sharedStrings.xml � (� �Y[o�~/p��������Hr��sq'��m�-%�lau�T����eɖM*^�.���oH�>�ů�Y:x��%E~94F�p yT�$_]�,�48`�䔤E��-����� ���r��|�i<f�2�F�rD����r5f�ek ��cS��qF�|8��*�x�� U�|���@�C��~� )<�z(���1���)v_%��R�y'j��C���Hڃ-BSY}�S`Yp�^g*膰�r�TFJڃ����"�F�QTh�R >[���K�䜩$,*Y�5�W����N����,K�3q��I�j�PKZkr�lT,�8���E��&�f��T�~��dw{�@I���ً����*Ƌ���ja�e|{���`���M&��O�)�_��Z��ƽ�Py+\���'�It���� �]W|-���_�K��_�E$�!�M�3L-T���D���$3��N�I�\��B.��}�7�f�{��i�K^�=��w�6r�wE$}WO��0��*e��x��*#�������"#1�!�d�_J�?rHNJ�*� �z�Ρ�QI⊲[Xe�EFJ�Ȳ�WR.�÷*)���!�M�'�p"'�$�Gx��?U<�����UV�R"��"�ʪ�G@����6���ۛ����V�%���$��x�f����@Y�J� f���D^pW����IRY���uސ�*_aۦim]ST�I**�U� ��F*u0���4�@r�4X�?� Q!ƑJ>�Rj6�S�_u�^���4_�X�r��2��F��~��)�Ǿ�1ռ8�5|[�-��g�8Х��ПR���j`��v`ǔ����-=������u�阮�JbP�2I�h�eƚ훮���y�zԶ"ی��5��a��P��� 45D��1�}⚾e~,��1lXgp�.]����|����?2L�v�3��3���K�/�J���5�d��8�K:E�@'�f�`���H��ռ0�,���럹�%�mZ�>��/���r`���)~EL T5l���Cώ�ٮi�k�Z�:A���}��ꎡ�}��b)" '��]R25l ����@_coEI%��aa��1�I�\�1��N�dU+���9�`#���ˢڜ|*���4#9Ya<^ԥ*��kך�kė���k���ie~�qh�"/�&��`m�:��:M�7�t�LҴC�'��8ݧ�ε����"Z~d�㒿/���"Uܣ6� %;���96u�Ay?��'��̺F���}ڑ��� U�ո`�W����v���9�N1���6F����BH�awS�鮰��=��p�0�_���%�w�f8ͤlt;���d�_��u���W�w���ê�?���Am�+bʼn��ٞGE�Ե�F��N$�I�'�I����(��a'��g�ӥ��c�p��ԡ<A�y�?'%_`���C��R�\�8nPS���-�K1^(|��)�r+��"_ �#�R�F�ɏbp�ѽYc�� �Y&�twrI� *��y�@��5u���ڑf�~�-�K5���Alv(v�[�q�Q����F��(ߵ�Ӝ��!M����:b-�25�C-��u-F��C�RU3�JS}��(��m9q�i61��)��^�iXi�8t<��`�tʯ��F�Re�.��P��H+�)p�����4(|kf7��*�\M ֠RN����pϫ4���1S=�)�-g �^�4���ԡ4�Z]&)��ss{.}�$�gK�x�`�Z_��n������a&�����h���~�3��<2����s�A~��Sػ���㇝#��z�g���?����ԏ/lt�#m�s�������fڳ�i�ҍX7mOft�ӈi��;�X��qfh�%<pj���a�k��cbhS� ���G,�;3u�g&}�3���W�PK- ں[�!�C� 5 xl/workbook.xmlPK- ں[���� � [Content_Types].xmlPK- ں[��w' ' V _rels/.relsPK- ں[��x� �2 � xl/worksheets/sheet1.xmlPK- ں[� ��� P � xl/_rels/workbook.xml.relsPK- ں[Ѓc'2 E xl/styles.xmlPK- ں[��;r 8 � xl/sharedStrings.xmlPK � C
application/vnd.ms-excel
PK ں[e�ַ 5 xl/workbook.xml � (� ���� ��&��k�kڞz���;�EH4���/�io�vfg��r��{Zۡ��/\�eCA��4�;;��;a�f!J�"Vš�����Qz"z�5^�����X�%@����L\o7�S����'���d"2��o�L��")d�� 7,0��sk+���*��_/�x�.��9= ^�+�$���PK ں[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK ں[���' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R109285925add4ef5" /></Relationships>PK ں[��x� �2 xl/worksheets/sheet1.xml � (� ��[s�8��J���L<v��H���=�w���lwl�ٟ��kZ��b�A�z�> �����͏�߳��z~{2ѕ��n���O&�V����N����W����o�'������ty~5�9[V�[��/n�V���������|�p~��fv���Rn���8[ѣ�W�?��?��ɵ����]��p��O���������5e�V��]�Lj��}�����:����n��|Խ�����<�8��u�t'����oG�˳_?V��wOg�߯V��]�9��X��{ts�i79�9�w������~� B4ct!xZ����j~�y3�������Ϸ�5 �Q63>7�q;]5(��V�����f��-����v|��̷�w����o*oi��죟����|E�ZD��q|~�����%ݔw�S���q3?��u�#z�����k���vΆ}�@o-��w�`4� �/dH&Ԑ��г�>�U�Ɇs+���=|����I��,��Ɋ��b��QJ�N&�n�zk���W�2$j�=�;�=� ��B�dD߀��V�NQȐ��{/Ւ=-Aчt y�=��A��L����B ����öBN2������ �Ƀ��"Hs��O��ױNz����<�1T�:,B�}���<>w�Q�"DDgM�bH����v`��^�R��A��!!*�AŠMAIL�ރ����D�v�B��E��)���pO�v;���L�C��:�h���Ƀ�y�WT��,�+0�Ƀ8����Aē���a� ��Vۨ�>� &b8t Ƀ�`��:4C�чfH4���I4�;�ʿ6ZY(��l�&����Y �jn����4ђ�(�g�ɋ��!y���*�<h2��� ��Nj������x�t0s 5�&�ރ =�Q:UQ5-dH��!T��0����m�'ce�P����Q�Pc�-��MV����%�b����*_8��dE;hRe���_Ȑ�h��C:��͎TR2Y�Zm��X2���,.Yҩ��S���m��%�ο�s���v(]��%K:�Et��c��5]��n��Q�uV9,�E�3�[ �۰�A�%O�ޓ�a/���F��-�a�7�{7���|^X������%/���*��l�ɻ�Es�"-������'/�ދ�C:ZQ^X�O^�T6z�|t^�� �O^�����i�����!y��^�P����`K��O^�&����Q�ƒ�ɋ����Ry��_�ɱ�x��E�{�kr��M�.�&������v,�t�t�,�C��P]��Q�G](>Y���tj���v�n ��,zKzb�� ���z�R�dɠ�ڠ� �dA��,��m"$K�C��,ݲC�d�or�@����-�%á�LH�>/Q��Ѩ�.����b�M��f/�G7�'á�LL���)ɓ5��]8��ɨ��Y²k���1y2�ɘ<��U���xO/N�\�'��luvz���-�Ô�������$�N&�����Su<����D4�z��F�0��n#�F�a���;�x��Ow#�0��nDF<ߍ�È�bLԗBS���d}-�0]�!LطBS�o!�I�NaھB�����G�mL�OBS�����"�0u� !L�oBS� &o-`L�Z� \(S�`D&q-�L�Z �ȵ�$2�kJd2���u�D��@&r�4��,��\gN�u�4\gO�u�4\gP�u5\gQ�u5\gR�u(5\gS�u8�L�F��2��S�tnN-ӹ8�L�F��2�i�d:7�����Z�s#p��iB��q�N�Y��q�N�Y��q�N�Y��q�N�Y��q�N=�Y��s�N=�Y��s�N=�Y��s�N=�Y��3�[�S�tnN=ӹ8 L�V�4���i`:����� ��s+p�έt�e:����,p�����,p�����,p�����yJ ҶK��K��$��i`7!�(B�&�'���7����G��>�>�<[��|��{6"��#c/G�^���{32�vd�w#c�G�>�c��#�>��}�� _F�|-����Olu9M-�Ou1<�C!f��ٍ�j���u�|�6��;�z�?�?���Sq���R�缒�������F ��!T\�V�o�`�~/=��� ����z�o��p�ۯ��4�_G���6XZ��@�V��)��?a lin�����Gs@�'R?���̀1~s�v"~gм��S��R�H�qX��.���-~ mX�؎ռ���5H��K�F�_�5� n�OB/ �g)���)�;E��4��69�!o%9�#��k%��^+����Zi��{�%��k����}*e�A��ȴ����n%@9������������y�ߎ�o��G��^L�_�\��.f����j�X��f�����PK ں[r+ � P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞� ���ݰa[zg2��&vd�@�Ƃ#q�"A*�`��h~OO��|����扽��5-�� Fm?���SPw5춛=M2� ��ų�b|:��s��f����e�,CL���G9τ(�[3����C�J�H�O3����Zw�( ;H7Ph���%�I�{�[�g�Ԫ��Z`��{�o���y"�����dʦlTW�*U�)o*����9�x�Ӻ�R�+Yf��K��.j��/�_PK ں[Ѓc'2 E 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 ں[��;r 8 xl/sharedStrings.xml � (� �Y[o�~/p��������Hr��sq'��m�-%�lau�T����eɖM*^�.���oH�>�ů�Y:x��%E~94F�p yT�$_]�,�48`�䔤E��-����� ���r��|�i<f�2�F�rD����r5f�ek ��cS��qF�|8��*�x�� U�|���@�C��~� )<�z(���1���)v_%��R�y'j��C���Hڃ-BSY}�S`Yp�^g*膰�r�TFJڃ����"�F�QTh�R >[���K�䜩$,*Y�5�W����N����,K�3q��I�j�PKZkr�lT,�8���E��&�f��T�~��dw{�@I���ً����*Ƌ���ja�e|{���`���M&��O�)�_��Z��ƽ�Py+\���'�It���� �]W|-���_�K��_�E$�!�M�3L-T���D���$3��N�I�\��B.��}�7�f�{��i�K^�=��w�6r�wE$}WO��0��*e��x��*#�������"#1�!�d�_J�?rHNJ�*� �z�Ρ�QI⊲[Xe�EFJ�Ȳ�WR.�÷*)���!�M�'�p"'�$�Gx��?U<�����UV�R"��"�ʪ�G@����6���ۛ����V�%���$��x�f����@Y�J� f���D^pW����IRY���uސ�*_aۦim]ST�I**�U� ��F*u0���4�@r�4X�?� Q!ƑJ>�Rj6�S�_u�^���4_�X�r��2��F��~��)�Ǿ�1ռ8�5|[�-��g�8Х��ПR���j`��v`ǔ����-=������u�阮�JbP�2I�h�eƚ훮���y�zԶ"ی��5��a��P��� 45D��1�}⚾e~,��1lXgp�.]����|����?2L�v�3��3���K�/�J���5�d��8�K:E�@'�f�`���H��ռ0�,���럹�%�mZ�>��/���r`���)~EL T5l���Cώ�ٮi�k�Z�:A���}��ꎡ�}��b)" '��]R25l ����@_coEI%��aa��1�I�\�1��N�dU+���9�`#���ˢڜ|*���4#9Ya<^ԥ*��kך�kė���k���ie~�qh�"/�&��`m�:��:M�7�t�LҴC�'��8ݧ�ε����"Z~d�㒿/���"Uܣ6� %;���96u�Ay?��'��̺F���}ڑ��� U�ո`�W����v���9�N1���6F����BH�awS�鮰��=��p�0�_���%�w�f8ͤlt;���d�_��u���W�w���ê�?���Am�+bʼn��ٞGE�Ե�F��N$�I�'�I����(��a'��g�ӥ��c�p��ԡ<A�y�?'%_`���C��R�\�8nPS���-�K1^(|��)�r+��"_ �#�R�F�ɏbp�ѽYc�� �Y&�twrI� *��y�@��5u���ڑf�~�-�K5���Alv(v�[�q�Q����F��(ߵ�Ӝ��!M����:b-�25�C-��u-F��C�RU3�JS}��(��m9q�i61��)��^�iXi�8t<��`�tʯ��F�Re�.��P��H+�)p�����4(|kf7��*�\M ֠RN����pϫ4���1S=�)�-g �^�4���ԡ4�Z]&)��ss{.}�$�gK�x�`�Z_��n������a&�����h���~�3��<2����s�A~��Sػ���㇝#��z�g���?����ԏ/lt�#m�s�������fڳ�i�ҍX7mOft�ӈi��;�X��qfh�%<pj���a�k��cbhS� ���G,�;3u�g&}�3���W�PK- ں[e�ַ 5 xl/workbook.xmlPK- ں[���� � [Content_Types].xmlPK- ں[���' ' V _rels/.relsPK- ں[��x� �2 � xl/worksheets/sheet1.xmlPK- ں[r+ � P � xl/_rels/workbook.xml.relsPK- ں[Ѓc'2 E xl/styles.xmlPK- ں[��;r 8 � xl/sharedStrings.xmlPK � A