POST api/store/{storeID}/cashBalancing/create
Create a new cash balancing header record
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store to create cash balancing record for |
integer |
Required |
Body Parameters
Cash balancing header record containing the started, ended and end of day id
CashBalancingHeaderName | Description | Type | Additional information |
---|---|---|---|
Identifier | Collection of byte |
None. |
|
IdentifierGuid | globally unique identifier |
None. |
|
StoreID | integer |
None. |
|
Date | date |
None. |
|
Started | date |
None. |
|
Ended | date |
None. |
|
CashFinalised | boolean |
None. |
|
CashTotalAmount | integer |
None. |
|
EftFinalised | boolean |
None. |
|
EftTotalAmount | integer |
None. |
|
BankFinalised | boolean |
None. |
|
BankTotalAmount | integer |
None. |
|
BankingOpened | boolean |
None. |
|
FuelRequired |
Indicates that fuel finalisation is required for total finalisation |
boolean |
None. |
FuelFinalised |
Indicates whether fuel has been finalised for this date |
boolean |
None. |
CreatedDuringTradingDay |
Indicates that the records were last generated before the day had ended |
boolean |
None. |
AccountingFinalised | AccountStatus |
None. |
|
EndOfDayID | integer |
None. |
|
StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
AutoFill |
Indicate to other internal methods the header's stores auto fill setting |
boolean |
Relation. This field may not always be loaded or used for updates. |
CreateRelations |
Indicate to Generate Cash Balancing Header method whether relational records are needed |
boolean |
Relation. This field may not always be loaded or used for updates. |
InvalidDates |
Ended can only be null for current end of day generated records (-1) and started can not be null unless this is a new end of day header (-1 current end of day WILL have a started) |
boolean |
Relation. This field may not always be loaded or used for updates. |
CashDetails | Collection of CashBalancing |
Relation. This field may not always be loaded or used for updates. |
|
EftDetails | Collection of CashBalancingEft |
Relation. This field may not always be loaded or used for updates. |
|
BankDetailSummary | CashBalancingBanking |
Relation. This field may not always be loaded or used for updates. |
|
CashBalancingBankingAccounts | Collection of CashBalancingBankingAccount |
Relation. This field may not always be loaded or used for updates. |
|
CashBalancingFuelTankLevels | Collection of CashBalancingFuelTankLevel |
Relation. This field may not always be loaded or used for updates. |
|
CashBalancingFuelMeters | Collection of CashBalancingFuelMeter |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{ "identifier": "RKphKnxRdE+muNkKbhHuAw==", "identifierGuid": "2a61aa44-517c-4f74-a6b8-d90a6e11ee03", "storeID": 2, "date": "2025-08-02T23:18:09.3878728", "started": "2025-08-02T23:18:09.3878728", "ended": "2025-08-02T23:18:09.3878728", "cashFinalised": true, "cashTotalAmount": 4, "eftFinalised": true, "eftTotalAmount": 6, "bankFinalised": true, "bankTotalAmount": 8, "bankingOpened": true, "fuelRequired": true, "fuelFinalised": true, "createdDuringTradingDay": true, "accountingFinalised": 13, "endOfDayID": 14, "storeName": "sample string 15", "autoFill": true, "createRelations": true, "invalidDates": false, "cashDetails": [ { "$id": "2", "id": 1, "headerIdentifier": "zm34BrJplkm9N7U3+zLonw==", "headerIdentifierGuid": "06f86dce-69b2-4996-bd37-b537fb32e89f", "operatorG_UID": "GCuee9IAQ0uq6ZBUNJjqnQ==", "operatorGuid": "7b9e2b18-00d2-4b43-aae9-90543498ea9d", "date": "2025-08-02T23:18:09.3878728", "operatorCash": 4, "drawerID": 5, "machineID": 6, "managerCash": 7, "expectedCash": 8, "finalisedCash": 9, "operatorCashNote": "sample string 10", "managerCashNote": "sample string 11", "expectedPickup": 12, "pickupCash": 13, "start": "2025-08-02T23:18:09.3878728", "end": "2025-08-02T23:18:09.3878728", "operatorName": "sample string 16", "operatorNumber": "sample string 17", "machineName": "sample string 18", "operators": "sample string 19" }, { "$ref": "2" } ], "eftDetails": [ { "$id": "3", "id": 1, "headerIdentifier": "24jJHKf6OU+Tcb5KJaJzDw==", "headerIdentifierGuid": "1cc988db-faa7-4f39-9371-be4a25a2730f", "date": "2025-08-02T23:18:09.3878728", "machineID": 1, "cardID": 3, "cardName": "sample string 4", "expectedAmount": 1, "managerDeclared": 1, "eftTenderCount": 1, "machineName": "sample string 5" }, { "$ref": "3" } ], "bankDetailSummary": { "$id": "4", "id": 1, "headerIdentifier": "qrRaDlCpO02HD+z9fOA2HA==", "headerIdentifierGuid": "0e5ab4aa-a950-4d3b-870f-ecfd7ce0361c", "bankName": "sample string 3", "expectedCash": 4, "cashDeclared": 1, "expectedPickup": 5, "pickupDeclared": 1, "expectedCheque": 6, "chequeDeclared": 1 }, "cashBalancingBankingAccounts": [ { "$id": "5", "id": 1, "headerIdentifier": "QLh5VuKlEE+qrGe+YKchOA==", "headerIdentifierGuid": "5679b840-a5e2-4f10-aaac-67be60a72138", "storeAccountID": 3, "cashDeclared": 4, "pickupDeclared": 5, "chequeDeclared": 6, "accountName": "sample string 7", "storeAccount": { "$id": "6", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true } }, { "$ref": "5" } ], "cashBalancingFuelTankLevels": [ { "$id": "7", "headerIdentifier": "iIMKlsVW5024hUsckFzy0g==", "headerIdentifierGuid": "960a8388-56c5-4de7-b885-4b1c905cf2d2", "fuelTankNumber": 2, "fuelGradeID": 1, "fuelGrade": "sample string 3", "opening": 4.0, "openingAdjusted": true, "adjustments": 6.0, "deliveries": 7.0, "deliveriesAdjusted": true, "samples": 9.0, "pumpTest": 10.0, "sales": 11.0, "closing": 12.0, "closingAdjusted": true, "dailyVariance": 14.0, "waterLevel": 15.0, "meterSales": 16.0, "meterVariance": -5.0, "twentyEightDayVariance": 17.0, "fuelTank": { "$id": "8", "id": 1, "storeID": 2, "tankNumber": 3, "fuelGrade": "sample string 4", "fuelGradeID": 1, "capacity": 5.0, "lpg": true, "waterLevel": 7.0, "updated": "2025-08-02T23:18:09.3878728", "storeName": "sample string 9", "store": { "$id": "9", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-08-02T23:18:09.3878728", "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": "7nvmS9X/302gYk/C+YUjdw==", "hostIdentifierGuid": "4be67bee-ffd5-4ddf-a062-4fc2f9852377", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-08-02T23:18:09.3878728", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "10", "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": "10" }, "hostStoreSettings": [ { "$id": "11", "id": 1, "hostIdentifier": "yRFsfviZykunVBNh0sV6ag==", "hostIdentifierGuid": "7e6c11c9-99f8-4bca-a754-1361d2c57a6a", "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": "12", "identifier": "1d6/BOa/HEOYAtkVn5ei+Q==", "identifierGuid": "04bfded5-bfe6-431c-9802-d9159f97a2f9", "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": "x4fxFlbzaU2UeVwlD6uA8w==", "hostSupplierIdentifierGuid": "16f187c7-f356-4d69-9479-5c250fab80f3", "loyaltyPriceLevelIdentifier": "zAqOOcJ9hUWZriDq7Ddm0w==", "loyaltyPriceLevelIdentifierGuid": "398e0acc-7dc2-4585-99ae-20eaec3766d3", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-08-02T23:18:09.3878728", "lastProcessed": "2025-08-02T23:18:09.3878728", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "13", "identifier": "G/luvUFUj0CjMYywFuSZQg==", "identifierGuid": "bd6ef91b-5441-408f-a331-8cb016e49942", "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": "gy5+uZkLQkWkgb4TL6lHsw==", "primaryContactID": "b97e2e83-0b99-4542-a481-be132fa947b3", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "zd/1Gye5kki6CM0jnckqOA==", "supplierGroupGuid": "1bf5dfcd-b927-4892-ba08-cd239dc92a38", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:18:09.3878728", "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": "14", "id": "71569b69-cc7b-4e18-b9d3-7faacaea9627", "identifier": "PkYx1CiESUKLSrikgucupA==", "identifierGuid": "d431463e-8428-4249-8b4a-b8a482e72ea4", "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": "15", "supplierIdentifier": "iHGCJ9F37EiTUZUh6F/CyQ==", "supplierIdentifierGuid": "27827188-77d1-48ec-9351-9521e85fc2c9", "contactGuid": "Ay0pYz2/PE6UuVwZ4+8SOA==", "contactID": "63292d03-bf3d-4e3c-94b9-5c19e3ef1238", "contact": { "$ref": "14" }, "supplier": { "$ref": "13" } }, { "$ref": "15" } ], "products": [ { "$id": "16", "pluG_UID": "Vn20lOi/Wk633U/FxgYsdA==", "pluGuid": "94b47d56-bfe8-4e5a-b7dd-4fc5c6062c74", "supplierIdentifier": "OEWcsdtZjkqKENQot2isJw==", "supplierIdentifierGuid": "b19c4538-59db-4a8e-8a10-d428b768ac27", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:18:09.3878728", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-08-02T23:18:09.3878728", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "17", "pluG_UID": "XpPvT9dvkkCFgr32FQF12A==", "pluGuid": "4fef935e-6fd7-4092-8582-bdf6150175d8", "supplierIdentifier": "bwXgkLqnF0qjHzOauh6iog==", "supplierIdentifierGuid": "90e0056f-a7ba-4a17-a31f-339aba1ea2a2", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "17" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "eTjj9x6mzEGHHNG5LEUAaQ==", "parentPluGuid": "f7e33879-a61e-41cc-871c-d1b92c450069", "freight": 45.0, "freightType": 1, "product": { "$id": "18", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "Ji8utOa0HE+ouEkQe9khfw==", "guid": "b42e2f26-b4e6-4f1c-a8b8-49107bd9217f", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "qdiJd1eO6UWfhxk45+lEuw==", "priceGroupGuid": "7789d8a9-8e57-45e9-9f87-1938e7e944bb", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:18:09.3878728", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:18:09.3878728", "pluCreated": "2025-08-02T23:18:09.3878728", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-08-02T23:18:09.3878728", "lastManualUpdate": "2025-08-02T23:18:09.3878728", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-08-02T23:18:09.3878728", "currentCostUpdated": "2025-08-02T23:18:09.3878728", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:18:09.3878728", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-08-02T23:18:09.3878728", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "FM3iKjRGVkmUy2y+XgDjqw==", "altPLUGuid": "2ae2cd14-4634-4956-94cb-6cbe5e00e3ab", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-08-02T23:18:09.3878728", "labelLastPrice": 1, "shelfPageLayoutG_UID": "tPL2uYuCskGA9rofRsJ/Tg==", "shelfPageLayoutGuid": "b9f6f2b4-828b-41b2-80f6-ba1f46c27f4e", "talkerPageLayoutG_UID": "q2qLU70QNkib+hgR7Uc/aA==", "talkerPageLayoutGuid": "538b6aab-10bd-4836-9bfa-1811ed473f68", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 85, "unitMeasureKindChanged": true, "signIQData": "sample string 87", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "0DPmlfK2ckCkgneW/apK2w==", "inventoryIdentifier": "95e633d0-b6f2-4072-a482-7796fdaa4adb", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "jNB9Vwd/cEyqdly6sK2Gtg==", "parentPluGuid": "577dd08c-7f07-4c70-aa76-5cbab0ad86b6", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "SBsDgfECJEyvCTn1UDR7Vg==", "supplierIdentifierGuid": "81031b48-02f1-4c24-af09-39f550347b56", "supplierChanged": true, "rebateSupplierIdentifier": "Eo9rHcT/9UacPSBiojUCiQ==", "rebateSupplierIdentifierGuid": "1d6b8f12-ffc4-46f5-9c3d-2062a2350289", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-08-02T23:18:09.3878728", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "fA8Gj5a4p0qd19wRnQwf4w==", "hostIdentifierGuid": "8f060f7c-b896-4aa7-9dd7-dc119d0c1fe3", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "18" }, { "$ref": "18" } ], "store": { "$ref": "9" }, "storePrices": [ { "$id": "19", "pluG_UID": "t+1UTjpKmEi7wOCKDi1NXQ==", "pluGuid": "4e54edb7-4a3a-4898-bbc0-e08a0e2d4d5d", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:18:09.3878728" }, { "$ref": "19" } ], "currentPrices": { "$id": "20", "pluPrices": { "$id": "21", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-08-02T23:18:09.3878728", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "21" }, "winningCampaign": 1, "winner": { "$id": "22", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:18:09.3878728", "startTime": 3, "endDate": "2025-08-02T23:18:09.3878728", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "jnt8YT0qckKhsWoWBZBTiA==", "hostIdentifierGuid": "617c7b8e-2a3d-4272-a1b1-6a1605905388", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "22" }, { "$ref": "22" } ] }, "tray": { "$id": "23", "g_UId": "qG1jb7bJcU2bPVAH2/SN+A==", "guid": "6f636da8-c9b6-4d71-9b3d-5007dbf48df8", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "24", "priceGroupG_UID": "gGzb340tr0eUrBC9D4N1xA==", "priceGroupGuid": "dfdb6c80-2d8d-47af-94ac-10bd0f8375c4", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:18:09.3878728", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "18" }, { "$ref": "18" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "25", "pluG_UID": "p/fOA8rU10S/zfUPOa5nNw==", "pluGuid": "03cef7a7-d4ca-44d7-bfcd-f50f39ae6737", "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": "26", "pluGuid": "5382bce8-1a0e-4386-be37-72371512d8c6", "created": "2025-08-02T23:18:09.3878728", "createdByUser": "sample string 1", "activated": "2025-08-02T23:18:09.3878728", "deactivated": "2025-08-02T23:18:09.3878728", "lastOrdered": "2025-08-02T23:18:09.3878728", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:18:09.3878728", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:18:09.3878728", "lastSold": "2025-08-02T23:18:09.3878728", "firstSold": "2025-08-02T23:18:09.3878728", "awsUpdated": "2025-08-02T23:18:09.3878728", "lastManualUpdate": "2025-08-02T23:18:09.3878728", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:18:09.3878728", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:18:09.3878728", "doNotRangeUpdated": "2025-08-02T23:18:09.3878728", "doNotOrderUpdated": "2025-08-02T23:18:09.3878728", "tracked": "2025-08-02T23:18:09.3878728" }, "allergens": [ { "$id": "27", "allergenID": 1, "pluG_UID": "qW0RvMMD4UqQZcbUtbO/4Q==", "pluGuid": "bc116da9-03c3-4ae1-9065-c6d4b5b3bfe1", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "27" } ], "costs": { "$id": "28", "pluG_UID": "SZq8qNrYqkajwD7HbjZCOA==", "pluGuid": "a8bc9a49-d8da-46aa-a3c0-3ec76e364238", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:18:09.3878728", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "29", "saleHeaderID": 1, "created": "2025-08-02T23:18:09.3878728", "createdLocal": "2025-08-02T23:18:09.3878728", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "Lo3kBNXNJkqQ7igkl4C6pQ==", "operatorGuid": "04e48d2e-cdd5-4a26-90ee-28249780baa5", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "8wc969IhIE2Zzoieci4FdQ==", "pluGuid": "eb3d07f3-21d2-4d20-99ce-889e722e0575", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "30", "id": 1, "g_Uid": "Unp3cgNLKEis4KvKRUAK1w==", "guid": "72777a52-4b03-4828-ace0-abca45400ad7", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-08-02T23:18:09.3878728", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:18:09.3878728", "endShift": "2025-08-02T23:18:09.3878728", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "31", "operatorG_UID": "BN2mHqcVsUC/WlQEp8IFRg==", "operatorGuid": "1ea6dd04-15a7-40b1-bf5a-5404a7c20546", "storeID": 2, "operator": { "$ref": "30" }, "store": { "$ref": "9" } }, { "$ref": "31" } ] } }, { "$ref": "29" } ], "apns": [ { "$id": "32", "pluID": 1, "pluG_UID": "J1+Ih9g+tEikfAX3KpOOkg==", "pluGuid": "87885f27-3ed8-48b4-a47c-05f72a938e92", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "32" } ], "tuns": [ { "$id": "33", "pluG_UId": "kiU0teBiwk+bLC/sahDvHA==", "pluGuid": "b5342592-62e0-4fc2-9b2c-2fec6a10ef1c", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "18" }, "storeIDs": [ 1, 2 ] }, { "$ref": "33" } ], "competitionPricing": [ { "$id": "34", "identifier": "9hkt1KAHz0mRlvrzeiQp1Q==", "identifierGuid": "d42d19f6-07a0-49cf-9196-faf37a2429d5", "pluG_UID": "3Wcd7t4gHkaFyWT8ihvIzA==", "pluGuid": "ee1d67dd-20de-461e-85c9-64fc8a1bc8cc", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "34" } ], "supplier": { "$ref": "13" }, "supplierName": "sample string 147", "children": [ { "$ref": "18" }, { "$ref": "18" } ], "ordering": { "$ref": "16" }, "flipChartPages": [ { "$id": "35", "identifier": "8dQnL2XW1k64uGk4h876gg==", "groupName": "sample string 1", "identifierGuid": "2f27d4f1-d665-4ed6-b8b8-693887cefa82", "exists": true, "flipChartIdentifier": "Fzhimevk80GU0eRHeV253w==", "flipChartIdentifierGuid": "99623817-e4eb-41f3-94d1-e447795db9df", "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": "AhpAz29cgkKGuIJ/iJuZQg==", "groupIdentifierGuid": "cf401a02-5c6f-4282-86b8-827f889b9942", "flipChart": { "$id": "36", "identifier": "eJmVFGahiku1c/XCfQE0CQ==", "identifierGuid": "14959978-a166-4b8a-b573-f5c27d013409", "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": "37", "identifier": "ncdU0o5tL0m8JGZUpzkwZw==", "identifierGuid": "d254c79d-6d8e-492f-bc24-6654a7393067", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "38", "id": 1, "g_UID": "2Fqy/nREg0yHY+EAUfFLnA==", "guid": "feb25ad8-4474-4c83-8763-e10051f14b9c", "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": "YS0/pWQO60GylWnfYk1Y8w==", "previousFormGuid": "a53f2d61-0e64-41eb-b295-69df624d58f3", "nextForm": 1, "nextFormG_UID": "SdXVmH+UgE2oP1ZfwLjiBQ==", "nextFormGuid": "98d5d549-947f-4d80-a83f-565fc0b8e205", "attributes": "sample string 10", "updated": "2025-08-02T23:18:09.3878728", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "38" }, "previousCheckoutForm": { "$ref": "38" }, "buttons": [ { "$id": "39", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "tyDBVeqhN02vwDBlwwOeVQ==", "checkoutFormGuid": "55c120b7-a1ea-4d37-afc0-3065c3039e55", "identifier": "EE8HkHyl60W4RbAnIuJZZQ==", "identifierGuid": "90074f10-a57c-45eb-b845-b02722e25965", "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": "lIMD0bYXLkqE+wD1XdjZ0w==", "valueGuid": "d1038394-17b6-4a2e-84fb-00f55dd8d9d3", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:18:09.3878728", "action": "sample string 12", "valueForm": { "$ref": "38" }, "image": { "$id": "40", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-08-02T23:18:09.3878728", "imageData": "QEA=", "readOnly": true } }, { "$ref": "39" } ], "panels": [ { "$id": "41", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "cfIAkQIG3k6mu3+CIpMFHA==", "checkoutFormGuid": "9100f271-0602-4ede-a6bb-7f822293051c", "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": "41" } ] }, { "$ref": "38" } ], "panels": [ { "$ref": "41" }, { "$ref": "41" } ] }, "pages": [ { "$ref": "35" }, { "$ref": "35" } ] }, "contentPanel": { "$ref": "41" }, "products": [ { "$id": "42", "flipChartPageIdentifier": "DIwpTRZg2U2DUKrwGZdC0Q==", "flipChartPageIdentifierGuid": "4d298c0c-6016-4dd9-8350-aaf0199742d1", "pluG_UID": "o00OqwN5FEKRi+KMBT8Jkw==", "pluGuid": "ab0e4da3-7903-4214-918b-e28c053f0993", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "18" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "42" } ], "productCount": 27, "pages": [ { "$ref": "35" }, { "$ref": "35" } ] }, { "$ref": "35" } ], "priceHistory": [ { "$id": "43", "pluG_UID": "Ha2sbwsxsk2DYAg+LB0JbQ==", "pluGuid": "6facad1d-310b-4db2-8360-083e2c1d096d", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-08-02T23:18:09.3878728", "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": "43" } ], "ingredients": [ { "$id": "44", "pluG_UID": "5a73cRs2jkSLxyw8kSwVrw==", "ingredientGuid": "1zC19ao82EWd3KCWyLqofw==", "ingredientIdentifier": "f5b530d7-3caa-45d8-9ddc-a096c8baa87f", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "18" } }, { "$ref": "44" } ], "bins": [ { "$id": "45", "pluG_UID": "lCbt4m3wvkGDAwT4I03Qng==", "pluGuid": "e2ed2694-f06d-41be-8303-04f8234dd09e", "shelfLocationIdentifier": "RNmNWqB7EkyN2URaFCfuyA==", "shelfLocationGuid": "5a8dd944-7ba0-4c12-8dd9-445a1427eec8", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "DLq3MxZDz0iinLHjjdDPxQ==", "labelPageLayoutGuid": "33b7ba0c-4316-48cf-a29c-b1e38dd0cfc5", "updated": "2025-08-02T23:18:09.3878728", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "18" }, "location": { "$id": "46", "identifier": "CLG+Iuhi2E+1b/lFGFWGIQ==", "storeID": 1, "identifierGuid": "22beb108-62e8-4fd8-b56f-f94518558621", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:18:09.3878728", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "45" }, { "$ref": "45" } ] } }, { "$ref": "45" } ], "bin": { "$ref": "45" }, "scaleLocations": [ { "$id": "47", "plu": 1, "pluG_UID": "Vic2MrIyrUexETbJJCTcJQ==", "pluGuid": "32362756-32b2-47ad-b111-36c92424dc25", "deptNo": 1, "product": { "$ref": "18" }, "scaleLocation": { "$id": "48", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:18:09.3878728", "department": { "$id": "49", "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": "48" }, "subDepartments": [ { "$id": "50", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "51", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "52", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-08-02T23:18:09.3878728", "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": "BZhl2Zci7U6siMWkWb63kw==", "labelPageLayoutGuid": "d9659805-2297-4eed-ac88-c5a459beb793", "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": "53", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "54", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "55", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "55" } ], "commodityCode": "sample string 6" }, { "$ref": "54" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "54" }, "mscDep": { "$id": "56", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "53" }, { "$ref": "53" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "52" } ], "updated": "2025-08-02T23:18:09.3878728", "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": "9HufqlaMGUenQ7cVOlDAAw==", "labelPageLayoutGuid": "aa9f7bf4-8c56-4719-a743-b7153a50c003", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "51" } ], "investmentBuyOverride": true, "updated": "2025-08-02T23:18:09.3878728", "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": "Tf/is6PuXkiuEpRzn8cO2A==", "labelPageLayoutGuid": "b3e2ff4d-eea3-485e-ae12-94739fc70ed8", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "50" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-08-02T23:18:09.3878728", "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": "jI1KpYcHL0irJ6OKCS54xQ==", "labelPageLayoutGuid": "a54a8d8c-0787-482f-ab27-a38a092e78c5", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } } } }, { "$ref": "47" } ], "nextPrice": { "$id": "57", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "mvX2HoU7lEmLQpiU9hmhKg==", "pluGuid": "1ef6f59a-3b85-4994-8b42-9894f619a12a", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "rvapi2CUdkuVtRHDy4V2IA==", "dealCostGuid": "8ba9f6ae-9460-4b76-95b5-11c3cb857620", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "Jk8Zu9aYtUC8ai7cDvaKzQ==", "priceGroupGuid": "bb194f26-98d6-40b5-bc6a-2edc0ef68acd", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:18:09.3878728", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "z15GvclfZUadFyhT00hqjw==", "campaignComboPriceGroupIdentifier": "bd465ecf-5fc9-4665-9d17-2853d3486a8f", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "58", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:18:09.3878728", "operatorG_UID": "yRpIrt+8lkWr4FZ02S3EGA==", "operatorGuid": "ae481ac9-bcdf-4596-abe0-5674d92dc418", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:18:09.3878728", "signIqTicketFileMovedUtc": "2025-08-02T23:18:09.3878728", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:18:09.3878728", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "18" }, "campaignPlu": { "$ref": "57" } }, { "$ref": "58" } ], "campaign": { "$id": "59", "id": 1, "storeID": 2, "name": "bf57b71f-5099-4d2a-872c-212659914587", "nameGuid": "bf57b71f-5099-4d2a-872c-212659914587", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:18:09.3878728", "startTime": 1, "endDate": "2025-08-02T23:18:09.3878728", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-08-02T23:18:09.3878728", "system": true, "created": "2025-08-02T23:18:09.3878728", "updated": "2025-08-02T23:18:09.3878728", "priceChangeNotifiedUtc": "2025-08-02T23:18:09.3878728", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "u6f2VYKdLEyTu8kucDzUUQ==", "hostIdentifierGuid": "55f6a7bb-9d82-4c2c-93bb-c92e703cd451", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:18:09.3878728", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "57" }, { "$ref": "57" } ], "campaignPools": [ { "$id": "60", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "88LxFn7Lv0aQFNVo+HjibQ==", "pluGuid": "16f1c2f3-cb7e-46bf-9014-d568f878e26d", "hostOfferID": 1, "priceGroupG_UID": "Mv/XS6LgKUyGRP5Zd8qDgQ==", "priceGroupGuid": "4bd7ff32-e0a2-4c29-8644-fe5977ca8381", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:18:09.3878728", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "18" }, "campaign": { "$ref": "59" } }, { "$ref": "60" } ], "sellingRules": [ { "$id": "61", "id": 1, "identifier": "ZwMQlgulaEuLEI+hZ682qg==", "identifierStr": "ZwMQlgulaEuLEI+hZ682qg==", "identifierGuid": "96100367-a50b-4b68-8b10-8fa167af36aa", "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": "59" } }, { "$ref": "61" } ], "customers": [ { "$id": "62", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "IRKX2umorU2rMgUQRJ3SNg==", "customerIDGuid": "da971221-a8e9-4dad-ab32-0510449dd236", "campaign": { "$ref": "59" }, "customer": { "$id": "63", "identifier": "2rsbVdjbX0WSUg+dn9L+wA==", "identifierGuid": "551bbbda-dbd8-455f-9252-0f9d9fd2fec0", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:18:09.3878728", "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": "4sFa/gyqnUanN3L3ttog5Q==", "communityIdentifierGuid": "fe5ac1e2-aa0c-469d-a737-72f7b6da20e5", "joined": "2025-08-02T23:18:09.3878728", "updated": "2025-08-02T23:18:09.3878728", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "gUQGSS5hykCeZ71LAfUnkw==", "priceLevelIdentifierGuid": "49064481-612e-40ca-9e67-bd4b01f52793", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:18:09.3878728", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "64", "cardType": 2, "issueDate": "2025-08-02T23:18:09.3878728", "expiry": "2025-08-02T23:18:09.3878728", "customerID": "EH0zXzyuhECSn0jYIv1MEw==", "customerIDGuid": "5f337d10-ae3c-4084-929f-48d822fd4c13", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-08-02T23:18:09.3878728", "linkedAccount": "xgB9X3XnAkWkAJPU6YDpiw==", "linkedAccountGuid": "5f7d00c6-e775-4502-a400-93d4e980e98b", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "63" }, "account": { "$id": "65", "id": 1, "identifier": "+IzAq2QMoEOB5nVVbyCE9g==", "identifierGuid": "abc08cf8-0c64-43a0-81e6-75556f2084f6", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:18:09.3878728", "owner": "eIuZHQf0UUiPNg0Jl7qfZw==", "ownerGuid": "1d998b78-f407-4851-8f36-0d0997ba9f67", "accountStoreGroupIdentifier": "OWIUWSLFM0ShTSSeWnPp5g==", "accountStoreGroupGuid": "59146239-c522-4433-a14d-249e5a73e9e6", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-08-02T23:18:09.3878728", "active": true, "updated": "2025-08-02T23:18:09.3878728", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "63" }, "card": { "$ref": "64" }, "members": { "$id": "66", "sample string 1": [ { "$ref": "63" }, { "$ref": "63" } ], "sample string 2": [ { "$ref": "63" }, { "$ref": "63" } ] }, "customerGroups": [ { "$id": "67", "identifier": "WgST4nOj3UO3ejANtD0BDA==", "identifierGuid": "e293045a-a373-43dd-b77a-300db43d010c", "name": "sample string 2", "primaryContact": "zBB9FjxifUyMMV4ljL/WWw==", "primaryContactGuid": "167d10cc-623c-4c7d-8c31-5e258cbfd65b", "accountID": "JlUwrapH90yOoX62S3DkUg==", "accountIDGuid": "ad305526-47aa-4cf7-8ea1-7eb64b70e452", "special": true, "updated": "2025-08-02T23:18:09.3878728", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "Gwvz1W/hZ0yzGT6uvQcjzg==", "priceLevelIdentifierGuid": "d5f30b1b-e16f-4c67-b319-3eaebd0723ce", "deleted": true, "account": { "$ref": "65" }, "primaryContactCustomer": { "$ref": "63" }, "customerGroupMembers": [ { "$id": "68", "id": 1, "groupID": "DIcKQarxgkKCa3sop5g0CQ==", "groupIDGuid": "410a870c-f1aa-4282-826b-7b28a7983409", "customerID": "b9KVWtjW1Eyq79AyQrWeug==", "customerIDGuid": "5a95d26f-d6d8-4cd4-aaef-d03242b59eba", "card": "sample string 4", "linkedAccount": "LbwAs7j3kkaWsKAU5d9mSw==", "linkedAccountGuid": "b300bc2d-f7b8-4692-96b0-a014e5df664b", "customer": { "$ref": "63" }, "group": { "$ref": "67" }, "customerCard": { "$ref": "64" } }, { "$ref": "68" } ] }, { "$ref": "67" } ] }, "payments": [ { "$id": "69", "id": 1, "identifier": "07P6KZgPmkm4oVzNGLsqbQ==", "identifierGuid": "29fab3d3-0f98-499a-b8a1-5ccd18bb2a6d", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "55TFc3BTbEq3lnnbWqLARg==", "accountIDGuid": "73c594e7-5370-4a6c-b796-79db5aa2c046", "customerAccount": { "$ref": "65" }, "customerCard": { "$ref": "64" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-08-02T23:18:09.3878728", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "uGJHb98Sz0WOKNm5YwITQw==", "idempotentVoidGuid": "6f4762b8-12df-45cf-8e28-d9b963021343", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "70", "saleHeaderID": 1, "saleHeaderGuid": "xpWPwc6KCUGXfXaA3xO6Sw==", "saleHeaderIdentifierGuid": "c18f95c6-8ace-4109-977d-7680df13ba4b", "created": "2025-08-02T23:18:09.3878728", "createdLocal": "2025-08-02T23:18:09.3878728", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-08-02T23:18:09.3878728", "storeID": 1, "operatorG_Uid": "xeDPraFaX0unDgmONMTKSg==", "operatorGuid": "adcfe0c5-5aa1-4b5f-a70e-098e34c4ca4a", "customerG_Uid": "D9wjqtBTUEyO/piiKmFqLw==", "customerGuid": "aa23dc0f-53d0-4c50-8efe-98a22a616a2f", "communityIdentifier": "6YcnevSRcUyVgvEm7137mw==", "communityIdentifierGuid": "7a2787e9-91f4-4c71-9582-f126ef5dfb9b", "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": "enC2GxZRvkGnXqvCQZxFeA==", "priceLevelIdentifierGuid": "1bb6707a-5116-41be-a75e-abc2419c4578", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "30" }, "customer": { "$ref": "63" }, "communityOrganisation": { "$id": "71", "id": 1, "identifier": "i+1loAfkDEq7crNxkGkgmw==", "identifierGuid": "a065ed8b-e407-4a0c-bb72-b3719069209b", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-08-02T23:18:09.3878728", "deleted": true }, "details": [ { "$id": "72", "saleItemID": 1, "identifier": "bwiSDuzodE2oeZHYDHcYoA==", "identifierGuid": "0e92086f-e8ec-4d74-a879-91d80c7718a0", "saleHeaderID": 2, "plu": 1, "pluG_UId": "69YMVzxWckiRguZ02kq4Xg==", "pluGuid": "570cd6eb-563c-4872-9182-e674da4ab85e", "accountID": "dsuyZseuyUCeC9ontk49pQ==", "accountIDGuid": "66b2cb76-aec7-40c9-9e0b-da27b64e3da5", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-08-02T23:18:09.3878728", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "9nvP+ps/EUKB6ZSueTe+rA==", "refundGuid": "facf7bf6-3f9b-4211-81e9-94ae7937beac", "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": "rO+6H2XPgU2k6iJxGOHHaA==", "idempotentVoidGuid": "1fbaefac-cf65-4d81-a4ea-227118e1c768", "priceLevelIdentifier": "fIUNrbc71UmjwjnNzD953A==", "priceLevelIdentifierGuid": "ad0d857c-3bb7-49d5-a3c2-39cdcc3f79dc", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "73", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:18:09.3878728", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "73" } ], "refund": { "$id": "74", "id": 1, "g_UID": "bWFyXiIcvE+5zlBgbOdBpQ==", "guid": "5e72616d-1c22-4fbc-b9ce-50606ce741a5", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:18:09.3878728" }, "modifier": { "$id": "75", "id": 1, "setG_UID": "CXyHrRExY0GpHwZzdq1cdQ==", "modifierSetGuid": "ad877c09-3111-4163-a91f-067376ad5c75", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "mM3D3E3sFEapQJX5DSZLjg==", "pluGuid": "dcc3cd98-ec4d-4614-a940-95f90d264b8e", "deleted": true, "g_UID": "LY0lWqVm0UC09DVtUH+blQ==", "guid": "5a258d2d-66a5-40d1-b4f4-356d507f9b95", "product": { "$ref": "18" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "72" } ], "eftReceipts": [ { "$id": "76", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "70" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "76" } ], "payments": [ { "$ref": "69" }, { "$ref": "69" } ], "cards": [ { "$id": "77", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "77" } ], "campaignHits": [ { "$id": "78", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "78" } ], "fuel": [ { "$id": "79", "id": 1, "plu": 1, "pluG_UID": "C9NxHsMucECmAHhUHFrljg==", "pluGuid": "1e71d30b-2ec3-4070-a600-78541c5ae58e", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-08-02T23:18:09.3878728", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-08-02T23:18:09.3878728", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "79" } ], "fuelResells": [ { "$id": "80", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "j6KnSmSiFE+rZ/lIPovRwA==", "pluGuid": "4aa7a28f-a264-4f14-ab67-f9483e8bd1c0", "accountID": "u6nEOz6ovESAEr0uViTtGg==", "accountIDGuid": "3bc4a9bb-a83e-44bc-8012-bd2e5624ed1a", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-08-02T23:18:09.3878728", "bestOrExpireType": 1, "refundG_UID": "mKFTufgS/E+8vcE/UmDmpg==", "refundGuid": "b953a198-12f8-4ffc-bcbd-c13f5260e6a6", "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": "80" } ], "customerOrder": [ { "$id": "81", "identifier": "wTbR9sr2l0yQ7qzg5aG+kw==", "identifierGuid": "f6d136c1-f6ca-4c97-90ee-ace0e5a1be93", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "aaC+pVwrSE2oSOs1G7qcRA==", "customerIdentifierGuid": "a5bea069-2b5c-4d48-a848-eb351bba9c44", "operatorNo": 1, "operatorG_UID": "eO65hYooDEK01pMjInYDmA==", "operatorGuid": "85b9ee78-288a-420c-b4d6-932322760398", "created": "2025-08-02T23:18:09.3878728", "ordered": "2025-08-02T23:18:09.3878728", "started": "2025-08-02T23:18:09.3878728", "completed": "2025-08-02T23:18:09.3878728", "supplied": "2025-08-02T23:18:09.3878728", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "63" }, "operator": { "$ref": "30" }, "details": [ { "$id": "82", "headerID": 1, "plu": 1, "pluG_UId": "OVS+HksIGkSFLk9uVE9pNQ==", "pluGuid": "1ebe5439-084b-441a-852e-4f6e544f6935", "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": "oweOnrl2PUGkfrzYloAGCQ==", "headerIdentifierGuid": "9e8e07a3-76b9-413d-a47e-bcd896800609", "product": { "$ref": "18" } }, { "$ref": "82" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "70" } }, { "$ref": "81" } ], "surveyResponses": [ { "$id": "83", "surveyG_UID": "yaW8Q+JRg0atrG2EKT9Dxg==", "surveyGuid": "43bca5c9-51e2-4683-adac-6d84293f43c6", "saleHeaderGuid": "pvmGRsqb80mcZ4vCnPT1PQ==", "saleGuid": "4686f9a6-9bca-49f3-9c67-8bc29cf4f53d", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "GAjYQ6medEymQrLVh6npvg==", "guidResponse": "43d80818-9ea9-4c74-a642-b2d587a9e9be", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:18:09.3878728", "sale": { "$ref": "70" }, "survey": { "$id": "84", "g_UID": "n71hJfH5JEWEKux1DhEqeg==", "guid": "2561bd9f-f9f1-4524-842a-ec750e112a7a", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "/cSH8YrFPUaQodCOBFA2aw==", "checkoutFormGuid": "f187c4fd-c58a-463d-90a1-d08e0450366b", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:18:09.3878728", "end": "2025-08-02T23:18:09.3878728", "deleted": true, "updated": "2025-08-02T23:18:09.3878728", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "305a8822-07ef-4bfe-ba97-13b46bafeca1", "ff793967-71ca-4f32-aae4-d195eb787c69" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "38" } }, "ingressId": "sample string 4" }, { "$ref": "83" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "QqpsdQAV/Ee8lhx0Sp2cEw==", "accountIdentifier": "756caa42-1500-47fc-bc96-1c744a9d9c13", "accountName": "sample string 42", "customerOrderIdentifier": "aDGNqeWxREyctSWlpHyLHA==", "customerOrderIdentifierGuid": "a98d3168-b1e5-4c44-9cb5-25a5a47c8b1c", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "85", "id": 1, "paymentID": 2, "paymentIdentifier": "zPfDe9noGUSqmL0TVQyaVQ==", "paymentIdentifierGuid": "7bc3f7cc-e8d9-4419-aa98-bd13550c9a55", "identifier": "i2CTTPF3sEiHRJ9bON7Hsg==", "identifierGuid": "4c93608b-77f1-48b0-8744-9f5b38dec7b2", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "bsjJgPixb0Kaapva+3VNSg==", "itemIdentifierGuid": "80c9c86e-b1f8-426f-9a6a-9bdafb754d4a" } }, { "$ref": "69" } ] }, { "$ref": "64" } ], "customerGroupMembers": [ { "$ref": "68" }, { "$ref": "68" } ], "customerGroups": [ { "$ref": "67" }, { "$ref": "67" } ], "accounts": [ { "$ref": "65" }, { "$ref": "65" } ], "account": { "$ref": "65" }, "vouchers": [ { "$id": "86", "customerIdentifier": "QHIPO1AYy0mPucHNzNZrOQ==", "customerIdentifierGuid": "3b0f7240-1850-49cb-8fb9-c1cdccd66b39", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "M3MB+sgdHUOPWNDEwxo4uw==", "idempotentGuid": "fa017333-1dc8-431d-8f58-d0c4c31a38bb", "offline": true, "voucher": { "$id": "87", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-08-02T23:18:09.3878728", "barcodeTemplate": { "$id": "88", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "89", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-08-02T23:18:09.3878728", "labelPageLayout": "6ZLh2AEyCkiXgqonTLdbrw==", "pageLayoutGuid": "d8e192e9-3201-480a-9782-aa274cb75baf", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "87" }, "elements": [ { "$id": "90", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-08-02T23:18:09.3878728" }, { "$ref": "90" } ] }, "customerVouchers": [ { "$id": "91", "id": 1, "customerIdentifier": "8JnP/5qK6keXBPtfA3bMqw==", "customerIdentifierGuid": "ffcf99f0-8a9a-47ea-9704-fb5f0376ccab", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:18:09.3878728", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "1WIwhq2yIkOyRUMnMYgAMA==", "issuedIdempotentGuid": "863062d5-b2ad-4322-b245-432731880030", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:18:09.3878728", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:18:09.3878728", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "4h6aDrpiSkizR25zqezxXA==", "redeemedIdempotentGuid": "0e9a1ee2-62ba-484a-b347-6e73a9ecf15c", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:18:09.3878728", "storeName": "sample string 17", "scaleLabel": { "$ref": "89" }, "voucher": { "$ref": "87" }, "customer": { "$ref": "63" }, "issuedOfflinePayment": { "$ref": "69" }, "redeemedOfflinePayment": { "$ref": "69" } }, { "$ref": "91" } ] }, "customer": { "$ref": "63" } }, { "$ref": "86" } ] } }, { "$ref": "62" } ], "customerGroups": [ { "$id": "92", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "8wcI/QgD/U6I4QWIb9XQXQ==", "groupIDGuid": "fd0807f3-0308-4efd-88e1-05886fd5d05d", "campaign": { "$ref": "59" }, "group": { "$ref": "67" } }, { "$ref": "92" } ], "signIqTickets": [ { "$id": "93", "identifier": "k70VYyxfWE+Q1va23S9QAg==", "identifierGuid": "6315bd93-5f2c-4f58-90d6-f6b6dd2f5002", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "93" } ], "comboPriceGroups": [ { "$id": "94", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "fhdPAL8NEUKboF/UtZBjLA==", "guid": "004f177e-0dbf-4211-9ba0-5fd4b590632c", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "59" }, "comboPricePlus": [ { "$id": "95", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "hYyyITvSAk+oMab0fLHtCg==", "groupGuid": "21b28c85-d23b-4f02-a831-a6f47cb1ed0a", "comboPriceType": 5, "priceType": 5, "pluG_UID": "A7i4q6KBUkaVzoIu3SbbmA==", "pluGuid": "abb8b803-81a2-4652-95ce-822edd26db98", "priceGroupG_UID": "lk5wvZtIGUK+NpulXk9puA==", "priceGroupGuid": "bd704e96-489b-4219-be36-9ba55e4f69b8", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "59" }, "product": { "$ref": "18" }, "priceGroup": { "$ref": "24" }, "campaignPool": { "$ref": "59" } }, { "$ref": "95" } ] }, { "$ref": "94" } ], "priceLevels": [ { "$id": "96", "id": 1, "priceLevelIdentifier": "goa0R53WCU+2JAVfjqhS2g==", "priceLevelIdentifierGuid": "47b48682-d69d-4f09-b624-055f8ea852da", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "96" } ] }, "product": { "$ref": "18" }, "dealCost": { "$id": "97", "headerIdentifier": "jOKFjDPzgUqJGpLxt342wQ==", "headerIdentifierGuid": "8c85e28c-f333-4a81-891a-92f1b77e36c1", "identifier": "QxePHlsJzU6fwMu2ZUTdxw==", "identifierGuid": "1e8f1743-095b-4ecd-9fc0-cbb66544ddc7", "supplierIdentifier": "wRyyPOLh60KdSUbRwm/HZA==", "supplierGuid": "3cb21cc1-e1e2-42eb-9d49-46d1c26fc764", "pluG_UID": "29ecVsJ8p0mBiibjRaBifA==", "pluGuid": "569cd7db-7cc2-49a7-818a-26e345a0627c", "campaignName": "64b7c423-b976-4f19-8a22-2e1acea1f720", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:18:09.3878728", "end": "2025-08-02T23:18:09.3878728", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "W9XQsQoyzk6ynQs7bQw+wQ==", "bonusItemPluGuid": "b1d0d55b-320a-4ece-b29d-0b3b6d0c3ec1", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:18:09.3878728", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-08-02T23:18:09.3878728", "campaignEndDate": "2025-08-02T23:18:09.3878728", "masterPLUG_UID": "u59obK4eMkeeVlJVEk7i+w==", "masterID": "6c689fbb-1eae-4732-9e56-5255124ee2fb", "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": "1lHkMqcT3ESMd+4S4atkHQ==", "bonusMasterID": "32e451d6-13a7-44dc-8c77-ee12e1ab641d", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-08-02T23:18:09.3878728", "dealCosts": [ { "$ref": "97" }, { "$ref": "97" } ], "tags": [ { "$id": "98", "pluG_UID": "Fa/OJLaRUki9+J6nhc7uAQ==", "pluGuid": "24ceaf15-91b6-4852-bdf8-9ea785ceee01", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "98" } ], "alternateProductG_UID": "kzaKaJ4dT0mS/pCrWOgM9Q==", "alternateProduct": "688a3693-1d9e-494f-92fe-90ab58e80cf5", "productHostCode": { "$id": "99", "id": 1, "pluG_UID": "gJDxX+aQLEKiAkPWL6HnOg==", "pluGuid": "5ff19080-90e6-422c-a202-43d62fa1e73a", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:18:09.3878728", "inventoryTracked": "2025-08-02T23:18:09.3878728", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "13" }, "serviceFee": { "$id": "100", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "16" } ], "orderCycleHeaders": [ { "$id": "101", "storeID": 1, "supplierIdentifier": "m9smTkSglE6Uoet62UGtpg==", "supplierGuid": "4e26db9b-a044-4e94-94a1-eb7ad941ada6", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "101" } ], "cycles": [ { "$id": "102", "storeID": 1, "supplierIdentifier": "d4BYkleiBE2gQEZ4BOTy8w==", "supplierGuid": "92588077-a257-4d04-a040-467804e4f2f3", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-08-02T23:18:09.3878728", "deliveryDate": "2025-08-02T23:18:09.3878728", "nextCutOffDate": "2025-08-02T23:18:09.3878728", "nextDeliveryDate": "2025-08-02T23:18:09.3878728", "nextDaysBuffer": 10 }, { "$ref": "102" } ], "store": { "$ref": "9" }, "updated": "2025-08-02T23:18:09.3878728", "isHost": true }, "files": [ { "$id": "103", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T23:18:09.3878728", "processed": "2025-08-02T23:18:09.3878728", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:18:09.3878728", "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": "12" }, "metcashHeader": { "$id": "104", "customerNumber": "sample string 1", "creationDate": "2025-08-02T23:18:09.3878728", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "103" } ], "zoneMatrix": [ { "$id": "105", "id": 1, "hostIdentifier": "EWHwJqPIb02lsvhek8iMkQ==", "hostIdentifierGuid": "26f06111-c8a3-4d6f-a5b2-f85e93c88c91", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "ada61b1d-38c1-4ecc-95e1-676452e84603", "ec87c7c7-4e82-4816-b8ce-66dc4a1a318c" ] }, { "$ref": "105" } ], "hostFileStoreSetting": { "$ref": "11" }, "hostStoreSettings": [ { "$ref": "11" }, { "$ref": "11" } ], "promotionPlacements": [ { "$id": "106", "identifier": "di5tsgqN50iv57CLaxJVog==", "identifierGuid": "b26d2e76-8d0a-48e7-afe7-b08b6b1255a2", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "106" } ], "promoTypeGuids": [ "1b1983ff-e7c3-404c-9ebe-878310076d91", "d272518b-c8bf-4fab-ae78-1df87cf5f951" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "11" } ], "accounts": [ { "$ref": "6" }, { "$ref": "6" } ], "sales": [ { "$id": "107", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T23:18:09.3878728", "ftpSite": { "$id": "108", "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": "107" } ], "zoneMatrix": [ { "$ref": "105" }, { "$ref": "105" } ], "cashManagements": [ { "$id": "109", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "110", "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": "109" } ], "updateStoreID": "1fbd3898-959e-4c85-9e11-ed4908e8b540", "updateStore": { "$id": "111", "id": "ccbec730-7397-4d08-989b-b394ac3bc9b4", "name": "sample string 1", "lastActivity": "2025-08-02T23:18:09.3878728", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-08-02T23:18:09.3878728" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "112", "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" } }, "grade": { "$id": "113", "id": 1, "gradeID": 2, "storeID": 3, "g_UID": "CkNkHFSi0kuq59VQPtY6cw==", "guid": "1c64430a-a254-4bd2-aae7-d5503ed63a73", "fuelGrade": "sample string 5", "price1": 1, "price2": 1, "price3": 1, "price4": 1, "effective": "2025-08-02T23:18:09.3878728", "updated": "2025-08-02T23:18:09.3878728", "margin": 1, "product": { "$ref": "18" } } } }, { "$ref": "7" } ], "cashBalancingFuelMeters": [ { "$id": "114", "headerIdentifier": "FMa/dYHNxk+3v+wIBqfdgQ==", "headerIdentifierGuid": "75bfc614-cd81-4fc6-b7bf-ec0806a7dd81", "tankNumber": 2, "hoseNumber": 3, "pumpNumber": 4, "fuelGradeID": 1, "fuelGrade": "sample string 5", "opening": 6.0, "openingAdjust": true, "adjustments": 8.0, "samples": 9.0, "pumpTest": 10.0, "sales": 11.0, "closing": 12.0, "closingAdjust": true, "rolledOver": true, "dailyVariance": 15.0, "rolloverVolume": 16.0, "rolloverAdjustments": [ { "$id": "115", "id": 1, "storeID": 2, "tankNumber": 3, "dispenserNumber": 4, "hoseNumber": 5, "adjustedFor": "2025-08-02T23:18:09.3878728", "adjustedAt": "2025-08-02T23:18:09.3878728", "adjustmentVolume": 8.0, "reasonDesc": "sample string 9", "reason": 10, "operatorG_UID": "OuX0vX9Y80+fVMEMV86NLA==", "operatorGuid": "bdf4e53a-587f-4ff3-9f54-c10c57ce8d2c", "user": "sample string 11", "processed": 1, "storeName": "sample string 12", "operatorName": "sample string 13" }, { "$ref": "115" } ] }, { "$ref": "114" } ] }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Created cash balancing header
CashBalancingHeaderName | Description | Type | Additional information |
---|---|---|---|
Identifier | Collection of byte |
None. |
|
IdentifierGuid | globally unique identifier |
None. |
|
StoreID | integer |
None. |
|
Date | date |
None. |
|
Started | date |
None. |
|
Ended | date |
None. |
|
CashFinalised | boolean |
None. |
|
CashTotalAmount | integer |
None. |
|
EftFinalised | boolean |
None. |
|
EftTotalAmount | integer |
None. |
|
BankFinalised | boolean |
None. |
|
BankTotalAmount | integer |
None. |
|
BankingOpened | boolean |
None. |
|
FuelRequired |
Indicates that fuel finalisation is required for total finalisation |
boolean |
None. |
FuelFinalised |
Indicates whether fuel has been finalised for this date |
boolean |
None. |
CreatedDuringTradingDay |
Indicates that the records were last generated before the day had ended |
boolean |
None. |
AccountingFinalised | AccountStatus |
None. |
|
EndOfDayID | integer |
None. |
|
StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
AutoFill |
Indicate to other internal methods the header's stores auto fill setting |
boolean |
Relation. This field may not always be loaded or used for updates. |
CreateRelations |
Indicate to Generate Cash Balancing Header method whether relational records are needed |
boolean |
Relation. This field may not always be loaded or used for updates. |
InvalidDates |
Ended can only be null for current end of day generated records (-1) and started can not be null unless this is a new end of day header (-1 current end of day WILL have a started) |
boolean |
Relation. This field may not always be loaded or used for updates. |
CashDetails | Collection of CashBalancing |
Relation. This field may not always be loaded or used for updates. |
|
EftDetails | Collection of CashBalancingEft |
Relation. This field may not always be loaded or used for updates. |
|
BankDetailSummary | CashBalancingBanking |
Relation. This field may not always be loaded or used for updates. |
|
CashBalancingBankingAccounts | Collection of CashBalancingBankingAccount |
Relation. This field may not always be loaded or used for updates. |
|
CashBalancingFuelTankLevels | Collection of CashBalancingFuelTankLevel |
Relation. This field may not always be loaded or used for updates. |
|
CashBalancingFuelMeters | Collection of CashBalancingFuelMeter |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{ "identifier": "3itiFg/f9kiGvBOXY3zyKg==", "identifierGuid": "16622bde-df0f-48f6-86bc-1397637cf22a", "storeID": 2, "date": "2025-08-02T23:18:09.4660138", "started": "2025-08-02T23:18:09.4660138", "ended": "2025-08-02T23:18:09.4660138", "cashFinalised": true, "cashTotalAmount": 4, "eftFinalised": true, "eftTotalAmount": 6, "bankFinalised": true, "bankTotalAmount": 8, "bankingOpened": true, "fuelRequired": true, "fuelFinalised": true, "createdDuringTradingDay": true, "accountingFinalised": 13, "endOfDayID": 14, "storeName": "sample string 15", "autoFill": true, "createRelations": true, "invalidDates": false, "cashDetails": [ { "$id": "2", "id": 1, "headerIdentifier": "7Z3QgpSXeUSzYz0TMLbNVA==", "headerIdentifierGuid": "82d09ded-9794-4479-b363-3d1330b6cd54", "operatorG_UID": "AgAid2vKEUSmqQHgoBxaDA==", "operatorGuid": "77220002-ca6b-4411-a6a9-01e0a01c5a0c", "date": "2025-08-02T23:18:09.4660138", "operatorCash": 4, "drawerID": 5, "machineID": 6, "managerCash": 7, "expectedCash": 8, "finalisedCash": 9, "operatorCashNote": "sample string 10", "managerCashNote": "sample string 11", "expectedPickup": 12, "pickupCash": 13, "start": "2025-08-02T23:18:09.4660138", "end": "2025-08-02T23:18:09.4660138", "operatorName": "sample string 16", "operatorNumber": "sample string 17", "machineName": "sample string 18", "operators": "sample string 19" }, { "$ref": "2" } ], "eftDetails": [ { "$id": "3", "id": 1, "headerIdentifier": "BcOaXgpi5Ui8Up8Lnw0Nww==", "headerIdentifierGuid": "5e9ac305-620a-48e5-bc52-9f0b9f0d0dc3", "date": "2025-08-02T23:18:09.4660138", "machineID": 1, "cardID": 3, "cardName": "sample string 4", "expectedAmount": 1, "managerDeclared": 1, "eftTenderCount": 1, "machineName": "sample string 5" }, { "$ref": "3" } ], "bankDetailSummary": { "$id": "4", "id": 1, "headerIdentifier": "ec0HBayzykyVz/pQS1hdxg==", "headerIdentifierGuid": "0507cd79-b3ac-4cca-95cf-fa504b585dc6", "bankName": "sample string 3", "expectedCash": 4, "cashDeclared": 1, "expectedPickup": 5, "pickupDeclared": 1, "expectedCheque": 6, "chequeDeclared": 1 }, "cashBalancingBankingAccounts": [ { "$id": "5", "id": 1, "headerIdentifier": "IUBw5TG3l0eT3nfEJLWqwQ==", "headerIdentifierGuid": "e5704021-b731-4797-93de-77c424b5aac1", "storeAccountID": 3, "cashDeclared": 4, "pickupDeclared": 5, "chequeDeclared": 6, "accountName": "sample string 7", "storeAccount": { "$id": "6", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true } }, { "$ref": "5" } ], "cashBalancingFuelTankLevels": [ { "$id": "7", "headerIdentifier": "odsxQ8e5aESsUyb2e2QDEg==", "headerIdentifierGuid": "4331dba1-b9c7-4468-ac53-26f67b640312", "fuelTankNumber": 2, "fuelGradeID": 1, "fuelGrade": "sample string 3", "opening": 4.0, "openingAdjusted": true, "adjustments": 6.0, "deliveries": 7.0, "deliveriesAdjusted": true, "samples": 9.0, "pumpTest": 10.0, "sales": 11.0, "closing": 12.0, "closingAdjusted": true, "dailyVariance": 14.0, "waterLevel": 15.0, "meterSales": 16.0, "meterVariance": -5.0, "twentyEightDayVariance": 17.0, "fuelTank": { "$id": "8", "id": 1, "storeID": 2, "tankNumber": 3, "fuelGrade": "sample string 4", "fuelGradeID": 1, "capacity": 5.0, "lpg": true, "waterLevel": 7.0, "updated": "2025-08-02T23:18:09.4660138", "storeName": "sample string 9", "store": { "$id": "9", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-08-02T23:18:09.4660138", "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": "agDZpzazYUisPTCFtqFUgQ==", "hostIdentifierGuid": "a7d9006a-b336-4861-ac3d-3085b6a15481", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-08-02T23:18:09.4660138", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "10", "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": "10" }, "hostStoreSettings": [ { "$id": "11", "id": 1, "hostIdentifier": "9LuvkupiiE63ZSnAeZYzDw==", "hostIdentifierGuid": "92afbbf4-62ea-4e88-b765-29c07996330f", "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": "12", "identifier": "hmy+ULnpIEC1eNNBNdPQ6g==", "identifierGuid": "50be6c86-e9b9-4020-b578-d34135d3d0ea", "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": "WaNNF4vepUeB6zYBlnU8MA==", "hostSupplierIdentifierGuid": "174da359-de8b-47a5-81eb-360196753c30", "loyaltyPriceLevelIdentifier": "spMHApdhhkyMlkTVXFwRag==", "loyaltyPriceLevelIdentifierGuid": "020793b2-6197-4c86-8c96-44d55c5c116a", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-08-02T23:18:09.4660138", "lastProcessed": "2025-08-02T23:18:09.4660138", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "13", "identifier": "ZnzJgVBfckq/9UktI010Cg==", "identifierGuid": "81c97c66-5f50-4a72-bff5-492d234d740a", "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": "ShyHpln0aUGGbydwdgBKbQ==", "primaryContactID": "a6871c4a-f459-4169-866f-277076004a6d", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "tHNarKIaWU68ooMwvS7IQw==", "supplierGroupGuid": "ac5a73b4-1aa2-4e59-bca2-8330bd2ec843", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:18:09.4660138", "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": "14", "id": "6a8bd00b-6b5f-4a5f-a069-9416f4cca85e", "identifier": "SMn98ZpaW02eWXp9kcYSZw==", "identifierGuid": "f1fdc948-5a9a-4d5b-9e59-7a7d91c61267", "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": "15", "supplierIdentifier": "pQDH85AA+UeFOAoCshofLQ==", "supplierIdentifierGuid": "f3c700a5-0090-47f9-8538-0a02b21a1f2d", "contactGuid": "Ud9sGif4PEKcwRoWB3L09g==", "contactID": "1a6cdf51-f827-423c-9cc1-1a160772f4f6", "contact": { "$ref": "14" }, "supplier": { "$ref": "13" } }, { "$ref": "15" } ], "products": [ { "$id": "16", "pluG_UID": "Q7fy3DmzjEyD1YC4XRErXQ==", "pluGuid": "dcf2b743-b339-4c8c-83d5-80b85d112b5d", "supplierIdentifier": "P9XrupQ4cEm5YIZmtj2vwg==", "supplierIdentifierGuid": "baebd53f-3894-4970-b960-8666b63dafc2", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:18:09.4660138", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-08-02T23:18:09.4660138", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "17", "pluG_UID": "1HeeePSPP0utfkPO4qg3bg==", "pluGuid": "789e77d4-8ff4-4b3f-ad7e-43cee2a8376e", "supplierIdentifier": "DGywAN6zk06STW3gaZmPtg==", "supplierIdentifierGuid": "00b06c0c-b3de-4e93-924d-6de069998fb6", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "17" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "TgnikGrZqkmSpNGLlVKMgA==", "parentPluGuid": "90e2094e-d96a-49aa-92a4-d18b95528c80", "freight": 45.0, "freightType": 1, "product": { "$id": "18", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "gF12tR7EK0y7McEqSOn1lg==", "guid": "b5765d80-c41e-4c2b-bb31-c12a48e9f596", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "BdUpm9ozl0mZ0ewL7Jn7hQ==", "priceGroupGuid": "9b29d505-33da-4997-99d1-ec0bec99fb85", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:18:09.4660138", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:18:09.4660138", "pluCreated": "2025-08-02T23:18:09.4660138", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-08-02T23:18:09.4660138", "lastManualUpdate": "2025-08-02T23:18:09.4660138", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-08-02T23:18:09.4660138", "currentCostUpdated": "2025-08-02T23:18:09.4660138", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:18:09.4660138", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-08-02T23:18:09.4660138", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "OaSvjB7TN0iykzbvaY5Qog==", "altPLUGuid": "8cafa439-d31e-4837-b293-36ef698e50a2", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-08-02T23:18:09.4660138", "labelLastPrice": 1, "shelfPageLayoutG_UID": "9GobxS0xG0qcVhLIroxFLg==", "shelfPageLayoutGuid": "c51b6af4-312d-4a1b-9c56-12c8ae8c452e", "talkerPageLayoutG_UID": "T8tetJtGXE2Iw2jjHU9Cnw==", "talkerPageLayoutGuid": "b45ecb4f-469b-4d5c-88c3-68e31d4f429f", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 85, "unitMeasureKindChanged": true, "signIQData": "sample string 87", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "sqd4CY+tR0iCyw7hAQRi/A==", "inventoryIdentifier": "0978a7b2-ad8f-4847-82cb-0ee1010462fc", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "3Yb8d2gWQEiSAI2l0ycATA==", "parentPluGuid": "77fc86dd-1668-4840-9200-8da5d327004c", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "EOuTxMAVA0qDWYr7xsT3PQ==", "supplierIdentifierGuid": "c493eb10-15c0-4a03-8359-8afbc6c4f73d", "supplierChanged": true, "rebateSupplierIdentifier": "TaTzT5MKfE661GhoudfiCg==", "rebateSupplierIdentifierGuid": "4ff3a44d-0a93-4e7c-bad4-6868b9d7e20a", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-08-02T23:18:09.4660138", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "OKOQrnfDBU+34HYRh4T2lg==", "hostIdentifierGuid": "ae90a338-c377-4f05-b7e0-76118784f696", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "18" }, { "$ref": "18" } ], "store": { "$ref": "9" }, "storePrices": [ { "$id": "19", "pluG_UID": "u0MG1WHnaUCX4oz9oTXKvA==", "pluGuid": "d50643bb-e761-4069-97e2-8cfda135cabc", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:18:09.4660138" }, { "$ref": "19" } ], "currentPrices": { "$id": "20", "pluPrices": { "$id": "21", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-08-02T23:18:09.4660138", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "21" }, "winningCampaign": 1, "winner": { "$id": "22", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:18:09.4660138", "startTime": 3, "endDate": "2025-08-02T23:18:09.4660138", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "V9QVW9yRpkS70IpsxlQ+tw==", "hostIdentifierGuid": "5b15d457-91dc-44a6-bbd0-8a6cc6543eb7", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "22" }, { "$ref": "22" } ] }, "tray": { "$id": "23", "g_UId": "agi2NVnGU0iPoYcgSpTdUQ==", "guid": "35b6086a-c659-4853-8fa1-87204a94dd51", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "24", "priceGroupG_UID": "Wa+Y4qxQOUaSNpgFLBU3uA==", "priceGroupGuid": "e298af59-50ac-4639-9236-98052c1537b8", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:18:09.4660138", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "18" }, { "$ref": "18" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "25", "pluG_UID": "NHdNwxFh9kKC5Ndice6m8A==", "pluGuid": "c34d7734-6111-42f6-82e4-d76271eea6f0", "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": "26", "pluGuid": "d7d29835-b932-4968-80bf-d9f092d774d3", "created": "2025-08-02T23:18:09.4660138", "createdByUser": "sample string 1", "activated": "2025-08-02T23:18:09.4660138", "deactivated": "2025-08-02T23:18:09.4660138", "lastOrdered": "2025-08-02T23:18:09.4660138", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:18:09.4660138", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:18:09.4660138", "lastSold": "2025-08-02T23:18:09.4660138", "firstSold": "2025-08-02T23:18:09.4660138", "awsUpdated": "2025-08-02T23:18:09.4660138", "lastManualUpdate": "2025-08-02T23:18:09.4660138", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:18:09.4660138", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:18:09.4660138", "doNotRangeUpdated": "2025-08-02T23:18:09.4660138", "doNotOrderUpdated": "2025-08-02T23:18:09.4660138", "tracked": "2025-08-02T23:18:09.4660138" }, "allergens": [ { "$id": "27", "allergenID": 1, "pluG_UID": "83bxVm/AlE2g7houmuwitQ==", "pluGuid": "56f176f3-c06f-4d94-a0ee-1a2e9aec22b5", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "27" } ], "costs": { "$id": "28", "pluG_UID": "zk9JPFcdwkes50K6bslu2w==", "pluGuid": "3c494fce-1d57-47c2-ace7-42ba6ec96edb", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:18:09.4660138", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "29", "saleHeaderID": 1, "created": "2025-08-02T23:18:09.4660138", "createdLocal": "2025-08-02T23:18:09.4660138", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "4lhOkECmB0udV8p2JSapww==", "operatorGuid": "904e58e2-a640-4b07-9d57-ca762526a9c3", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "3RtZJc3/WkWa32tyPInlQg==", "pluGuid": "25591bdd-ffcd-455a-9adf-6b723c89e542", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "30", "id": 1, "g_Uid": "CdC452hhnk6bmBy09+zPAQ==", "guid": "e7b8d009-6168-4e9e-9b98-1cb4f7eccf01", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-08-02T23:18:09.4660138", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:18:09.4660138", "endShift": "2025-08-02T23:18:09.4660138", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "31", "operatorG_UID": "4It5sAf+5Um6GPgIDNn/KQ==", "operatorGuid": "b0798be0-fe07-49e5-ba18-f8080cd9ff29", "storeID": 2, "operator": { "$ref": "30" }, "store": { "$ref": "9" } }, { "$ref": "31" } ] } }, { "$ref": "29" } ], "apns": [ { "$id": "32", "pluID": 1, "pluG_UID": "gxaHhQTLvEWGbD0hazpr4g==", "pluGuid": "85871683-cb04-45bc-866c-3d216b3a6be2", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "32" } ], "tuns": [ { "$id": "33", "pluG_UId": "bYpGepAjNEymCp5r9rgFVg==", "pluGuid": "7a468a6d-2390-4c34-a60a-9e6bf6b80556", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "18" }, "storeIDs": [ 1, 2 ] }, { "$ref": "33" } ], "competitionPricing": [ { "$id": "34", "identifier": "yI2guRdb2E2ACiBlURQ12g==", "identifierGuid": "b9a08dc8-5b17-4dd8-800a-2065511435da", "pluG_UID": "hDHIvns2z0KpOF+R/UEV/g==", "pluGuid": "bec83184-367b-42cf-a938-5f91fd4115fe", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "34" } ], "supplier": { "$ref": "13" }, "supplierName": "sample string 147", "children": [ { "$ref": "18" }, { "$ref": "18" } ], "ordering": { "$ref": "16" }, "flipChartPages": [ { "$id": "35", "identifier": "75ykE9hz2EyFZXGZzGj6fw==", "groupName": "sample string 1", "identifierGuid": "13a49cef-73d8-4cd8-8565-7199cc68fa7f", "exists": true, "flipChartIdentifier": "6QnpbKXBA0GQq/NrFypo7g==", "flipChartIdentifierGuid": "6ce909e9-c1a5-4103-90ab-f36b172a68ee", "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": "zqhjxvBHe0irwkI27riTGQ==", "groupIdentifierGuid": "c663a8ce-47f0-487b-abc2-4236eeb89319", "flipChart": { "$id": "36", "identifier": "K3oIQbqbvEu6ndSWje41XQ==", "identifierGuid": "41087a2b-9bba-4bbc-ba9d-d4968dee355d", "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": "37", "identifier": "frCwPheAhE+KJkg+K1TxjA==", "identifierGuid": "3eb0b07e-8017-4f84-8a26-483e2b54f18c", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "38", "id": 1, "g_UID": "OgcJZS90I06MAriORk0msg==", "guid": "6509073a-742f-4e23-8c02-b88e464d26b2", "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": "x9N0BEFoc0KlrPIt9PvvqA==", "previousFormGuid": "0474d3c7-6841-4273-a5ac-f22df4fbefa8", "nextForm": 1, "nextFormG_UID": "27R6chIdTkmJgprKmfZ4WQ==", "nextFormGuid": "727ab4db-1d12-494e-8982-9aca99f67859", "attributes": "sample string 10", "updated": "2025-08-02T23:18:09.4660138", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "38" }, "previousCheckoutForm": { "$ref": "38" }, "buttons": [ { "$id": "39", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "mGxoTVOkrEu9yWIPOLFGhw==", "checkoutFormGuid": "4d686c98-a453-4bac-bdc9-620f38b14687", "identifier": "vcJQzXBA/UKUYTPY4NMcnA==", "identifierGuid": "cd50c2bd-4070-42fd-9461-33d8e0d31c9c", "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": "ykmQypRGyEKAwbjo2xesCA==", "valueGuid": "ca9049ca-4694-42c8-80c1-b8e8db17ac08", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:18:09.4660138", "action": "sample string 12", "valueForm": { "$ref": "38" }, "image": { "$id": "40", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-08-02T23:18:09.4660138", "imageData": "QEA=", "readOnly": true } }, { "$ref": "39" } ], "panels": [ { "$id": "41", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "/JRWR+7W5EGeN5tcuYtFNQ==", "checkoutFormGuid": "475694fc-d6ee-41e4-9e37-9b5cb98b4535", "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": "41" } ] }, { "$ref": "38" } ], "panels": [ { "$ref": "41" }, { "$ref": "41" } ] }, "pages": [ { "$ref": "35" }, { "$ref": "35" } ] }, "contentPanel": { "$ref": "41" }, "products": [ { "$id": "42", "flipChartPageIdentifier": "mBnW9JtcTUa+FUrN7o1PCg==", "flipChartPageIdentifierGuid": "f4d61998-5c9b-464d-be15-4acdee8d4f0a", "pluG_UID": "fWVZosYMw06hlYTQ1Wel0A==", "pluGuid": "a259657d-0cc6-4ec3-a195-84d0d567a5d0", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "18" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "42" } ], "productCount": 27, "pages": [ { "$ref": "35" }, { "$ref": "35" } ] }, { "$ref": "35" } ], "priceHistory": [ { "$id": "43", "pluG_UID": "kTxehwuW4ECP+9ibhIYy0w==", "pluGuid": "875e3c91-960b-40e0-8ffb-d89b848632d3", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-08-02T23:18:09.4660138", "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": "43" } ], "ingredients": [ { "$id": "44", "pluG_UID": "bmAFjNkg8k6ENh/wbFzNTQ==", "ingredientGuid": "pWFZWNp+1E+CjSBmvxyVgQ==", "ingredientIdentifier": "585961a5-7eda-4fd4-828d-2066bf1c9581", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "18" } }, { "$ref": "44" } ], "bins": [ { "$id": "45", "pluG_UID": "DDYofKA04kaZU/qjYPfwhw==", "pluGuid": "7c28360c-34a0-46e2-9953-faa360f7f087", "shelfLocationIdentifier": "G+GDxd5TKkWkNRT2LsAUrw==", "shelfLocationGuid": "c583e11b-53de-452a-a435-14f62ec014af", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "cTFZQ+6R2E2eWLzkz+p7ZQ==", "labelPageLayoutGuid": "43593171-91ee-4dd8-9e58-bce4cfea7b65", "updated": "2025-08-02T23:18:09.4660138", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "18" }, "location": { "$id": "46", "identifier": "/5g1sQR0q02UIXGvc8gwUA==", "storeID": 1, "identifierGuid": "b13598ff-7404-4dab-9421-71af73c83050", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:18:09.4660138", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "45" }, { "$ref": "45" } ] } }, { "$ref": "45" } ], "bin": { "$ref": "45" }, "scaleLocations": [ { "$id": "47", "plu": 1, "pluG_UID": "kZiMCZC8gkKOtPBgDRTWtw==", "pluGuid": "098c9891-bc90-4282-8eb4-f0600d14d6b7", "deptNo": 1, "product": { "$ref": "18" }, "scaleLocation": { "$id": "48", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:18:09.4660138", "department": { "$id": "49", "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": "48" }, "subDepartments": [ { "$id": "50", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "51", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "52", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-08-02T23:18:09.4660138", "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": "rKUPKMAXGkOON3/F6veRyA==", "labelPageLayoutGuid": "280fa5ac-17c0-431a-8e37-7fc5eaf791c8", "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": "53", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "54", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "55", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "55" } ], "commodityCode": "sample string 6" }, { "$ref": "54" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "54" }, "mscDep": { "$id": "56", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "53" }, { "$ref": "53" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "52" } ], "updated": "2025-08-02T23:18:09.4660138", "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": "BTVGuk8Pb0utI/hLlj3lkQ==", "labelPageLayoutGuid": "ba463505-0f4f-4b6f-ad23-f84b963de591", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "51" } ], "investmentBuyOverride": true, "updated": "2025-08-02T23:18:09.4660138", "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": "nS57H2vjtE2A2PpiCPSzog==", "labelPageLayoutGuid": "1f7b2e9d-e36b-4db4-80d8-fa6208f4b3a2", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } }, { "$ref": "50" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-08-02T23:18:09.4660138", "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": "Ed47hrcV5kifmsBIkOuM6w==", "labelPageLayoutGuid": "863bde11-15b7-48e6-9f9a-c04890eb8ceb", "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": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" } } } }, { "$ref": "47" } ], "nextPrice": { "$id": "57", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "rU3usLBNL02QVQXD0ib7AA==", "pluGuid": "b0ee4dad-4db0-4d2f-9055-05c3d226fb00", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "9tNY9ZspYEm4j89B9FJgNw==", "dealCostGuid": "f558d3f6-299b-4960-b88f-cf41f4526037", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "3a38Q4FG1kmNqFTx+Hgqfw==", "priceGroupGuid": "43fcaddd-4681-49d6-8da8-54f1f8782a7f", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:18:09.4660138", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "gaw4QaQCIUuZVUMrtKCQTw==", "campaignComboPriceGroupIdentifier": "4138ac81-02a4-4b21-9955-432bb4a0904f", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "58", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:18:09.4660138", "operatorG_UID": "O4dNfl74FEqqSdvGfXfTtw==", "operatorGuid": "7e4d873b-f85e-4a14-aa49-dbc67d77d3b7", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:18:09.4660138", "signIqTicketFileMovedUtc": "2025-08-02T23:18:09.4660138", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:18:09.4660138", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "18" }, "campaignPlu": { "$ref": "57" } }, { "$ref": "58" } ], "campaign": { "$id": "59", "id": 1, "storeID": 2, "name": "c1dc8179-d47b-4ae2-9e2a-e1df3e68747e", "nameGuid": "c1dc8179-d47b-4ae2-9e2a-e1df3e68747e", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:18:09.4660138", "startTime": 1, "endDate": "2025-08-02T23:18:09.4660138", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-08-02T23:18:09.4660138", "system": true, "created": "2025-08-02T23:18:09.4660138", "updated": "2025-08-02T23:18:09.4660138", "priceChangeNotifiedUtc": "2025-08-02T23:18:09.4660138", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "0CqtXPUIi0m8XjI/JlyRVg==", "hostIdentifierGuid": "5cad2ad0-08f5-498b-bc5e-323f265c9156", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:18:09.4660138", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "57" }, { "$ref": "57" } ], "campaignPools": [ { "$id": "60", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "303gAuDjpk6aFEV19bDc3w==", "pluGuid": "02e04ddf-e3e0-4ea6-9a14-4575f5b0dcdf", "hostOfferID": 1, "priceGroupG_UID": "vNnZeLLOvEOpVjgzYXbjcw==", "priceGroupGuid": "78d9d9bc-ceb2-43bc-a956-38336176e373", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:18:09.4660138", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "18" }, "campaign": { "$ref": "59" } }, { "$ref": "60" } ], "sellingRules": [ { "$id": "61", "id": 1, "identifier": "DiHKrhw/okmZJ53TEBhZIA==", "identifierStr": "DiHKrhw/okmZJ53TEBhZIA==", "identifierGuid": "aeca210e-3f1c-49a2-9927-9dd310185920", "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": "59" } }, { "$ref": "61" } ], "customers": [ { "$id": "62", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "S63SapXFTEazsEH1JH2r8w==", "customerIDGuid": "6ad2ad4b-c595-464c-b3b0-41f5247dabf3", "campaign": { "$ref": "59" }, "customer": { "$id": "63", "identifier": "133UTO8KzUi4Vy1Gb5t+sg==", "identifierGuid": "4cd47dd7-0aef-48cd-b857-2d466f9b7eb2", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:18:09.4660138", "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": "wMiuDaTBDke27BWFEd5DBg==", "communityIdentifierGuid": "0daec8c0-c1a4-470e-b6ec-158511de4306", "joined": "2025-08-02T23:18:09.4660138", "updated": "2025-08-02T23:18:09.4660138", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "6IhT/JpBkUmtcBTAFrMeEg==", "priceLevelIdentifierGuid": "fc5388e8-419a-4991-ad70-14c016b31e12", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:18:09.4660138", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "64", "cardType": 2, "issueDate": "2025-08-02T23:18:09.4660138", "expiry": "2025-08-02T23:18:09.4660138", "customerID": "Q8R3GDKXUkymrRPiorkIfg==", "customerIDGuid": "1877c443-9732-4c52-a6ad-13e2a2b9087e", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-08-02T23:18:09.4660138", "linkedAccount": "Irc+iIJ8FUeOyZtL7zh79A==", "linkedAccountGuid": "883eb722-7c82-4715-8ec9-9b4bef387bf4", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "63" }, "account": { "$id": "65", "id": 1, "identifier": "63unJ1bt2UCJF+J+cuwmvA==", "identifierGuid": "27a77beb-ed56-40d9-8917-e27e72ec26bc", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:18:09.4660138", "owner": "IuGPJemiJU6+gVJzSFz7zA==", "ownerGuid": "258fe122-a2e9-4e25-be81-5273485cfbcc", "accountStoreGroupIdentifier": "t2LsK+FJIkuKEr2sR4f8JQ==", "accountStoreGroupGuid": "2bec62b7-49e1-4b22-8a12-bdac4787fc25", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-08-02T23:18:09.4660138", "active": true, "updated": "2025-08-02T23:18:09.4660138", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "63" }, "card": { "$ref": "64" }, "members": { "$id": "66", "sample string 1": [ { "$ref": "63" }, { "$ref": "63" } ], "sample string 2": [ { "$ref": "63" }, { "$ref": "63" } ] }, "customerGroups": [ { "$id": "67", "identifier": "FVEN+6+8d0ilw2YtHGi8ZA==", "identifierGuid": "fb0d5115-bcaf-4877-a5c3-662d1c68bc64", "name": "sample string 2", "primaryContact": "9pMv65VG20ST67C3M77ovg==", "primaryContactGuid": "eb2f93f6-4695-44db-93eb-b0b733bee8be", "accountID": "frI7GAvuakW5tWp+Q3Rb9g==", "accountIDGuid": "183bb27e-ee0b-456a-b9b5-6a7e43745bf6", "special": true, "updated": "2025-08-02T23:18:09.4660138", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "E8ZrZGduUEq8/FuZqzdh8g==", "priceLevelIdentifierGuid": "646bc613-6e67-4a50-bcfc-5b99ab3761f2", "deleted": true, "account": { "$ref": "65" }, "primaryContactCustomer": { "$ref": "63" }, "customerGroupMembers": [ { "$id": "68", "id": 1, "groupID": "kNO7B85ZS0yN2o+xjHGdjQ==", "groupIDGuid": "07bbd390-59ce-4c4b-8dda-8fb18c719d8d", "customerID": "rS5axXEFOUOFyykhYoS6gg==", "customerIDGuid": "c55a2ead-0571-4339-85cb-29216284ba82", "card": "sample string 4", "linkedAccount": "r33XcAFPlkarL4nw+RZINg==", "linkedAccountGuid": "70d77daf-4f01-4696-ab2f-89f0f9164836", "customer": { "$ref": "63" }, "group": { "$ref": "67" }, "customerCard": { "$ref": "64" } }, { "$ref": "68" } ] }, { "$ref": "67" } ] }, "payments": [ { "$id": "69", "id": 1, "identifier": "LZl9c2vm60au1qC7FcOByg==", "identifierGuid": "737d992d-e66b-46eb-aed6-a0bb15c381ca", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "e8LNt2vDtkO15NzeIARq7Q==", "accountIDGuid": "b7cdc27b-c36b-43b6-b5e4-dcde20046aed", "customerAccount": { "$ref": "65" }, "customerCard": { "$ref": "64" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-08-02T23:18:09.4660138", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "WA34RZ0s9k6IUYDaT0IRxQ==", "idempotentVoidGuid": "45f80d58-2c9d-4ef6-8851-80da4f4211c5", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "70", "saleHeaderID": 1, "saleHeaderGuid": "Do6IsXQ4TE2uaSrZTtZn7w==", "saleHeaderIdentifierGuid": "b1888e0e-3874-4d4c-ae69-2ad94ed667ef", "created": "2025-08-02T23:18:09.4660138", "createdLocal": "2025-08-02T23:18:09.4660138", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-08-02T23:18:09.4660138", "storeID": 1, "operatorG_Uid": "YdT59iM77kCdywWAZe1iLA==", "operatorGuid": "f6f9d461-3b23-40ee-9dcb-058065ed622c", "customerG_Uid": "Jh0Kj2/02Eybjifsu9hNgg==", "customerGuid": "8f0a1d26-f46f-4cd8-9b8e-27ecbbd84d82", "communityIdentifier": "oEfl914bEU2nV3XM49d3zg==", "communityIdentifierGuid": "f7e547a0-1b5e-4d11-a757-75cce3d777ce", "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": "CYLl2ajwuk+8/6NC77QcsQ==", "priceLevelIdentifierGuid": "d9e58209-f0a8-4fba-bcff-a342efb41cb1", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "30" }, "customer": { "$ref": "63" }, "communityOrganisation": { "$id": "71", "id": 1, "identifier": "gQyuqgQxLk6s16b4gt1R8Q==", "identifierGuid": "aaae0c81-3104-4e2e-acd7-a6f882dd51f1", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-08-02T23:18:09.4660138", "deleted": true }, "details": [ { "$id": "72", "saleItemID": 1, "identifier": "6/PFPDRfgkuR5thVxnrcSA==", "identifierGuid": "3cc5f3eb-5f34-4b82-91e6-d855c67adc48", "saleHeaderID": 2, "plu": 1, "pluG_UId": "87MMD3O+/U6EfOkTeu7JjA==", "pluGuid": "0f0cb3f3-be73-4efd-847c-e9137aeec98c", "accountID": "rGQjpdHV40uTnwhPyMZ87A==", "accountIDGuid": "a52364ac-d5d1-4be3-939f-084fc8c67cec", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-08-02T23:18:09.4660138", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "AD2z9dzTCEi4f/AYGN7ofw==", "refundGuid": "f5b33d00-d3dc-4808-b87f-f01818dee87f", "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": "Svdd7xytG0e/QEN+8pm8kw==", "idempotentVoidGuid": "ef5df74a-ad1c-471b-bf40-437ef299bc93", "priceLevelIdentifier": "AW564ptbukmexUyon3Kn/Q==", "priceLevelIdentifierGuid": "e27a6e01-5b9b-49ba-9ec5-4ca89f72a7fd", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "73", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:18:09.4660138", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "73" } ], "refund": { "$id": "74", "id": 1, "g_UID": "8FuqGxwirEyMZ9TATqFsCQ==", "guid": "1baa5bf0-221c-4cac-8c67-d4c04ea16c09", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:18:09.4660138" }, "modifier": { "$id": "75", "id": 1, "setG_UID": "bhwmcFeUjEa3KDt6Lxa/BA==", "modifierSetGuid": "70261c6e-9457-468c-b728-3b7a2f16bf04", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "ivwkQ6yb5UWeB6jRQ2hexg==", "pluGuid": "4324fc8a-9bac-45e5-9e07-a8d143685ec6", "deleted": true, "g_UID": "B5LNtu2rVEC27eFRPEsluQ==", "guid": "b6cd9207-abed-4054-b6ed-e1513c4b25b9", "product": { "$ref": "18" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "72" } ], "eftReceipts": [ { "$id": "76", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "70" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "76" } ], "payments": [ { "$ref": "69" }, { "$ref": "69" } ], "cards": [ { "$id": "77", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "77" } ], "campaignHits": [ { "$id": "78", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "78" } ], "fuel": [ { "$id": "79", "id": 1, "plu": 1, "pluG_UID": "GCXGrbOp8EmYLh0SbPF8uw==", "pluGuid": "adc62518-a9b3-49f0-982e-1d126cf17cbb", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-08-02T23:18:09.4660138", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-08-02T23:18:09.4660138", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "79" } ], "fuelResells": [ { "$id": "80", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "hX84fQ/XiEqCvxxhCstkxA==", "pluGuid": "7d387f85-d70f-4a88-82bf-1c610acb64c4", "accountID": "cQFbaenNaU62P8L5WItgag==", "accountIDGuid": "695b0171-cde9-4e69-b63f-c2f9588b606a", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-08-02T23:18:09.4660138", "bestOrExpireType": 1, "refundG_UID": "0PNaldzN1kym4G+hv87LEg==", "refundGuid": "955af3d0-cddc-4cd6-a6e0-6fa1bfcecb12", "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": "80" } ], "customerOrder": [ { "$id": "81", "identifier": "nw5/IYc0S0KO/YCRxka3MQ==", "identifierGuid": "217f0e9f-3487-424b-8efd-8091c646b731", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "wFugByeQ00m/71NgZPIQBQ==", "customerIdentifierGuid": "07a05bc0-9027-49d3-bfef-536064f21005", "operatorNo": 1, "operatorG_UID": "LnUulYwaZUOJt/6J4i6XHw==", "operatorGuid": "952e752e-1a8c-4365-89b7-fe89e22e971f", "created": "2025-08-02T23:18:09.4660138", "ordered": "2025-08-02T23:18:09.4660138", "started": "2025-08-02T23:18:09.4660138", "completed": "2025-08-02T23:18:09.4660138", "supplied": "2025-08-02T23:18:09.4660138", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "63" }, "operator": { "$ref": "30" }, "details": [ { "$id": "82", "headerID": 1, "plu": 1, "pluG_UId": "i7cIg0pBmEC1X8TrJvAvVg==", "pluGuid": "8308b78b-414a-4098-b55f-c4eb26f02f56", "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": "cXpoZ/zhu0mN01RytrMi7w==", "headerIdentifierGuid": "67687a71-e1fc-49bb-8dd3-5472b6b322ef", "product": { "$ref": "18" } }, { "$ref": "82" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "70" } }, { "$ref": "81" } ], "surveyResponses": [ { "$id": "83", "surveyG_UID": "vUfL6sfYZUCAdgkbS2PPWQ==", "surveyGuid": "eacb47bd-d8c7-4065-8076-091b4b63cf59", "saleHeaderGuid": "e3vw9GjgwUyJogdAaCPfEw==", "saleGuid": "f4f07b7b-e068-4cc1-89a2-07406823df13", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "zoVUu1Zmt0OXtpCI0Jkx3g==", "guidResponse": "bb5485ce-6656-43b7-97b6-9088d09931de", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:18:09.4660138", "sale": { "$ref": "70" }, "survey": { "$id": "84", "g_UID": "RUw8ZuzIJ06hkxnLwLW8eA==", "guid": "663c4c45-c8ec-4e27-a193-19cbc0b5bc78", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "VuS3Bg1dL0a9j3AZjsEfBQ==", "checkoutFormGuid": "06b7e456-5d0d-462f-bd8f-70198ec11f05", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:18:09.4660138", "end": "2025-08-02T23:18:09.4660138", "deleted": true, "updated": "2025-08-02T23:18:09.4660138", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "c63337ac-38e2-4e91-9b4d-e9357649f575", "78539181-7601-4459-bb6a-d15993e36071" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "38" } }, "ingressId": "sample string 4" }, { "$ref": "83" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "JbPuTugFeUGEWimx73BHMw==", "accountIdentifier": "4eeeb325-05e8-4179-845a-29b1ef704733", "accountName": "sample string 42", "customerOrderIdentifier": "PBiVqQ7in0Kq98oNig9sRQ==", "customerOrderIdentifierGuid": "a995183c-e20e-429f-aaf7-ca0d8a0f6c45", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "85", "id": 1, "paymentID": 2, "paymentIdentifier": "TSC8rkGrM0OzA0H8AWyxUQ==", "paymentIdentifierGuid": "aebc204d-ab41-4333-b303-41fc016cb151", "identifier": "BnzI7b0pcUi4mlpKc3lEog==", "identifierGuid": "edc87c06-29bd-4871-b89a-5a4a737944a2", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "nnPakQjvjUShV2EooB8IcQ==", "itemIdentifierGuid": "91da739e-ef08-448d-a157-6128a01f0871" } }, { "$ref": "69" } ] }, { "$ref": "64" } ], "customerGroupMembers": [ { "$ref": "68" }, { "$ref": "68" } ], "customerGroups": [ { "$ref": "67" }, { "$ref": "67" } ], "accounts": [ { "$ref": "65" }, { "$ref": "65" } ], "account": { "$ref": "65" }, "vouchers": [ { "$id": "86", "customerIdentifier": "V7DdVdMdbk6UtHS/OIVldA==", "customerIdentifierGuid": "55ddb057-1dd3-4e6e-94b4-74bf38856574", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "zrakxXdHN0mEYaTc60+hFQ==", "idempotentGuid": "c5a4b6ce-4777-4937-8461-a4dceb4fa115", "offline": true, "voucher": { "$id": "87", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-08-02T23:18:09.4660138", "barcodeTemplate": { "$id": "88", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "89", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-08-02T23:18:09.4660138", "labelPageLayout": "xcYX/MS53Eq5Ry+BfqXLUw==", "pageLayoutGuid": "fc17c6c5-b9c4-4adc-b947-2f817ea5cb53", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "87" }, "elements": [ { "$id": "90", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-08-02T23:18:09.4660138" }, { "$ref": "90" } ] }, "customerVouchers": [ { "$id": "91", "id": 1, "customerIdentifier": "VkP+X7JcVUKujgkRNhMmyw==", "customerIdentifierGuid": "5ffe4356-5cb2-4255-ae8e-0911361326cb", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:18:09.4660138", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "V+MBrZkiCkK7amV4Ovj7lg==", "issuedIdempotentGuid": "ad01e357-2299-420a-bb6a-65783af8fb96", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:18:09.4660138", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:18:09.4660138", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "ZHqPYMlNGE+hY4EjhSsLQA==", "redeemedIdempotentGuid": "608f7a64-4dc9-4f18-a163-8123852b0b40", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:18:09.4660138", "storeName": "sample string 17", "scaleLabel": { "$ref": "89" }, "voucher": { "$ref": "87" }, "customer": { "$ref": "63" }, "issuedOfflinePayment": { "$ref": "69" }, "redeemedOfflinePayment": { "$ref": "69" } }, { "$ref": "91" } ] }, "customer": { "$ref": "63" } }, { "$ref": "86" } ] } }, { "$ref": "62" } ], "customerGroups": [ { "$id": "92", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "s1d52TFjCkaYZGEOxW+7xg==", "groupIDGuid": "d97957b3-6331-460a-9864-610ec56fbbc6", "campaign": { "$ref": "59" }, "group": { "$ref": "67" } }, { "$ref": "92" } ], "signIqTickets": [ { "$id": "93", "identifier": "5dTv+rxcrEmwu+46uFwAQg==", "identifierGuid": "faefd4e5-5cbc-49ac-b0bb-ee3ab85c0042", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "93" } ], "comboPriceGroups": [ { "$id": "94", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "r4wsyxlEUU6xZgmWbzWm4g==", "guid": "cb2c8caf-4419-4e51-b166-09966f35a6e2", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "59" }, "comboPricePlus": [ { "$id": "95", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "E+fOEESS40KB9VhP1pgS0Q==", "groupGuid": "10cee713-9244-42e3-81f5-584fd69812d1", "comboPriceType": 5, "priceType": 5, "pluG_UID": "wyLLSy+kc0WlHPYzvNARhg==", "pluGuid": "4bcb22c3-a42f-4573-a51c-f633bcd01186", "priceGroupG_UID": "cU9ufICCPkSaylRFpMYLYQ==", "priceGroupGuid": "7c6e4f71-8280-443e-9aca-5445a4c60b61", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "59" }, "product": { "$ref": "18" }, "priceGroup": { "$ref": "24" }, "campaignPool": { "$ref": "59" } }, { "$ref": "95" } ] }, { "$ref": "94" } ], "priceLevels": [ { "$id": "96", "id": 1, "priceLevelIdentifier": "4y+t2CtYCEu+6l8xVGQUfQ==", "priceLevelIdentifierGuid": "d8ad2fe3-582b-4b08-beea-5f315464147d", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "96" } ] }, "product": { "$ref": "18" }, "dealCost": { "$id": "97", "headerIdentifier": "vEJzG2pSqkmggLJ7tez2Tw==", "headerIdentifierGuid": "1b7342bc-526a-49aa-a080-b27bb5ecf64f", "identifier": "pflypEt2zkullJdoALHvkw==", "identifierGuid": "a472f9a5-764b-4bce-a594-976800b1ef93", "supplierIdentifier": "eeKVI5EDkkCOXaqUIG2XUQ==", "supplierGuid": "2395e279-0391-4092-8e5d-aa94206d9751", "pluG_UID": "Kveqf4lucEShpnmhHYw3PA==", "pluGuid": "7faaf72a-6e89-4470-a1a6-79a11d8c373c", "campaignName": "7be88437-662f-4994-9b6c-d1bb78512219", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:18:09.4660138", "end": "2025-08-02T23:18:09.4660138", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "3D2GWVjzCE+5szmcvyqulA==", "bonusItemPluGuid": "59863ddc-f358-4f08-b9b3-399cbf2aae94", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:18:09.4660138", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-08-02T23:18:09.4660138", "campaignEndDate": "2025-08-02T23:18:09.4660138", "masterPLUG_UID": "aIvdXVjY5keN5l0icjbFDA==", "masterID": "5ddd8b68-d858-47e6-8de6-5d227236c50c", "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": "vsaDKenllkO8g1cfxndK/Q==", "bonusMasterID": "2983c6be-e5e9-4396-bc83-571fc6774afd", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-08-02T23:18:09.4660138", "dealCosts": [ { "$ref": "97" }, { "$ref": "97" } ], "tags": [ { "$id": "98", "pluG_UID": "WYyt2l4W0kqd3D1n7TTBxw==", "pluGuid": "daad8c59-165e-4ad2-9ddc-3d67ed34c1c7", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "98" } ], "alternateProductG_UID": "jalA5a3Sr0SA7kHi7KL5Ug==", "alternateProduct": "e540a98d-d2ad-44af-80ee-41e2eca2f952", "productHostCode": { "$id": "99", "id": 1, "pluG_UID": "Gk8KiukvNUmNpgmQNd+vXw==", "pluGuid": "8a0a4f1a-2fe9-4935-8da6-099035dfaf5f", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "53" }, "mscCom": { "$ref": "54" }, "mscDep": { "$ref": "56" }, "mscSubCom": { "$ref": "55" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:18:09.4660138", "inventoryTracked": "2025-08-02T23:18:09.4660138", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "13" }, "serviceFee": { "$id": "100", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "16" } ], "orderCycleHeaders": [ { "$id": "101", "storeID": 1, "supplierIdentifier": "XhzkOM1tm0aD0TSJPk8jeQ==", "supplierGuid": "38e41c5e-6dcd-469b-83d1-34893e4f2379", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "101" } ], "cycles": [ { "$id": "102", "storeID": 1, "supplierIdentifier": "kcLYpD2290isSKyBSqwN6w==", "supplierGuid": "a4d8c291-b63d-48f7-ac48-ac814aac0deb", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-08-02T23:18:09.4660138", "deliveryDate": "2025-08-02T23:18:09.4660138", "nextCutOffDate": "2025-08-02T23:18:09.4660138", "nextDeliveryDate": "2025-08-02T23:18:09.4660138", "nextDaysBuffer": 10 }, { "$ref": "102" } ], "store": { "$ref": "9" }, "updated": "2025-08-02T23:18:09.4660138", "isHost": true }, "files": [ { "$id": "103", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T23:18:09.4660138", "processed": "2025-08-02T23:18:09.4660138", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:18:09.4660138", "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": "12" }, "metcashHeader": { "$id": "104", "customerNumber": "sample string 1", "creationDate": "2025-08-02T23:18:09.4660138", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "103" } ], "zoneMatrix": [ { "$id": "105", "id": 1, "hostIdentifier": "13oUwJLDLUOBMVb4AdUGJw==", "hostIdentifierGuid": "c0147ad7-c392-432d-8131-56f801d50627", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "dace2264-5eb4-4095-be36-9cca5740e694", "3aebf47e-7120-4e9f-b541-c3b0a797a342" ] }, { "$ref": "105" } ], "hostFileStoreSetting": { "$ref": "11" }, "hostStoreSettings": [ { "$ref": "11" }, { "$ref": "11" } ], "promotionPlacements": [ { "$id": "106", "identifier": "5ZZyiFmG6Uu6Yf7oBjEN/Q==", "identifierGuid": "887296e5-8659-4be9-ba61-fee806310dfd", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "106" } ], "promoTypeGuids": [ "12fc989d-4121-4a17-9bd6-3424d59c7fa9", "d524cd60-6751-4ea4-be69-995f9ca9729c" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "11" } ], "accounts": [ { "$ref": "6" }, { "$ref": "6" } ], "sales": [ { "$id": "107", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T23:18:09.4660138", "ftpSite": { "$id": "108", "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": "107" } ], "zoneMatrix": [ { "$ref": "105" }, { "$ref": "105" } ], "cashManagements": [ { "$id": "109", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "110", "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": "109" } ], "updateStoreID": "dd4091a9-554c-4d2a-99fe-70c7033b5588", "updateStore": { "$id": "111", "id": "09eeb0d7-30e3-4093-8583-b9fef8dafbb7", "name": "sample string 1", "lastActivity": "2025-08-02T23:18:09.4660138", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-08-02T23:18:09.4660138" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "112", "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" } }, "grade": { "$id": "113", "id": 1, "gradeID": 2, "storeID": 3, "g_UID": "CdckYGh9jEGr9jLd3xctmw==", "guid": "6024d709-7d68-418c-abf6-32dddf172d9b", "fuelGrade": "sample string 5", "price1": 1, "price2": 1, "price3": 1, "price4": 1, "effective": "2025-08-02T23:18:09.4660138", "updated": "2025-08-02T23:18:09.4660138", "margin": 1, "product": { "$ref": "18" } } } }, { "$ref": "7" } ], "cashBalancingFuelMeters": [ { "$id": "114", "headerIdentifier": "TLJacI4SBUyRqtyGPTY/gQ==", "headerIdentifierGuid": "705ab24c-128e-4c05-91aa-dc863d363f81", "tankNumber": 2, "hoseNumber": 3, "pumpNumber": 4, "fuelGradeID": 1, "fuelGrade": "sample string 5", "opening": 6.0, "openingAdjust": true, "adjustments": 8.0, "samples": 9.0, "pumpTest": 10.0, "sales": 11.0, "closing": 12.0, "closingAdjust": true, "rolledOver": true, "dailyVariance": 15.0, "rolloverVolume": 16.0, "rolloverAdjustments": [ { "$id": "115", "id": 1, "storeID": 2, "tankNumber": 3, "dispenserNumber": 4, "hoseNumber": 5, "adjustedFor": "2025-08-02T23:18:09.4660138", "adjustedAt": "2025-08-02T23:18:09.4660138", "adjustmentVolume": 8.0, "reasonDesc": "sample string 9", "reason": 10, "operatorG_UID": "6D18dqrcL0epwrNqu3l2mQ==", "operatorGuid": "767c3de8-dcaa-472f-a9c2-b36abb797699", "user": "sample string 11", "processed": 1, "storeName": "sample string 12", "operatorName": "sample string 13" }, { "$ref": "115" } ] }, { "$ref": "114" } ] }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK D�[a��� 5 xl/workbook.xml � (� ����0��J}�(�P!`b�ڡ� �D%?JR��o�[7�����E�W���|�\e:yo*��P��h�*�Fm%� ��q;���gi���^h�&a�h��������7��h{>R��e0���I�b��:���� ��%ѹ �Rb+�{���X���,�SN������PK D�[���� � [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 D�[!r&�' ' _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="Rc832a2ee13ac45bb" /></Relationships>PK D�[w�M�� A xl/worksheets/sheet1.xml � (� ��[s�0�������ս��I)��K�x��xH��6�|mYT�>���;k��4�����:xH�"Ͷ�"�v�-���8�/��T�|2�e��b�$e`�mq���UYޝ�q1_%�Yew�-�|3+���6Ζ�t��e��M�-c$D�y����U�*�+��j��*��d����Y?����m8-RS}?� O��p '�S�x2���4���`���Y�k���b����y���<X$������vIz�*�K��̳uQ�6�0��~Ww�\�'qAc�h�Z����(��M=�Ty�c�ǃ�ʈP�T��O�i������ӱZ��Yc�4�\+A�G�k=�O����?���ˮ�( A���~Z�j�j�2� ������Vg�?bׁ4�!mQM�\ ��� �����P������D��JA��"��U4��[�D*����M�uWA$H�\)��"�hԊr�g>�0B�Fd.$��)-=i�&��ɣ����Мz��@��D�`TR�[EI�ݽP�2ۡ���'��$�<M��"B/����}8��~� f<�_?6Y�6�ҤY ��h��"6Y�6�RGL[r�)� M��"��)���}sh��m5D�3 F|�^4Y�6��F�hUB7��d�,j�����$Ǐ�bu�����d�g� ��M����<��k.����2��ښ8�'^ �gC����C����!��ī!!��Ő�}���P}�͐�}��1��w�r���l��@,_?:��Kb9�ɁX�^9����2������H����ܽq ������wb��ÁX�NM���SGb�ol����v7E���r�E��:�;f2 �6�:C���̗ǣ�ǣ���V.zլ~���t�ֶ����u�����~���#���ޠ��gGq�ݾ���Տ\;+�7�Z�7b���r�Á�=�h?*�v0���s���w�$?ϲ2ɫ;�����PK D�[����� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8n�ƭ�vÆm�&�8��ؑ�=�����ĂMW��==i���c��B>��V �Y���yP��m4`L���Ҋ t1N�hĐ��l��G�)�-�P��%����s�2��2��Θ^ӣ��l��_�?��(;�o)V�S �D����� a�F)�")����e������dLMk,��r-E�w���S�}���i^���5.�Q������W5~��/PK D�[Ѓ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 D�[��� � � xl/sharedStrings.xml � (� �U�N�@���siM���\)�'���'��%쎣�_����[U*}���sl.�)��:a�0�$�8B��B��0�_-Z�8r� i4�=�8� ���K����4u���lQ3R���ѮS���� ��i���RB�Qn*MøwG��N_<B�4�*P�(�AJ�A�u�E�#c�jVπ0LKt��"N�mB��4�2r��AÒK�M����R���ռaY��E���+aOcͧ���٬��{e�f�z�8?H�`�庸)�4�� �gP�`��BHyz�[�@lgF�x��[ ��t3$2�X��S��UJ� ��]' A���Q�#%'7x��ܯ8�w� R�H� ���J&{�:�ɲn���VQ��և~����S����ϲ�Y^v�P�Y�*��J�o�7B����߸�ͦFJ�Z%�lO+��Z8��y�KаF�,M�$��4�i�� �u�z { ��w����oM��x�%�f�#��e\����PK- D�[a��� 5 xl/workbook.xmlPK- D�[���� � � [Content_Types].xmlPK- D�[!r&�' ' U _rels/.relsPK- D�[w�M�� A � xl/worksheets/sheet1.xmlPK- D�[����� P � xl/_rels/workbook.xml.relsPK- D�[Ѓc'2 E 6 xl/styles.xmlPK- D�[��� � � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK D�[ �%� 5 xl/workbook.xml � (� ����0��&�C��j )��x��})�4П�5��$���~;|2nh��G����}�`̋�����3NA�ҽ��:)�6�Pv=�3�p� �������X�:����A�+J�Դ:�s����/2[��$l ��_`�Ţ��%�! %�soKz��2�n)B�'y�$�����a�m��/PK D�[���� � [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 D�[ƭ՟' ' _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="Rae54a635fda34f2a" /></Relationships>PK D�[w�M�� A xl/worksheets/sheet1.xml � (� ��[s�0�������ս��I)��K�x��xH��6�|mYT�>���;k��4�����:xH�"Ͷ�"�v�-���8�/��T�|2�e��b�$e`�mq���UYޝ�q1_%�Yew�-�|3+���6Ζ�t��e��M�-c$D�y����U�*�+��j��*��d����Y?����m8-RS}?� O��p '�S�x2���4���`���Y�k���b����y���<X$������vIz�*�K��̳uQ�6�0��~Ww�\�'qAc�h�Z����(��M=�Ty�c�ǃ�ʈP�T��O�i������ӱZ��Yc�4�\+A�G�k=�O����?���ˮ�( A���~Z�j�j�2� ������Vg�?bׁ4�!mQM�\ ��� �����P������D��JA��"��U4��[�D*����M�uWA$H�\)��"�hԊr�g>�0B�Fd.$��)-=i�&��ɣ����Мz��@��D�`TR�[EI�ݽP�2ۡ���'��$�<M��"B/����}8��~� f<�_?6Y�6�ҤY ��h��"6Y�6�RGL[r�)� M��"��)���}sh��m5D�3 F|�^4Y�6��F�hUB7��d�,j�����$Ǐ�bu�����d�g� ��M����<��k.����2��ښ8�'^ �gC����C����!��ī!!��Ő�}���P}�͐�}��1��w�r���l��@,_?:��Kb9�ɁX�^9����2������H����ܽq ������wb��ÁX�NM���SGb�ol����v7E���r�E��:�;f2 �6�:C���̗ǣ�ǣ���V.zլ~���t�ֶ����u�����~���#���ޠ��gGq�ݾ���Տ\;+�7�Z�7b���r�Á�=�h?*�v0���s���w�$?ϲ2ɫ;�����PK D�[��"�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8i>M��ݰa[z��=N�&vd�@�Ƃ#q�"A*�`��h~OO��|���ߦ����5-dI ���j0]�j��1� ��gq���� �^�4�O�L&v�u�����(O�_�i�ݒ�Lv�����z��h�y"� �W�N�' ���: -��<��,�T`O��U�P4ES�B� ��������w���X�u���]ezt�����^:-�5��2U��UME���o�b�PK D�[Ѓ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 D�[��� � � xl/sharedStrings.xml � (� �U�N�@���siM���\)�'���'��%쎣�_����[U*}���sl.�)��:a�0�$�8B��B��0�_-Z�8r� i4�=�8� ���K����4u���lQ3R���ѮS���� ��i���RB�Qn*MøwG��N_<B�4�*P�(�AJ�A�u�E�#c�jVπ0LKt��"N�mB��4�2r��AÒK�M����R���ռaY��E���+aOcͧ���٬��{e�f�z�8?H�`�庸)�4�� �gP�`��BHyz�[�@lgF�x��[ ��t3$2�X��S��UJ� ��]' A���Q�#%'7x��ܯ8�w� R�H� ���J&{�:�ɲn���VQ��և~����S����ϲ�Y^v�P�Y�*��J�o�7B����߸�ͦFJ�Z%�lO+��Z8��y�KаF�,M�$��4�i�� �u�z { ��w����oM��x�%�f�#��e\����PK- D�[ �%� 5 xl/workbook.xmlPK- D�[���� � � [Content_Types].xmlPK- D�[ƭ՟' ' U _rels/.relsPK- D�[w�M�� A � xl/worksheets/sheet1.xmlPK- D�[��"�� P � xl/_rels/workbook.xml.relsPK- D�[Ѓc'2 E 6 xl/styles.xmlPK- D�[��� � � � xl/sharedStrings.xmlPK � �