GET api/printBatches/campaigns?storeID={storeID}
Get a list of unique campaigns for unprinted batches
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Take | integer |
None. |
|
Skip | integer |
None. |
|
HeaderIdentifier | Collection of byte |
None. |
|
HeaderGuid | globally unique identifier |
None. |
|
PrintRequestType | PrintRequestType |
None. |
|
SortKind | PrintBatchSortKind |
None. |
|
Sort | SortOrder |
None. |
|
Printed |
Whether to include the print batch details that have been printed |
boolean |
None. |
PrintDate |
The date that a print batch detail was printed, incompatible with printed filter being set to false |
date |
None. |
UTCOffset |
UTC offset to be used with the single date to get the results accurately |
decimal number |
None. |
UseExactPrintDateTime | boolean |
None. |
|
Keyword | string |
None. |
|
Search | ProductQuerySearch |
None. |
|
ShelfLocationGuids |
Print Batch Details assigned to these location only |
Collection of globally unique identifier |
None. |
SupplierIdentifier |
Print Batch Details with product with this preffered supplier only |
Collection of byte |
None. |
SupplierGuid | globally unique identifier |
None. |
|
StoreID | integer |
None. |
|
PLU |
PLU |
integer |
None. |
APN | string |
None. |
|
Name | string |
None. |
|
ItemNumber |
Item number |
string |
None. |
DirectNumber |
PluOrderingDetail.ItemCode |
string |
None. |
DepartmentCode |
Print Batch Details with product in this department |
string |
None. |
SubDepartmentCode |
Print Batch Details with product in this sub department Added for react app |
string |
None. |
MinorDepartmentCode |
Print Batch Details with product in this minor department Added for react app |
string |
None. |
Tobacco |
Print Batch Details with product has a tobacco product type |
boolean |
None. |
Liquor |
Print Batch Details with product has a liquor product type |
boolean |
Deprecated. |
GlutenFree |
Print Batch Details with product that is gluten free |
boolean |
None. |
ExcludeTalkers |
Print Batch details with a product that has departments with matching ExcludeTalkers values |
boolean |
None. |
Direct |
Print Batch details with a product that has a SupplierDirect Warehouse Indicator |
boolean |
None. |
Variety |
Print Batch details with a product that has a Variety Warehouse Indicator |
boolean |
None. |
Warehouse |
Print Batch details with a product that has a WarehouseLine Warehouse Indicator |
boolean |
None. |
SlowMoving |
Print Batch Details with product is (not) Slow Moving? (true or false option, matched to Product value) |
boolean |
None. |
GeneralMerchandise |
Print Batch Details with product is (not) General Merchandise? (true or false option, matched to Product value) |
boolean |
None. |
HasCampaign |
Print Batch Details with products that has a campaign (when it's set to true) |
boolean |
None. |
ComplianceIndicator |
Print Batch Details with product has this ComplianceIndicator/CoreRangeIndicator |
string |
None. |
ComplianceIndicators |
Print Batch Details with product has these ComplianceIndicators/CoreRangeIndicators |
Collection of string |
None. |
Grades |
Print Batch Details with product has these ProductGrade(s) |
Collection of string |
None. |
StartsWith |
Whether to make searches starting with rather than anywhere. |
boolean |
None. |
ExcludeZeroQty |
Excludes any talkers with zero quantity |
boolean |
None. |
CampaignNames |
Filter batch details by campaign names. Added for react app |
Collection of string |
None. |
DepartmentCodes |
Filter batch details by department codes. Added for react app |
Collection of string |
None. |
SubDepartmentCodes |
Filter batch details by subdepartment codes Added for react app |
Collection of string |
None. |
MinorDepartmentCodes |
Filter batch details by minordepartment codes Added for react app |
Collection of string |
None. |
LesserDepartmentCodes |
Filter batch details by lesserdepartment codes Added for react app |
Collection of string |
None. |
WarehouseDirectIndicators |
filter by warehouse indicator of PLU |
Collection of string |
None. |
Users |
Filter print batch details by users |
Collection of string |
None. |
PrintBatchTypes |
filter by PrintBatchtypes |
Collection of integer |
None. |
IncludeZeroQtyOnly |
filter labels having 0 Qty only - for react app |
boolean |
None. |
LabelPageLayoutG_UID | Collection of byte |
None. |
|
LabelPageLayoutGuid | globally unique identifier |
None. |
|
CampaignStartDate |
The detail campaign will starts after this date |
date |
None. |
CampaignEndDate |
The detail campaign will starts before this date |
date |
None. |
Relations |
Load all product, location, bin and operator models |
boolean |
None. |
storeID |
Store identifier of print batch, optional |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
List of campaigns for print batches
Collection of CampaignName | Description | Type | Additional information |
---|---|---|---|
ID |
Server-side incremental ID |
integer |
None. |
StoreID | integer |
Deprecated. |
|
Name | string |
Required String length: inclusive between 0 and 64 |
|
NameGuid | globally unique identifier |
None. |
|
Description | string |
String length: inclusive between 0 and 255 |
|
ShowDiscounts |
Show the discounts on screen/receipt |
boolean |
None. |
ShowTotals |
Show discount totals on receipt |
boolean |
None. |
OnlyEvaluateOnSubtotal | boolean |
None. |
|
UseDescription |
When showing discounts, use campaign description |
boolean |
None. |
CampaignType | CampaignType |
None. |
|
StartDate | date |
Data type: Date |
|
StartTime | integer |
None. |
|
EndDate |
Defaults to DateTime.MaxValue at the POS ? |
date |
Data type: Date |
EndTime | integer |
None. |
|
Recurrence | integer |
None. |
|
RecurrenceType | CampaignScheduleType |
None. |
|
MonthType | CampaignMonthlyType |
None. |
|
WeekDays | CampaignDayOfWeek |
None. |
|
Months | CampaignMonth |
None. |
|
MonthWeeks | CampaignWeekOfMonth |
None. |
|
MonthDays | string |
String length: inclusive between 0 and 32 |
|
Printed | boolean |
None. |
|
TalkerText | string |
None. |
|
RangeDescription | string |
None. |
|
DealDescription | string |
None. |
|
LabelQuantity | integer |
None. |
|
Active | integer |
None. |
|
Deactivated | date |
None. |
|
System |
Inidcates that the Campaign is critical for business operations |
boolean |
None. |
Created | date |
None. |
|
Updated | date |
None. |
|
PriceChangeNotifiedUtc | date |
None. |
|
PromoType |
Refers to the sale promo type (Normal, Promo or In-store) |
PromoType |
None. |
PromotionTypeCode |
PromotionType Code from promotion type field |
string |
None. |
HostIdentifier |
Host Identifier for PromotionTypeCode, only filled when FromHost is true |
Collection of byte |
None. |
HostIdentifierGuid | globally unique identifier |
None. |
|
HostType | HostType |
None. |
|
CreatedByUser | string |
String length: inclusive between 0 and 255 |
|
FromHost | boolean |
None. |
|
Deleted | boolean |
None. |
|
CampaignDeleted | date |
None. |
|
UpdatedByUser | string |
String length: inclusive between 0 and 255 |
|
OfferID | integer |
None. |
|
IsPriceChangeCampaign | boolean |
None. |
|
Stores | Collection of integer |
Relation. This field may not always be loaded or used for updates. |
|
StoreNames | Collection of string |
Relation. This field may not always be loaded or used for updates. |
|
CampaignPlus | Collection of CampaignPlu |
Relation. This field may not always be loaded or used for updates. |
|
CampaignPools | Collection of CampaignPool |
Relation. This field may not always be loaded or used for updates. |
|
SellingRules | Collection of SellingRule |
Relation. This field may not always be loaded or used for updates. |
|
Customers | Collection of CampaignCustomer |
Relation. This field may not always be loaded or used for updates. |
|
CustomerGroups | Collection of CampaignCustomerGroup |
Relation. This field may not always be loaded or used for updates. |
|
SignIqTickets | Collection of CampaignSignIqTicket |
Relation. This field may not always be loaded or used for updates. |
|
ComboPriceGroups | Collection of ComboPriceGroup |
Relation. This field may not always be loaded or used for updates. |
|
PriceLevels | Collection of CampaignPriceLevel |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[ { "$id": "1", "id": 1, "storeID": 2, "name": "2d27c705-3ec9-4489-b2ca-1172794902bf", "nameGuid": "2d27c705-3ec9-4489-b2ca-1172794902bf", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-05T00:02:38.6619034", "startTime": 1, "endDate": "2025-10-05T00:02:38.6619034", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-10-05T00:02:38.6619034", "system": true, "created": "2025-10-05T00:02:38.6619034", "updated": "2025-10-05T00:02:38.6619034", "priceChangeNotifiedUtc": "2025-10-05T00:02:38.6619034", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "UdhjFiiz/Eyaf6AhNF73ww==", "hostIdentifierGuid": "1663d851-b328-4cfc-9a7f-a021345ef7c3", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-05T00:02:38.6619034", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$id": "2", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "TSD740xReUCSbkPB0uK8pg==", "pluGuid": "e3fb204d-514c-4079-926e-43c1d2e2bca6", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "HC/ZNS7tREe/N8J2mJzJGA==", "dealCostGuid": "35d92f1c-ed2e-4744-bf37-c276989cc918", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "ByX1Cfxw7kGR73kItbOMIw==", "priceGroupGuid": "09f52507-70fc-41ee-91ef-7908b5b38c23", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-10-05T00:02:38.6619034", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "cGCVxr/3dU6NgPiCAF0vtw==", "campaignComboPriceGroupIdentifier": "c6956070-f7bf-4e75-8d80-f882005d2fb7", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "3", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-05T00:02:38.6619034", "operatorG_UID": "N7MIkCUyh0+VkJVxNVf+Iw==", "operatorGuid": "9008b337-3225-4f87-9590-95713557fe23", "machineID": 1, "processed": true, "appliedUtc": "2025-10-05T00:02:38.6619034", "signIqTicketFileMovedUtc": "2025-10-05T00:02:38.6619034", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-05T00:02:38.6619034", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$id": "4", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "QHSyONHSckyOtj66mJJaYg==", "guid": "38b27440-d2d1-4c72-8eb6-3eba98925a62", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "wetr8QMNZESCqBSDJtU1og==", "priceGroupGuid": "f16bebc1-0d03-4464-82a8-148326d535a2", "blueprintID": 1, "lastCountedDate": "2025-10-05T00:02:38.7087521", "externalID": "sample string 7", "active": true, "activated": "2025-10-05T00:02:38.7087521", "pluCreated": "2025-10-05T00:02:38.7087521", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-10-05T00:02:38.7087521", "lastManualUpdate": "2025-10-05T00:02:38.7087521", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-10-05T00:02:38.7087521", "currentCostUpdated": "2025-10-05T00:02:38.7087521", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-05T00:02:38.7087521", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "paws": 1.0, "awsUpdated": "2025-10-05T00:02:38.7087521", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "gfa8itT3+ku9xI0AT8E5bQ==", "altPLUGuid": "8abcf681-f7d4-4bfa-bdc4-8d004fc1396d", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-10-05T00:02:38.7087521", "labelLastPrice": 1, "shelfPageLayoutG_UID": "cSNfZkr4Pk61dNWY9TYtDg==", "shelfPageLayoutGuid": "665f2371-f84a-4e3e-b574-d598f5362d0e", "talkerPageLayoutG_UID": "GvL+A04fGUu03FcTHR8HKA==", "talkerPageLayoutGuid": "03fef21a-1f4e-4b19-b4dc-57131d1f0728", "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": "U7w1hDNLX02n5kSjIT22dw==", "inventoryIdentifier": "8435bc53-4b33-4d5f-a7e6-44a3213db677", "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": "EmWASp+VXUys7S45Mnv6yQ==", "parentPluGuid": "4a806512-959f-4c5d-aced-2e39327bfac9", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "wWPDlzr0dUKdKraLVufZ2Q==", "supplierIdentifierGuid": "97c363c1-f43a-4275-9d2a-b68b56e7d9d9", "supplierChanged": true, "rebateSupplierIdentifier": "HgTYer8zzE+6POIY18Qe2A==", "rebateSupplierIdentifierGuid": "7ad8041e-33bf-4fcc-ba3c-e218d7c41ed8", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-10-05T00:02:38.7087521", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "PPng0oXjlkScxMVSUm4AQQ==", "hostIdentifierGuid": "d2e0f93c-e385-4496-9cc4-c552526e0041", "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": "4" }, { "$ref": "4" } ], "store": { "$id": "5", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-10-05T00:02:38.7087521", "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": "Kf2rq2YyDEmhv5DlrPuyiQ==", "hostIdentifierGuid": "ababfd29-3266-490c-a1bf-90e5acfbb289", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-10-05T00:02:38.7087521", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "6", "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": "6" }, "hostStoreSettings": [ { "$id": "7", "id": 1, "hostIdentifier": "LtyhAHnwtk2Nd9VLlU5LxA==", "hostIdentifierGuid": "00a1dc2e-f079-4db6-8d77-d54b954e4bc4", "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": "8", "identifier": "0WBMDEPA9EqOJY2O3oDmeQ==", "identifierGuid": "0c4c60d1-c043-4af4-8e25-8d8ede80e679", "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": "H68qyX6FDECgelFWWvfGPg==", "hostSupplierIdentifierGuid": "c92aaf1f-857e-400c-a07a-51565af7c63e", "loyaltyPriceLevelIdentifier": "AanqJ4B6yEuTz/1nMtoi8A==", "loyaltyPriceLevelIdentifierGuid": "27eaa901-7a80-4bc8-93cf-fd6732da22f0", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-10-05T00:02:38.7087521", "lastProcessed": "2025-10-05T00:02:38.7087521", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "9", "identifier": "NZT5KTssvkyYdvXZUY927Q==", "identifierGuid": "29f99435-2c3b-4cbe-9876-f5d9518f76ed", "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": "oYRtV2IptUK9q8mLCB30JA==", "primaryContactID": "576d84a1-2962-42b5-bdab-c98b081df424", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "FXObiyZUn0aIQlRcno3QQQ==", "supplierGroupGuid": "8b9b7315-5426-469f-8842-545c9e8dd041", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-05T00:02:38.7087521", "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": "10", "id": "67f95d1b-1b43-48ab-a89b-4908bc7f4f65", "identifier": "1o1jI/EnNUG6WH4SNo8IVg==", "identifierGuid": "23638dd6-27f1-4135-ba58-7e12368f0856", "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": "11", "supplierIdentifier": "ZZQWpBuKB06Xz27ZH+vFkQ==", "supplierIdentifierGuid": "a4169465-8a1b-4e07-97cf-6ed91febc591", "contactGuid": "rMD+DEOvyEOuYxDvNcM+GQ==", "contactID": "0cfec0ac-af43-43c8-ae63-10ef35c33e19", "contact": { "$ref": "10" }, "supplier": { "$ref": "9" } }, { "$ref": "11" } ], "products": [ { "$id": "12", "pluG_UID": "FaWGvgOH6EGYeMOe+9LfKQ==", "pluGuid": "be86a515-8703-41e8-9878-c39efbd2df29", "supplierIdentifier": "g2WRdu+8+UODOdkZdUtmXw==", "supplierIdentifierGuid": "76916583-bcef-43f9-8339-d919754b665f", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-05T00:02:38.7087521", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-10-05T00:02:38.7087521", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "13", "pluG_UID": "BMaLKDc2OEiruR+gUWD3zQ==", "pluGuid": "288bc604-3637-4838-abb9-1fa05160f7cd", "supplierIdentifier": "xzI0ZtoDBkagXXMv8qtW2w==", "supplierIdentifierGuid": "663432c7-03da-4606-a05d-732ff2ab56db", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "13" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "/iOWKTXzbEysrT5FSdH5hQ==", "parentPluGuid": "299623fe-f335-4c6c-acad-3e4549d1f985", "freight": 45.0, "freightType": 1, "product": { "$ref": "4" }, "supplier": { "$ref": "9" }, "serviceFee": { "$id": "14", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "12" } ], "orderCycleHeaders": [ { "$id": "15", "storeID": 1, "supplierIdentifier": "dG9li8/USEa+b0657rtPHQ==", "supplierGuid": "8b656f74-d4cf-4648-be6f-4eb9eebb4f1d", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "15" } ], "cycles": [ { "$id": "16", "storeID": 1, "supplierIdentifier": "90P2d21/20+ntWYZYb37Ng==", "supplierGuid": "77f643f7-7f6d-4fdb-a7b5-661961bdfb36", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-10-05T00:02:38.7087521", "deliveryDate": "2025-10-05T00:02:38.7087521", "nextCutOffDate": "2025-10-05T00:02:38.7087521", "nextDeliveryDate": "2025-10-05T00:02:38.7087521", "nextDaysBuffer": 10 }, { "$ref": "16" } ], "store": { "$ref": "5" }, "updated": "2025-10-05T00:02:38.7087521", "isHost": true }, "files": [ { "$id": "17", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-10-05T00:02:38.7087521", "processed": "2025-10-05T00:02:38.7087521", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-05T00:02:38.7087521", "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": "8" }, "metcashHeader": { "$id": "18", "customerNumber": "sample string 1", "creationDate": "2025-10-05T00:02:38.7087521", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "17" } ], "zoneMatrix": [ { "$id": "19", "id": 1, "hostIdentifier": "mVmdxdhBqkOWRnbQXKDKbQ==", "hostIdentifierGuid": "c59d5999-41d8-43aa-9646-76d05ca0ca6d", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "c4d0bb9f-d3b4-4acf-8285-2c2a8ecebe86", "33b9729b-a9d2-41e3-bd5a-3faed2f8b3c4" ] }, { "$ref": "19" } ], "hostFileStoreSetting": { "$ref": "7" }, "hostStoreSettings": [ { "$ref": "7" }, { "$ref": "7" } ], "promotionPlacements": [ { "$id": "20", "identifier": "RfJ4cnF0rkOSR3RMmUIS4w==", "identifierGuid": "7278f245-7471-43ae-9247-744c994212e3", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "20" } ], "promoTypeGuids": [ "1d4cfde4-74a7-4bcb-aa94-745fb97ff5e5", "31a69f63-4617-4352-bcb6-5f1f85531bcc" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "7" } ], "accounts": [ { "$id": "21", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "21" } ], "sales": [ { "$id": "22", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-10-05T00:02:38.7087521", "ftpSite": { "$id": "23", "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": "22" } ], "zoneMatrix": [ { "$ref": "19" }, { "$ref": "19" } ], "cashManagements": [ { "$id": "24", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "25", "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": "24" } ], "updateStoreID": "be8e55de-60b5-4d23-a45b-b7608efcdcc0", "updateStore": { "$id": "26", "id": "79e75f03-76b8-402a-a67e-c3de65af6492", "name": "sample string 1", "lastActivity": "2025-10-05T00:02:38.7087521", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-10-05T00:02:38.7087521" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "27", "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" } }, "storePrices": [ { "$id": "28", "pluG_UID": "iMbZiBl0KEq1gKyfY6GnMg==", "pluGuid": "88d9c688-7419-4a28-b580-ac9f63a1a732", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "priceNext": 1, "costNext": 1, "costNextDecimals": 9, "nextCampaignName": "sample string 10", "gstPercent": 11, "normalCost": 12, "normalCostDecimals": 13, "costGstPercent": 14, "costCalcMethod": 1, "currentCost": 15, "currentCostDecimals": 16, "break1": 17, "price1": 18, "break2": 19, "price2": 20, "break3": 21, "price3": 22, "fuelItem": 23, "fixedWeight": 24, "active": true, "complianceIndicator": "sample string 25", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-10-05T00:02:38.7087521" }, { "$ref": "28" } ], "currentPrices": { "$id": "29", "pluPrices": { "$id": "30", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-10-05T00:02:38.7087521", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "30" }, "winningCampaign": 1, "winner": { "$id": "31", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-05T00:02:38.7087521", "startTime": 3, "endDate": "2025-10-05T00:02:38.7087521", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "CWHIJgzArUK9at54N2boAg==", "hostIdentifierGuid": "26c86109-c00c-42ad-bd6a-de783766e802", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "31" }, { "$ref": "31" } ] }, "tray": { "$id": "32", "g_UId": "yuE4wD2lxUq60rb8L1Y6cw==", "guid": "c038e1ca-a53d-4ac5-bad2-b6fc2f563a73", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "33", "priceGroupG_UID": "cPqLWxBIrECyauOSl5farQ==", "priceGroupGuid": "5b8bfa70-4810-40ac-b26a-e3929797daad", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-05T00:02:38.7087521", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "4" }, { "$ref": "4" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "34", "pluG_UID": "2EMiEByV9EyJ1PI810+Egg==", "pluGuid": "102243d8-951c-4cf4-89d4-f23cd74f8482", "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": "35", "pluGuid": "8375a353-d024-4af2-8a73-06528d84e01b", "created": "2025-10-05T00:02:38.7087521", "createdByUser": "sample string 1", "activated": "2025-10-05T00:02:38.7087521", "deactivated": "2025-10-05T00:02:38.7087521", "lastOrdered": "2025-10-05T00:02:38.7087521", "lastOrderedQty": 2.0, "lastReceived": "2025-10-05T00:02:38.7087521", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-05T00:02:38.7087521", "lastSold": "2025-10-05T00:02:38.7087521", "firstSold": "2025-10-05T00:02:38.7087521", "awsUpdated": "2025-10-05T00:02:38.7087521", "lastManualUpdate": "2025-10-05T00:02:38.7087521", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-05T00:02:38.7087521", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-05T00:02:38.7087521", "doNotRangeUpdated": "2025-10-05T00:02:38.7087521", "doNotOrderUpdated": "2025-10-05T00:02:38.7087521", "tracked": "2025-10-05T00:02:38.7087521" }, "allergens": [ { "$id": "36", "allergenID": 1, "pluG_UID": "z1/8NVp1e0KC2w0I9oowbg==", "pluGuid": "35fc5fcf-755a-427b-82db-0d08f68a306e", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "36" } ], "costs": { "$id": "37", "pluG_UID": "nmkkW201B0Cli7oe50doJQ==", "pluGuid": "5b24699e-356d-4007-a58b-ba1ee7476825", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-05T00:02:38.7087521", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "38", "saleHeaderID": 1, "created": "2025-10-05T00:02:38.7087521", "createdLocal": "2025-10-05T00:02:38.7087521", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "Gh6l8dQ3y0uEYZXzO/jJ0Q==", "operatorGuid": "f1a51e1a-37d4-4bcb-8461-95f33bf8c9d1", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "++ezXvko5UaHNvajoI79Tw==", "pluGuid": "5eb3e7fb-28f9-46e5-8736-f6a3a08efd4f", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "39", "id": 1, "g_Uid": "tA1K5EfhA0KzcD0oLGccrg==", "guid": "e44a0db4-e147-4203-b370-3d282c671cae", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-10-05T00:02:38.7087521", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-05T00:02:38.7087521", "endShift": "2025-10-05T00:02:38.7087521", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "40", "operatorG_UID": "Nfqqfwt92kiVVyREt+8KrA==", "operatorGuid": "7faafa35-7d0b-48da-9557-2444b7ef0aac", "storeID": 2, "operator": { "$ref": "39" }, "store": { "$ref": "5" } }, { "$ref": "40" } ] } }, { "$ref": "38" } ], "apns": [ { "$id": "41", "pluID": 1, "pluG_UID": "u4wCo5rJqUmjgwvlgie4ug==", "pluGuid": "a3028cbb-c99a-49a9-a383-0be58227b8ba", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "41" } ], "tuns": [ { "$id": "42", "pluG_UId": "3wIFA94fwEShbesW39jHRA==", "pluGuid": "030502df-1fde-44c0-a16d-eb16dfd8c744", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "4" }, "storeIDs": [ 1, 2 ] }, { "$ref": "42" } ], "competitionPricing": [ { "$id": "43", "identifier": "iXPmsRQSXUSc4pNJkOHbHw==", "identifierGuid": "b1e67389-1214-445d-9ce2-934990e1db1f", "pluG_UID": "Cc3YNfAHRkyaFeQV5HzXLA==", "pluGuid": "35d8cd09-07f0-4c46-9a15-e415e47cd72c", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "43" } ], "supplier": { "$ref": "9" }, "supplierName": "sample string 147", "children": [ { "$ref": "4" }, { "$ref": "4" } ], "ordering": { "$ref": "12" }, "flipChartPages": [ { "$id": "44", "identifier": "w3vfxzLRkUKw0ibzmdSumQ==", "groupName": "sample string 1", "identifierGuid": "c7df7bc3-d132-4291-b0d2-26f399d4ae99", "exists": true, "flipChartIdentifier": "WrLCA/Tsn0iT1MYRRyEs0Q==", "flipChartIdentifierGuid": "03c2b25a-ecf4-489f-93d4-c61147212cd1", "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": "SrDz2926qUmAcOHuACfvnQ==", "groupIdentifierGuid": "dbf3b04a-badd-49a9-8070-e1ee0027ef9d", "flipChart": { "$id": "45", "identifier": "Oa2CD4J5aEKgxlFvbklETw==", "identifierGuid": "0f82ad39-7982-4268-a0c6-516f6e49444f", "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": "46", "identifier": "XOACsTbFdE2vTbCIkC5M3A==", "identifierGuid": "b102e05c-c536-4d74-af4d-b088902e4cdc", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "47", "id": 1, "g_UID": "QBuOJ4CDj0i3sEtYkyQtjA==", "guid": "278e1b40-8380-488f-b7b0-4b5893242d8c", "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": "E8B9n7pzPEmWpfyPaBwdRg==", "previousFormGuid": "9f7dc013-73ba-493c-96a5-fc8f681c1d46", "nextForm": 1, "nextFormG_UID": "cxJeBZMevEC01SyiBTpQJQ==", "nextFormGuid": "055e1273-1e93-40bc-b4d5-2ca2053a5025", "attributes": "sample string 10", "updated": "2025-10-05T00:02:38.7087521", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "47" }, "previousCheckoutForm": { "$ref": "47" }, "buttons": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "2KUdXI8T70a9SlwbXPxWaA==", "checkoutFormGuid": "5c1da5d8-138f-46ef-bd4a-5c1b5cfc5668", "identifier": "/+pQV1k9lkiNHF1Qlj4XmQ==", "identifierGuid": "5750eaff-3d59-4896-8d1c-5d50963e1799", "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": "l6v8QD/le0OnNZU5PK27Jg==", "valueGuid": "40fcab97-e53f-437b-a735-95393cadbb26", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-05T00:02:38.7087521", "action": "sample string 12", "valueForm": { "$ref": "47" }, "image": { "$id": "49", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-10-05T00:02:38.7087521", "imageData": "QEA=", "readOnly": true } }, { "$ref": "48" } ], "panels": [ { "$id": "50", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "mqjW5Uz1A0yD3unPvc8Q1w==", "checkoutFormGuid": "e5d6a89a-f54c-4c03-83de-e9cfbdcf10d7", "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": "50" } ] }, { "$ref": "47" } ], "panels": [ { "$ref": "50" }, { "$ref": "50" } ] }, "pages": [ { "$ref": "44" }, { "$ref": "44" } ] }, "contentPanel": { "$ref": "50" }, "products": [ { "$id": "51", "flipChartPageIdentifier": "58RlRRuxxEm81JVw8ebcEQ==", "flipChartPageIdentifierGuid": "4565c4e7-b11b-49c4-bcd4-9570f1e6dc11", "pluG_UID": "tzbPxHMBaU6NvE1pe7BK3A==", "pluGuid": "c4cf36b7-0173-4e69-8dbc-4d697bb04adc", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "4" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "51" } ], "productCount": 27, "pages": [ { "$ref": "44" }, { "$ref": "44" } ] }, { "$ref": "44" } ], "priceHistory": [ { "$id": "52", "pluG_UID": "XyQFlvjQQk+gxvw8NuadPg==", "pluGuid": "9605245f-d0f8-4f42-a0c6-fc3c36e69d3e", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-10-05T00:02:38.7087521", "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": "52" } ], "ingredients": [ { "$id": "53", "pluG_UID": "05w9BrGiS02dotTOsKhg/g==", "ingredientGuid": "x0tBSUlsREalKWFFAqLkzw==", "ingredientIdentifier": "49414bc7-6c49-4644-a529-614502a2e4cf", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "4" } }, { "$ref": "53" } ], "bins": [ { "$id": "54", "pluG_UID": "FbioE1Ic4UOsD+bKbQKb0A==", "pluGuid": "13a8b815-1c52-43e1-ac0f-e6ca6d029bd0", "shelfLocationIdentifier": "d+PMp7KR2kO+fLWJg2+10g==", "shelfLocationGuid": "a7cce377-91b2-43da-be7c-b589836fb5d2", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "BWxAnkDCRkyCkQkgvOq7Xw==", "labelPageLayoutGuid": "9e406c05-c240-4c46-8291-0920bceabb5f", "updated": "2025-10-05T00:02:38.7087521", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "4" }, "location": { "$id": "55", "identifier": "ctwXju/ATkKgJErRVzXCww==", "storeID": 1, "identifierGuid": "8e17dc72-c0ef-424e-a024-4ad15735c2c3", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-05T00:02:38.7087521", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "54" }, { "$ref": "54" } ] } }, { "$ref": "54" } ], "bin": { "$ref": "54" }, "scaleLocations": [ { "$id": "56", "plu": 1, "pluG_UID": "s9bwwBNUJUyvnoC3+c/0Qg==", "pluGuid": "c0f0d6b3-5413-4c25-af9e-80b7f9cff442", "deptNo": 1, "product": { "$ref": "4" }, "scaleLocation": { "$id": "57", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-10-05T00:02:38.7087521", "department": { "$id": "58", "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": "57" }, "subDepartments": [ { "$id": "59", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "60", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "61", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-10-05T00:02:38.7087521", "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": "oz1RP7/NlUSYAX2Qeokf7g==", "labelPageLayoutGuid": "3f513da3-cdbf-4495-9801-7d907a891fee", "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": "62", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "63", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "64", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "64" } ], "commodityCode": "sample string 6" }, { "$ref": "63" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "63" }, "mscDep": { "$id": "65", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "62" }, { "$ref": "62" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "64" } }, { "$ref": "61" } ], "updated": "2025-10-05T00:02:38.7087521", "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": "cRfq+n52z0e3v/8WbSTWUQ==", "labelPageLayoutGuid": "faea1771-767e-47cf-b7bf-ff166d24d651", "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": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" } }, { "$ref": "60" } ], "investmentBuyOverride": true, "updated": "2025-10-05T00:02:38.7087521", "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": "z05rs9JwHEyvXYTlGmcA0A==", "labelPageLayoutGuid": "b36b4ecf-70d2-4c1c-af5d-84e51a6700d0", "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": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" } }, { "$ref": "59" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-10-05T00:02:38.7087521", "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": "B2nKIn4W0kOVcmksz8mJxQ==", "labelPageLayoutGuid": "22ca6907-167e-43d2-9572-692ccfc989c5", "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": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" } } } }, { "$ref": "56" } ], "nextPrice": { "$ref": "2" }, "currentCostStart": "2025-10-05T00:02:38.7087521", "dealCosts": [ { "$id": "66", "headerIdentifier": "iXjcjMzL6EuQyycTe1HEfA==", "headerIdentifierGuid": "8cdc7889-cbcc-4be8-90cb-27137b51c47c", "identifier": "8iAaERWyjUu5cyrbiXYBXw==", "identifierGuid": "111a20f2-b215-4b8d-b973-2adb8976015f", "supplierIdentifier": "FuCMRvq40E6LDkcB/m16Xg==", "supplierGuid": "468ce016-b8fa-4ed0-8b0e-4701fe6d7a5e", "pluG_UID": "jbQJ6UeJ70iHHSJetkR3uw==", "pluGuid": "e909b48d-8947-48ef-871d-225eb64477bb", "campaignName": "e84eaef8-c7cd-4048-b422-ba2b9c403315", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-05T00:02:38.7087521", "end": "2025-10-05T00:02:38.7087521", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "0Nl4YHpDEESrurH/4IUuUg==", "bonusItemPluGuid": "6078d9d0-437a-4410-abba-b1ffe0852e52", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-05T00:02:38.7087521", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-10-05T00:02:38.7087521", "campaignEndDate": "2025-10-05T00:02:38.7087521", "masterPLUG_UID": "2hamAAxhuU6ZYhV8tLbT5g==", "masterID": "00a616da-610c-4eb9-9962-157cb4b6d3e6", "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": "r12DBqEp00u6PFjkajh+3A==", "bonusMasterID": "06835daf-29a1-4bd3-ba3c-58e46a387edc", "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 }, { "$ref": "66" } ], "tags": [ { "$id": "67", "pluG_UID": "Mic6SGqy1US5J90u4OjOmQ==", "pluGuid": "483a2732-b26a-44d5-b927-dd2ee0e8ce99", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "67" } ], "alternateProductG_UID": "t+lAEoOW10KiVkTsUopV5g==", "alternateProduct": "1240e9b7-9683-42d7-a256-44ec528a55e6", "productHostCode": { "$id": "68", "id": 1, "pluG_UID": "KgKso4YpUk6gEwzK3MoXWw==", "pluGuid": "a3ac022a-2986-4e52-a013-0ccadcca175b", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-10-05T00:02:38.7087521", "inventoryTracked": "2025-10-05T00:02:38.7087521", "isNormalPriceChangesCampaign": true }, "campaignPlu": { "$ref": "2" } }, { "$ref": "3" } ], "campaign": { "$ref": "1" }, "product": { "$ref": "4" }, "dealCost": { "$ref": "66" } }, { "$ref": "2" } ], "campaignPools": [ { "$id": "69", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "GFfF3IYAG0u+MX3Nq6TfzQ==", "pluGuid": "dcc55718-0086-4b1b-be31-7dcdaba4dfcd", "hostOfferID": 1, "priceGroupG_UID": "xA6uAi4AJkqTi2abMTP/GA==", "priceGroupGuid": "02ae0ec4-002e-4a26-938b-669b3133ff18", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-10-05T00:02:38.7087521", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "4" }, "campaign": { "$ref": "1" } }, { "$ref": "69" } ], "sellingRules": [ { "$id": "70", "id": 1, "identifier": "zoZd6CuYskeR53jpQuqz8Q==", "identifierStr": "zoZd6CuYskeR53jpQuqz8Q==", "identifierGuid": "e85d86ce-982b-47b2-91e7-78e942eab3f1", "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": "1" } }, { "$ref": "70" } ], "customers": [ { "$id": "71", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "NI8uEelkLky4n9AdhGm3EA==", "customerIDGuid": "112e8f34-64e9-4c2e-b89f-d01d8469b710", "campaign": { "$ref": "1" }, "customer": { "$id": "72", "identifier": "roF1aYsrH0aZ8/pGGTvP/g==", "identifierGuid": "697581ae-2b8b-461f-99f3-fa46193bcffe", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-05T00:02:38.7243659", "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": "uaEiAgwyLkexiFlYuhNC/A==", "communityIdentifierGuid": "0222a1b9-320c-472e-b188-5958ba1342fc", "joined": "2025-10-05T00:02:38.7243659", "updated": "2025-10-05T00:02:38.7243659", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "TI7DQNyKSkqHZbEQHYqz6g==", "priceLevelIdentifierGuid": "40c38e4c-8adc-4a4a-8765-b1101d8ab3ea", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-05T00:02:38.7243659", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "73", "cardType": 2, "issueDate": "2025-10-05T00:02:38.7243659", "expiry": "2025-10-05T00:02:38.7243659", "customerID": "4h0cMHWW9kyaD27qq5Hszw==", "customerIDGuid": "301c1de2-9675-4cf6-9a0f-6eeaab91eccf", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-10-05T00:02:38.7243659", "linkedAccount": "AGFPzd9iC0WB47U0vTZ7Ew==", "linkedAccountGuid": "cd4f6100-62df-450b-81e3-b534bd367b13", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "72" }, "account": { "$id": "74", "id": 1, "identifier": "DMz8dCFM8kGeNjAXy0x/qg==", "identifierGuid": "74fccc0c-4c21-41f2-9e36-3017cb4c7faa", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-05T00:02:38.7243659", "owner": "/XDZgHUgR0K8udC00b9QgQ==", "ownerGuid": "80d970fd-2075-4247-bcb9-d0b4d1bf5081", "accountStoreGroupIdentifier": "5fQIM0gvg06Rwe9sROSwOw==", "accountStoreGroupGuid": "3308f4e5-2f48-4e83-91c1-ef6c44e4b03b", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-10-05T00:02:38.7243659", "active": true, "updated": "2025-10-05T00:02:38.7243659", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "72" }, "card": { "$ref": "73" }, "members": { "$id": "75", "sample string 1": [ { "$ref": "72" }, { "$ref": "72" } ], "sample string 2": [ { "$ref": "72" }, { "$ref": "72" } ] }, "customerGroups": [ { "$id": "76", "identifier": "yvgvkMtYS0ebAmIbMnr6EQ==", "identifierGuid": "902ff8ca-58cb-474b-9b02-621b327afa11", "name": "sample string 2", "primaryContact": "SOCAPW+VgEanJWrww93PWQ==", "primaryContactGuid": "3d80e048-956f-4680-a725-6af0c3ddcf59", "accountID": "NoTABKUdUUSowvkmkeowhQ==", "accountIDGuid": "04c08436-1da5-4451-a8c2-f92691ea3085", "special": true, "updated": "2025-10-05T00:02:38.7243659", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "RQf0yFTwGESJt5+ETf9i0A==", "priceLevelIdentifierGuid": "c8f40745-f054-4418-89b7-9f844dff62d0", "deleted": true, "account": { "$ref": "74" }, "primaryContactCustomer": { "$ref": "72" }, "customerGroupMembers": [ { "$id": "77", "id": 1, "groupID": "AIszdB+cZUKkkmMmdjo92Q==", "groupIDGuid": "74338b00-9c1f-4265-a492-6326763a3dd9", "customerID": "QKkkbkP1/0Oo+/0qPVnYSA==", "customerIDGuid": "6e24a940-f543-43ff-a8fb-fd2a3d59d848", "card": "sample string 4", "linkedAccount": "5XSmxocQEEC8pFCfCHY8Ug==", "linkedAccountGuid": "c6a674e5-1087-4010-bca4-509f08763c52", "customer": { "$ref": "72" }, "group": { "$ref": "76" }, "customerCard": { "$ref": "73" } }, { "$ref": "77" } ] }, { "$ref": "76" } ] }, "payments": [ { "$id": "78", "id": 1, "identifier": "AHbjik6T+0eWd+6xv93hsA==", "identifierGuid": "8ae37600-934e-47fb-9677-eeb1bfdde1b0", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "Htkm+vo1z0SOy+rxG7afjw==", "accountIDGuid": "fa26d91e-35fa-44cf-8ecb-eaf11bb69f8f", "customerAccount": { "$ref": "74" }, "customerCard": { "$ref": "73" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-10-05T00:02:38.7243659", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "NCc1Q8MOl0W6EiID20skiQ==", "idempotentVoidGuid": "43352734-0ec3-4597-ba12-2203db4b2489", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "79", "saleHeaderID": 1, "saleHeaderGuid": "izqjYtKlIkar/x213lhfmA==", "saleHeaderIdentifierGuid": "62a33a8b-a5d2-4622-abff-1db5de585f98", "created": "2025-10-05T00:02:38.7243659", "createdLocal": "2025-10-05T00:02:38.7243659", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-10-05T00:02:38.7243659", "storeID": 1, "operatorG_Uid": "7CLB4keQp0+Os7lqXq73Qw==", "operatorGuid": "e2c122ec-9047-4fa7-8eb3-b96a5eaef743", "customerG_Uid": "rx0hWmj+mUK6BvuoeUvCEA==", "customerGuid": "5a211daf-fe68-4299-ba06-fba8794bc210", "communityIdentifier": "bwCv44MafEu1N8qhKLJtVQ==", "communityIdentifierGuid": "e3af006f-1a83-4b7c-b537-caa128b26d55", "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": "lVYuG/DJn0axeyOpx/TpwA==", "priceLevelIdentifierGuid": "1b2e5695-c9f0-469f-b17b-23a9c7f4e9c0", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "39" }, "customer": { "$ref": "72" }, "communityOrganisation": { "$id": "80", "id": 1, "identifier": "B/pYAB4KFUqMFR2J9irwOg==", "identifierGuid": "0058fa07-0a1e-4a15-8c15-1d89f62af03a", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-10-05T00:02:38.7243659", "deleted": true }, "details": [ { "$id": "81", "saleItemID": 1, "identifier": "KIKqV2zTUkeAyxi6YPvD+A==", "identifierGuid": "57aa8228-d36c-4752-80cb-18ba60fbc3f8", "saleHeaderID": 2, "plu": 1, "pluG_UId": "+VzVJtcG3UKsKfmAnvEseA==", "pluGuid": "26d55cf9-06d7-42dd-ac29-f9809ef12c78", "accountID": "u/s+QEzfEkyD9aiz8+jzwg==", "accountIDGuid": "403efbbb-df4c-4c12-83f5-a8b3f3e8f3c2", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-10-05T00:02:38.7243659", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "y4UegHHxKUajIqQpaF1r7w==", "refundGuid": "801e85cb-f171-4629-a322-a429685d6bef", "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": "ybzNqFT+9EuYX3F0HsljeA==", "idempotentVoidGuid": "a8cdbcc9-fe54-4bf4-985f-71741ec96378", "priceLevelIdentifier": "BMfxwwgw7kyUqMCgUnJnKA==", "priceLevelIdentifierGuid": "c3f1c704-3008-4cee-94a8-c0a052726728", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "82", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-05T00:02:38.7243659", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "82" } ], "refund": { "$id": "83", "id": 1, "g_UID": "TkWIih4twkqWuTR5k3Gcgg==", "guid": "8a88454e-2d1e-4ac2-96b9-347993719c82", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:02:38.7243659" }, "modifier": { "$id": "84", "id": 1, "setG_UID": "yxzDa9gZWUaBTq+xL1WWsQ==", "modifierSetGuid": "6bc31ccb-19d8-4659-814e-afb12f5596b1", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "QenxIwI99EOVjJqhihafdA==", "pluGuid": "23f1e941-3d02-43f4-958c-9aa18a169f74", "deleted": true, "g_UID": "nnPM6jSpRkmq2iR51J9bew==", "guid": "eacc739e-a934-4946-aada-2479d49f5b7b", "product": { "$ref": "4" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "81" } ], "eftReceipts": [ { "$id": "85", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "79" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "85" } ], "payments": [ { "$ref": "78" }, { "$ref": "78" } ], "cards": [ { "$id": "86", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "86" } ], "campaignHits": [ { "$id": "87", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "87" } ], "fuel": [ { "$id": "88", "id": 1, "plu": 1, "pluG_UID": "aYkAg14NIUeCHqR9j6Qh1A==", "pluGuid": "83008969-0d5e-4721-821e-a47d8fa421d4", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-10-05T00:02:38.7243659", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-10-05T00:02:38.7243659", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "88" } ], "fuelResells": [ { "$id": "89", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "9+kpHCySHkChC9PPxyVVXg==", "pluGuid": "1c29e9f7-922c-401e-a10b-d3cfc725555e", "accountID": "YfHQcl36Rk2PBc0IeoNu8Q==", "accountIDGuid": "72d0f161-fa5d-4d46-8f05-cd087a836ef1", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-10-05T00:02:38.7243659", "bestOrExpireType": 1, "refundG_UID": "4SamL5k89kyVL0spAx8KGQ==", "refundGuid": "2fa626e1-3c99-4cf6-952f-4b29031f0a19", "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": "89" } ], "customerOrder": [ { "$id": "90", "identifier": "8YGxohaIBU2qTaHYjhwsww==", "identifierGuid": "a2b181f1-8816-4d05-aa4d-a1d88e1c2cc3", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "uDk3HRCxQkGHk+s67rs0Ow==", "customerIdentifierGuid": "1d3739b8-b110-4142-8793-eb3aeebb343b", "operatorNo": 1, "operatorG_UID": "/AqoQQb0QE6wjSbUHtIFJQ==", "operatorGuid": "41a80afc-f406-4e40-b08d-26d41ed20525", "created": "2025-10-05T00:02:38.7243659", "ordered": "2025-10-05T00:02:38.7243659", "started": "2025-10-05T00:02:38.7243659", "completed": "2025-10-05T00:02:38.7243659", "supplied": "2025-10-05T00:02:38.7243659", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "72" }, "operator": { "$ref": "39" }, "details": [ { "$id": "91", "headerID": 1, "plu": 1, "pluG_UId": "CnoZrBQtuEKHx8J9jPzKdw==", "pluGuid": "ac197a0a-2d14-42b8-87c7-c27d8cfcca77", "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": "CLzQS9uuXkaNPI8D+GM8aA==", "headerIdentifierGuid": "4bd0bc08-aedb-465e-8d3c-8f03f8633c68", "product": { "$ref": "4" } }, { "$ref": "91" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "79" } }, { "$ref": "90" } ], "surveyResponses": [ { "$id": "92", "surveyG_UID": "+R/eakAmaUGs+XIskb7JWA==", "surveyGuid": "6ade1ff9-2640-4169-acf9-722c91bec958", "saleHeaderGuid": "lhMAfIyLYk+TFjRrDpbLvw==", "saleGuid": "7c001396-8b8c-4f62-9316-346b0e96cbbf", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "wjObzTsnBkOQF68ER2x+dg==", "guidResponse": "cd9b33c2-273b-4306-9017-af04476c7e76", "whoAnswered": 2, "answeredAtUTC": "2025-10-05T00:02:38.7243659", "sale": { "$ref": "79" }, "survey": { "$id": "93", "g_UID": "JLGWsLpLxUq2jehhWlfRkw==", "guid": "b096b124-4bba-4ac5-b68d-e8615a57d193", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "t27P9DRtukiIUk5bOZdrqA==", "checkoutFormGuid": "f4cf6eb7-6d34-48ba-8852-4e5b39976ba8", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-05T00:02:38.7243659", "end": "2025-10-05T00:02:38.7243659", "deleted": true, "updated": "2025-10-05T00:02:38.7243659", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "638e487d-063c-4d11-979a-213f8dea4a81", "74153f85-5158-42b7-be63-aa387646b508" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "47" } }, "ingressId": "sample string 4" }, { "$ref": "92" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "DI0cKSBTME+iG9QW60Wz7A==", "accountIdentifier": "291c8d0c-5320-4f30-a21b-d416eb45b3ec", "accountName": "sample string 42", "customerOrderIdentifier": "6+SMPZHkh0qJLCNHQ7BenQ==", "customerOrderIdentifierGuid": "3d8ce4eb-e491-4a87-892c-234743b05e9d", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "94", "id": 1, "paymentID": 2, "paymentIdentifier": "gD1AL680SkySnI6iHBaRNg==", "paymentIdentifierGuid": "2f403d80-34af-4c4a-929c-8ea21c169136", "identifier": "f14KsmHAnkSmGoddAwRKDw==", "identifierGuid": "b20a5e7f-c061-449e-a61a-875d03044a0f", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "Ee4efzQDuEKow4cu1O0lIw==", "itemIdentifierGuid": "7f1eee11-0334-42b8-a8c3-872ed4ed2523" } }, { "$ref": "78" } ] }, { "$ref": "73" } ], "customerGroupMembers": [ { "$ref": "77" }, { "$ref": "77" } ], "customerGroups": [ { "$ref": "76" }, { "$ref": "76" } ], "accounts": [ { "$ref": "74" }, { "$ref": "74" } ], "account": { "$ref": "74" }, "vouchers": [ { "$id": "95", "customerIdentifier": "cErX+FgR9U6fDOpnUV6EuQ==", "customerIdentifierGuid": "f8d74a70-1158-4ef5-9f0c-ea67515e84b9", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "YI5WrQDeUkCrxx0gczcjuA==", "idempotentGuid": "ad568e60-de00-4052-abc7-1d20733723b8", "offline": true, "voucher": { "$id": "96", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-10-05T00:02:38.7243659", "barcodeTemplate": { "$id": "97", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "98", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-10-05T00:02:38.7243659", "labelPageLayout": "JaJTvQ8fpkSZmqRvv66L5w==", "pageLayoutGuid": "bd53a225-1f0f-44a6-999a-a46fbfae8be7", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "96" }, "elements": [ { "$id": "99", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-10-05T00:02:38.7243659" }, { "$ref": "99" } ] }, "customerVouchers": [ { "$id": "100", "id": 1, "customerIdentifier": "aADq0TJObUi4PTNJEizYng==", "customerIdentifierGuid": "d1ea0068-4e32-486d-b83d-3349122cd89e", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-05T00:02:38.7243659", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "eC4mC1vuoECefTt7HzCbIw==", "issuedIdempotentGuid": "0b262e78-ee5b-40a0-9e7d-3b7b1f309b23", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-05T00:02:38.7243659", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-05T00:02:38.7243659", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "LabG4dYm4kCxnOiazCRTig==", "redeemedIdempotentGuid": "e1c6a62d-26d6-40e2-b19c-e89acc24538a", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-05T00:02:38.7243659", "storeName": "sample string 17", "scaleLabel": { "$ref": "98" }, "voucher": { "$ref": "96" }, "customer": { "$ref": "72" }, "issuedOfflinePayment": { "$ref": "78" }, "redeemedOfflinePayment": { "$ref": "78" } }, { "$ref": "100" } ] }, "customer": { "$ref": "72" } }, { "$ref": "95" } ] } }, { "$ref": "71" } ], "customerGroups": [ { "$id": "101", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "bH3toC+4R0WtbzLSjLX9EA==", "groupIDGuid": "a0ed7d6c-b82f-4547-ad6f-32d28cb5fd10", "campaign": { "$ref": "1" }, "group": { "$ref": "76" } }, { "$ref": "101" } ], "signIqTickets": [ { "$id": "102", "identifier": "TllHpzzCFku8IJoZsj1lxg==", "identifierGuid": "a747594e-c23c-4b16-bc20-9a19b23d65c6", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "102" } ], "comboPriceGroups": [ { "$id": "103", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "8xbVGmzUX0i/y8HjG8F2Kw==", "guid": "1ad516f3-d46c-485f-bfcb-c1e31bc1762b", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "1" }, "comboPricePlus": [ { "$id": "104", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "NRRVUaaxnEKA+1TCFQY5OA==", "groupGuid": "51551435-b1a6-429c-80fb-54c215063938", "comboPriceType": 5, "priceType": 5, "pluG_UID": "k31gN055nEKA0VTTRnehgA==", "pluGuid": "37607d93-794e-429c-80d1-54d34677a180", "priceGroupG_UID": "5/fyIpByb0eBzQ9U3jEShQ==", "priceGroupGuid": "22f2f7e7-7290-476f-81cd-0f54de311285", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "1" }, "product": { "$ref": "4" }, "priceGroup": { "$ref": "33" }, "campaignPool": { "$ref": "1" } }, { "$ref": "104" } ] }, { "$ref": "103" } ], "priceLevels": [ { "$id": "105", "id": 1, "priceLevelIdentifier": "j0jZI4/UJE2tqvZW9LBGMA==", "priceLevelIdentifierGuid": "23d9488f-d48f-4d24-adaa-f656f4b04630", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "105" } ] }, { "$ref": "1" } ]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK S E[|y�� 5 xl/workbook.xml � (� ����0D�&�C���( N\�z4Ж�5���H�yۙ�};�l��3���+lE{蓼1�{T�NfBv�X>H�bFɱ1��P{�&ɍY�K�]/'GW�?,7Y����^�+J�Դ>)�fO���2[��$l ��Ta�ETD�6���ܻ��)����,�[q��x��<,6�+����PK S E[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK S E[��' ' _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="Rc8ca27635faf4330" /></Relationships>PK S E[��媽 2% xl/worksheets/sheet1.xml � (� �Z�R;����Z��R�p� I�|�\���M���X��ќ��/`PϬ��Vk)v>�?u���h����v����p��k��:��v?��M��g�E1�x����t��8��|��f���x0�&/ų{�Lǃ��q��7yx�����q�<� �toZ< ��Q���ˬ��m�^��i1.�0~zo5���{;Ñリ}gZ<�vs��߇n����Do����b)�N&�?�w�l��E���ӯ��a�0x}�_Oގ�ѯǹgI-k�'O����x����.������ݮ˸dZx���l>߽�����:��-�`U�:��kn�2J4��U�ܮ\��պ���(&�N[k�zU��z�9�H#���4כU�)�y�}�u ��F7��U�]���6�K����5U���3f�S �qɛ�9ra-����V*���:���� �R��xUs�Y�4'�5���q�vA\�]�Wս�L8�x $:���tƅW����ɧ:�qS]?�̺��-���mu�����D� A�ڞ8A{����h+���A��o��>�ڞ{"hO��������0�2�9�8}DР�hPeVJ��^�.� 4(tm���h�4$: Ӗ��=a�t��m�A{��|6�����A�=!2 RK��K�?�÷v�1�Ӌy���A�PjP�L��s�1�9 ��*Hi���ƥ: B�A0~�p�1ɽ����A��L� b��ni$R�R��eLkˌ�2HR��b�(+R4�b����K�R�b��� E mg��ʚ 8����:�!HP��� m���>=��A�RW;�9�K�r<��2(P� 4�@c�_���4 A�����证�ˤR�.'�e)A�w�3�,Wʦ�*HP���>k�Y��_)S��DU*�z+;�` TP�*�h!�V)o"��*T� -��kA*�8SA��T�]�>��mb��l�¶?��v����t9�{/>���l�����f�������YԮ���O1B��1ꈃ!���ꈣ���aꈓa�����c��3�X=' ���x�$ ��+���B@��q{C@�����Pb�A����w���A@�? b7'L(�9aC���)#"�s1�fDqN��9aH@$�%���DsN�0τ1�L80τ5�Lx0τ9%�p��<���g�LTb� �J�3aQ�y&<*1τI%�p��<6U�g§ ��'|��}§���x�¢La�*"ҵ_CO�$⇡ �OC��C�v�( 9NCNҐ��>WǤr���[Р�#�ڜo�梡�e��U�ؗ��놱���ۆ���ȋ���rG@�[�d�1D#���-�M^���olN��b�-�����5-�����s?�������2�3�Ɯo@�����]��d��z� ���[��p�ƉHXU�D$�jp"f5x�[ &�'�A������'0�FՒ�d��d���d�xSq��!'+�ɚ��!'i�iY�acK�5�9�EC�ˆ����/ c� c7 c� c_ �q���厀�d% 8YcH����D�ڰм���改�dm������i����d%0Q��(Yk����%��_l��lA�1�(Y�(��`B7�C�d%0Q��(Y L��1&NV%+�����D�J`�d%08Y{��"?�a1=�L��t�w��?@��PK S E[aF�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�IMl��ݰa[zw2N�&vd�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ��P��w �� F};���S�w����F��D�9���b}J��{�L,�L.w��I9 � MG���aɀk&۟g��[; =z<M��`���1�D �ބ�R?��/�,2�S���Y���_ը�U%0~3���#�_��|!S*�J������&P��B���iY^�a+���"�Q�5^���_l� PK S E[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK S E[���D� � xl/sharedStrings.xml � (� �Vmo�0�+V�'����j�!��+�}�&�8����vhٯ��AG���$�1��=��{.�\�f�A**x'"�|��f�+��!�1O0����.z�42�\u��֫Oa��2��n�T�k�(�ZI��Z茅Q��3L���ȹ�zq�C9��9��&�uto4脺� ��ߖ�l�-��e��irh�"���i�b_��PU���i顅�LBw�m�p�Y�5�;�&���<t�)@g+L%ǫ�nVv~`M4����`�T�5�϶�H.�� +�����N���5�2�mEE��Eu/)�`u3�� �^�I=`��[0 �N�7x�k���zc��h���`;v�9�( ١�o4�p����L�@Y�u+4M)$3Ml/� �[*���E}�X._�ңx�.O�.����F/7F합�����1��VSG���ܩ���}WFjo�;~�M�ֲ�7�Bv<�,?� a_�B��6?��A�+-2sˏ�R�+���=O)ym��l.���K��`�%QL�Jïi��z���#��j5��v�]���a�2�30_#��[����>�C��p�4�> W+�5���ˍ���`�٬%�F՟ע�_')��8N}\���zҘX� �V�ۂ��1 ��Up �[n��?��[��*���'e�?�Iǘ��`l�S�p�v�P��r��n�w�=�������C��(�1��m:G�����v'����/��PK- S E[|y�� 5 xl/workbook.xmlPK- S E[���� � [Content_Types].xmlPK- S E[��' ' V _rels/.relsPK- S E[��媽 2% � xl/worksheets/sheet1.xmlPK- S E[aF�� P � xl/_rels/workbook.xml.relsPK- S E[Ѓc'2 E xl/styles.xmlPK- S E[���D� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK S E[s��ӷ 5 xl/workbook.xml � (� ����0��&�C���P)��x���" �'m >��o�vfg�6k;>��GNʕ���$ĵH�Nڀ �^[�}��Etߋݾ%(O���B+7��J�����iEI.������!`vQc�����!�b�_D��P�{�Qtn]��l)�pO�4��%�iV)��;���w�PK S E[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK S E[�ĸ' ' _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="R8da9bd81bf8a4c43" /></Relationships>PK S E[��媽 2% xl/worksheets/sheet1.xml � (� �Z�R;����Z��R�p� I�|�\���M���X��ќ��/`PϬ��Vk)v>�?u���h����v����p��k��:��v?��M��g�E1�x����t��8��|��f���x0�&/ų{�Lǃ��q��7yx�����q�<� �toZ< ��Q���ˬ��m�^��i1.�0~zo5���{;Ñリ}gZ<�vs��߇n����Do����b)�N&�?�w�l��E���ӯ��a�0x}�_Oގ�ѯǹgI-k�'O����x����.������ݮ˸dZx���l>߽�����:��-�`U�:��kn�2J4��U�ܮ\��պ���(&�N[k�zU��z�9�H#���4כU�)�y�}�u ��F7��U�]���6�K����5U���3f�S �qɛ�9ra-����V*���:���� �R��xUs�Y�4'�5���q�vA\�]�Wս�L8�x $:���tƅW����ɧ:�qS]?�̺��-���mu�����D� A�ڞ8A{����h+���A��o��>�ڞ{"hO��������0�2�9�8}DР�hPeVJ��^�.� 4(tm���h�4$: Ӗ��=a�t��m�A{��|6�����A�=!2 RK��K�?�÷v�1�Ӌy���A�PjP�L��s�1�9 ��*Hi���ƥ: B�A0~�p�1ɽ����A��L� b��ni$R�R��eLkˌ�2HR��b�(+R4�b����K�R�b��� E mg��ʚ 8����:�!HP��� m���>=��A�RW;�9�K�r<��2(P� 4�@c�_���4 A�����证�ˤR�.'�e)A�w�3�,Wʦ�*HP���>k�Y��_)S��DU*�z+;�` TP�*�h!�V)o"��*T� -��kA*�8SA��T�]�>��mb��l�¶?��v����t9�{/>���l�����f�������YԮ���O1B��1ꈃ!���ꈣ���aꈓa�����c��3�X=' ���x�$ ��+���B@��q{C@�����Pb�A����w���A@�? b7'L(�9aC���)#"�s1�fDqN��9aH@$�%���DsN�0τ1�L80τ5�Lx0τ9%�p��<���g�LTb� �J�3aQ�y&<*1τI%�p��<6U�g§ ��'|��}§���x�¢La�*"ҵ_CO�$⇡ �OC��C�v�( 9NCNҐ��>WǤr���[Р�#�ڜo�梡�e��U�ؗ��놱���ۆ���ȋ���rG@�[�d�1D#���-�M^���olN��b�-�����5-�����s?�������2�3�Ɯo@�����]��d��z� ���[��p�ƉHXU�D$�jp"f5x�[ &�'�A������'0�FՒ�d��d���d�xSq��!'+�ɚ��!'i�iY�acK�5�9�EC�ˆ����/ c� c7 c� c_ �q���厀�d% 8YcH����D�ڰм���改�dm������i����d%0Q��(Yk����%��_l��lA�1�(Y�(��`B7�C�d%0Q��(Y L��1&NV%+�����D�J`�d%08Y{��"?�a1=�L��t�w��?@��PK S E[��O�� P xl/_rels/workbook.xml.rels � (� ��Kn� ���f�0�I'�n�Ms����m��E��+�R�H]t���ӧ>�?���y"/��l�`@��o������'��8�>���������8�X8�6w:f�rz�9��`LѰd�-�/�Ct]7|t�<�M���8 & GzL �D�^^d*����_�J��#VJֵ B��e����]/d:^T��J�T}W�Al�Sț^:-��ڍ�Ӳ(9VW5z�/v_PK S E[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK S E[���D� � xl/sharedStrings.xml � (� �Vmo�0�+V�'����j�!��+�}�&�8����vhٯ��AG���$�1��=��{.�\�f�A**x'"�|��f�+��!�1O0����.z�42�\u��֫Oa��2��n�T�k�(�ZI��Z茅Q��3L���ȹ�zq�C9��9��&�uto4脺� ��ߖ�l�-��e��irh�"���i�b_��PU���i顅�LBw�m�p�Y�5�;�&���<t�)@g+L%ǫ�nVv~`M4����`�T�5�϶�H.�� +�����N���5�2�mEE��Eu/)�`u3�� �^�I=`��[0 �N�7x�k���zc��h���`;v�9�( ١�o4�p����L�@Y�u+4M)$3Ml/� �[*���E}�X._�ңx�.O�.����F/7F합�����1��VSG���ܩ���}WFjo�;~�M�ֲ�7�Bv<�,?� a_�B��6?��A�+-2sˏ�R�+���=O)ym��l.���K��`�%QL�Jïi��z���#��j5��v�]���a�2�30_#��[����>�C��p�4�> W+�5���ˍ���`�٬%�F՟ע�_')��8N}\���zҘX� �V�ۂ��1 ��Up �[n��?��[��*���'e�?�Iǘ��`l�S�p�v�P��r��n�w�=�������C��(�1��m:G�����v'����/��PK- S E[s��ӷ 5 xl/workbook.xmlPK- S E[���� � [Content_Types].xmlPK- S E[�ĸ' ' V _rels/.relsPK- S E[��媽 2% � xl/worksheets/sheet1.xmlPK- S E[��O�� P � xl/_rels/workbook.xml.relsPK- S E[Ѓc'2 E xl/styles.xmlPK- S E[���D� � � xl/sharedStrings.xmlPK � �