GET api/store/{storeID}/cashBalancing?Take={Take}&Skip={Skip}&EndOfDayManagement={EndOfDayManagement}&StartDate={StartDate}&EndDate={EndDate}
Return a list of all existing cash balancing headers. Will not list running days that don't exist yet. For reporting selections ONLY
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
Store to get list of finalised headers from |
integer |
Required |
Take | integer |
None. |
|
Skip | integer |
None. |
|
StoreID | integer |
None. |
|
EndOfDayManagement |
Filled in by Store setting if not provided |
boolean |
None. |
StartDate |
Filter date to match of cash balancing header date |
date |
None. |
EndDate |
Filter date to match with cash balancing header date |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
PageList of matching cash balancing headers
PageListOfCashBalancingHeaderName | Description | Type | Additional information |
---|---|---|---|
Type | string |
None. |
|
List | Collection of CashBalancingHeader |
None. |
|
Skip |
Number of records to skip over |
integer |
None. |
Take |
Number of records to take |
integer |
None. |
TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{ "type": "CashBalancingHeader", "list": [ { "$id": "2", "identifier": "aXERj1Buik6cA7VsLVJmHQ==", "identifierGuid": "8f117169-6e50-4e8a-9c03-b56c2d52661d", "storeID": 2, "date": "2025-06-14T07:28:44.2080645", "started": "2025-06-14T07:28:44.2080645", "ended": "2025-06-14T07:28:44.2080645", "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": "3", "id": 1, "headerIdentifier": "DAhcJRHQ7UOxviFafgWDDw==", "headerIdentifierGuid": "255c080c-d011-43ed-b1be-215a7e05830f", "operatorG_UID": "DGmhOn4Kbk6pZ+QVtJ3m8g==", "operatorGuid": "3aa1690c-0a7e-4e6e-a967-e415b49de6f2", "date": "2025-06-14T07:28:44.2080645", "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-06-14T07:28:44.2080645", "end": "2025-06-14T07:28:44.2080645", "operatorName": "sample string 16", "operatorNumber": "sample string 17", "machineName": "sample string 18", "operators": "sample string 19" }, { "$ref": "3" } ], "eftDetails": [ { "$id": "4", "id": 1, "headerIdentifier": "uWfsK/x6JUuScp7TG882zw==", "headerIdentifierGuid": "2bec67b9-7afc-4b25-9272-9ed31bcf36cf", "date": "2025-06-14T07:28:44.2080645", "machineID": 1, "cardID": 3, "cardName": "sample string 4", "expectedAmount": 1, "managerDeclared": 1, "eftTenderCount": 1, "machineName": "sample string 5" }, { "$ref": "4" } ], "bankDetailSummary": { "$id": "5", "id": 1, "headerIdentifier": "3gCoVvjZ0E2kU/3rUsYp1g==", "headerIdentifierGuid": "56a800de-d9f8-4dd0-a453-fdeb52c629d6", "bankName": "sample string 3", "expectedCash": 4, "cashDeclared": 1, "expectedPickup": 5, "pickupDeclared": 1, "expectedCheque": 6, "chequeDeclared": 1 }, "cashBalancingBankingAccounts": [ { "$id": "6", "id": 1, "headerIdentifier": "EzPTq1l4hUmSgjv7tHQHxw==", "headerIdentifierGuid": "abd33313-7859-4985-9282-3bfbb47407c7", "storeAccountID": 3, "cashDeclared": 4, "pickupDeclared": 5, "chequeDeclared": 6, "accountName": "sample string 7", "storeAccount": { "$id": "7", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true } }, { "$ref": "6" } ], "cashBalancingFuelTankLevels": [ { "$id": "8", "headerIdentifier": "o3nk8AeDXUOP2861z1GN+w==", "headerIdentifierGuid": "f0e479a3-8307-435d-8fdb-ceb5cf518dfb", "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": "9", "id": 1, "storeID": 2, "tankNumber": 3, "fuelGrade": "sample string 4", "fuelGradeID": 1, "capacity": 5.0, "lpg": true, "waterLevel": 7.0, "updated": "2025-06-14T07:28:44.2080645", "storeName": "sample string 9", "store": { "$id": "10", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-06-14T07:28:44.2080645", "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": "miTPue7HhUqBX+CE7RQS+g==", "hostIdentifierGuid": "b9cf249a-c7ee-4a85-815f-e084ed1412fa", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-06-14T07:28:44.2080645", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "11", "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": "11" }, "hostStoreSettings": [ { "$id": "12", "id": 1, "hostIdentifier": "SXzqHscyj0qhrbhfhjmm2w==", "hostIdentifierGuid": "1eea7c49-32c7-4a8f-a1ad-b85f8639a6db", "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": "13", "identifier": "4Vdv7xWo50C5w3/B05PQCQ==", "identifierGuid": "ef6f57e1-a815-40e7-b9c3-7fc1d393d009", "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": "7gTV8ghMykmwbw/uO5NwjA==", "hostSupplierIdentifierGuid": "f2d504ee-4c08-49ca-b06f-0fee3b93708c", "loyaltyPriceLevelIdentifier": "sJbifTVj4UOohWN/qHi8bQ==", "loyaltyPriceLevelIdentifierGuid": "7de296b0-6335-43e1-a885-637fa878bc6d", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-06-14T07:28:44.2080645", "lastProcessed": "2025-06-14T07:28:44.2080645", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "14", "identifier": "+2DECa7MnUSaztDwp8KGLQ==", "identifierGuid": "09c460fb-ccae-449d-9ace-d0f0a7c2862d", "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": "YVQoKv95q0u+rXMq0omcHA==", "primaryContactID": "2a285461-79ff-4bab-bead-732ad2899c1c", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "Q7Nii3wFlkqFba7kRJUaqA==", "supplierGroupGuid": "8b62b343-057c-4a96-856d-aee444951aa8", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T07:28:44.2080645", "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": "15", "id": "6a2856a8-21bc-47b4-9e03-e6dc7003e150", "identifier": "yO1ltB3YP0Ke2SJ8DOwt7Q==", "identifierGuid": "b465edc8-d81d-423f-9ed9-227c0cec2ded", "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": "16", "supplierIdentifier": "4N1dfocXmki3slM1s+OsbQ==", "supplierIdentifierGuid": "7e5ddde0-1787-489a-b7b2-5335b3e3ac6d", "contactGuid": "N5r8y8XHFUe58sji8tKugA==", "contactID": "cbfc9a37-c7c5-4715-b9f2-c8e2f2d2ae80", "contact": { "$ref": "15" }, "supplier": { "$ref": "14" } }, { "$ref": "16" } ], "products": [ { "$id": "17", "pluG_UID": "aVyU+FGUkUatGb3sq/autA==", "pluGuid": "f8945c69-9451-4691-ad19-bdecabf6aeb4", "supplierIdentifier": "P4HtQs1i6UyAFqmkhLLmpw==", "supplierIdentifierGuid": "42ed813f-62cd-4ce9-8016-a9a484b2e6a7", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T07:28:44.2080645", "pricedByWeight": true, "landedUnitCostEx": 8, "landedUnitCostInc": 9, "landedCartonCostInc": 10, "landedCartonCostEx": 11, "standardCost": 12, "deliveryFee": 1, "deliveryFeeBasis": "sample string 13", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 14", "financeFee": 1, "financeFeeBasis": "sample string 15", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 16", "invoiceCode": "sample string 17", "invoiceDesc": "sample string 18", "orderDirect": true, "useCost": true, "minimumQuantity": 19, "hostType": 20, "fromHost": 21, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 22.1, "sellMultiple": 23.1, "baseMultiple": 24.1, "hostStandardCost": 25, "hostTotalCost": 26, "hostRetail": 27, "hostLandedUnitCostEx": 28, "hostLandedUnitCostInc": 29, "hostDesc": "sample string 30", "directIndicator": "sample string 31", "availableToOrder": true, "hostRangeIndicator": "sample string 33", "hostProductType": "sample string 34", "hostProductGrade": "sample string 35", "hostProductGroup": "sample string 36", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 39", "hostLastUpdated": "2025-06-14T07:28:44.2080645", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "18", "pluG_UID": "WIHcRsf90kqWJ1XtDSSE7w==", "pluGuid": "46dc8158-fdc7-4ad2-9627-55ed0d2484ef", "supplierIdentifier": "O/E94Mr1FEG+O9ZQah60uA==", "supplierIdentifierGuid": "e03df13b-f5ca-4114-be3b-d6506a1eb4b8", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "18" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 40", "salesMode": 41, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 43, "parentPluG_UID": "lqQxjZkSTku3dCGGFwpPGA==", "parentPluGuid": "8d31a496-1299-4b4e-b774-2186170a4f18", "freight": 44.0, "freightType": 1, "product": { "$id": "19", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "Pap5vhPjLkO+rR+D4NcxHA==", "guid": "be79aa3d-e313-432e-bead-1f83e0d7311c", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "iXlR8y9Df0a9/gzWIonEfw==", "priceGroupGuid": "f3517989-432f-467f-bdfe-0cd62289c47f", "blueprintID": 1, "lastCountedDate": "2025-06-14T07:28:44.2080645", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T07:28:44.2080645", "pluCreated": "2025-06-14T07:28:44.2080645", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-06-14T07:28:44.2080645", "lastManualUpdate": "2025-06-14T07:28:44.2080645", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-06-14T07:28:44.2080645", "currentCostUpdated": "2025-06-14T07:28:44.2080645", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T07:28:44.2080645", "defaultGP": 1, "breakTargetMode": 32, "break1": 1, "price1": 1, "target1": 33, "break2": 1, "price2": 1, "target2": 34, "break3": 1, "price3": 1, "target3": 35, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-06-14T07:28:44.2080645", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "X9ziQaxNR0u9drGl/F0IWg==", "altPLUGuid": "41e2dc5f-4dac-4b47-bd76-b1a5fc5d085a", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 53", "altPriceDescription2": "sample string 54", "cartonQuantity": 55, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 57", "text2": "sample string 58", "text3": "sample string 59", "labelText": "sample string 60", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 64", "barcodeFormat": "sample string 65", "austMade": 1, "coolCode": 66, "countryOfOrigin": "sample string 67", "percentContent": 68.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 69", "subDeptCode": "sample string 70", "minorDeptCode": "sample string 71", "lesserDeptCode": "sample string 72", "deptName": "sample string 73", "subDeptName": "sample string 74", "minorDeptName": "sample string 75", "lesserDeptName": "sample string 76", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 79, "labelShelfChanged": true, "labelTalkerQty": 81, "labelSmall": true, "labelLastPrinted": "2025-06-14T07:28:44.2080645", "labelLastPrice": 1, "shelfPageLayoutG_UID": "ctZ1E3mpb0+VC0ew5pu2cQ==", "shelfPageLayoutGuid": "1375d672-a979-4f6f-950b-47b0e69bb671", "talkerPageLayoutG_UID": "zdjd024kWE+hL0REozS6+w==", "talkerPageLayoutGuid": "d3ddd8cd-246e-4f58-a12f-4444a334bafb", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 84, "unitMeasureKindChanged": true, "signIQData": "sample string 86", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 90, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 93, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "4uaoK8uwxESuND5IEi0WKQ==", "inventoryIdentifier": "2ba8e6e2-b0cb-44c4-ae34-3e48122d1629", "inventoryAccuracy": 1, "baseUnits": 97, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 98, "defaultPrinter": "sample string 99", "defaultPrinterGroup": "sample string 100", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 101, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "vK/JS7lRD0WjxPE8bwmPXw==", "parentPluGuid": "4bc9afbc-51b9-450f-a3c4-f13c6f098f5f", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "u/s3iPPI1U6SUUKwF/cAFQ==", "supplierIdentifierGuid": "8837fbbb-c8f3-4ed5-9251-42b017f70015", "supplierChanged": true, "rebateSupplierIdentifier": "vXQ3r5Ly5UyppCTpe+oo1w==", "rebateSupplierIdentifierGuid": "af3774bd-f292-4ce5-a9a4-24e97bea28d7", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 107", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 109", "productType": "sample string 110", "productGroup": "sample string 111", "complianceIndicator": "sample string 112", "inhouseBrand": "sample string 113", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 116", "lastUpdatedByUser": "sample string 117", "lastManualUpdatedByUser": "sample string 118", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-06-14T07:28:44.2080645", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "cz12cNUftU+10gXlcOcWJw==", "hostIdentifierGuid": "70763d73-1fd5-4fb5-b5d2-05e570e71627", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 124", "aisleEnds": "sample string 125", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 136, "webPriceRounding": true, "webMarkup": 138, "webPriceMode": 139, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 140", "altSubDeptCode": "sample string 141", "altMinorDeptCode": "sample string 142", "altLesserDeptCode": "sample string 143", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "19" }, { "$ref": "19" } ], "store": { "$ref": "10" }, "storePrices": [ { "$id": "20", "pluG_UID": "VAXSwK+0v0ahX/5HriroDw==", "pluGuid": "c0d20554-b4af-46bf-a15f-fe47ae2ae80f", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-06-14T07:28:44.2080645" }, { "$ref": "20" } ], "currentPrices": { "$id": "21", "pluPrices": { "$id": "22", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-06-14T07:28:44.2080645", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "22" }, "winningCampaign": 1, "winner": { "$id": "23", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T07:28:44.2080645", "startTime": 3, "endDate": "2025-06-14T07:28:44.2080645", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "M9jZ8zleFkC6EbWd6Ialgw==", "hostIdentifierGuid": "f3d9d833-5e39-4016-ba11-b59de886a583", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "23" }, { "$ref": "23" } ] }, "tray": { "$id": "24", "g_UId": "Xx7LU9+YaEmps41jh+MYgQ==", "guid": "53cb1e5f-98df-4968-a9b3-8d6387e31881", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "25", "priceGroupG_UID": "k9aB4yBzs0uvqf7ydDPdwg==", "priceGroupGuid": "e381d693-7320-4bb3-afa9-fef27433ddc2", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T07:28:44.2080645", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "19" }, { "$ref": "19" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "26", "pluG_UID": "O9PrWjZ61kiXzcH+5tRDpA==", "pluGuid": "5aebd33b-7a36-48d6-97cd-c1fee6d443a4", "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": "27", "pluGuid": "63ce2a3a-c92e-460a-a348-9e57cf336772", "created": "2025-06-14T07:28:44.2080645", "createdByUser": "sample string 1", "activated": "2025-06-14T07:28:44.2080645", "deactivated": "2025-06-14T07:28:44.2080645", "lastOrdered": "2025-06-14T07:28:44.2080645", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T07:28:44.2080645", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T07:28:44.2080645", "lastSold": "2025-06-14T07:28:44.2080645", "firstSold": "2025-06-14T07:28:44.2080645", "awsUpdated": "2025-06-14T07:28:44.2080645", "lastManualUpdate": "2025-06-14T07:28:44.2080645", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T07:28:44.2080645", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T07:28:44.2080645", "doNotRangeUpdated": "2025-06-14T07:28:44.2080645", "doNotOrderUpdated": "2025-06-14T07:28:44.2080645", "tracked": "2025-06-14T07:28:44.2080645" }, "allergens": [ { "$id": "28", "allergenID": 1, "pluG_UID": "ZyIQpYDXPUChaGBrDeVmnw==", "pluGuid": "a5102267-d780-403d-a168-606b0de5669f", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "28" } ], "costs": { "$id": "29", "pluG_UID": "P54TaqsfdUeVdqCrZCzObg==", "pluGuid": "6a139e3f-1fab-4775-9576-a0ab642cce6e", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T07:28:44.2080645", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "30", "saleHeaderID": 1, "created": "2025-06-14T07:28:44.2080645", "createdLocal": "2025-06-14T07:28:44.2080645", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "5vRWeUc3MUifRTiaaSITeA==", "operatorGuid": "7956f4e6-3747-4831-9f45-389a69221378", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "7aHQJPqzRUqVFILOlbBm6Q==", "pluGuid": "24d0a1ed-b3fa-4a45-9514-82ce95b066e9", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "31", "id": 1, "g_Uid": "wd1JTDsO4UaEc3MQqIjmiQ==", "guid": "4c49ddc1-0e3b-46e1-8473-7310a888e689", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-06-14T07:28:44.2080645", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T07:28:44.2080645", "endShift": "2025-06-14T07:28:44.2080645", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "32", "operatorG_UID": "nelDEUV5yEWeVAXSjzG14A==", "operatorGuid": "1143e99d-7945-45c8-9e54-05d28f31b5e0", "storeID": 2, "operator": { "$ref": "31" }, "store": { "$ref": "10" } }, { "$ref": "32" } ] } }, { "$ref": "30" } ], "apns": [ { "$id": "33", "pluID": 1, "pluG_UID": "VkE/S1m0BE2JLz/fGAaOwA==", "pluGuid": "4b3f4156-b459-4d04-892f-3fdf18068ec0", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "33" } ], "tuns": [ { "$id": "34", "pluG_UId": "3SikNOrQzUeoaU3cHTYOgQ==", "pluGuid": "34a428dd-d0ea-47cd-a869-4ddc1d360e81", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "19" }, "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "competitionPricing": [ { "$id": "35", "identifier": "ZKt1VDgAWkeBgQRFUHZumQ==", "identifierGuid": "5475ab64-0038-475a-8181-044550766e99", "pluG_UID": "xM+cmjYd1020Fui5K1wsTg==", "pluGuid": "9a9ccfc4-1d36-4dd7-b416-e8b92b5c2c4e", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "35" } ], "supplier": { "$ref": "14" }, "supplierName": "sample string 146", "children": [ { "$ref": "19" }, { "$ref": "19" } ], "ordering": { "$ref": "17" }, "flipChartPages": [ { "$id": "36", "identifier": "JFK+jfCrYkOkwciMx2P5Zg==", "groupName": "sample string 1", "identifierGuid": "8dbe5224-abf0-4362-a4c1-c88cc763f966", "exists": true, "flipChartIdentifier": "mQq1LONitUyO1rpLwxhIrA==", "flipChartIdentifierGuid": "2cb50a99-62e3-4cb5-8ed6-ba4bc31848ac", "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": "0uMNbBxKekSffOAJWCX9Mg==", "groupIdentifierGuid": "6c0de3d2-4a1c-447a-9f7c-e0095825fd32", "flipChart": { "$id": "37", "identifier": "iRyMJj7EeU6lsXEooH8pkQ==", "identifierGuid": "268c1c89-c43e-4e79-a5b1-7128a07f2991", "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": "38", "identifier": "NPqwLH10tUqrSILq84O/BA==", "identifierGuid": "2cb0fa34-747d-4ab5-ab48-82eaf383bf04", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "39", "id": 1, "g_UID": "3rjaK80LcUK6H/Qe/xOPlQ==", "guid": "2bdab8de-0bcd-4271-ba1f-f41eff138f95", "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": "w8ed3xsUMUmTqfv2wWQneQ==", "previousFormGuid": "df9dc7c3-141b-4931-93a9-fbf6c1642779", "nextForm": 1, "nextFormG_UID": "ao0pxZRmRkOkPYzvsPfecA==", "nextFormGuid": "c5298d6a-6694-4346-a43d-8cefb0f7de70", "attributes": "sample string 10", "updated": "2025-06-14T07:28:44.2080645", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "39" }, "previousCheckoutForm": { "$ref": "39" }, "buttons": [ { "$id": "40", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "OGmfej8TK0+KT1JkH4B+rw==", "checkoutFormGuid": "7a9f6938-133f-4f2b-8a4f-52641f807eaf", "identifier": "28vFOpBnO0KR34kkl3u0WA==", "identifierGuid": "3ac5cbdb-6790-423b-91df-8924977bb458", "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": "+fcxSlYiJUa1Quni9q8sVg==", "valueGuid": "4a31f7f9-2256-4625-b542-e9e2f6af2c56", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T07:28:44.2080645", "action": "sample string 12", "valueForm": { "$ref": "39" }, "image": { "$id": "41", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-06-14T07:28:44.2080645", "imageData": "QEA=", "readOnly": true } }, { "$ref": "40" } ], "panels": [ { "$id": "42", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "CG2NihqxX0GJ19e3gmZ1vw==", "checkoutFormGuid": "8a8d6d08-b11a-415f-89d7-d7b7826675bf", "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": "42" } ] }, { "$ref": "39" } ], "panels": [ { "$ref": "42" }, { "$ref": "42" } ] }, "pages": [ { "$ref": "36" }, { "$ref": "36" } ] }, "contentPanel": { "$ref": "42" }, "products": [ { "$id": "43", "flipChartPageIdentifier": "BWR0yIEleE2++RQkAiE8UQ==", "flipChartPageIdentifierGuid": "c8746405-2581-4d78-bef9-142402213c51", "pluG_UID": "RwRG/KzrfUKTIII2BRe76Q==", "pluGuid": "fc460447-ebac-427d-9320-82360517bbe9", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "19" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "43" } ], "productCount": 27, "pages": [ { "$ref": "36" }, { "$ref": "36" } ] }, { "$ref": "36" } ], "priceHistory": [ { "$id": "44", "pluG_UID": "zp6jJZ6EAU2sNI/Mz7oW0w==", "pluGuid": "25a39ece-849e-4d01-ac34-8fcccfba16d3", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-06-14T07:28:44.2080645", "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": "44" } ], "ingredients": [ { "$id": "45", "pluG_UID": "cYaRdKHomU6TIaTqFyheRA==", "ingredientGuid": "u+M2LZA8tUKvH5ru3nTWlA==", "ingredientIdentifier": "2d36e3bb-3c90-42b5-af1f-9aeede74d694", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "19" } }, { "$ref": "45" } ], "bins": [ { "$id": "46", "pluG_UID": "JTKqdPHWxUuRoh5UrIbBUg==", "pluGuid": "74aa3225-d6f1-4bc5-91a2-1e54ac86c152", "shelfLocationIdentifier": "TrDRc8a2KUK/Qsmek61i+Q==", "shelfLocationGuid": "73d1b04e-b6c6-4229-bf42-c99e93ad62f9", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "KYEnrvvdmE2afWSPBbXzhA==", "labelPageLayoutGuid": "ae278129-ddfb-4d98-9a7d-648f05b5f384", "updated": "2025-06-14T07:28:44.2080645", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "19" }, "location": { "$id": "47", "identifier": "9YNsj0nyiEmm3Xs4V/gqig==", "storeID": 1, "identifierGuid": "8f6c83f5-f249-4988-a6dd-7b3857f82a8a", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T07:28:44.2080645", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "46" }, { "$ref": "46" } ] } }, { "$ref": "46" } ], "bin": { "$ref": "46" }, "scaleLocations": [ { "$id": "48", "plu": 1, "pluG_UID": "151vcQiR/UmBL/EK0ZxVoA==", "pluGuid": "716f9dd7-9108-49fd-812f-f10ad19c55a0", "deptNo": 1, "product": { "$ref": "19" }, "scaleLocation": { "$id": "49", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T07:28:44.2080645", "department": { "$id": "50", "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": "49" }, "subDepartments": [ { "$id": "51", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "52", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "53", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-06-14T07:28:44.2080645", "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": "a/UTneXBSUuW1G3qpjYoGQ==", "labelPageLayoutGuid": "9d13f56b-c1e5-4b49-96d4-6deaa6362819", "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": "54", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "55", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "56", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "56" } ], "commodityCode": "sample string 6" }, { "$ref": "55" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "55" }, "mscDep": { "$id": "57", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "54" }, { "$ref": "54" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "56" } }, { "$ref": "53" } ], "updated": "2025-06-14T07:28:44.2080645", "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": "Z3umeyLLkE+Aa4QfvweE2g==", "labelPageLayoutGuid": "7ba67b67-cb22-4f90-806b-841fbf0784da", "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": "54" }, "mscCom": { "$ref": "55" }, "mscDep": { "$ref": "57" }, "mscSubCom": { "$ref": "56" } }, { "$ref": "52" } ], "investmentBuyOverride": true, "updated": "2025-06-14T07:28:44.2080645", "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": "hhB7Ok/080uKCsqqhofllA==", "labelPageLayoutGuid": "3a7b1086-f44f-4bf3-8a0a-caaa8687e594", "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": "54" }, "mscCom": { "$ref": "55" }, "mscDep": { "$ref": "57" }, "mscSubCom": { "$ref": "56" } }, { "$ref": "51" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-06-14T07:28:44.2080645", "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": "1KHQdF0hZEKKC5aOs44ivg==", "labelPageLayoutGuid": "74d0a1d4-215d-4264-8a0b-968eb38e22be", "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": "54" }, "mscCom": { "$ref": "55" }, "mscDep": { "$ref": "57" }, "mscSubCom": { "$ref": "56" } } } }, { "$ref": "48" } ], "nextPrice": { "$id": "58", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "Mi1cWwsQuU602B8EmrC0Ow==", "pluGuid": "5b5c2d32-100b-4eb9-b4d8-1f049ab0b43b", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "uyIOog/ltUal7iw9BBE8rw==", "dealCostGuid": "a20e22bb-e50f-46b5-a5ee-2c3d04113caf", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "APR7WFPe60G8iUKxheoRfQ==", "priceGroupGuid": "587bf400-de53-41eb-bc89-42b185ea117d", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T07:28:44.2080645", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "w5+irl5sp0SvFzK19BY4Nw==", "campaignComboPriceGroupIdentifier": "aea29fc3-6c5e-44a7-af17-32b5f4163837", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "59", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T07:28:44.2080645", "operatorG_UID": "gnx8U9KfYk+uLuISfxKoNQ==", "operatorGuid": "537c7c82-9fd2-4f62-ae2e-e2127f12a835", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T07:28:44.2080645", "signIqTicketFileMovedUtc": "2025-06-14T07:28:44.2080645", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T07:28:44.2080645", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "19" }, "campaignPlu": { "$ref": "58" } }, { "$ref": "59" } ], "campaign": { "$id": "60", "id": 1, "storeID": 2, "name": "757772b5-eb4a-4ac5-a76f-eab38dbe890c", "nameGuid": "757772b5-eb4a-4ac5-a76f-eab38dbe890c", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T07:28:44.2080645", "startTime": 1, "endDate": "2025-06-14T07:28:44.2080645", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-06-14T07:28:44.2080645", "system": true, "created": "2025-06-14T07:28:44.2080645", "updated": "2025-06-14T07:28:44.2080645", "priceChangeNotifiedUtc": "2025-06-14T07:28:44.2080645", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "yvI86dWDNUGilAp4r7ahkQ==", "hostIdentifierGuid": "e93cf2ca-83d5-4135-a294-0a78afb6a191", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T07:28:44.2080645", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "58" }, { "$ref": "58" } ], "campaignPools": [ { "$id": "61", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "VdVX1vUQOkaYf3LkU1APIg==", "pluGuid": "d657d555-10f5-463a-987f-72e453500f22", "hostOfferID": 1, "priceGroupG_UID": "l5vMBBmZSEWXWqIwnCOjzA==", "priceGroupGuid": "04cc9b97-9919-4548-975a-a2309c23a3cc", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T07:28:44.2080645", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "19" }, "campaign": { "$ref": "60" } }, { "$ref": "61" } ], "sellingRules": [ { "$id": "62", "id": 1, "identifier": "Ip7sR+bGPki5uN85WThYYw==", "identifierStr": "Ip7sR+bGPki5uN85WThYYw==", "identifierGuid": "47ec9e22-c6e6-483e-b9b8-df3959385863", "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": "60" } }, { "$ref": "62" } ], "customers": [ { "$id": "63", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "c9NgIqLZJUqeSeRHLV/Ppg==", "customerIDGuid": "2260d373-d9a2-4a25-9e49-e4472d5fcfa6", "campaign": { "$ref": "60" }, "customer": { "$id": "64", "identifier": "A6svRxJC10eV2snxmXQK9w==", "identifierGuid": "472fab03-4212-47d7-95da-c9f199740af7", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T07:28:44.2080645", "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": "a2mVx4GcnEmEHFsBy9Qu+w==", "communityIdentifierGuid": "c795696b-9c81-499c-841c-5b01cbd42efb", "joined": "2025-06-14T07:28:44.2080645", "updated": "2025-06-14T07:28:44.2080645", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "gIGuB80BDkyvSPwJeXpABQ==", "priceLevelIdentifierGuid": "07ae8180-01cd-4c0e-af48-fc09797a4005", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T07:28:44.2080645", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "65", "cardType": 2, "issueDate": "2025-06-14T07:28:44.2080645", "expiry": "2025-06-14T07:28:44.2080645", "customerID": "fQNNybBdi0S4VATAgxobUA==", "customerIDGuid": "c94d037d-5db0-448b-b854-04c0831a1b50", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-06-14T07:28:44.2080645", "linkedAccount": "7auxFlbYpk6xFj+AY5dDPg==", "linkedAccountGuid": "16b1abed-d856-4ea6-b116-3f806397433e", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "64" }, "account": { "$id": "66", "id": 1, "identifier": "4s+G9oC2BUedpyHfi9WXbw==", "identifierGuid": "f686cfe2-b680-4705-9da7-21df8bd5976f", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T07:28:44.2080645", "owner": "Gw9+5zHySkSHipALIIjAcA==", "ownerGuid": "e77e0f1b-f231-444a-878a-900b2088c070", "accountStoreGroupIdentifier": "XiTUm949q02EJR4Sj5Zzzg==", "accountStoreGroupGuid": "9bd4245e-3dde-4dab-8425-1e128f9673ce", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-06-14T07:28:44.2080645", "active": true, "updated": "2025-06-14T07:28:44.2080645", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "64" }, "card": { "$ref": "65" }, "members": { "$id": "67", "sample string 1": [ { "$ref": "64" }, { "$ref": "64" } ], "sample string 2": [ { "$ref": "64" }, { "$ref": "64" } ] }, "customerGroups": [ { "$id": "68", "identifier": "EtEmYal8IkWWit5d/GgGZg==", "identifierGuid": "6126d112-7ca9-4522-968a-de5dfc680666", "name": "sample string 2", "primaryContact": "5ySS4+mrE0Grj/Nl2H0XmA==", "primaryContactGuid": "e39224e7-abe9-4113-ab8f-f365d87d1798", "accountID": "j2sTmEGyykyYk36rvwSJsg==", "accountIDGuid": "98136b8f-b241-4cca-9893-7eabbf0489b2", "special": true, "updated": "2025-06-14T07:28:44.2080645", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "vzRF+wam2UyA1OAOxbN0vw==", "priceLevelIdentifierGuid": "fb4534bf-a606-4cd9-80d4-e00ec5b374bf", "deleted": true, "account": { "$ref": "66" }, "primaryContactCustomer": { "$ref": "64" }, "customerGroupMembers": [ { "$id": "69", "id": 1, "groupID": "hHHgD5BdqkKlK1ByI0eJGA==", "groupIDGuid": "0fe07184-5d90-42aa-a52b-507223478918", "customerID": "IbwYlaFh/U+hnZPBqllNyw==", "customerIDGuid": "9518bc21-61a1-4ffd-a19d-93c1aa594dcb", "card": "sample string 4", "linkedAccount": "XyTwYotU8kK8TcnifdMJYA==", "linkedAccountGuid": "62f0245f-548b-42f2-bc4d-c9e27dd30960", "customer": { "$ref": "64" }, "group": { "$ref": "68" }, "customerCard": { "$ref": "65" } }, { "$ref": "69" } ] }, { "$ref": "68" } ] }, "payments": [ { "$id": "70", "id": 1, "identifier": "Ns1UaEDN6kWtWHm01fvi3g==", "identifierGuid": "6854cd36-cd40-45ea-ad58-79b4d5fbe2de", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "cX1IJGCK0UmqDerCFgSJnA==", "accountIDGuid": "24487d71-8a60-49d1-aa0d-eac21604899c", "customerAccount": { "$ref": "66" }, "customerCard": { "$ref": "65" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-06-14T07:28:44.2080645", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "pwKm9ThV3EmFtg4FBpwDjg==", "idempotentVoidGuid": "f5a602a7-5538-49dc-85b6-0e05069c038e", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "71", "saleHeaderID": 1, "saleHeaderGuid": "jihKl2O1G0Wk7hODF4aYxA==", "saleHeaderIdentifierGuid": "974a288e-b563-451b-a4ee-1383178698c4", "created": "2025-06-14T07:28:44.2080645", "createdLocal": "2025-06-14T07:28:44.2080645", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-06-14T07:28:44.2080645", "storeID": 1, "operatorG_Uid": "UNW5iKbA+0OMBh8fZdYM7Q==", "operatorGuid": "88b9d550-c0a6-43fb-8c06-1f1f65d60ced", "customerG_Uid": "MOYu62z4gUyKC6i54HOCUw==", "customerGuid": "eb2ee630-f86c-4c81-8a0b-a8b9e0738253", "communityIdentifier": "xRfpnPGMw0iXhe+teAOnMw==", "communityIdentifierGuid": "9ce917c5-8cf1-48c3-9785-efad7803a733", "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": "C2fvf0ZUhEWcswFFQ5WdmQ==", "priceLevelIdentifierGuid": "7fef670b-5446-4584-9cb3-014543959d99", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "31" }, "customer": { "$ref": "64" }, "communityOrganisation": { "$id": "72", "id": 1, "identifier": "QJ6Htjv1sUS6D2p/6uIWCg==", "identifierGuid": "b6879e40-f53b-44b1-ba0f-6a7feae2160a", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-06-14T07:28:44.2080645", "deleted": true }, "details": [ { "$id": "73", "saleItemID": 1, "identifier": "1WcrYJ1F8U2/Kw2g1ZDEBw==", "identifierGuid": "602b67d5-459d-4df1-bf2b-0da0d590c407", "saleHeaderID": 2, "plu": 1, "pluG_UId": "CGgHjrSrYU2XcoYsXhwFig==", "pluGuid": "8e076808-abb4-4d61-9772-862c5e1c058a", "accountID": "I/DR6R/aMUitst1HQvWUfw==", "accountIDGuid": "e9d1f023-da1f-4831-adb2-dd4742f5947f", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-06-14T07:28:44.2080645", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "5KlZF7xbA0+dfM7fbmdIAQ==", "refundGuid": "1759a9e4-5bbc-4f03-9d7c-cedf6e674801", "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": "8z8DQlX0mkG2RPy2E27rag==", "idempotentVoidGuid": "42033ff3-f455-419a-b644-fcb6136eeb6a", "priceLevelIdentifier": "RQl1H30iWUmOh2YXhAdXvQ==", "priceLevelIdentifierGuid": "1f750945-227d-4959-8e87-6617840757bd", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "74", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T07:28:44.2080645", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "74" } ], "refund": { "$id": "75", "id": 1, "g_UID": "BEtVV2jSeUaLrddQY9z6WA==", "guid": "57554b04-d268-4679-8bad-d75063dcfa58", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T07:28:44.2080645" }, "modifier": { "$id": "76", "id": 1, "setG_UID": "rHl7kkzdQ0qAN6tpN+SBDw==", "modifierSetGuid": "927b79ac-dd4c-4a43-8037-ab6937e4810f", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "ugEpcVkmUEuysDkcRIUrGg==", "pluGuid": "712901ba-2659-4b50-b2b0-391c44852b1a", "deleted": true, "g_UID": "gAC/2sV/nUa4pMZrYYlxuQ==", "guid": "dabf0080-7fc5-469d-b8a4-c66b618971b9", "product": { "$ref": "19" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "73" } ], "eftReceipts": [ { "$id": "77", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "71" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "77" } ], "payments": [ { "$ref": "70" }, { "$ref": "70" } ], "cards": [ { "$id": "78", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "78" } ], "campaignHits": [ { "$id": "79", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "79" } ], "fuel": [ { "$id": "80", "id": 1, "plu": 1, "pluG_UID": "l7ZB9lNa70Wd032rGhOHDQ==", "pluGuid": "f641b697-5a53-45ef-9dd3-7dab1a13870d", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-06-14T07:28:44.2080645", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-06-14T07:28:44.2080645", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "80" } ], "fuelResells": [ { "$id": "81", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "f0IdCa4/EUSqhMggP6+UxA==", "pluGuid": "091d427f-3fae-4411-aa84-c8203faf94c4", "accountID": "B4SFJDqzrUO9QlJ6NWNC1A==", "accountIDGuid": "24858407-b33a-43ad-bd42-527a356342d4", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-06-14T07:28:44.2080645", "bestOrExpireType": 1, "refundG_UID": "SlnF8ee48UOu8Wx/ZARHjQ==", "refundGuid": "f1c5594a-b8e7-43f1-aef1-6c7f6404478d", "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": "81" } ], "customerOrder": [ { "$id": "82", "identifier": "3iutrM2H9kmevqFPgBy9FA==", "identifierGuid": "acad2bde-87cd-49f6-9ebe-a14f801cbd14", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "VyUnTz+1zk27ofc5WkpaOA==", "customerIdentifierGuid": "4f272557-b53f-4dce-bba1-f7395a4a5a38", "operatorNo": 1, "operatorG_UID": "gcoJCXsWIkKldoYHi015ZA==", "operatorGuid": "0909ca81-167b-4222-a576-86078b4d7964", "created": "2025-06-14T07:28:44.2080645", "ordered": "2025-06-14T07:28:44.2080645", "started": "2025-06-14T07:28:44.2080645", "completed": "2025-06-14T07:28:44.2080645", "supplied": "2025-06-14T07:28:44.2080645", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "64" }, "operator": { "$ref": "31" }, "details": [ { "$id": "83", "headerID": 1, "plu": 1, "pluG_UId": "GA5CSmVay0qusAtWgaBweg==", "pluGuid": "4a420e18-5a65-4acb-aeb0-0b5681a0707a", "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": "AdJM8J3+CU+3zcNcsnPx3w==", "headerIdentifierGuid": "f04cd201-fe9d-4f09-b7cd-c35cb273f1df", "product": { "$ref": "19" } }, { "$ref": "83" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "71" } }, { "$ref": "82" } ], "surveyResponses": [ { "$id": "84", "surveyG_UID": "Bpkxz/xXf0yUcEKac6fv5A==", "surveyGuid": "cf319906-57fc-4c7f-9470-429a73a7efe4", "saleHeaderGuid": "sWa4OSolb0GdzSzan2stOA==", "saleGuid": "39b866b1-252a-416f-9dcd-2cda9f6b2d38", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "GyjIK/d1Y0iQjjSdqE3D5g==", "guidResponse": "2bc8281b-75f7-4863-908e-349da84dc3e6", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T07:28:44.2080645", "sale": { "$ref": "71" }, "survey": { "$id": "85", "g_UID": "GL84MCJQuk6RW1FzzGICZA==", "guid": "3038bf18-5022-4eba-915b-5173cc620264", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "uS8dHWqTYUeanoheakibZw==", "checkoutFormGuid": "1d1d2fb9-936a-4761-9a9e-885e6a489b67", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T07:28:44.2080645", "end": "2025-06-14T07:28:44.2080645", "deleted": true, "updated": "2025-06-14T07:28:44.2080645", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "986749dd-c8c6-4c74-8e2d-e4ebf294b9ab", "f40d8617-7f7e-4d51-a607-5ba8a3d5e593" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "39" } }, "ingressId": "sample string 4" }, { "$ref": "84" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "9kntR2nEqky+DQau/OKQyA==", "accountIdentifier": "47ed49f6-c469-4caa-be0d-06aefce290c8", "accountName": "sample string 42", "customerOrderIdentifier": "7yv3QtctVEGlr1mIMEGNuw==", "customerOrderIdentifierGuid": "42f72bef-2dd7-4154-a5af-598830418dbb", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "86", "id": 1, "paymentID": 2, "paymentIdentifier": "rOx/s7F0PUed8VbnBBuQ8w==", "paymentIdentifierGuid": "b37fecac-74b1-473d-9df1-56e7041b90f3", "identifier": "AzNm2pTEUU28VH7lqlbPow==", "identifierGuid": "da663303-c494-4d51-bc54-7ee5aa56cfa3", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "VvpAtq1yCEWKLCBfNkH90Q==", "itemIdentifierGuid": "b640fa56-72ad-4508-8a2c-205f3641fdd1" } }, { "$ref": "70" } ] }, { "$ref": "65" } ], "customerGroupMembers": [ { "$ref": "69" }, { "$ref": "69" } ], "customerGroups": [ { "$ref": "68" }, { "$ref": "68" } ], "accounts": [ { "$ref": "66" }, { "$ref": "66" } ], "account": { "$ref": "66" }, "vouchers": [ { "$id": "87", "customerIdentifier": "iXQXEmqPKUiefkz6aamO+A==", "customerIdentifierGuid": "12177489-8f6a-4829-9e7e-4cfa69a98ef8", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "3dAZDtjg2EOi5SkS26+67A==", "idempotentGuid": "0e19d0dd-e0d8-43d8-a2e5-2912dbafbaec", "offline": true, "voucher": { "$id": "88", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-06-14T07:28:44.2080645", "barcodeTemplate": { "$id": "89", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "90", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-06-14T07:28:44.2080645", "labelPageLayout": "SML/vdAQhUSF6o04z1lHrw==", "pageLayoutGuid": "bdffc248-10d0-4485-85ea-8d38cf5947af", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "88" }, "elements": [ { "$id": "91", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-06-14T07:28:44.2080645" }, { "$ref": "91" } ] }, "customerVouchers": [ { "$id": "92", "id": 1, "customerIdentifier": "vR/Lt/nPtEG4cq3/KlOhQg==", "customerIdentifierGuid": "b7cb1fbd-cff9-41b4-b872-adff2a53a142", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T07:28:44.2080645", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "EvNKDhH2GUqb+VuP+ffesQ==", "issuedIdempotentGuid": "0e4af312-f611-4a19-9bf9-5b8ff9f7deb1", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T07:28:44.2080645", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T07:28:44.2080645", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "Pdanuigb20WcDXIe1Ip0Hw==", "redeemedIdempotentGuid": "baa7d63d-1b28-45db-9c0d-721ed48a741f", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T07:28:44.2080645", "storeName": "sample string 17", "scaleLabel": { "$ref": "90" }, "voucher": { "$ref": "88" }, "customer": { "$ref": "64" }, "issuedOfflinePayment": { "$ref": "70" }, "redeemedOfflinePayment": { "$ref": "70" } }, { "$ref": "92" } ] }, "customer": { "$ref": "64" } }, { "$ref": "87" } ] } }, { "$ref": "63" } ], "customerGroups": [ { "$id": "93", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "j7U+EA4t00WsHiY1042UBA==", "groupIDGuid": "103eb58f-2d0e-45d3-ac1e-2635d38d9404", "campaign": { "$ref": "60" }, "group": { "$ref": "68" } }, { "$ref": "93" } ], "signIqTickets": [ { "$id": "94", "identifier": "FrrqqRCzjEeP7V77LM0BNA==", "identifierGuid": "a9eaba16-b310-478c-8fed-5efb2ccd0134", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "94" } ], "comboPriceGroups": [ { "$id": "95", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "z7uxe3dTRUy6NsvFc/+ajg==", "guid": "7bb1bbcf-5377-4c45-ba36-cbc573ff9a8e", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "60" }, "comboPricePlus": [ { "$id": "96", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "l7D9Mdr2IU6Pf/5/dRwVBw==", "groupGuid": "31fdb097-f6da-4e21-8f7f-fe7f751c1507", "comboPriceType": 5, "priceType": 5, "pluG_UID": "AXa0lEkHZUWSP6jEUGA2VA==", "pluGuid": "94b47601-0749-4565-923f-a8c450603654", "priceGroupG_UID": "GC5AfXPOckW2eIVQ+s/H/g==", "priceGroupGuid": "7d402e18-ce73-4572-b678-8550facfc7fe", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "60" }, "product": { "$ref": "19" }, "priceGroup": { "$ref": "25" }, "campaignPool": { "$ref": "60" } }, { "$ref": "96" } ] }, { "$ref": "95" } ], "priceLevels": [ { "$id": "97", "id": 1, "priceLevelIdentifier": "0FU4ACQpIUqNiWaHIVYbog==", "priceLevelIdentifierGuid": "003855d0-2924-4a21-8d89-668721561ba2", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "97" } ] }, "product": { "$ref": "19" }, "dealCost": { "$id": "98", "headerIdentifier": "062umbt9YkGL3FUhEwCMng==", "headerIdentifierGuid": "99aeadd3-7dbb-4162-8bdc-552113008c9e", "identifier": "mN3OyCeAGE+VA5gj4mJdBw==", "identifierGuid": "c8cedd98-8027-4f18-9503-9823e2625d07", "supplierIdentifier": "0kMS0fZAnUiGkL2YZpvAyw==", "supplierGuid": "d11243d2-40f6-489d-8690-bd98669bc0cb", "pluG_UID": "9xMDnvnExkia5mL1xHCGRA==", "pluGuid": "9e0313f7-c4f9-48c6-9ae6-62f5c4708644", "campaignName": "b26838e9-7356-49cd-a091-09fb18399210", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T07:28:44.2080645", "end": "2025-06-14T07:28:44.2080645", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "a2tdw0O5dEKV30XqYCAUoQ==", "bonusItemPluGuid": "c35d6b6b-b943-4274-95df-45ea602014a1", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T07:28:44.2080645", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-06-14T07:28:44.2080645", "campaignEndDate": "2025-06-14T07:28:44.2080645", "masterPLUG_UID": "+MBR+SzydUO9ypYOINZBgw==", "masterID": "f951c0f8-f22c-4375-bdca-960e20d64183", "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": "73xWdhJaJUiQNznb73x+Gg==", "bonusMasterID": "76567cef-5a12-4825-9037-39dbef7c7e1a", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-06-14T07:28:44.2080645", "dealCosts": [ { "$ref": "98" }, { "$ref": "98" } ], "tags": [ { "$id": "99", "pluG_UID": "HwM5RKZ/5kmZV5sRT0KP3A==", "pluGuid": "4439031f-7fa6-49e6-9957-9b114f428fdc", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "99" } ], "alternateProductG_UID": "iZAfQLit+UuNntgKs96aXQ==", "alternateProduct": "401f9089-adb8-4bf9-8d9e-d80ab3de9a5d", "productHostCode": { "$id": "100", "id": 1, "pluG_UID": "NvzCmDXiSUK++Q8ET7gTAA==", "pluGuid": "98c2fc36-e235-4249-bef9-0f044fb81300", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "54" }, "mscCom": { "$ref": "55" }, "mscDep": { "$ref": "57" }, "mscSubCom": { "$ref": "56" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T07:28:44.2080645", "inventoryTracked": "2025-06-14T07:28:44.2080645", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "14" }, "serviceFee": { "$id": "101", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "17" } ], "orderCycleHeaders": [ { "$id": "102", "storeID": 1, "supplierIdentifier": "k++r9A4TckyrpHQtx/3Y1Q==", "supplierGuid": "f4abef93-130e-4c72-aba4-742dc7fdd8d5", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "102" } ], "cycles": [ { "$id": "103", "storeID": 1, "supplierIdentifier": "ogmSAucU1U+iIJKrhjaplw==", "supplierGuid": "029209a2-14e7-4fd5-a220-92ab8636a997", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-06-14T07:28:44.2080645", "deliveryDate": "2025-06-14T07:28:44.2080645", "nextCutOffDate": "2025-06-14T07:28:44.2080645", "nextDeliveryDate": "2025-06-14T07:28:44.2080645", "nextDaysBuffer": 10 }, { "$ref": "103" } ], "store": { "$ref": "10" }, "updated": "2025-06-14T07:28:44.2080645", "isHost": true }, "files": [ { "$id": "104", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-06-14T07:28:44.2080645", "processed": "2025-06-14T07:28:44.2080645", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T07:28:44.2080645", "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": "13" }, "metcashHeader": { "$id": "105", "customerNumber": "sample string 1", "creationDate": "2025-06-14T07:28:44.2080645", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "104" } ], "zoneMatrix": [ { "$id": "106", "id": 1, "hostIdentifier": "CyjTjK8+pkChcBcWeF1umQ==", "hostIdentifierGuid": "8cd3280b-3eaf-40a6-a170-1716785d6e99", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "08bef3d4-cbb2-4b10-b907-a48c3b5e4d72", "f2a96c58-97e9-4209-8eaa-35cc8a962843" ] }, { "$ref": "106" } ], "hostFileStoreSetting": { "$ref": "12" }, "hostStoreSettings": [ { "$ref": "12" }, { "$ref": "12" } ], "promotionPlacements": [ { "$id": "107", "identifier": "AttU39Cj40qrHYevGZ5/qw==", "identifierGuid": "df54db02-a3d0-4ae3-ab1d-87af199e7fab", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "107" } ], "promoTypeGuids": [ "79594907-f48e-4d08-8ae8-791d30dbc90f", "c1167c7b-b4c6-490a-8b56-67c0d43e7e21" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "12" } ], "accounts": [ { "$ref": "7" }, { "$ref": "7" } ], "sales": [ { "$id": "108", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-06-14T07:28:44.2080645", "ftpSite": { "$id": "109", "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": "108" } ], "zoneMatrix": [ { "$ref": "106" }, { "$ref": "106" } ], "cashManagements": [ { "$id": "110", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "111", "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": "110" } ], "updateStoreID": "0436e613-6262-4562-84c6-42bd43cea0ba", "updateStore": { "$id": "112", "id": "4a569a84-4c59-44fc-92a3-7182238e52ff", "name": "sample string 1", "lastActivity": "2025-06-14T07:28:44.2080645", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-06-14T07:28:44.2080645" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "113", "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": "114", "id": 1, "gradeID": 2, "storeID": 3, "g_UID": "uKPgbGnTxE6UbmQAHSkQbA==", "guid": "6ce0a3b8-d369-4ec4-946e-64001d29106c", "fuelGrade": "sample string 5", "price1": 1, "price2": 1, "price3": 1, "price4": 1, "effective": "2025-06-14T07:28:44.2080645", "updated": "2025-06-14T07:28:44.2080645", "margin": 1, "product": { "$ref": "19" } } } }, { "$ref": "8" } ], "cashBalancingFuelMeters": [ { "$id": "115", "headerIdentifier": "C9S1aHzGEE2WZAva0NYcZw==", "headerIdentifierGuid": "68b5d40b-c67c-4d10-9664-0bdad0d61c67", "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": "116", "id": 1, "storeID": 2, "tankNumber": 3, "dispenserNumber": 4, "hoseNumber": 5, "adjustedFor": "2025-06-14T07:28:44.2080645", "adjustedAt": "2025-06-14T07:28:44.2080645", "adjustmentVolume": 8.0, "reasonDesc": "sample string 9", "reason": 10, "operatorG_UID": "BUUSu6JUPkuWtZV6w4rBIw==", "operatorGuid": "bb124505-54a2-4b3e-96b5-957ac38ac123", "user": "sample string 11", "processed": 1, "storeName": "sample string 12", "operatorName": "sample string 13" }, { "$ref": "116" } ] }, { "$ref": "115" } ] }, { "$ref": "2" } ], "skip": 1, "take": 1, "totalCount": 1 }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �;�ZD��� 5 xl/workbook.xml � (� ����0D�&�C�p���p��Ճ�[i�-ik��H�yۙ�};|������G�箠]c���';��w�:-�,������6o�&