GET api/storesale/{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": "K1Rixp+8JUSgKboR3OeAQg==", "saleHeaderIdentifierGuid": "c662542b-bc9f-4425-a029-ba11dce78042", "created": "2025-06-14T07:26:50.202884", "createdLocal": "2025-06-14T07:26:50.202884", "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-06-14T07:26:50.202884", "storeID": 1, "operatorG_Uid": "z9dMJ4YVTkS9SkXWJqKEKw==", "operatorGuid": "274cd7cf-1586-444e-bd4a-45d626a2842b", "customerG_Uid": "Lgpp/vo9Vk2xy2LmB+JvMQ==", "customerGuid": "fe690a2e-3dfa-4d56-b1cb-62e607e26f31", "communityIdentifier": "pdnAE/TYzUKFaKFJdQU9dg==", "communityIdentifierGuid": "13c0d9a5-d8f4-42cd-8568-a14975053d76", "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": "juQCQDuOXU6XtKvs5HGlpg==", "priceLevelIdentifierGuid": "4002e48e-8e3b-4e5d-97b4-abece471a5a6", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "2", "id": 1, "g_Uid": "S/nB233rTk6e+KgkiZ3eiQ==", "guid": "dbc1f94b-eb7d-4e4e-9ef8-a824899dde89", "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-06-14T07:26:50.202884", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T07:26:50.202884", "endShift": "2025-06-14T07:26:50.202884", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "3", "operatorG_UID": "jiUUU4ubVkCoeyRkuqwniA==", "operatorGuid": "5314258e-9b8b-4056-a87b-2464baac2788", "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-06-14T07:26:50.202884", "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": "k9RzElYTyUi+iuwAp1Yb1g==", "hostIdentifierGuid": "1273d493-1356-48c9-be8a-ec00a7561bd6", "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-06-14T07:26:50.2063052", "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": "d6PsUFKyiUO5RsTSL1I5Kw==", "hostIdentifierGuid": "50eca377-b252-4389-b946-c4d22f52392b", "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": "aSRGL3WdRESt4BvWV3Ilvg==", "identifierGuid": "2f462469-9d75-4444-ade0-1bd6577225be", "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": "s/vfDHMcNkeTv6Pb8dG2NA==", "hostSupplierIdentifierGuid": "0cdffbb3-1c73-4736-93bf-a3dbf1d1b634", "loyaltyPriceLevelIdentifier": "s5vBDOKvNke08C6fOIolvw==", "loyaltyPriceLevelIdentifierGuid": "0cc19bb3-afe2-4736-b4f0-2e9f388a25bf", "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-06-14T07:26:50.2063052", "lastProcessed": "2025-06-14T07:26:50.2063052", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "8", "identifier": "gc/e/JugJk68WUAdINdmIA==", "identifierGuid": "fcdecf81-a09b-4e26-bc59-401d20d76620", "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": "Hk0ViS1yJkSsockkoRP8SA==", "primaryContactID": "89154d1e-722d-4426-aca1-c924a113fc48", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "VFNTrMVdu02b69yzofRcZg==", "supplierGroupGuid": "ac535354-5dc5-4dbb-9beb-dcb3a1f45c66", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T07:26:50.2063052", "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": "2caa4165-dac7-41ae-a7f7-b672ecc09a05", "identifier": "g6MzA5lIvkGtUgZYkYscag==", "identifierGuid": "0333a383-4899-41be-ad52-0658918b1c6a", "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": "IFEGn4gIKE2KP0WRJKp9VQ==", "supplierIdentifierGuid": "9f065120-0888-4d28-8a3f-459124aa7d55", "contactGuid": "Cs7mWB+tEk26hhkwK3N5Ew==", "contactID": "58e6ce0a-ad1f-4d12-ba86-19302b737913", "contact": { "$ref": "9" }, "supplier": { "$ref": "8" } }, { "$ref": "10" } ], "products": [ { "$id": "11", "pluG_UID": "bXAUkcOyF0uaVSJU8izNRQ==", "pluGuid": "9114706d-b2c3-4b17-9a55-2254f22ccd45", "supplierIdentifier": "7DJp8sPTMUq37bHn1er8Yg==", "supplierIdentifierGuid": "f26932ec-d3c3-4a31-b7ed-b1e7d5eafc62", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T07:26:50.2063052", "pricedByWeight": true, "landedUnitCostEx": 8, "landedUnitCostInc": 9, "landedCartonCostInc": 10, "landedCartonCostEx": 11, "standardCost": 12, "deliveryFee": 1, "deliveryFeeBasis": "sample string 13", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 14", "financeFee": 1, "financeFeeBasis": "sample string 15", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 16", "invoiceCode": "sample string 17", "invoiceDesc": "sample string 18", "orderDirect": true, "useCost": true, "minimumQuantity": 19, "hostType": 20, "fromHost": 21, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 22.1, "sellMultiple": 23.1, "baseMultiple": 24.1, "hostStandardCost": 25, "hostTotalCost": 26, "hostRetail": 27, "hostLandedUnitCostEx": 28, "hostLandedUnitCostInc": 29, "hostDesc": "sample string 30", "directIndicator": "sample string 31", "availableToOrder": true, "hostRangeIndicator": "sample string 33", "hostProductType": "sample string 34", "hostProductGrade": "sample string 35", "hostProductGroup": "sample string 36", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 39", "hostLastUpdated": "2025-06-14T07:26:50.2063052", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "12", "pluG_UID": "j6AR2P+640iRACarXhc6UA==", "pluGuid": "d811a08f-baff-48e3-9100-26ab5e173a50", "supplierIdentifier": "kSth7qvoGUi1jJIM6qYDzA==", "supplierIdentifierGuid": "ee612b91-e8ab-4819-b58c-920ceaa603cc", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "12" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 40", "salesMode": 41, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 43, "parentPluG_UID": "AE8xCxUDLEKC5l87NXGdhQ==", "parentPluGuid": "0b314f00-0315-422c-82e6-5f3b35719d85", "freight": 44.0, "freightType": 1, "product": { "$id": "13", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "KwUpmImdPU+bl7DHx5RXSg==", "guid": "9829052b-9d89-4f3d-9b97-b0c7c794574a", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "6Qz8wZDmWkCK7ewCqwOeaA==", "priceGroupGuid": "c1fc0ce9-e690-405a-8aed-ec02ab039e68", "blueprintID": 1, "lastCountedDate": "2025-06-14T07:26:50.2063052", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T07:26:50.2063052", "pluCreated": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "lastManualUpdate": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "currentCostUpdated": "2025-06-14T07:26:50.2063052", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T07:26:50.2063052", "defaultGP": 1, "breakTargetMode": 32, "break1": 1, "price1": 1, "target1": 33, "break2": 1, "price2": 1, "target2": 34, "break3": 1, "price3": 1, "target3": 35, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-06-14T07:26:50.2063052", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "3WCDR1N9XEC4XFLFPvLxtg==", "altPLUGuid": "478360dd-7d53-405c-b85c-52c53ef2f1b6", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 53", "altPriceDescription2": "sample string 54", "cartonQuantity": 55, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 57", "text2": "sample string 58", "text3": "sample string 59", "labelText": "sample string 60", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 64", "barcodeFormat": "sample string 65", "austMade": 1, "coolCode": 66, "countryOfOrigin": "sample string 67", "percentContent": 68.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 69", "subDeptCode": "sample string 70", "minorDeptCode": "sample string 71", "lesserDeptCode": "sample string 72", "deptName": "sample string 73", "subDeptName": "sample string 74", "minorDeptName": "sample string 75", "lesserDeptName": "sample string 76", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 79, "labelShelfChanged": true, "labelTalkerQty": 81, "labelSmall": true, "labelLastPrinted": "2025-06-14T07:26:50.2063052", "labelLastPrice": 1, "shelfPageLayoutG_UID": "3WrbCfuRrEyPGonU0oeNKQ==", "shelfPageLayoutGuid": "09db6add-91fb-4cac-8f1a-89d4d2878d29", "talkerPageLayoutG_UID": "syDABFXwEUCSpFcc/Twa4g==", "talkerPageLayoutGuid": "04c020b3-f055-4011-92a4-571cfd3c1ae2", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 84, "unitMeasureKindChanged": true, "signIQData": "sample string 86", "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": 90, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 93, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "GTXRz3uATkCKn+y2zewC7A==", "inventoryIdentifier": "cfd13519-807b-404e-8a9f-ecb6cdec02ec", "inventoryAccuracy": 1, "baseUnits": 97, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 98, "defaultPrinter": "sample string 99", "defaultPrinterGroup": "sample string 100", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 101, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "oH9EVhHynUG4l1sB6qZrbg==", "parentPluGuid": "56447fa0-f211-419d-b897-5b01eaa66b6e", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "nWMqql5UoUSvAVmUubiuZA==", "supplierIdentifierGuid": "aa2a639d-545e-44a1-af01-5994b9b8ae64", "supplierChanged": true, "rebateSupplierIdentifier": "QsuSkxpeQ0+kRbzUXSybxw==", "rebateSupplierIdentifierGuid": "9392cb42-5e1a-4f43-a445-bcd45d2c9bc7", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 107", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 109", "productType": "sample string 110", "productGroup": "sample string 111", "complianceIndicator": "sample string 112", "inhouseBrand": "sample string 113", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 116", "lastUpdatedByUser": "sample string 117", "lastManualUpdatedByUser": "sample string 118", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-06-14T07:26:50.2063052", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "DBcwNEreW0CMWbNbb9EdpA==", "hostIdentifierGuid": "3430170c-de4a-405b-8c59-b35b6fd11da4", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 124", "aisleEnds": "sample string 125", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 136, "webPriceRounding": true, "webMarkup": 138, "webPriceMode": 139, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 140", "altSubDeptCode": "sample string 141", "altMinorDeptCode": "sample string 142", "altLesserDeptCode": "sample string 143", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "13" }, { "$ref": "13" } ], "store": { "$ref": "4" }, "storePrices": [ { "$id": "14", "pluG_UID": "c9L4VDlfO0+sr/w36uPR0w==", "pluGuid": "54f8d273-5f39-4f3b-acaf-fc37eae3d1d3", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-06-14T07:26:50.2063052" }, { "$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-06-14T07:26:50.2063052", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "16" }, "winningCampaign": 1, "winner": { "$id": "17", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T07:26:50.2063052", "startTime": 3, "endDate": "2025-06-14T07:26:50.2063052", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "qitRB79GhU6WbX3EwD3roQ==", "hostIdentifierGuid": "07512baa-46bf-4e85-966d-7dc4c03deba1", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "17" }, { "$ref": "17" } ] }, "tray": { "$id": "18", "g_UId": "07WQpVk2gkSG53xSKSq26w==", "guid": "a590b5d3-3659-4482-86e7-7c52292ab6eb", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "19", "priceGroupG_UID": "C133fwF6+EyDElrMcRch7Q==", "priceGroupGuid": "7ff75d0b-7a01-4cf8-8312-5acc711721ed", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T07:26:50.2063052", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "13" }, { "$ref": "13" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "20", "pluG_UID": "F6v88IqXT02hAsomiJgvFQ==", "pluGuid": "f0fcab17-978a-4d4f-a102-ca2688982f15", "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": "6d1e3e38-3355-4c45-9597-5a744550c91b", "created": "2025-06-14T07:26:50.2063052", "createdByUser": "sample string 1", "activated": "2025-06-14T07:26:50.2063052", "deactivated": "2025-06-14T07:26:50.2063052", "lastOrdered": "2025-06-14T07:26:50.2063052", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T07:26:50.2063052", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T07:26:50.2063052", "lastSold": "2025-06-14T07:26:50.2063052", "firstSold": "2025-06-14T07:26:50.2063052", "awsUpdated": "2025-06-14T07:26:50.2063052", "lastManualUpdate": "2025-06-14T07:26:50.2063052", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T07:26:50.2063052", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T07:26:50.2063052", "doNotRangeUpdated": "2025-06-14T07:26:50.2063052", "doNotOrderUpdated": "2025-06-14T07:26:50.2063052", "tracked": "2025-06-14T07:26:50.2063052" }, "allergens": [ { "$id": "22", "allergenID": 1, "pluG_UID": "vzrGaAWYuk2Z4V4wPuPNxQ==", "pluGuid": "68c63abf-9805-4dba-99e1-5e303ee3cdc5", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "22" } ], "costs": { "$id": "23", "pluG_UID": "wZ99VMk5UUubCi0S4ah2fw==", "pluGuid": "547d9fc1-39c9-4b51-9b0a-2d12e1a8767f", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T07:26:50.2063052", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "24", "saleHeaderID": 1, "created": "2025-06-14T07:26:50.2063052", "createdLocal": "2025-06-14T07:26:50.2063052", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "y79U2H41mkC7asRXjqyKkw==", "operatorGuid": "d854bfcb-357e-409a-bb6a-c4578eac8a93", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "yG155SdLLEqqL/NplDGTcg==", "pluGuid": "e5796dc8-4b27-4a2c-aa2f-f36994319372", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "2" } }, { "$ref": "24" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "XdXrXrg1k0uPcZ5EwthEXg==", "pluGuid": "5eebd55d-35b8-4b93-8f71-9e44c2d8445e", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "iTpiRS5/0UaA43DXzg8OIQ==", "pluGuid": "45623a89-7f2e-46d1-80e3-70d7ce0f0e21", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "13" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "SJIeIW69HUOatwdOSU3jEg==", "identifierGuid": "211e9248-bd6e-431d-9ab7-074e494de312", "pluG_UID": "PfqwNRcgIUmJlE5DEHclRg==", "pluGuid": "35b0fa3d-2017-4921-8994-4e4310772546", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "27" } ], "supplier": { "$ref": "8" }, "supplierName": "sample string 146", "children": [ { "$ref": "13" }, { "$ref": "13" } ], "ordering": { "$ref": "11" }, "flipChartPages": [ { "$id": "28", "identifier": "5cRVT3oozUOSpBSiHeSiOQ==", "groupName": "sample string 1", "identifierGuid": "4f55c4e5-287a-43cd-92a4-14a21de4a239", "exists": true, "flipChartIdentifier": "iReshSCnbU+jl5fXNTbfxQ==", "flipChartIdentifierGuid": "85ac1789-a720-4f6d-a397-97d73536dfc5", "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": "tHcql+8vT0qU704Ft8AGhQ==", "groupIdentifierGuid": "972a77b4-2fef-4a4f-94ef-4e05b7c00685", "flipChart": { "$id": "29", "identifier": "oLAGhMsKa0eVxd8qYS7F7w==", "identifierGuid": "8406b0a0-0acb-476b-95c5-df2a612ec5ef", "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": "MFQ/CUKoR0OHQjGK5175Hw==", "identifierGuid": "093f5430-a842-4347-8742-318ae75ef91f", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "ciNqLFsDwEiooM+VOkXJAw==", "guid": "2c6a2372-035b-48c0-a8a0-cf953a45c903", "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": "DoyhIo5+ok6jV0V+cnPORA==", "previousFormGuid": "22a18c0e-7e8e-4ea2-a357-457e7273ce44", "nextForm": 1, "nextFormG_UID": "mm0gnNf1LkGUGN1+AMkrJg==", "nextFormGuid": "9c206d9a-f5d7-412e-9418-dd7e00c92b26", "attributes": "sample string 10", "updated": "2025-06-14T07:26:50.2063052", "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": "SrfEE8TG+UCrFHWdj7D9WQ==", "checkoutFormGuid": "13c4b74a-c6c4-40f9-ab14-759d8fb0fd59", "identifier": "V2doR33UD0qW53tKsK26iQ==", "identifierGuid": "47686757-d47d-4a0f-96e7-7b4ab0adba89", "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": "IP877WrG1kaFCF00dbF4YQ==", "valueGuid": "ed3bff20-c66a-46d6-8508-5d3475b17861", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "zQbcqpxgmEuWlIqbKBbXgg==", "checkoutFormGuid": "aadc06cd-609c-4b98-9694-8a9b2816d782", "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": "0+mDATs7aki1sEllHeva7w==", "flipChartPageIdentifierGuid": "0183e9d3-3b3b-486a-b5b0-49651debdaef", "pluG_UID": "Dnphrd57+Uqrus3Xmz7Hkw==", "pluGuid": "ad617a0e-7bde-4af9-abba-cdd79b3ec793", "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": "0+N+i3ng0k+stjvS99eZlA==", "pluGuid": "8b7ee3d3-e079-4fd2-acb6-3bd2f7d79994", "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-06-14T07:26:50.2063052", "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": "L6WKwx2AOUaBYrYmVmu8EQ==", "ingredientGuid": "8KXV+Uu19kiK5yZlZd+zNg==", "ingredientIdentifier": "f9d5a5f0-b54b-48f6-8ae7-266565dfb336", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "13" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "wK8SeC/il0SvJxdzlM0sKg==", "pluGuid": "7812afc0-e22f-4497-af27-177394cd2c2a", "shelfLocationIdentifier": "dXgR3dejU0me6G9sI71EcQ==", "shelfLocationGuid": "dd117875-a3d7-4953-9ee8-6f6c23bd4471", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "OJ8zW/LAwkWbq5oaaadUXQ==", "labelPageLayoutGuid": "5b339f38-c0f2-45c2-9bab-9a1a69a7545d", "updated": "2025-06-14T07:26:50.2063052", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "13" }, "location": { "$id": "39", "identifier": "wUkDcTDTfkyTrjdmFFkYOw==", "storeID": 1, "identifierGuid": "710349c1-d330-4c7e-93ae-37661459183b", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T07:26:50.2063052", "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": "4+2lMFxMz0OeSbJG/Qie6w==", "pluGuid": "30a5ede3-4c5c-43cf-9e49-b246fd089eeb", "deptNo": 1, "product": { "$ref": "13" }, "scaleLocation": { "$id": "41", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "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": "C0ElqHbQhUq3lR6D5aUBKg==", "labelPageLayoutGuid": "a825410b-d076-4a85-b795-1e83e5a5012a", "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-06-14T07:26:50.2063052", "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": "DDNJTKgC60KZO/Yh0ON4OQ==", "labelPageLayoutGuid": "4c49330c-02a8-42eb-993b-f621d0e37839", "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-06-14T07:26:50.2063052", "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": "8Wuj4ic+REikFIdOgoN3fw==", "labelPageLayoutGuid": "e2a36bf1-3e27-4844-a414-874e8283777f", "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-06-14T07:26:50.2063052", "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": "N8hHgudT+UqaHAlZy3+iXA==", "labelPageLayoutGuid": "8247c837-53e7-4af9-9a1c-0959cb7fa25c", "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": "eaaAZE9C9EOIjLhzYnsVFA==", "pluGuid": "6480a679-424f-43f4-888c-b873627b1514", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "BmxqUu98w0WUA7dnre1ssw==", "dealCostGuid": "526a6c06-7cef-45c3-9403-b767aded6cb3", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "RGEZ5cK/ZEmrP+og/UKX9g==", "priceGroupGuid": "e5196144-bfc2-4964-ab3f-ea20fd4297f6", "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-06-14T07:26:50.2063052", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "YQAqxy3MV0qXgO3ZuIxYeA==", "campaignComboPriceGroupIdentifier": "c72a0061-cc2d-4a57-9780-edd9b88c5878", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T07:26:50.2063052", "operatorG_UID": "GyVRABxOokeVSnQ9v+OuXg==", "operatorGuid": "0051251b-4e1c-47a2-954a-743dbfe3ae5e", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T07:26:50.2063052", "signIqTicketFileMovedUtc": "2025-06-14T07:26:50.2063052", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T07:26:50.2063052", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "13" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "f7778b28-b461-4654-b299-4728fabda739", "nameGuid": "f7778b28-b461-4654-b299-4728fabda739", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T07:26:50.2063052", "startTime": 1, "endDate": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "system": true, "created": "2025-06-14T07:26:50.2063052", "updated": "2025-06-14T07:26:50.2063052", "priceChangeNotifiedUtc": "2025-06-14T07:26:50.2063052", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "O57QbVSQxEaV+e8PCW/KdA==", "hostIdentifierGuid": "6dd09e3b-9054-46c4-95f9-ef0f096fca74", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T07:26:50.2063052", "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": "f/J/6xzLakehkRhF0qrGMw==", "pluGuid": "eb7ff27f-cb1c-476a-a191-1845d2aac633", "hostOfferID": 1, "priceGroupG_UID": "yPncVCMu6Ei7y7ncDbqrTA==", "priceGroupGuid": "54dcf9c8-2e23-48e8-bbcb-b9dc0dbaab4c", "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-06-14T07:26:50.2063052", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "13" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "e6hqPSTBX0eOJ8KTLQd0WQ==", "identifierStr": "e6hqPSTBX0eOJ8KTLQd0WQ==", "identifierGuid": "3d6aa87b-c124-475f-8e27-c2932d077459", "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": "gEzAphskl0idpeH5qUJOEw==", "customerIDGuid": "a6c04c80-241b-4897-9da5-e1f9a9424e13", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "bwWFsM1U9EG1hp99RgZPhg==", "identifierGuid": "b085056f-54cd-41f4-b586-9f7d46064f86", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T07:26:50.2063052", "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": "uPfyCqD6aky0XBPsUOPC+A==", "communityIdentifierGuid": "0af2f7b8-faa0-4c6a-b45c-13ec50e3c2f8", "joined": "2025-06-14T07:26:50.2063052", "updated": "2025-06-14T07:26:50.2063052", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "0sLdIPPziEiQF0n2CDXxrg==", "priceLevelIdentifierGuid": "20ddc2d2-f3f3-4888-9017-49f60835f1ae", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T07:26:50.2063052", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-06-14T07:26:50.2063052", "expiry": "2025-06-14T07:26:50.2063052", "customerID": "BDTrvt7W7E6MbDH3RzLd0A==", "customerIDGuid": "beeb3404-d6de-4eec-8c6c-31f74732ddd0", "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-06-14T07:26:50.2063052", "linkedAccount": "Pv32KVgRiEyBDk3vOZnbBA==", "linkedAccountGuid": "29f6fd3e-1158-4c88-810e-4def3999db04", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "UR5r+/6hCEang4iGxVG7Mw==", "identifierGuid": "fb6b1e51-a1fe-4608-a783-8886c551bb33", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T07:26:50.2063052", "owner": "maYH8CFBNUKCn1nUWirqtA==", "ownerGuid": "f007a699-4121-4235-829f-59d45a2aeab4", "accountStoreGroupIdentifier": "6rONOpiknk2tQG8oHxqGdA==", "accountStoreGroupGuid": "3a8db3ea-a498-4d9e-ad40-6f281f1a8674", "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-06-14T07:26:50.2063052", "active": true, "updated": "2025-06-14T07:26:50.2063052", "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": "zetzDJtO2kmLZndfXTVDLA==", "identifierGuid": "0c73ebcd-4e9b-49da-8b66-775f5d35432c", "name": "sample string 2", "primaryContact": "f34MoE2nMEWUe0ji+7qaPQ==", "primaryContactGuid": "a00c7e7f-a74d-4530-947b-48e2fbba9a3d", "accountID": "uJX85v/0HUeIdAo2M+wQDQ==", "accountIDGuid": "e6fc95b8-f4ff-471d-8874-0a3633ec100d", "special": true, "updated": "2025-06-14T07:26:50.2063052", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "IyXviaGHm0WLI263FKiPRA==", "priceLevelIdentifierGuid": "89ef2523-87a1-459b-8b23-6eb714a88f44", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "oSFWNZfvS0utrP9IP+MY7g==", "groupIDGuid": "355621a1-ef97-4b4b-adac-ff483fe318ee", "customerID": "cz22NsaQW0+baPDoRwuKvQ==", "customerIDGuid": "36b63d73-90c6-4f5b-9b68-f0e8470b8abd", "card": "sample string 4", "linkedAccount": "Of9W7xCTh02iQn7PACIAgA==", "linkedAccountGuid": "ef56ff39-9310-4d87-a242-7ecf00220080", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "4XtGMVAmUEGUHhulVqW1DA==", "identifierGuid": "31467be1-2650-4150-941e-1ba556a5b50c", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "jgez5nFcY0S7UtQze6DpnQ==", "accountIDGuid": "e6b3078e-5c71-4463-bb52-d4337ba0e99d", "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-06-14T07:26:50.2063052", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "lVYKqe4lf064//LCoGRGPQ==", "idempotentVoidGuid": "a90a5695-25ee-4e7f-b8ff-f2c2a064463d", "offline": true, "processed": 1, "storeSaleHeader": { "$ref": "1" }, "metadata": { "$id": "63", "id": 1, "paymentID": 2, "paymentIdentifier": "OX3yKW5QQkumoLr5+lO32A==", "paymentIdentifierGuid": "29f27d39-506e-4b42-a6a0-baf9fa53b7d8", "identifier": "/n93sqjfg0S4haiaVggpzw==", "identifierGuid": "b2777ffe-dfa8-4483-b885-a89a560829cf", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "AbQnElyim0Ki4IybFDtsZg==", "itemIdentifierGuid": "1227b401-a25c-429b-a2e0-8c9b143b6c66" } }, { "$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": "6Cu+hlgKRUuOYMaHhmwSUA==", "customerIdentifierGuid": "86be2be8-0a58-4b45-8e60-c687866c1250", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "01lqzpk+0EmJ0AfsPDN7fA==", "idempotentGuid": "ce6a59d3-3e99-49d0-89d0-07ec3c337b7c", "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-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "labelPageLayout": "iM+vo6MGikypHG/vkK2iFw==", "pageLayoutGuid": "a3afcf88-06a3-4c8a-a91c-6fef90ada217", "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-06-14T07:26:50.2063052" }, { "$ref": "68" } ] }, "customerVouchers": [ { "$id": "69", "id": 1, "customerIdentifier": "I/9bAWcxc0SuZKqI/+EqSQ==", "customerIdentifierGuid": "015bff23-3167-4473-ae64-aa88ffe12a49", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T07:26:50.2063052", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "VEH+lGFe5kSVGWb4MHI6nw==", "issuedIdempotentGuid": "94fe4154-5e61-44e6-9519-66f830723a9f", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T07:26:50.2063052", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T07:26:50.2063052", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "l88EPhsw60CflKwQp4nCqw==", "redeemedIdempotentGuid": "3e04cf97-301b-40eb-9f94-ac10a789c2ab", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T07:26:50.2063052", "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": "jQW10zcyHUmAcli+iYAl1w==", "groupIDGuid": "d3b5058d-3237-491d-8072-58be898025d7", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "70" } ], "signIqTickets": [ { "$id": "71", "identifier": "NULRXc+z00uVGvZ1YSaafA==", "identifierGuid": "5dd14235-b3cf-4bd3-951a-f67561269a7c", "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": "EhYW3bnV6EWgaxzBfa6T0g==", "guid": "dd161612-d5b9-45e8-a06b-1cc17dae93d2", "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": "+W6xcN6OlUywmp7xg2SYkA==", "groupGuid": "70b16ef9-8ede-4c95-b09a-9ef183649890", "comboPriceType": 5, "priceType": 5, "pluG_UID": "fzB4O6dt5kqTy5gU9aKWgw==", "pluGuid": "3b78307f-6da7-4ae6-93cb-9814f5a29683", "priceGroupG_UID": "Xv7VYQSDXUuZrPuCZSvV1A==", "priceGroupGuid": "61d5fe5e-8304-4b5d-99ac-fb82652bd5d4", "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": "V5bHG9Mmv0C7k0eVQBfgfA==", "priceLevelIdentifierGuid": "1bc79657-26d3-40bf-bb93-47954017e07c", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "74" } ] }, "product": { "$ref": "13" }, "dealCost": { "$id": "75", "headerIdentifier": "8xlIWfS6A0auhMIrskn/jw==", "headerIdentifierGuid": "594819f3-baf4-4603-ae84-c22bb249ff8f", "identifier": "Uw86/4bZyE+m+YjYgrQpkQ==", "identifierGuid": "ff3a0f53-d986-4fc8-a6f9-88d882b42991", "supplierIdentifier": "OXjklYPq90ipJ6qgGAIxwQ==", "supplierGuid": "95e47839-ea83-48f7-a927-aaa0180231c1", "pluG_UID": "hffvfgsBM0G7EE8/lAf+UQ==", "pluGuid": "7eeff785-010b-4133-bb10-4f3f9407fe51", "campaignName": "43c6f06c-a7f7-40e4-bb58-d29999497df0", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T07:26:50.2063052", "end": "2025-06-14T07:26:50.2063052", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "+yLAMEPfBkqAPX2ap9vr6g==", "bonusItemPluGuid": "30c022fb-df43-4a06-803d-7d9aa7dbebea", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "campaignEndDate": "2025-06-14T07:26:50.2063052", "masterPLUG_UID": "H8wBkjzEtEqfyR94+C946w==", "masterID": "9201cc1f-c43c-4ab4-9fc9-1f78f82f78eb", "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": "Mh0YTP0liEi+n8U6ozlgXg==", "bonusMasterID": "4c181d32-25fd-4888-be9f-c53aa339605e", "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-06-14T07:26:50.2063052", "dealCosts": [ { "$ref": "75" }, { "$ref": "75" } ], "tags": [ { "$id": "76", "pluG_UID": "2furkl3Q3EO67Mtmn91Ncw==", "pluGuid": "92abfbd9-d05d-43dc-baec-cb669fdd4d73", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "76" } ], "alternateProductG_UID": "90p/+RMv20+Hrftf4kR9Aw==", "alternateProduct": "f97f4af7-2f13-4fdb-87ad-fb5fe2447d03", "productHostCode": { "$id": "77", "id": 1, "pluG_UID": "XgMb/jcyZ0mEPGzOMHvd8g==", "pluGuid": "fe1b035e-3237-4967-843c-6cce307bddf2", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T07:26:50.2063052", "inventoryTracked": "2025-06-14T07:26:50.2063052", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "8" }, "serviceFee": { "$id": "78", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "11" } ], "orderCycleHeaders": [ { "$id": "79", "storeID": 1, "supplierIdentifier": "KlB7WQn5I0WcoWxidrGY4g==", "supplierGuid": "597b502a-f909-4523-9ca1-6c6276b198e2", "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": "L6Gg3cF5k0GlBIwLAM+/Pw==", "supplierGuid": "dda0a12f-79c1-4193-a504-8c0b00cfbf3f", "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-06-14T07:26:50.2063052", "deliveryDate": "2025-06-14T07:26:50.2063052", "nextCutOffDate": "2025-06-14T07:26:50.2063052", "nextDeliveryDate": "2025-06-14T07:26:50.2063052", "nextDaysBuffer": 10 }, { "$ref": "80" } ], "store": { "$ref": "4" }, "updated": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "processed": "2025-06-14T07:26:50.2063052", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "81" } ], "zoneMatrix": [ { "$id": "83", "id": 1, "hostIdentifier": "playzDsNH0qdMzbsMo3OcA==", "hostIdentifierGuid": "ccb256a6-0d3b-4a1f-9d33-36ec328dce70", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "e2d89c62-1ace-4a94-a9cf-31814152bf81", "394978c2-f0a8-403c-ba05-b2094eed958d" ] }, { "$ref": "83" } ], "hostFileStoreSetting": { "$ref": "6" }, "hostStoreSettings": [ { "$ref": "6" }, { "$ref": "6" } ], "promotionPlacements": [ { "$id": "84", "identifier": "dXiVu4OwO0OmHnPp66VNrA==", "identifierGuid": "bb957875-b083-433b-a61e-73e9eba54dac", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "84" } ], "promoTypeGuids": [ "7e793aa9-d52b-4140-a408-e6c3380347d5", "c90fab18-9c32-4c30-83a3-e86784d5e408" ], "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-06-14T07:26:50.2063052", "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": "f14812c7-3554-485a-a73c-f36c6f6733e8", "updateStore": { "$id": "90", "id": "3bbb7308-cc18-4ad4-8780-ee009e31fdd9", "name": "sample string 1", "lastActivity": "2025-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052" }, "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": "K+VvA39m+kijiPdDPJo6/A==", "identifierGuid": "036fe52b-667f-48fa-a388-f7433c9a3afc", "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-06-14T07:26:50.2063052", "deleted": true }, "details": [ { "$id": "93", "saleItemID": 1, "identifier": "T114GF3xqUm2POOb0X7HIQ==", "identifierGuid": "18785d4f-f15d-49a9-b63c-e39bd17ec721", "saleHeaderID": 2, "plu": 1, "pluG_UId": "7vWLq0rjoU2J7nNqL9584w==", "pluGuid": "ab8bf5ee-e34a-4da1-89ee-736a2fde7ce3", "accountID": "L0539PH0bk6DH77/NLr5cQ==", "accountIDGuid": "f4774e2f-f4f1-4e6e-831f-beff34baf971", "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-06-14T07:26:50.2063052", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "btrz9NMULUKA0sD7oUlpGw==", "refundGuid": "f4f3da6e-14d3-422d-80d2-c0fba149691b", "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": "teQbo6Meq0GKNb2/aavklg==", "idempotentVoidGuid": "a31be4b5-1ea3-41ab-8a35-bdbf69abe496", "priceLevelIdentifier": "qnuAs/jf20KIsh+g9YQCHg==", "priceLevelIdentifierGuid": "b3807baa-dff8-42db-88b2-1fa0f584021e", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "94", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T07:26:50.2063052", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "94" } ], "refund": { "$id": "95", "id": 1, "g_UID": "3CiRc4DbykSK9mvGs7dmrQ==", "guid": "739128dc-db80-44ca-8af6-6bc6b3b766ad", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T07:26:50.2063052" }, "modifier": { "$id": "96", "id": 1, "setG_UID": "K4rnSVTZ806Q96svBs+lAQ==", "modifierSetGuid": "49e78a2b-d954-4ef3-90f7-ab2f06cfa501", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "93XYM4g89kq99hokwZuxKw==", "pluGuid": "33d875f7-3c88-4af6-bdf6-1a24c19bb12b", "deleted": true, "g_UID": "42H33vvw3UuFeuOURAnuuw==", "guid": "def761e3-f0fb-4bdd-857a-e3944409eebb", "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": "4WMi+ft130e1bXYfgUrlvg==", "pluGuid": "f92263e1-75fb-47df-b56d-761f814ae5be", "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-06-14T07:26:50.2063052", "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-06-14T07:26:50.2063052", "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": "5G+9wCG++EyNdgQ7066nWg==", "pluGuid": "c0bd6fe4-be21-4cf8-8d76-043bd3aea75a", "accountID": "kEIunwdY+kCmkeb1UXL1QA==", "accountIDGuid": "9f2e4290-5807-40fa-a691-e6f55172f540", "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-06-14T07:26:50.2063052", "bestOrExpireType": 1, "refundG_UID": "zvAiGCZs/k6pyr202CU5ZQ==", "refundGuid": "1822f0ce-6c26-4efe-a9ca-bdb4d8253965", "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": "67wEa5GlPUmCXhKBtyLeTQ==", "identifierGuid": "6b04bceb-a591-493d-825e-1281b722de4d", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "Ijakyd8OTEGM5HcQZ4yL5A==", "customerIdentifierGuid": "c9a43622-0edf-414c-8ce4-7710678c8be4", "operatorNo": 1, "operatorG_UID": "F7LgCvpxpUGp71cw8niSTg==", "operatorGuid": "0ae0b217-71fa-41a5-a9ef-5730f278924e", "created": "2025-06-14T07:26:50.2063052", "ordered": "2025-06-14T07:26:50.2063052", "started": "2025-06-14T07:26:50.2063052", "completed": "2025-06-14T07:26:50.2063052", "supplied": "2025-06-14T07:26:50.2063052", "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": "BnSicA2uE06PJDT3KMe6Pw==", "pluGuid": "70a27406-ae0d-4e13-8f24-34f728c7ba3f", "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": "KMreKQSKgEWceE+7C/QBvw==", "headerIdentifierGuid": "29deca28-8a04-4580-9c78-4fbb0bf401bf", "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": "eDWiBhB3xUyHB6xWQhzDgw==", "surveyGuid": "06a23578-7710-4cc5-8707-ac56421cc383", "saleHeaderGuid": "BVQ7jaa/w02FYo3KNcwM5Q==", "saleGuid": "8d3b5405-bfa6-4dc3-8562-8dca35cc0ce5", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "AulUAa1JCkOUnqdNwLUjRQ==", "guidResponse": "0154e902-49ad-430a-949e-a74dc0b52345", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T07:26:50.2063052", "sale": { "$ref": "1" }, "survey": { "$id": "105", "g_UID": "ffRmbhcfIke9suiC6W1Hsw==", "guid": "6e66f47d-1f17-4722-bdb2-e882e96d47b3", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "5pFUt51giEyv9XkMeze1+g==", "checkoutFormGuid": "b75491e6-609d-4c88-aff5-790c7b37b5fa", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T07:26:50.2063052", "end": "2025-06-14T07:26:50.2063052", "deleted": true, "updated": "2025-06-14T07:26:50.2063052", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "b8bbcb2c-af20-4df8-9283-53fdf9896165", "06a2e631-a572-43ad-ba66-05b338513bc8" ], "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": "n0+cDdj5OUyS7nIlNaHxsA==", "accountIdentifier": "0d9c4f9f-f9d8-4c39-92ee-722535a1f1b0", "accountName": "sample string 42", "customerOrderIdentifier": "7oh0ex5zR0uylaKDJ3gFfQ==", "customerOrderIdentifierGuid": "7b7488ee-731e-4b47-b295-a2832778057d", "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 Y;�Z� � 5 xl/workbook.xml � (� ����0D�&�C�pA *)��x��}�EhK��|�o�vfgߎ���t�z�2����!pUK ����]c�B?I��4���ToE��1�R�ԣ�F�V�/�Xn���k����B�y��1&�fI�r2ֺ��` �oJ�vӨ(�%z�,8�:�1g6��pON�qs�+%��љo� &`�]|PK Y;�Z���� � [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 Y;�Z�@m�' ' _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="Rf9799388e4f44abc" /></Relationships>PK Y;�Z^�>�� �2 xl/worksheets/sheet1.xml � (� ��[s�8��J���M$Hv��HJϧl��]��i2���m��/�cDǽئ#�^=/0���{{s�g:_\��Fz�Fӻ�����ϣ���������������t�<��œ���j���d2Y�_Mo��ٯ�]���oϖ���������|z2;�};�[N�R8�OoΖt�������!�.���ӳ��#��<��=��^\S�����ˣQ��4�ft09>\E���/���W��l�O���G#���l?[��t~p1�<�}��0�1��y�$��j���f�����u������������+� �&D�#����/��ۯ��)��z�^o��n�1�8�\vx=���f=�����\D��z�^o���qP** �@7�ޭn�K��w`����q���v읲J�]�����[�h=��'������?t6�1x�1�>���\?�[mɏ0�^���ePх]�@o��;hc��`����!A�M��� ����Nj�9V����P�B�����4��7vy����X�cm�� B���w�xKV��b!C�P���ie�TL����o@KA+X�(dH(�EC�$DO���CbA�X4� �Ġ��J�ߛ�B ~Ju�l �ɝD�H�����&1h`�Zf��>��{��u���hw��&1h0��m�w�� �4>��*��� �l��&1h:��]��E*���!1h�zH DK�4�ؾJa?K��u��a@U�����R ���f7�ǮL�Ao#M�F��_(A��AO��'���b����^���B���AB|�p�E�w� !a�gHB�3�MZ�o�Ġ��fH��2h��W��k���ȁ��6/����t�lXl*���b�����J��͐X��� &m� �m� ;m�61h{:�-��!j�K��Ac�t{�,�TQ1-dH��A�HE�R���PQ\b�e[2�-�d*h�J=�K(:��.���6J�b�%3Ф��K(�ތb�U�P���� E��Q\�H%%�n߲����dtw,��D�w��T������o�=5'�C���D�����1P����D��mh`���)��[$&��o�����lLLb�$�8��-9+@�(܌���↉E�yaEPmY� +&1�e��2͚;m�XĘ;*��~��z�Ģ�X�6y�h�����>��;Q�@ S��g $�Ģ�Xtnl�n-M�ѕ&�X��ތ}�q�K�Js�O,z�g�4r�����L,��E��@卆E�ci���E߱�5��rVӆ���oq|���&M �YR�(!�C��R]� �Ѓ.}̄���5Qu3�n�X!!:$=y�� h|�42$$���"j�mHɂ!!̞�DHH�}�쐐�n�!!�K~��B���� ɰ�$���% ����僽�9Y̆iG�� ��H�(dHL�}'����Y �$�@�vЅ0&&c�$����*�E,�����2��SuL,�G�8y8�_�J��lyv|8���W�)�SE?.V�HX����?��p�]����#t?�َ0�����G<ݎ���g���|;�/�#|?��vD�G�ڎ���ׂbL�7BS���d}'�0]�!L�S!�)��¤� �0m? !L�OBS��@S�����*�0u� !L��BS���ԭ&o%��0}+ɈL�J��a W��I\ v�q%�ȕ`I`*W�)��\ ���`L�:���`M�:���`N�u�i�=-�Y��:�\g����,X�r��Z��`R�u\j�M�Y�c:ׂOӹ|�ε�S�t��:�s-��1�ki�d:ׂOӹ|�ε�S�݄�S�:>E���S�:>E���S�:>E���S�:>E���S�:>�\g����,��s��z���S�u|�O=�Y�g:7�O=ӹ|����tn��> L�F�i`:7�Oӹ|���2�����,�4p�������u|�O#�Y�i�t�Ѐ���L7%��"a���vB�Q��MN�;X�ߒh�g"o���L�1����l�^��غ�����z�ڛ�ko����~�������}��q�ڧ�3��u_�}ݝ�oi��)�!���*��$��Nr�s"�lM2�1Zm�2�.<C�|��z�|����_I��S���%x#���y+�����o�^ ���T\Ξ���^���G��t{>W|�%�g6>�W=����O�U�c[���V?.ւ������,�x�)XK+�a ������[����KA��y���=���3���t{�B�/E�d1nֺ�K�s�Z�?���6�zhǪ?H��3H�x�d0~�W��8d_� ^�R�oR'E��4ww-lr�����Ƚ�Hf�z�dF~��Hf��z����F2%?�k�pԼ�2�e�4�����H�ov0h#���F��b��'��Xs*��>��x1�~!s5=��Ο�f��|�+����r�PK Y;�Z�O�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8�$U�nذ-��`�㨉�.г��H\�H�J,�t5��ӓf>�?6��id/���lE�#+�l��)�v�͞F�i"�a,��Ё�q^s�� C�f�����0���|FyĞx��+��f��y���փ�'O����:�(;��)v�S ��,Q�=���B,tC- ���o��y�����/dJ�֍JWM!j����AO�)�t�Ӳ�PS��N5%�ZW5~��/PK Y;�ZЃ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 Y;�Z�|ir 8 xl/sharedStrings.xml � (� �Y[o�~/p��������Hr��sq'��m�-%�lau�T����eɖM*^�y��!�s�0��g��J�������QA�|u9������q�S�9\����_�.����p����x̢5d��� ��E��?�mJ ��x��M]w�I�� *��㶖7Ty7I�.�Ղ���PN'c~u1�S�Jh?:���$N�|7��>�c��[�;?��������$��T� a�%䨩���Y�75rE\�����M�|,�$�ۗ"�9SiXT��k��@}�9E ���W,K�3q��I���PkZ[r�lT,�8���E��.�f��T�~���p{�@I���9���*�*ƋԂ{P%Xdf�"�;X���� l�SqJ��|�d� �;4� EU��D2���Z�Z�늯�}>���bɛ�뼈�0�)r���J�?�]��d`F�u���2�`�� U�EО�O�X�o�>ͣ�bɫ�f�p��FN#�Ȥ����7��Te�=\RoQTe${� st��d$�9D�l�K��GN�II�T-`Y!So�9�9IQ�c���H�]��J��s�V%%��wQ=$���3�N�b�D�������G��؛�ʦ�CJ�S�CD_Y��(���}�����~�s{��s�"y�j�dr���o�� �B�(�TI�lC�U���wH9)hX4 �Uj�Y� )p���m��d랢*MQQA��U�C0R�s��Ԧ�a������-� 5�L�A�R���������0ũ����?�ߖ�l�y�����뚎m�Z�fۦ�������u�<�aO)��j`�¦gGԋb�p|��A�M4ۡ�����Nebp���Y4FN�ZhD�����nl�2��4 �F���l3��︾F;�ݱ��~���1lXgp�~f{�;�K�����od���g��3������e%�㱌���%7��Mm]7��A�� 5�^hk$��h{qșsZ�9۲2�}��_������+~շS�q�15P�tFFء�GQ�� b�8ߴ� ��@��V}chW_��Y��F�|��L [~$=�-���[QR u�@X�A8�+#f8I���dIV���aO��� 6�ұ`YT���J�}�HNVX���T�lm��ռ�����^�X��N�]��C�Y�f�@ x�Xkw���ӴxCO��$M;�Bx��}*�\{j�Z!�ʏ��]��E#=/R�9jG~�P�S����Mg�}2�O�>��u�*�7o�iGZ��O���� oz%_������9=��i�r���h/�����C��i�k�lt9`7=&������I�N3)��nF�1���^���?���.��}X���]9B�Ǿ�ƚ�N� l;��qA�Q��];���VO��,I��Y~��Nޟ���K%\��2�ЩU�`�<ǟ���?p��թ~M��\�<nPS����-��K1^(b��/\�VFkC�G@���ڒ���{�ƒѓf�"LT9�8WznPOϫ��$6c/��]�#�h��D�aA��`Ef\[�o��G�~�\c�v�|w5��ez�ݚ�yk���yjIׯhk1"/�Җ���T������)�Ljj�[����膧�A�����]�)�G)Z�Q�!��Yb�5�����TEl�����BE��IC�Tʅ�>2s��y��u\5n�'=����ţ��d� u(ͻV�I*������F�5 �� �1ب���� �Ұ�V?��?cu�ٌ�?ky7?c��#�^^<G��~���9<��}������s���w��a��O�g&`+83����li�É=�� ������@L �3M�r��5��/�5�E,4;�=-4G#�o����'=���yfҷ;S�1~�PK- Y;�Z� � 5 xl/workbook.xmlPK- Y;�Z���� � � [Content_Types].xmlPK- Y;�Z�@m�' ' U _rels/.relsPK- Y;�Z^�>�� �2 � xl/worksheets/sheet1.xmlPK- Y;�Z�O�� P � xl/_rels/workbook.xml.relsPK- Y;�ZЃc'2 E xl/styles.xmlPK- Y;�Z�|ir 8 � xl/sharedStrings.xmlPK � O
application/vnd.ms-excel
PK Y;�Zr1�� 5 xl/workbook.xml � (� ����0��J}�(��SQ�K�� �&�$(IE�R�n������ء1f 5jWؒ 蓼1� T�.fBv�� |���L��kӾjϒ(ʘ��4� 99���a��"tN z5n(R��|"�/͞g��`�u��-�~S|��"����ν+iL�-d)b�� �pK�i�Ѓ}�8�W_PK Y;�Z���� � [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 Y;�Z}w��' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R064652d8f31d415f" /></Relationships>PK Y;�Z^�>�� �2 xl/worksheets/sheet1.xml � (� ��[s�8��J���M$Hv��HJϧl��]��i2���m��/�cDǽئ#�^=/0���{{s�g:_\��Fz�Fӻ�����ϣ���������������t�<��œ���j���d2Y�_Mo��ٯ�]���oϖ���������|z2;�};�[N�R8�OoΖt�������!�.���ӳ��#��<��=��^\S�����ˣQ��4�ft09>\E���/���W��l�O���G#���l?[��t~p1�<�}��0�1��y�$��j���f�����u������������+� �&D�#����/��ۯ��)��z�^o��n�1�8�\vx=���f=�����\D��z�^o���qP** �@7�ޭn�K��w`����q���v읲J�]�����[�h=��'������?t6�1x�1�>���\?�[mɏ0�^���ePх]�@o��;hc��`����!A�M��� ����Nj�9V����P�B�����4��7vy����X�cm�� B���w�xKV��b!C�P���ie�TL����o@KA+X�(dH(�EC�$DO���CbA�X4� �Ġ��J�ߛ�B ~Ju�l �ɝD�H�����&1h`�Zf��>��{��u���hw��&1h0��m�w�� �4>��*��� �l��&1h:��]��E*���!1h�zH DK�4�ؾJa?K��u��a@U�����R ���f7�ǮL�Ao#M�F��_(A��AO��'���b����^���B���AB|�p�E�w� !a�gHB�3�MZ�o�Ġ��fH��2h��W��k���ȁ��6/����t�lXl*���b�����J��͐X��� &m� �m� ;m�61h{:�-��!j�K��Ac�t{�,�TQ1-dH��A�HE�R���PQ\b�e[2�-�d*h�J=�K(:��.���6J�b�%3Ф��K(�ތb�U�P���� E��Q\�H%%�n߲����dtw,��D�w��T������o�=5'�C���D�����1P����D��mh`���)��[$&��o�����lLLb�$�8��-9+@�(܌���↉E�yaEPmY� +&1�e��2͚;m�XĘ;*��~��z�Ģ�X�6y�h�����>��;Q�@ S��g $�Ģ�Xtnl�n-M�ѕ&�X��ތ}�q�K�Js�O,z�g�4r�����L,��E��@卆E�ci���E߱�5��rVӆ���oq|���&M �YR�(!�C��R]� �Ѓ.}̄���5Qu3�n�X!!:$=y�� h|�42$$���"j�mHɂ!!̞�DHH�}�쐐�n�!!�K~��B���� ɰ�$���% ����僽�9Y̆iG�� ��H�(dHL�}'����Y �$�@�vЅ0&&c�$����*�E,�����2��SuL,�G�8y8�_�J��lyv|8���W�)�SE?.V�HX����?��p�]����#t?�َ0�����G<ݎ���g���|;�/�#|?��vD�G�ڎ���ׂbL�7BS���d}'�0]�!L�S!�)��¤� �0m? !L�OBS��@S�����*�0u� !L��BS���ԭ&o%��0}+ɈL�J��a W��I\ v�q%�ȕ`I`*W�)��\ ���`L�:���`M�:���`N�u�i�=-�Y��:�\g����,X�r��Z��`R�u\j�M�Y�c:ׂOӹ|�ε�S�t��:�s-��1�ki�d:ׂOӹ|�ε�S�݄�S�:>E���S�:>E���S�:>E���S�:>E���S�:>�\g����,��s��z���S�u|�O=�Y�g:7�O=ӹ|����tn��> L�F�i`:7�Oӹ|���2�����,�4p�������u|�O#�Y�i�t�Ѐ���L7%��"a���vB�Q��MN�;X�ߒh�g"o���L�1����l�^��غ�����z�ڛ�ko����~�������}��q�ڧ�3��u_�}ݝ�oi��)�!���*��$��Nr�s"�lM2�1Zm�2�.<C�|��z�|����_I��S���%x#���y+�����o�^ ���T\Ξ���^���G��t{>W|�%�g6>�W=����O�U�c[���V?.ւ������,�x�)XK+�a ������[����KA��y���=���3���t{�B�/E�d1nֺ�K�s�Z�?���6�zhǪ?H��3H�x�d0~�W��8d_� ^�R�oR'E��4ww-lr�����Ƚ�Hf�z�dF~��Hf��z����F2%?�k�pԼ�2�e�4�����H�ov0h#���F��b��'��Xs*��>��x1�~!s5=��Ο�f��|�+����r�PK Y;�Z��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞ر�&TM�aö��'Q۲]�gc���V���X��j4��'�|�lvo�L^ЇɚʂA�l?���S�w-춛=�2��0N.��bBc�nMiP#.2֡Im�"cJ�@�TG9 匭��p�$�����֓��N����Z#br�~���O)�K(�D��w��bUrle�+�>�7S�<c����3V�FԕªUU��MeF��>]:w�˙Zݢ��W����F��b�PK Y;�ZЃ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 Y;�Z�|ir 8 xl/sharedStrings.xml � (� �Y[o�~/p��������Hr��sq'��m�-%�lau�T����eɖM*^�y��!�s�0��g��J�������QA�|u9������q�S�9\����_�.����p����x̢5d��� ��E��?�mJ ��x��M]w�I�� *��㶖7Ty7I�.�Ղ���PN'c~u1�S�Jh?:���$N�|7��>�c��[�;?��������$��T� a�%䨩���Y�75rE\�����M�|,�$�ۗ"�9SiXT��k��@}�9E ���W,K�3q��I���PkZ[r�lT,�8���E��.�f��T�~���p{�@I���9���*�*ƋԂ{P%Xdf�"�;X���� l�SqJ��|�d� �;4� EU��D2���Z�Z�늯�}>���bɛ�뼈�0�)r���J�?�]��d`F�u���2�`�� U�EО�O�X�o�>ͣ�bɫ�f�p��FN#�Ȥ����7��Te�=\RoQTe${� st��d$�9D�l�K��GN�II�T-`Y!So�9�9IQ�c���H�]��J��s�V%%��wQ=$���3�N�b�D�������G��؛�ʦ�CJ�S�CD_Y��(���}�����~�s{��s�"y�j�dr���o�� �B�(�TI�lC�U���wH9)hX4 �Uj�Y� )p���m��d랢*MQQA��U�C0R�s��Ԧ�a������-� 5�L�A�R���������0ũ����?�ߖ�l�y�����뚎m�Z�fۦ�������u�<�aO)��j`�¦gGԋb�p|��A�M4ۡ�����Nebp���Y4FN�ZhD�����nl�2��4 �F���l3��︾F;�ݱ��~���1lXgp�~f{�;�K�����od���g��3������e%�㱌���%7��Mm]7��A�� 5�^hk$��h{qșsZ�9۲2�}��_������+~շS�q�15P�tFFء�GQ�� b�8ߴ� ��@��V}chW_��Y��F�|��L [~$=�-���[QR u�@X�A8�+#f8I���dIV���aO��� 6�ұ`YT���J�}�HNVX���T�lm��ռ�����^�X��N�]��C�Y�f�@ x�Xkw���ӴxCO��$M;�Bx��}*�\{j�Z!�ʏ��]��E#=/R�9jG~�P�S����Mg�}2�O�>��u�*�7o�iGZ��O���� oz%_������9=��i�r���h/�����C��i�k�lt9`7=&������I�N3)��nF�1���^���?���.��}X���]9B�Ǿ�ƚ�N� l;��qA�Q��];���VO��,I��Y~��Nޟ���K%\��2�ЩU�`�<ǟ���?p��թ~M��\�<nPS����-��K1^(b��/\�VFkC�G@���ڒ���{�ƒѓf�"LT9�8WznPOϫ��$6c/��]�#�h��D�aA��`Ef\[�o��G�~�\c�v�|w5��ez�ݚ�yk���yjIׯhk1"/�Җ���T������)�Ljj�[����膧�A�����]�)�G)Z�Q�!��Yb�5�����TEl�����BE��IC�Tʅ�>2s��y��u\5n�'=����ţ��d� u(ͻV�I*������F�5 �� �1ب���� �Ұ�V?��?cu�ٌ�?ky7?c��#�^^<G��~���9<��}������s���w��a��O�g&`+83����li�É=�� ������@L �3M�r��5��/�5�E,4;�=-4G#�o����'=���yfҷ;S�1~�PK- Y;�Zr1�� 5 xl/workbook.xmlPK- Y;�Z���� � � [Content_Types].xmlPK- Y;�Z}w��' ' U _rels/.relsPK- Y;�Z^�>�� �2 � xl/worksheets/sheet1.xmlPK- Y;�Z��� P � xl/_rels/workbook.xml.relsPK- Y;�ZЃc'2 E xl/styles.xmlPK- Y;�Z�|ir 8 � xl/sharedStrings.xmlPK � P