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": "A3R5yn65DUi3r6OEtAONfQ==", "saleHeaderIdentifierGuid": "ca797403-b97e-480d-b7af-a384b4038d7d", "created": "2025-10-05T00:01:49.1987856", "createdLocal": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "storeID": 1, "operatorG_Uid": "Oy/jZVL53UmlO5lfaFli2Q==", "operatorGuid": "65e32f3b-f952-49dd-a53b-995f685962d9", "customerG_Uid": "yGwRminlLE2/DC1zWfwc4w==", "customerGuid": "9a116cc8-e529-4d2c-bf0c-2d7359fc1ce3", "communityIdentifier": "faDpIHHW006p+GGZEbqkkA==", "communityIdentifierGuid": "20e9a07d-d671-4ed3-a9f8-619911baa490", "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": "HxH9mbxawUWBwFS6DEom8w==", "priceLevelIdentifierGuid": "99fd111f-5abc-45c1-81c0-54ba0c4a26f3", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "2", "id": 1, "g_Uid": "pexRigDcekyl9+xYpHsfQg==", "guid": "8a51eca5-dc00-4c7a-a5f7-ec58a47b1f42", "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-10-05T00:01:49.1987856", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-05T00:01:49.1987856", "endShift": "2025-10-05T00:01:49.1987856", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "3", "operatorG_UID": "DwMgBaczvU6KZ+9eawf2nw==", "operatorGuid": "0520030f-33a7-4ebd-8a67-ef5e6b07f69f", "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-10-05T00:01:49.1987856", "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": "x9QzDXIdJUGnkeEr+f+yUw==", "hostIdentifierGuid": "0d33d4c7-1d72-4125-a791-e12bf9ffb253", "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-10-05T00:01:49.1987856", "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": "wTaGXWBoJ0yinmCgVi0Tlw==", "hostIdentifierGuid": "5d8636c1-6860-4c27-a29e-60a0562d1397", "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": "3zLn2Tvh8kSQEwE4+6+z3A==", "identifierGuid": "d9e732df-e13b-44f2-9013-0138fbafb3dc", "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": "uOKVK3aIoEKJVrQHLIwfYg==", "hostSupplierIdentifierGuid": "2b95e2b8-8876-42a0-8956-b4072c8c1f62", "loyaltyPriceLevelIdentifier": "lBrOtdfkEk+lvgFy3PEFOg==", "loyaltyPriceLevelIdentifierGuid": "b5ce1a94-e4d7-4f12-a5be-0172dcf1053a", "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-10-05T00:01:49.1987856", "lastProcessed": "2025-10-05T00:01:49.1987856", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "8", "identifier": "2x4y1NE2AE6HBkgl6J5JSg==", "identifierGuid": "d4321edb-36d1-4e00-8706-4825e89e494a", "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": "MHVGko2fnEKlNMOWfwoIJA==", "primaryContactID": "92467530-9f8d-429c-a534-c3967f0a0824", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "qOLhAHOhf0mLftoa18XE2g==", "supplierGroupGuid": "00e1e2a8-a173-497f-8b7e-da1ad7c5c4da", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-05T00:01:49.1987856", "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": "e70de667-d087-483d-b982-df24377a599a", "identifier": "7V0mhIvkSkmLGgBHxqQLGg==", "identifierGuid": "84265ded-e48b-494a-8b1a-0047c6a40b1a", "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": "tLBG7873TUKeB/t3iAnPKg==", "supplierIdentifierGuid": "ef46b0b4-f7ce-424d-9e07-fb778809cf2a", "contactGuid": "slGhK9S3sUiwi6RG99kZYg==", "contactID": "2ba151b2-b7d4-48b1-b08b-a446f7d91962", "contact": { "$ref": "9" }, "supplier": { "$ref": "8" } }, { "$ref": "10" } ], "products": [ { "$id": "11", "pluG_UID": "FgEmgi+s+kuy52cuqzK7JA==", "pluGuid": "82260116-ac2f-4bfa-b2e7-672eab32bb24", "supplierIdentifier": "CTVTT3mff0ac8qSF+XdW5A==", "supplierIdentifierGuid": "4f533509-9f79-467f-9cf2-a485f97756e4", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "12", "pluG_UID": "2lOmDrQ9lEmLwu6Qx5L7BQ==", "pluGuid": "0ea653da-3db4-4994-8bc2-ee90c792fb05", "supplierIdentifier": "9ts5vuEk6USpx495a15K2g==", "supplierIdentifierGuid": "be39dbf6-24e1-44e9-a9c7-8f796b5e4ada", "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": "DWdRjKYwKkW30SCiPkmaAg==", "parentPluGuid": "8c51670d-30a6-452a-b7d1-20a23e499a02", "freight": 45.0, "freightType": 1, "product": { "$id": "13", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "9qFrVgFjHE+KHGefhVGfwg==", "guid": "566ba1f6-6301-4f1c-8a1c-679f85519fc2", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "cglrbTI7qEmbx1TcrwNEsg==", "priceGroupGuid": "6d6b0972-3b32-49a8-9bc7-54dcaf0344b2", "blueprintID": 1, "lastCountedDate": "2025-10-05T00:01:49.1987856", "externalID": "sample string 7", "active": true, "activated": "2025-10-05T00:01:49.1987856", "pluCreated": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "lastManualUpdate": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "currentCostUpdated": "2025-10-05T00:01:49.1987856", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-05T00:01:49.1987856", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "paws": 1.0, "awsUpdated": "2025-10-05T00:01:49.1987856", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "KKesu8PqnUyZymy9O+JDew==", "altPLUGuid": "bbaca728-eac3-4c9d-99ca-6cbd3be2437b", "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-10-05T00:01:49.1987856", "labelLastPrice": 1, "shelfPageLayoutG_UID": "+RND7tRpzkighzmaNZ8MAw==", "shelfPageLayoutGuid": "ee4313f9-69d4-48ce-a087-399a359f0c03", "talkerPageLayoutG_UID": "7cMfDEA6TUKjD73Z9EqL0Q==", "talkerPageLayoutGuid": "0c1fc3ed-3a40-424d-a30f-bdd9f44a8bd1", "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": "asYyCeoPaUK6pOWobAuuIg==", "inventoryIdentifier": "0932c66a-0fea-4269-baa4-e5a86c0bae22", "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": "bsgaQjwuxECR0+/4uABlrg==", "parentPluGuid": "421ac86e-2e3c-40c4-91d3-eff8b80065ae", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "8qFOSpO3UUqfkJ75ltdBEw==", "supplierIdentifierGuid": "4a4ea1f2-b793-4a51-9f90-9ef996d74113", "supplierChanged": true, "rebateSupplierIdentifier": "NJ54WHJTW069peXjGIjk1w==", "rebateSupplierIdentifierGuid": "58789e34-5372-4e5b-bda5-e5e31888e4d7", "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-10-05T00:01:49.1987856", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "v6en1ZL9JEW+BpztUr4+hw==", "hostIdentifierGuid": "d5a7a7bf-fd92-4524-be06-9ced52be3e87", "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": "pTrwIa5PVUafZUcgz8tCNw==", "pluGuid": "21f03aa5-4fae-4655-9f65-4720cfcb4237", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "priceNext": 1, "costNext": 1, "costNextDecimals": 9, "nextCampaignName": "sample string 10", "gstPercent": 11, "normalCost": 12, "normalCostDecimals": 13, "costGstPercent": 14, "costCalcMethod": 1, "currentCost": 15, "currentCostDecimals": 16, "break1": 17, "price1": 18, "break2": 19, "price2": 20, "break3": 21, "price3": 22, "fuelItem": 23, "fixedWeight": 24, "active": true, "complianceIndicator": "sample string 25", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-10-05T00:01:49.1987856" }, { "$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-10-05T00:01:49.1987856", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "16" }, "winningCampaign": 1, "winner": { "$id": "17", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-05T00:01:49.1987856", "startTime": 3, "endDate": "2025-10-05T00:01:49.1987856", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "Vt7/Oso9lEmtkJlwvZFMug==", "hostIdentifierGuid": "3affde56-3dca-4994-ad90-9970bd914cba", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "17" }, { "$ref": "17" } ] }, "tray": { "$id": "18", "g_UId": "PDxZCGqackuclVuMhISilg==", "guid": "08593c3c-9a6a-4b72-9c95-5b8c8484a296", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "19", "priceGroupG_UID": "tV2r9gQL10SWMbmL7XZ9gQ==", "priceGroupGuid": "f6ab5db5-0b04-44d7-9631-b98bed767d81", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-05T00:01:49.1987856", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "13" }, { "$ref": "13" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "20", "pluG_UID": "6MJEdXgTkEqvYo4NWcC9hA==", "pluGuid": "7544c2e8-1378-4a90-af62-8e0d59c0bd84", "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": "781c8d37-1a7c-478f-aff5-db40446301d0", "created": "2025-10-05T00:01:49.1987856", "createdByUser": "sample string 1", "activated": "2025-10-05T00:01:49.1987856", "deactivated": "2025-10-05T00:01:49.1987856", "lastOrdered": "2025-10-05T00:01:49.1987856", "lastOrderedQty": 2.0, "lastReceived": "2025-10-05T00:01:49.1987856", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-05T00:01:49.1987856", "lastSold": "2025-10-05T00:01:49.1987856", "firstSold": "2025-10-05T00:01:49.1987856", "awsUpdated": "2025-10-05T00:01:49.1987856", "lastManualUpdate": "2025-10-05T00:01:49.1987856", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-05T00:01:49.1987856", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-05T00:01:49.1987856", "doNotRangeUpdated": "2025-10-05T00:01:49.1987856", "doNotOrderUpdated": "2025-10-05T00:01:49.1987856", "tracked": "2025-10-05T00:01:49.1987856" }, "allergens": [ { "$id": "22", "allergenID": 1, "pluG_UID": "xLeRIQXYQUaZAZJDwDQ9dw==", "pluGuid": "2191b7c4-d805-4641-9901-9243c0343d77", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "22" } ], "costs": { "$id": "23", "pluG_UID": "Dep3IsvdKEyMrqqCcG2T0A==", "pluGuid": "2277ea0d-ddcb-4c28-8cae-aa82706d93d0", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-05T00:01:49.1987856", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "24", "saleHeaderID": 1, "created": "2025-10-05T00:01:49.1987856", "createdLocal": "2025-10-05T00:01:49.1987856", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "M7v/4bZWtEiC5hdKSIDbpA==", "operatorGuid": "e1ffbb33-56b6-48b4-82e6-174a4880dba4", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "xt9WQgGXokuuxkhjAJm2gA==", "pluGuid": "4256dfc6-9701-4ba2-aec6-48630099b680", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "2" } }, { "$ref": "24" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "BtgC3zyMlUiVTzeRVxKLxQ==", "pluGuid": "df02d806-8c3c-4895-954f-379157128bc5", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "QCFKgQbDx0aejI30SuViHQ==", "pluGuid": "814a2140-c306-46c7-9e8c-8df44ae5621d", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "13" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "v/+9YlSenEmRO4E6GrBdcg==", "identifierGuid": "62bdffbf-9e54-499c-913b-813a1ab05d72", "pluG_UID": "ZtVxr2DstEuhd8485bZbRg==", "pluGuid": "af71d566-ec60-4bb4-a177-ce3ce5b65b46", "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": "Gyq8PcJOq0C49WT1w7DNUQ==", "groupName": "sample string 1", "identifierGuid": "3dbc2a1b-4ec2-40ab-b8f5-64f5c3b0cd51", "exists": true, "flipChartIdentifier": "1sMD/UfZGUCCSJSx35PD7A==", "flipChartIdentifierGuid": "fd03c3d6-d947-4019-8248-94b1df93c3ec", "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": "VVUjqoGu9UCSjDDO22axZg==", "groupIdentifierGuid": "aa235555-ae81-40f5-928c-30cedb66b166", "flipChart": { "$id": "29", "identifier": "VMQIPLIEDkud3g84CzBUxw==", "identifierGuid": "3c08c454-04b2-4b0e-9dde-0f380b3054c7", "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": "oC8B0uqzekmZfue5/KQcZQ==", "identifierGuid": "d2012fa0-b3ea-497a-997e-e7b9fca41c65", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "Dcbx2UfJok6O8vnFXGsm+g==", "guid": "d9f1c60d-c947-4ea2-8ef2-f9c55c6b26fa", "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": "9ziOz3uo60GDrRI99V9Nvg==", "previousFormGuid": "cf8e38f7-a87b-41eb-83ad-123df55f4dbe", "nextForm": 1, "nextFormG_UID": "lyA2H4ep20eyJEG0fstc0g==", "nextFormGuid": "1f362097-a987-47db-b224-41b47ecb5cd2", "attributes": "sample string 10", "updated": "2025-10-05T00:01:49.1987856", "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": "+P12yd5AB0CCUuIHZIeqNg==", "checkoutFormGuid": "c976fdf8-40de-4007-8252-e2076487aa36", "identifier": "KETj7YbKZ0qJQ4DDXKnmmg==", "identifierGuid": "ede34428-ca86-4a67-8943-80c35ca9e69a", "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": "a+Zbta83PkCdhUQpAi5Ptg==", "valueGuid": "b55be66b-37af-403e-9d85-4429022e4fb6", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "kyq0Ma08Ikm0SbhZZODlaw==", "checkoutFormGuid": "31b42a93-3cad-4922-b449-b85964e0e56b", "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": "bR0XfmVfjUWSyK2BXTna2A==", "flipChartPageIdentifierGuid": "7e171d6d-5f65-458d-92c8-ad815d39dad8", "pluG_UID": "xi9z0KC8HEGMB/mSohOOrQ==", "pluGuid": "d0732fc6-bca0-411c-8c07-f992a2138ead", "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": "5WxMtOd4TkiW3cdlLRlCUA==", "pluGuid": "b44c6ce5-78e7-484e-96dd-c7652d194250", "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-10-05T00:01:49.1987856", "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": "xO5YvYOAzk+epEg/NaiP3g==", "ingredientGuid": "jmMa8P5IDkOLA5XDJ84UWQ==", "ingredientIdentifier": "f01a638e-48fe-430e-8b03-95c327ce1459", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "13" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "gkckJyUlSU2gOmTipJIGMQ==", "pluGuid": "27244782-2525-4d49-a03a-64e2a4920631", "shelfLocationIdentifier": "mH/GXFreBEOzkXb/ZidlaQ==", "shelfLocationGuid": "5cc67f98-de5a-4304-b391-76ff66276569", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "oJSnl2Fl9EiooddSH/8dpg==", "labelPageLayoutGuid": "97a794a0-6561-48f4-a8a1-d7521fff1da6", "updated": "2025-10-05T00:01:49.1987856", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "13" }, "location": { "$id": "39", "identifier": "RM6yR2O1yUe8FmwE2SfYPA==", "storeID": 1, "identifierGuid": "47b2ce44-b563-47c9-bc16-6c04d927d83c", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-05T00:01:49.1987856", "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": "wj5dTCaKwUK/EGEdP4b67g==", "pluGuid": "4c5d3ec2-8a26-42c1-bf10-611d3f86faee", "deptNo": 1, "product": { "$ref": "13" }, "scaleLocation": { "$id": "41", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "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": "zRKrWFsY6EqgDXgUUEVg7w==", "labelPageLayoutGuid": "58ab12cd-185b-4ae8-a00d-7814504560ef", "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-10-05T00:01:49.1987856", "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": "qdQPsv8KP06OBqBh6c3k1Q==", "labelPageLayoutGuid": "b20fd4a9-0aff-4e3f-8e06-a061e9cde4d5", "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-10-05T00:01:49.1987856", "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": "wl2JrTQ9Bk+4Z3+waWrIQA==", "labelPageLayoutGuid": "ad895dc2-3d34-4f06-b867-7fb0696ac840", "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-10-05T00:01:49.1987856", "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": "QhpYN7DuyEmB1n3MjdJeJw==", "labelPageLayoutGuid": "37581a42-eeb0-49c8-81d6-7dcc8dd25e27", "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": "ao+Z14Q+QU2+wVxBCx6VwQ==", "pluGuid": "d7998f6a-3e84-4d41-bec1-5c410b1e95c1", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "7n64bkSrvUqK6G/hS2aSRA==", "dealCostGuid": "6eb87eee-ab44-4abd-8ae8-6fe14b669244", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "VewrZagNn0a1TXTDaPUcbQ==", "priceGroupGuid": "652bec55-0da8-469f-b54d-74c368f51c6d", "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-10-05T00:01:49.1987856", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "k6xKF0MPmkeJREyLheRh+A==", "campaignComboPriceGroupIdentifier": "174aac93-0f43-479a-8944-4c8b85e461f8", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-05T00:01:49.1987856", "operatorG_UID": "OZINmo2mmkKLniwOB0EgZA==", "operatorGuid": "9a0d9239-a68d-429a-8b9e-2c0e07412064", "machineID": 1, "processed": true, "appliedUtc": "2025-10-05T00:01:49.1987856", "signIqTicketFileMovedUtc": "2025-10-05T00:01:49.1987856", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-05T00:01:49.1987856", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "13" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "78a5d225-ae63-4776-bc9d-df8c23ebe0d9", "nameGuid": "78a5d225-ae63-4776-bc9d-df8c23ebe0d9", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-05T00:01:49.1987856", "startTime": 1, "endDate": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "system": true, "created": "2025-10-05T00:01:49.1987856", "updated": "2025-10-05T00:01:49.1987856", "priceChangeNotifiedUtc": "2025-10-05T00:01:49.1987856", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "b9YDVP/aWUqAV7WlKHwxXA==", "hostIdentifierGuid": "5403d66f-daff-4a59-8057-b5a5287c315c", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-05T00:01:49.1987856", "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": "kjEPyoYMFkyZHTJBlnfPMQ==", "pluGuid": "ca0f3192-0c86-4c16-991d-32419677cf31", "hostOfferID": 1, "priceGroupG_UID": "2waivoYfFkuEensQvqTSuQ==", "priceGroupGuid": "bea206db-1f86-4b16-847a-7b10bea4d2b9", "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-10-05T00:01:49.1987856", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "13" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "26yo3ZoikEqygeEss9InRg==", "identifierStr": "26yo3ZoikEqygeEss9InRg==", "identifierGuid": "dda8acdb-229a-4a90-b281-e12cb3d22746", "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": "caSkeTQRcEydTYvhhqIzlQ==", "customerIDGuid": "79a4a471-1134-4c70-9d4d-8be186a23395", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "AiFTzXqsWkS+jeBq8ZJe2A==", "identifierGuid": "cd532102-ac7a-445a-be8d-e06af1925ed8", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-05T00:01:49.1987856", "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": "d+Z8zYFe7UeJRuRUXHoF0w==", "communityIdentifierGuid": "cd7ce677-5e81-47ed-8946-e4545c7a05d3", "joined": "2025-10-05T00:01:49.1987856", "updated": "2025-10-05T00:01:49.1987856", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "utqleoTU+U+CtyeaAx2YPg==", "priceLevelIdentifierGuid": "7aa5daba-d484-4ff9-82b7-279a031d983e", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-05T00:01:49.1987856", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-10-05T00:01:49.1987856", "expiry": "2025-10-05T00:01:49.1987856", "customerID": "j5DIT9a2a0ael1z8fh5DpA==", "customerIDGuid": "4fc8908f-b6d6-466b-9e97-5cfc7e1e43a4", "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-10-05T00:01:49.1987856", "linkedAccount": "vybBe4MZjEmi4YY0WtSiXQ==", "linkedAccountGuid": "7bc126bf-1983-498c-a2e1-86345ad4a25d", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "7MV3PpMx2UWmSyFbDdbUHw==", "identifierGuid": "3e77c5ec-3193-45d9-a64b-215b0dd6d41f", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-05T00:01:49.1987856", "owner": "MdzVxjzVsUe2S2PetqnKPQ==", "ownerGuid": "c6d5dc31-d53c-47b1-b64b-63deb6a9ca3d", "accountStoreGroupIdentifier": "wkuW+pblWkCezMHg60kGzQ==", "accountStoreGroupGuid": "fa964bc2-e596-405a-9ecc-c1e0eb4906cd", "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-10-05T00:01:49.1987856", "active": true, "updated": "2025-10-05T00:01:49.1987856", "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": "1o9wmJERu0OeYM6nXm1BbQ==", "identifierGuid": "98708fd6-1191-43bb-9e60-cea75e6d416d", "name": "sample string 2", "primaryContact": "hirtMEQMlUGnV6dmre9jYg==", "primaryContactGuid": "30ed2a86-0c44-4195-a757-a766adef6362", "accountID": "O6fQCWvDTESzEXizNnVWzA==", "accountIDGuid": "09d0a73b-c36b-444c-b311-78b3367556cc", "special": true, "updated": "2025-10-05T00:01:49.1987856", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "WXNs6CUnPEG/yAiuBc2xgw==", "priceLevelIdentifierGuid": "e86c7359-2725-413c-bfc8-08ae05cdb183", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "3Hm6XrEB8USaW15Z0W6Jxw==", "groupIDGuid": "5eba79dc-01b1-44f1-9a5b-5e59d16e89c7", "customerID": "kFYlPqCg8E61ppZUBIdOQw==", "customerIDGuid": "3e255690-a0a0-4ef0-b5a6-965404874e43", "card": "sample string 4", "linkedAccount": "3eWzAHxa3k2YLq8EITWY0A==", "linkedAccountGuid": "00b3e5dd-5a7c-4dde-982e-af04213598d0", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "FG3VT7hVG0SD6kZGiV7Egg==", "identifierGuid": "4fd56d14-55b8-441b-83ea-4646895ec482", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "Ca9JY4Atck2TFIi2lrjNUg==", "accountIDGuid": "6349af09-2d80-4d72-9314-88b696b8cd52", "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-10-05T00:01:49.1987856", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "if0xZvGwHkGxX2XHPTG0/w==", "idempotentVoidGuid": "6631fd89-b0f1-411e-b15f-65c73d31b4ff", "offline": true, "processed": 1, "storeSaleHeader": { "$ref": "1" }, "metadata": { "$id": "63", "id": 1, "paymentID": 2, "paymentIdentifier": "uzpKUQ+GdEm3dItz1ejT/w==", "paymentIdentifierGuid": "514a3abb-860f-4974-b774-8b73d5e8d3ff", "identifier": "/8gAB8vvhE6qR4PqMGNKkw==", "identifierGuid": "0700c8ff-efcb-4e84-aa47-83ea30634a93", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "W0CuvVXWVkyet/Wouko50w==", "itemIdentifierGuid": "bdae405b-d655-4c56-9eb7-f5a8ba4a39d3" } }, { "$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": "nUuH9tYO4UWKdCfacZPukw==", "customerIdentifierGuid": "f6874b9d-0ed6-45e1-8a74-27da7193ee93", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "Jgl+ev22v0+h0+R7UbP4tg==", "idempotentGuid": "7a7e0926-b6fd-4fbf-a1d3-e47b51b3f8b6", "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-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "labelPageLayout": "Nrfhqq4eRkOHYhuTPrf10g==", "pageLayoutGuid": "aae1b736-1eae-4346-8762-1b933eb7f5d2", "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-10-05T00:01:49.1987856" }, { "$ref": "68" } ] }, "customerVouchers": [ { "$id": "69", "id": 1, "customerIdentifier": "9d4ngb9gw06dbi8k1RZvmg==", "customerIdentifierGuid": "8127def5-60bf-4ec3-9d6e-2f24d5166f9a", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-05T00:01:49.1987856", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "Sf1vSL1dF0m18046mS1Tzg==", "issuedIdempotentGuid": "486ffd49-5dbd-4917-b5f3-4e3a992d53ce", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-05T00:01:49.1987856", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-05T00:01:49.1987856", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "7eakdm4MsEOsSQzbRRE4sA==", "redeemedIdempotentGuid": "76a4e6ed-0c6e-43b0-ac49-0cdb451138b0", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-05T00:01:49.1987856", "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": "7poelWIAC0i+sOQuOPty1A==", "groupIDGuid": "951e9aee-0062-480b-beb0-e42e38fb72d4", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "70" } ], "signIqTickets": [ { "$id": "71", "identifier": "HdKY0jeGm0yiMctv7i+eQQ==", "identifierGuid": "d298d21d-8637-4c9b-a231-cb6fee2f9e41", "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": "ADEEGB03hkOa7uaJv8x5Rw==", "guid": "18043100-371d-4386-9aee-e689bfcc7947", "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": "TEiF/wypH0CCTfaZRsneHw==", "groupGuid": "ff85484c-a90c-401f-824d-f69946c9de1f", "comboPriceType": 5, "priceType": 5, "pluG_UID": "Q4Habu3F/0uJeghdZZMJLw==", "pluGuid": "6eda8143-c5ed-4bff-897a-085d6593092f", "priceGroupG_UID": "LA3Hzp36xUyh631uLycaog==", "priceGroupGuid": "cec70d2c-fa9d-4cc5-a1eb-7d6e2f271aa2", "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": "fVj6rftWPU+DXYmw+N/wgA==", "priceLevelIdentifierGuid": "adfa587d-56fb-4f3d-835d-89b0f8dff080", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "74" } ] }, "product": { "$ref": "13" }, "dealCost": { "$id": "75", "headerIdentifier": "6xpBmV1qRUqsqNdQFd/2jA==", "headerIdentifierGuid": "99411aeb-6a5d-4a45-aca8-d75015dff68c", "identifier": "TxGNVVorH0GwY44YPiky9g==", "identifierGuid": "558d114f-2b5a-411f-b063-8e183e2932f6", "supplierIdentifier": "Z0kqwBD+zUCtZkmcLQXgjw==", "supplierGuid": "c02a4967-fe10-40cd-ad66-499c2d05e08f", "pluG_UID": "qiERtruMYUySvCtNpK1RWw==", "pluGuid": "b61121aa-8cbb-4c61-92bc-2b4da4ad515b", "campaignName": "2b6076bf-0605-4502-8076-d2dd212c3af9", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-05T00:01:49.1987856", "end": "2025-10-05T00:01:49.1987856", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "j66RdzIco0+kP6cINrKm0A==", "bonusItemPluGuid": "7791ae8f-1c32-4fa3-a43f-a70836b2a6d0", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "campaignEndDate": "2025-10-05T00:01:49.1987856", "masterPLUG_UID": "fV4zWZqj9U+fj/UM2flv9A==", "masterID": "59335e7d-a39a-4ff5-9f8f-f50cd9f96ff4", "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": "jYWBmPJvuUuGonz49PxAnw==", "bonusMasterID": "9881858d-6ff2-4bb9-86a2-7cf8f4fc409f", "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-10-05T00:01:49.1987856", "dealCosts": [ { "$ref": "75" }, { "$ref": "75" } ], "tags": [ { "$id": "76", "pluG_UID": "5tz0y3S3B0WkKl0H9ApZKw==", "pluGuid": "cbf4dce6-b774-4507-a42a-5d07f40a592b", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "76" } ], "alternateProductG_UID": "4q5EYm69xkCfmHmL0RPR+w==", "alternateProduct": "6244aee2-bd6e-40c6-9f98-798bd113d1fb", "productHostCode": { "$id": "77", "id": 1, "pluG_UID": "jv8BDrZhNkqtUsDE/3VmJg==", "pluGuid": "0e01ff8e-61b6-4a36-ad52-c0c4ff756626", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-10-05T00:01:49.1987856", "inventoryTracked": "2025-10-05T00:01:49.1987856", "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": "lIYF9ZAq/E633sm8EvRqSQ==", "supplierGuid": "f5058694-2a90-4efc-b7de-c9bc12f46a49", "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": "XE+ktPOUgkSgJCzL1CBiOg==", "supplierGuid": "b4a44f5c-94f3-4482-a024-2ccbd420623a", "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-10-05T00:01:49.1987856", "deliveryDate": "2025-10-05T00:01:49.1987856", "nextCutOffDate": "2025-10-05T00:01:49.1987856", "nextDeliveryDate": "2025-10-05T00:01:49.1987856", "nextDaysBuffer": 10 }, { "$ref": "80" } ], "store": { "$ref": "4" }, "updated": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "processed": "2025-10-05T00:01:49.1987856", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "81" } ], "zoneMatrix": [ { "$id": "83", "id": 1, "hostIdentifier": "B5zpiUBP1UGrPkxkdYZiww==", "hostIdentifierGuid": "89e99c07-4f40-41d5-ab3e-4c64758662c3", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "44ae31c6-c416-42ed-964b-c043e24702d5", "d41fd810-e23c-4dfe-8325-158665677df3" ] }, { "$ref": "83" } ], "hostFileStoreSetting": { "$ref": "6" }, "hostStoreSettings": [ { "$ref": "6" }, { "$ref": "6" } ], "promotionPlacements": [ { "$id": "84", "identifier": "ehwUw2Udn0uryk0u4Jnp4g==", "identifierGuid": "c3141c7a-1d65-4b9f-abca-4d2ee099e9e2", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "84" } ], "promoTypeGuids": [ "455f6b98-d8d3-4ce4-bfb4-aaedbf98f1bf", "bb6b134a-e908-45c3-bdb3-80a38109e564" ], "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-10-05T00:01:49.1987856", "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": "74737cbe-7c06-445b-865b-1fc358c73c51", "updateStore": { "$id": "90", "id": "eeb38f29-77cb-49e7-bbe0-cebb74b6909a", "name": "sample string 1", "lastActivity": "2025-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856" }, "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": "zBEXldfe+E+AH0IBMd6Seg==", "identifierGuid": "951711cc-ded7-4ff8-801f-420131de927a", "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-10-05T00:01:49.1987856", "deleted": true }, "details": [ { "$id": "93", "saleItemID": 1, "identifier": "1O5GDtyWTU6+o8/uiqgkQA==", "identifierGuid": "0e46eed4-96dc-4e4d-bea3-cfee8aa82440", "saleHeaderID": 2, "plu": 1, "pluG_UId": "IW4wqoZzVkasRX/5qwn4hQ==", "pluGuid": "aa306e21-7386-4656-ac45-7ff9ab09f885", "accountID": "EdneXCILxkW5rc0A5GAU1Q==", "accountIDGuid": "5cded911-0b22-45c6-b9ad-cd00e46014d5", "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-10-05T00:01:49.1987856", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "lvDhC5e4ZEewPdbvM2fe1g==", "refundGuid": "0be1f096-b897-4764-b03d-d6ef3367ded6", "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": "jPYcuZQ5XkKQfFTtj7Eftg==", "idempotentVoidGuid": "b91cf68c-3994-425e-907c-54ed8fb11fb6", "priceLevelIdentifier": "sxjHtRkK6ECm4n6W1y+mPg==", "priceLevelIdentifierGuid": "b5c718b3-0a19-40e8-a6e2-7e96d72fa63e", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "94", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-05T00:01:49.1987856", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "94" } ], "refund": { "$id": "95", "id": 1, "g_UID": "nhjIF9as6E26ircgmBwYyQ==", "guid": "17c8189e-acd6-4de8-ba8a-b720981c18c9", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:01:49.1987856" }, "modifier": { "$id": "96", "id": 1, "setG_UID": "gvizuQtMLkiDfUHH0W2t6A==", "modifierSetGuid": "b9b3f882-4c0b-482e-837d-41c7d16dade8", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "Cqw7KimBOE+qWp0vArEN8w==", "pluGuid": "2a3bac0a-8129-4f38-aa5a-9d2f02b10df3", "deleted": true, "g_UID": "J3lHynh40Um9BT0xZzybcA==", "guid": "ca477927-7878-49d1-bd05-3d31673c9b70", "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": "0kbq66nwFUem3nWPbnkzUg==", "pluGuid": "ebea46d2-f0a9-4715-a6de-758f6e793352", "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-10-05T00:01:49.1987856", "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-10-05T00:01:49.1987856", "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": "hGZ5dHfLJkWfGiyzrHNSAQ==", "pluGuid": "74796684-cb77-4526-9f1a-2cb3ac735201", "accountID": "hDGEwZj6ZkiJShH6LEdw8w==", "accountIDGuid": "c1843184-fa98-4866-894a-11fa2c4770f3", "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-10-05T00:01:49.1987856", "bestOrExpireType": 1, "refundG_UID": "9ievEgPrZ0OGK9/KwqEeJw==", "refundGuid": "12af27f6-eb03-4367-862b-dfcac2a11e27", "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": "WJN/Ez18O0Gz4yv8ZZeEAQ==", "identifierGuid": "137f9358-7c3d-413b-b3e3-2bfc65978401", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "W2bKhnULNk6kT1vTPW3zww==", "customerIdentifierGuid": "86ca665b-0b75-4e36-a44f-5bd33d6df3c3", "operatorNo": 1, "operatorG_UID": "/Jw4IAXNRUys/PGnKbPq1Q==", "operatorGuid": "20389cfc-cd05-4c45-acfc-f1a729b3ead5", "created": "2025-10-05T00:01:49.1987856", "ordered": "2025-10-05T00:01:49.1987856", "started": "2025-10-05T00:01:49.1987856", "completed": "2025-10-05T00:01:49.1987856", "supplied": "2025-10-05T00:01:49.1987856", "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": "hNup6C8720qQIXQnzjyHAQ==", "pluGuid": "e8a9db84-3b2f-4adb-9021-7427ce3c8701", "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": "u44fF5xeekCMbZ9weA6z/g==", "headerIdentifierGuid": "171f8ebb-5e9c-407a-8c6d-9f70780eb3fe", "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": "pqkzcjKnv0KkSkotDoHSUw==", "surveyGuid": "7233a9a6-a732-42bf-a44a-4a2d0e81d253", "saleHeaderGuid": "U8Ju2Gq4GUiW8jSBr40NTg==", "saleGuid": "d86ec253-b86a-4819-96f2-3481af8d0d4e", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "rcwRbQE9yka42nVj09ektQ==", "guidResponse": "6d11ccad-3d01-46ca-b8da-7563d3d7a4b5", "whoAnswered": 2, "answeredAtUTC": "2025-10-05T00:01:49.1987856", "sale": { "$ref": "1" }, "survey": { "$id": "105", "g_UID": "dV2IVeBlx02skle7jwF86Q==", "guid": "55885d75-65e0-4dc7-ac92-57bb8f017ce9", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "y8vzILCRB0qIMYoMgDTv+Q==", "checkoutFormGuid": "20f3cbcb-91b0-4a07-8831-8a0c8034eff9", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-05T00:01:49.1987856", "end": "2025-10-05T00:01:49.1987856", "deleted": true, "updated": "2025-10-05T00:01:49.1987856", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "ef7fef82-cc06-4158-86c7-f9599bf065bd", "eec25755-1eb8-4c82-ad12-1acd7698b3a9" ], "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": "wogZiktEbkW6W3+yvG0qCQ==", "accountIdentifier": "8a1988c2-444b-456e-ba5b-7fb2bc6d2a09", "accountName": "sample string 42", "customerOrderIdentifier": "Ifq5w2WV80qqJXutURw34w==", "customerOrderIdentifierGuid": "c3b9fa21-9565-4af3-aa25-7bad511c37e3", "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 8 E[O5?� 5 xl/workbook.xml � (� ����0��&�C��(�!8q���{)�m�?ik��-%�x�3;��ԋqSō>j־r !؊�(�/Ƃ���8�B��E�8J��o:�[�Q�`fA텴o�X�:`� A�J1�q{>!T�͞�d4�����"��:�����f ܱ�0J�}h�#W�8<h^��(�Ős|�XM���PK 8 E[���� � [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 8 E[�o+ ' ' _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="R7b98f98f57d84b6a" /></Relationships>PK 8 E[B��U� �2 xl/worksheets/sheet1.xml � (� �[�r۸���/��4R��Hf�'{��k˱kb+%)�|�4A[]��<$r�� ������͏�߳��z~{2ѕ��n���O&�V����_��w��?˫�luD������j���t�<��ݜ-����-�]�7g+�q�}:���>�=�����ݮ�F)?]�~���Q˫��ɟh��Z�\��.�[���'��������⚢w�?Z�.O&�~о5����������n�}>�������g'����?^?����bvy�����������ՊPrk�����������ٿ��/VW� *��z��#�����j~�y�����7����Yc�qV9D;���V6xP>jg Ϸ�?�T�}�"zeLt��n�������*8e����6���W������q��c���l4*xc�?n�cﯫ!Xm���ø�V�@jAi��s����Ϡ��Q�:�P��H�M�K�z PFA'j�y��A���ND�6W��c�`�S$*Ꞌ��VySzv"����;g�U*e}!B��ٳ�'�H �.DHD�8x� Z�:D!B���h(�`�E/�p0��F�A�8ht�I�"�'�o����Jb�w���M��&q�����${��'���z�M�#���A�sB���ypƣ+�!qЄ��VM��Tl �{К���" ��&ˆD�h)����m!$��3�1v8��$&�>��@b"�{� ���뙘6W?�H�k�B��@�*J^@��`�/(a��Rva �!贋Z�S 1��=$B<0�M�����V!q�ޗ�6q�B�$J��j�L�v��<�D�6`J��&.�����(T����!qц�"�8h3��"eث���A;ࠣ<#�e���\��9hLE���� e�B��A�s�`�)SĮ$"$��"Ce�%SH�E(�4.Q���2p���a;�dT� C��Ġ� ��%*���b�U�P���B�DE7l���ME*!�(�M�.Q� (�=ӂO��*O�4&�}G�DI��w�}ԛP��%|��7�SD�����'=��64/jp�)�S$Nz��շ��l�8�{N��hT��>��N�t������|�yb����{$V���1O��i�ܫ���EsEE�>�ϥGH\=�&�7Z��]�CH\==%7�l�.U7B�b��\e��$mu7<"$.����T��q�K�JcwH\6�i� �)IC ����s1� (��쯨s,��!q1�\��Q9����Bn �;�����ۤ���n����� ��V�=�%COI���� _]�- %��d M� ���!Qu~��-��i $8`�$��&J�%%�В������X���O�hY��(��N2�(�!OQ��Քt�^���,�%GC4xU�q�(��21Q2fM$%=x�T�QZ��({JU���*t�>6&F�C#�}gꘘ����+����Vg�Nj���b�L�O5}\��EX�L����ߧ�x����X4�zh��Z����]Z<ڵ�C�ǻnh�d��-��Z��ų]Z<ߵ�C�bԗ� C��`�`}-�0\�&ط� C�o��A�N0aؾL���G�m�O� C��`���"�0t� &�o� C�Dh�� C��%!2�kA��!\bq-�Ƶ H` ׂ$��\�s-�80��,(84��,h88-�YP��8�gA���,�r��Z�� Q�q4j9H-�YP��82ugA����:u�FЩc87�Nùt��S�pn���pn�:�s#��1�A��w�N=�YЩ�8:�gA���,��s��z���S�qt�9N=�Y�i�8: gA���,�4p�������qt8Nùtέ���pn�"ùt��?t��V�)2�[A��pn�"ù��\�s+�9N��,�9N#�Y�i�8:�gA���yJ�vJ2��d6N��Ә݀��&�<̟`]��wN��G��>�^�<���|��=����ڋ���#k�F�^���Y{;����ڻ���#k�5��>��}Y��?����Zf�7��wlu9L- �wu�bx�����$�k���(���#����z�>��C�����7b(�K)�+Ɉ���%#��7�o����pd���z ,>�������>F��ȍ���@p|گ���(��6���Ҋ������ � -�x�)hKs�7��6,���<��x:��?h�7͠�;���xB�OE�$1.�fP���C#i�_�5c��X�;)<߃$0~��H��x�GɈ��`�SB�Y2��"q�%Nsu7B��\�$F��V#��k%1�k�V#��k�J�/�ZI��f�}2£���=+K���w+ �k��C��$P�Z��;�v�O�۱����Ƌi������b�x<��f��W6���r�PK 8 E[���"� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8����ݰa[zǙ|�Ķl��Xp$��U$H%l����I3�����2��a�FB��@�h�Mf�p��] ��f���i"��$�� a��=P� �uhR��~Q1�~�N���y.�_3�Ig��!ھ�4>Z}Z��?����c#���F ?�@/���S'a/X�E+ �y�4z3��3�_��|%�����mu�V�ʌ�c�}���i]^�5 �U�%���5z��/PK 8 E[Ѓ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 8 E[��Ps ? xl/sharedStrings.xml � (� �Y[o�~/p������ՒI�q..�$��-Ѓ��đ-�.^�J���ޡ,ŲIŋ�] �|Cr8�a�}����<)�3sh� � �䫋�/�[� ��9�i���������s�� ����l-���hģ5d�� ��E�Q���j�7%P�� "KG�a�GM�ATT��cm�lP�ɷ ��<$�<���=��r:9���cwU���)�\$q��F�����=���14���8����U���)_/!GIU�d=��鑫(z�E�f*��C����>I.�N¢R_�|�K͑(�~Dž~���9��@_�$�v���&��F��r��c�sYD��j�i�)J���(Au�� ����|Q���yX�E��~�;�[XdF���=�;X���� l�cqL��|�T�q�[T� ��|��f �����rW�X��|���9Ċ5�y)n|S�SS�*ѻ�{7���F�D��e��4�:�A�PH�=F�U�Y���m�Giœuφ�� ��F�MI���o4L��Bz,�"ޢ��H�~��h8(��(s� و�������J��B� (sT���j��l��R4�,����JJ`7o2{(p�Gg (����(��^ �G�.��6}UU5��J�b����*�Po�$�E���>��&��rE��r�&4I=�ĭ�n3�V��i�ن&��>Q�V�Ĥ�aҀT��f�7ǩ�ض�FY[�]�k��jխ�&肑N�s�\�69 +�- ��mBԈq�����M��{�ם7���kn=�W%���Z��;��筀��}F�<ǰIx@�`$�hL��;!�}�)r��-�D�8���ۊ�āk'`�P?���Ǿ�-� �i���'�Zq��06"b1�v�82#���X��ac�$0�� ����)u�c���aS9�wO���wW�3�O��дl��Xo�8�:�^9YV�?��O��6O�N� f�i�ĥaD72�oFq���C�q|�N�r�6�~���dp10�����?"����Sׄ���E�A�ȣ�ٱG r}�x�;�d�Zu���Xc����#EK�6)��%�@{PG�ϔ�עd �J���4bw���uc�1��N�tU+��$�9�`#���ˢ�}j��%<�9]a<\ԥj��kך�k䗖�4j���iKe~�qh��.�&��`m�:��*M�W�t�LҴC�'�78ݧ�ε����"[~d�㒿/���"�ܣ6� �;�Lc�,�r���0?9��jֵ�,�m����O�.� [�R,���|��M�N�t���=�^�=4�,|y�E��j;�AX� �5��_�8�p�Mʇ7��a�O����?�J�.��K�.�5rD̵-Ӱ���8.%!���1��X.�ڵ���4K�m��ἓ�G���S��L��{�h���<ş�R�?�����~Řl0L},7����e��Ħ14�nMW�U�Z���1P�i�V�Gq��߬1m�ڬ]�wr)O:��y���ȋ`�y�{�gL�q��y�pY}��H��w��+���n���iN[`���c���:�b-�=25�D-���-�&E�Ru��NW}�z�����0�w����#����m���a�wʯ �J��e�Nz�0��@+L+p�"�ħ��\(����n*�-td��4,E��,�=7!�WiZ�Vc�z���kc�@��ph �Ci���LJr����\>����ϖ���������\��<?`��h�3v�?� �gm/��g��yk����W�������6�W�v�l�������?��R�����[���Q�qb��y��191�9���S3����� q� �/�03��δ��;bj�$p�.qhlJ-�x!e�iF���!�y ��#����PK- 8 E[O5?� 5 xl/workbook.xmlPK- 8 E[���� � � [Content_Types].xmlPK- 8 E[�o+ ' ' U _rels/.relsPK- 8 E[B��U� �2 � xl/worksheets/sheet1.xmlPK- 8 E[���"� P � xl/_rels/workbook.xml.relsPK- 8 E[Ѓc'2 E xl/styles.xmlPK- 8 E[��Ps ? | xl/sharedStrings.xmlPK � =
application/vnd.ms-excel
PK 8 E[��/� 5 xl/workbook.xml � (� ����0��&�C�p�1Dp��Ճ���@�����O ��mgv��)F����=����ܗ���� ��Hc8YGf�I�5�I�X)UC�mޚL�$)x0*kB�\�+�Vp�� Q�ÊҨ��Ɗ��C�9[��d���7U,��bQ̠�����Ź�%?s�s5 ��%)DvM1�."�|g����PK 8 E[���� � [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 8 E[Ŗq' ' _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="Rb1dadb2ccb634cd3" /></Relationships>PK 8 E[B��U� �2 xl/worksheets/sheet1.xml � (� �[�r۸���/��4R��Hf�'{��k˱kb+%)�|�4A[]��<$r�� ������͏�߳��z~{2ѕ��n���O&�V����_��w��?˫�luD������j���t�<��ݜ-����-�]�7g+�q�}:���>�=�����ݮ�F)?]�~���Q˫��ɟh��Z�\��.�[���'��������⚢w�?Z�.O&�~о5����������n�}>�������g'����?^?����bvy�����������ՊPrk�����������ٿ��/VW� *��z��#�����j~�y�����7����Yc�qV9D;���V6xP>jg Ϸ�?�T�}�"zeLt��n�������*8e����6���W������q��c���l4*xc�?n�cﯫ!Xm���ø�V�@jAi��s����Ϡ��Q�:�P��H�M�K�z PFA'j�y��A���ND�6W��c�`�S$*Ꞌ��VySzv"����;g�U*e}!B��ٳ�'�H �.DHD�8x� Z�:D!B���h(�`�E/�p0��F�A�8ht�I�"�'�o����Jb�w���M��&q�����${��'���z�M�#���A�sB���ypƣ+�!qЄ��VM��Tl �{К���" ��&ˆD�h)����m!$��3�1v8��$&�>��@b"�{� ���뙘6W?�H�k�B��@�*J^@��`�/(a��Rva �!贋Z�S 1��=$B<0�M�����V!q�ޗ�6q�B�$J��j�L�v��<�D�6`J��&.�����(T����!qц�"�8h3��"eث���A;ࠣ<#�e���\��9hLE���� e�B��A�s�`�)SĮ$"$��"Ce�%SH�E(�4.Q���2p���a;�dT� C��Ġ� ��%*���b�U�P���B�DE7l���ME*!�(�M�.Q� (�=ӂO��*O�4&�}G�DI��w�}ԛP��%|��7�SD�����'=��64/jp�)�S$Nz��շ��l�8�{N��hT��>��N�t������|�yb����{$V���1O��i�ܫ���EsEE�>�ϥGH\=�&�7Z��]�CH\==%7�l�.U7B�b��\e��$mu7<"$.����T��q�K�JcwH\6�i� �)IC ����s1� (��쯨s,��!q1�\��Q9����Bn �;�����ۤ���n����� ��V�=�%COI���� _]�- %��d M� ���!Qu~��-��i $8`�$��&J�%%�В������X���O�hY��(��N2�(�!OQ��Քt�^���,�%GC4xU�q�(��21Q2fM$%=x�T�QZ��({JU���*t�>6&F�C#�}gꘘ����+����Vg�Nj���b�L�O5}\��EX�L����ߧ�x����X4�zh��Z����]Z<ڵ�C�ǻnh�d��-��Z��ų]Z<ߵ�C�bԗ� C��`�`}-�0\�&ط� C�o��A�N0aؾL���G�m�O� C��`���"�0t� &�o� C�Dh�� C��%!2�kA��!\bq-�Ƶ H` ׂ$��\�s-�80��,(84��,h88-�YP��8�gA���,�r��Z�� Q�q4j9H-�YP��82ugA����:u�FЩc87�Nùt��S�pn���pn�:�s#��1�A��w�N=�YЩ�8:�gA���,��s��z���S�qt�9N=�Y�i�8: gA���,�4p�������qt8Nùtέ���pn�"ùt��?t��V�)2�[A��pn�"ù��\�s+�9N��,�9N#�Y�i�8:�gA���yJ�vJ2��d6N��Ә݀��&�<̟`]��wN��G��>�^�<���|��=����ڋ���#k�F�^���Y{;����ڻ���#k�5��>��}Y��?����Zf�7��wlu9L- �wu�bx�����$�k���(���#����z�>��C�����7b(�K)�+Ɉ���%#��7�o����pd���z ,>�������>F��ȍ���@p|گ���(��6���Ҋ������ � -�x�)hKs�7��6,���<��x:��?h�7͠�;���xB�OE�$1.�fP���C#i�_�5c��X�;)<߃$0~��H��x�GɈ��`�SB�Y2��"q�%Nsu7B��\�$F��V#��k%1�k�V#��k�J�/�ZI��f�}2£���=+K���w+ �k��C��$P�Z��;�v�O�۱����Ƌi������b�x<��f��W6���r�PK 8 E[�3^�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_���*$�n�Ms��b��MΖE��+�R�H]t��?��4���c�=M#yØ��%��^3�^�1ۇ���G�ˍ�9���' .���ҤN*UaF_:6�I�Rƞ�JT��3��qɀ[&ٟg�1X;h|�8����{���3���=f ?Q�ף� ȋ��-�[)&Z�,z7���#�_��z!�b���d�m����S�k�e�K�e��fUcTm��A~U�7�b�PK 8 E[Ѓ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 8 E[��Ps ? xl/sharedStrings.xml � (� �Y[o�~/p������ՒI�q..�$��-Ѓ��đ-�.^�J���ޡ,ŲIŋ�] �|Cr8�a�}����<)�3sh� � �䫋�/�[� ��9�i���������s�� ����l-���hģ5d�� ��E�Q���j�7%P�� "KG�a�GM�ATT��cm�lP�ɷ ��<$�<���=��r:9���cwU���)�\$q��F�����=���14���8����U���)_/!GIU�d=��鑫(z�E�f*��C����>I.�N¢R_�|�K͑(�~Dž~���9��@_�$�v���&��F��r��c�sYD��j�i�)J���(Au�� ����|Q���yX�E��~�;�[XdF���=�;X���� l�cqL��|�T�q�[T� ��|��f �����rW�X��|���9Ċ5�y)n|S�SS�*ѻ�{7���F�D��e��4�:�A�PH�=F�U�Y���m�Giœuφ�� ��F�MI���o4L��Bz,�"ޢ��H�~��h8(��(s� و�������J��B� (sT���j��l��R4�,����JJ`7o2{(p�Gg (����(��^ �G�.��6}UU5��J�b����*�Po�$�E���>��&��rE��r�&4I=�ĭ�n3�V��i�ن&��>Q�V�Ĥ�aҀT��f�7ǩ�ض�FY[�]�k��jխ�&肑N�s�\�69 +�- ��mBԈq�����M��{�ם7���kn=�W%���Z��;��筀��}F�<ǰIx@�`$�hL��;!�}�)r��-�D�8���ۊ�āk'`�P?���Ǿ�-� �i���'�Zq��06"b1�v�82#���X��ac�$0�� ����)u�c���aS9�wO���wW�3�O��дl��Xo�8�:�^9YV�?��O��6O�N� f�i�ĥaD72�oFq���C�q|�N�r�6�~���dp10�����?"����Sׄ���E�A�ȣ�ٱG r}�x�;�d�Zu���Xc����#EK�6)��%�@{PG�ϔ�עd �J���4bw���uc�1��N�tU+��$�9�`#���ˢ�}j��%<�9]a<\ԥj��kך�k䗖�4j���iKe~�qh��.�&��`m�:��*M�W�t�LҴC�'�78ݧ�ε����"[~d�㒿/���"�ܣ6� �;�Lc�,�r���0?9��jֵ�,�m����O�.� [�R,���|��M�N�t���=�^�=4�,|y�E��j;�AX� �5��_�8�p�Mʇ7��a�O����?�J�.��K�.�5rD̵-Ӱ���8.%!���1��X.�ڵ���4K�m��ἓ�G���S��L��{�h���<ş�R�?�����~Řl0L},7����e��Ħ14�nMW�U�Z���1P�i�V�Gq��߬1m�ڬ]�wr)O:��y���ȋ`�y�{�gL�q��y�pY}��H��w��+���n���iN[`���c���:�b-�=25�D-���-�&E�Ru��NW}�z�����0�w����#����m���a�wʯ �J��e�Nz�0��@+L+p�"�ħ��\(����n*�-td��4,E��,�=7!�WiZ�Vc�z���kc�@��ph �Ci���LJr����\>����ϖ���������\��<?`��h�3v�?� �gm/��g��yk����W�������6�W�v�l�������?��R�����[���Q�qb��y��191�9���S3����� q� �/�03��δ��;bj�$p�.qhlJ-�x!e�iF���!�y ��#����PK- 8 E[��/� 5 xl/workbook.xmlPK- 8 E[���� � � [Content_Types].xmlPK- 8 E[Ŗq' ' U _rels/.relsPK- 8 E[B��U� �2 � xl/worksheets/sheet1.xmlPK- 8 E[�3^�� P � xl/_rels/workbook.xml.relsPK- 8 E[Ѓc'2 E xl/styles.xmlPK- 8 E[��Ps ? { xl/sharedStrings.xmlPK � <