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 prmo 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": "dca48d67-7d63-445c-8edb-733bfc55b9c3", "nameGuid": "dca48d67-7d63-445c-8edb-733bfc55b9c3", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:23:51.3791476", "startTime": 1, "endDate": "2025-08-02T23:23:51.3791476", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-08-02T23:23:51.3791476", "system": true, "created": "2025-08-02T23:23:51.3791476", "updated": "2025-08-02T23:23:51.3791476", "priceChangeNotifiedUtc": "2025-08-02T23:23:51.3791476", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "z3G3tyFtVEaKQI89qD72sA==", "hostIdentifierGuid": "b7b771cf-6d21-4654-8a40-8f3da83ef6b0", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:23:51.3791476", "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": "0q7KETysTkWRlnxCySuL/A==", "pluGuid": "11caaed2-ac3c-454e-9196-7c42c92b8bfc", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "xj6s4TwtxUyAin4jFOB3zw==", "dealCostGuid": "e1ac3ec6-2d3c-4cc5-808a-7e2314e077cf", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "ePl64+RMckCof6LQG0GaIQ==", "priceGroupGuid": "e37af978-4ce4-4072-a87f-a2d01b419a21", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:23:51.3791476", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "xyQPfavEQUSxYr14auHJ4w==", "campaignComboPriceGroupIdentifier": "7d0f24c7-c4ab-4441-b162-bd786ae1c9e3", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "3", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:23:51.3791476", "operatorG_UID": "y0Y905kBS0+tv8TC5jRDHg==", "operatorGuid": "d33d46cb-0199-4f4b-adbf-c4c2e634431e", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:23:51.3791476", "signIqTicketFileMovedUtc": "2025-08-02T23:23:51.3791476", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:23:51.3791476", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$id": "4", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "pqkj44ulVUSMA7d3clPP1Q==", "guid": "e323a9a6-a58b-4455-8c03-b7777253cfd5", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "n4El2/Jx4kOV2CWYESVzxA==", "priceGroupGuid": "db25819f-71f2-43e2-95d8-2598112573c4", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:23:51.3791476", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:23:51.3791476", "pluCreated": "2025-08-02T23:23:51.3791476", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-08-02T23:23:51.3791476", "lastManualUpdate": "2025-08-02T23:23:51.3791476", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-08-02T23:23:51.3791476", "currentCostUpdated": "2025-08-02T23:23:51.3791476", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:23:51.3791476", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-08-02T23:23:51.3791476", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "QG+wTYMXAE22097JWwcQdw==", "altPLUGuid": "4db06f40-1783-4d00-b6d3-dec95b071077", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-08-02T23:23:51.3791476", "labelLastPrice": 1, "shelfPageLayoutG_UID": "LXt1YighL0i+wVWrHUyOtw==", "shelfPageLayoutGuid": "62757b2d-2128-482f-bec1-55ab1d4c8eb7", "talkerPageLayoutG_UID": "Fdh/I0lm5UyVb8MQagwMng==", "talkerPageLayoutGuid": "237fd815-6649-4ce5-956f-c3106a0c0c9e", "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": "mf8nV0RTcEucMnscqVChlw==", "inventoryIdentifier": "5727ff99-5344-4b70-9c32-7b1ca950a197", "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": "+OALug8ku02a7TxW1iK3+Q==", "parentPluGuid": "ba0be0f8-240f-4dbb-9aed-3c56d622b7f9", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "RDWPtU1BE0+vXMw9hnEdLg==", "supplierIdentifierGuid": "b58f3544-414d-4f13-af5c-cc3d86711d2e", "supplierChanged": true, "rebateSupplierIdentifier": "6pNJHa8aPkCsAiA9gYPItg==", "rebateSupplierIdentifierGuid": "1d4993ea-1aaf-403e-ac02-203d8183c8b6", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-08-02T23:23:51.3791476", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "n/2O7YY0dkmeVBUrVsODDw==", "hostIdentifierGuid": "ed8efd9f-3486-4976-9e54-152b56c3830f", "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-08-02T23:23:51.3791476", "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": "6wcEYcQpU0WDbqNB9MA65Q==", "hostIdentifierGuid": "610407eb-29c4-4553-836e-a341f4c03ae5", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-08-02T23:23:51.3791476", "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": "0ledbfKm306GPni2KC7urA==", "hostIdentifierGuid": "6d9d57d2-a6f2-4edf-863e-78b6282eeeac", "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": "vSMdECXdHkaqvK0rSXkiJg==", "identifierGuid": "101d23bd-dd25-461e-aabc-ad2b49792226", "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": "9ZSJ9mN9rEGr9dofpQ4+ew==", "hostSupplierIdentifierGuid": "f68994f5-7d63-41ac-abf5-da1fa50e3e7b", "loyaltyPriceLevelIdentifier": "jCUHZ/DhMkaooMxe2rtivA==", "loyaltyPriceLevelIdentifierGuid": "6707258c-e1f0-4632-a8a0-cc5edabb62bc", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-08-02T23:23:51.3791476", "lastProcessed": "2025-08-02T23:23:51.3791476", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "9", "identifier": "JEs/kEue70iiOm86VSOlww==", "identifierGuid": "903f4b24-9e4b-48ef-a23a-6f3a5523a5c3", "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": "CdfCrhKONkubyDOg73EogA==", "primaryContactID": "aec2d709-8e12-4b36-9bc8-33a0ef712880", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "5XUgXY9RE0W0ncp8VpOyVQ==", "supplierGroupGuid": "5d2075e5-518f-4513-b49d-ca7c5693b255", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:23:51.3791476", "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": "3ff1d90e-36c1-469f-b654-e2c8ffef211b", "identifier": "nwUy1qcWhEOO7/AB3jcA7Q==", "identifierGuid": "d632059f-16a7-4384-8eef-f001de3700ed", "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": "ny7rLbNkd0KTCLeNUYBKhQ==", "supplierIdentifierGuid": "2deb2e9f-64b3-4277-9308-b78d51804a85", "contactGuid": "8UNTnduQJ0yoELPBBLZtMg==", "contactID": "9d5343f1-90db-4c27-a810-b3c104b66d32", "contact": { "$ref": "10" }, "supplier": { "$ref": "9" } }, { "$ref": "11" } ], "products": [ { "$id": "12", "pluG_UID": "1fOWlQR8eUq447dNcp801g==", "pluGuid": "9596f3d5-7c04-4a79-b8e3-b74d729f34d6", "supplierIdentifier": "D1h/cF/4/0G1Ez/yQ3oJCQ==", "supplierIdentifierGuid": "707f580f-f85f-41ff-b513-3ff2437a0909", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:23:51.3791476", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-08-02T23:23:51.3791476", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "13", "pluG_UID": "aAuGVY+H2kq9xJTNJNa2ww==", "pluGuid": "55860b68-878f-4ada-bdc4-94cd24d6b6c3", "supplierIdentifier": "NvO0GmfO1Eyjg7Q7g8jVdw==", "supplierIdentifierGuid": "1ab4f336-ce67-4cd4-a383-b43b83c8d577", "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": "hVvlIkTzSECfA98YDGz+XA==", "parentPluGuid": "22e55b85-f344-4048-9f03-df180c6cfe5c", "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": "3sZxtp2RpUCOjBN+xKckCQ==", "supplierGuid": "b671c6de-919d-40a5-8e8c-137ec4a72409", "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": "OzDJNu3dxkqa5SU3nDU/SA==", "supplierGuid": "36c9303b-dded-4ac6-9ae5-25379c353f48", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-08-02T23:23:51.3791476", "deliveryDate": "2025-08-02T23:23:51.3791476", "nextCutOffDate": "2025-08-02T23:23:51.3791476", "nextDeliveryDate": "2025-08-02T23:23:51.3791476", "nextDaysBuffer": 10 }, { "$ref": "16" } ], "store": { "$ref": "5" }, "updated": "2025-08-02T23:23:51.3791476", "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-08-02T23:23:51.3791476", "processed": "2025-08-02T23:23:51.3791476", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:23:51.3791476", "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-08-02T23:23:51.3791476", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "17" } ], "zoneMatrix": [ { "$id": "19", "id": 1, "hostIdentifier": "KVyswRyqx0WBOux0FayfDw==", "hostIdentifierGuid": "c1ac5c29-aa1c-45c7-813a-ec7415ac9f0f", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "28987464-9f5e-4569-bffb-639ac2d8e8ae", "0ae9dc51-a9da-4adf-9207-d96a1a78f821" ] }, { "$ref": "19" } ], "hostFileStoreSetting": { "$ref": "7" }, "hostStoreSettings": [ { "$ref": "7" }, { "$ref": "7" } ], "promotionPlacements": [ { "$id": "20", "identifier": "SrSWsEVTxE+Bdm8DuouDjA==", "identifierGuid": "b096b44a-5345-4fc4-8176-6f03ba8b838c", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "20" } ], "promoTypeGuids": [ "9f8d1f8c-1db4-4e43-9f0a-d1a8b47796c5", "5847d3c8-7729-4eea-82bc-d9b999a83074" ], "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-08-02T23:23:51.3791476", "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": "51a183f7-bf26-4f34-94e3-b890c3c4c2c6", "updateStore": { "$id": "26", "id": "950d478b-1eb3-40ca-98e6-b27275c40417", "name": "sample string 1", "lastActivity": "2025-08-02T23:23:51.3791476", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-08-02T23:23:51.3791476" }, "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": "9EbipS+FVESjdKAUg1EPiQ==", "pluGuid": "a5e246f4-852f-4454-a374-a01483510f89", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:23:51.3791476" }, { "$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-08-02T23:23:51.3791476", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "30" }, "winningCampaign": 1, "winner": { "$id": "31", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:23:51.3791476", "startTime": 3, "endDate": "2025-08-02T23:23:51.3791476", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "hWY+3Ht3vkKToGL5R1IfGw==", "hostIdentifierGuid": "dc3e6685-777b-42be-93a0-62f947521f1b", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "31" }, { "$ref": "31" } ] }, "tray": { "$id": "32", "g_UId": "GhzSk/38PkemYUZC63eFlA==", "guid": "93d21c1a-fcfd-473e-a661-4642eb778594", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "33", "priceGroupG_UID": "YFO1lC72pkq4Knzp5JfOYg==", "priceGroupGuid": "94b55360-f62e-4aa6-b82a-7ce9e497ce62", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:23:51.3791476", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "4" }, { "$ref": "4" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "34", "pluG_UID": "7piiyLaYvUqBGF0bee3R2w==", "pluGuid": "c8a298ee-98b6-4abd-8118-5d1b79edd1db", "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": "9c453695-60c0-4225-a7a1-9b4ec8f591b7", "created": "2025-08-02T23:23:51.3791476", "createdByUser": "sample string 1", "activated": "2025-08-02T23:23:51.3791476", "deactivated": "2025-08-02T23:23:51.3791476", "lastOrdered": "2025-08-02T23:23:51.3791476", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:23:51.3791476", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:23:51.3791476", "lastSold": "2025-08-02T23:23:51.3791476", "firstSold": "2025-08-02T23:23:51.3791476", "awsUpdated": "2025-08-02T23:23:51.3791476", "lastManualUpdate": "2025-08-02T23:23:51.3791476", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:23:51.3791476", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:23:51.3791476", "doNotRangeUpdated": "2025-08-02T23:23:51.3791476", "doNotOrderUpdated": "2025-08-02T23:23:51.3791476", "tracked": "2025-08-02T23:23:51.3791476" }, "allergens": [ { "$id": "36", "allergenID": 1, "pluG_UID": "2dqQ5KpYtE+Zhgf+6grkOA==", "pluGuid": "e490dad9-58aa-4fb4-9986-07feea0ae438", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "36" } ], "costs": { "$id": "37", "pluG_UID": "jo7ilHegxUKl6oYcr6Nitg==", "pluGuid": "94e28e8e-a077-42c5-a5ea-861cafa362b6", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:23:51.3791476", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "38", "saleHeaderID": 1, "created": "2025-08-02T23:23:51.3791476", "createdLocal": "2025-08-02T23:23:51.3791476", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "MazQluDGIkWsNM+G0s1psA==", "operatorGuid": "96d0ac31-c6e0-4522-ac34-cf86d2cd69b0", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "dQ0yIIsFc0eq5mqk/m+Rlg==", "pluGuid": "20320d75-058b-4773-aae6-6aa4fe6f9196", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "39", "id": 1, "g_Uid": "dJMer4J78E2zHymmM5W6bQ==", "guid": "af1e9374-7b82-4df0-b31f-29a63395ba6d", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-08-02T23:23:51.3791476", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:23:51.3791476", "endShift": "2025-08-02T23:23:51.3791476", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "40", "operatorG_UID": "BRQAuQYOpEq9KYGjz+kS4w==", "operatorGuid": "b9001405-0e06-4aa4-bd29-81a3cfe912e3", "storeID": 2, "operator": { "$ref": "39" }, "store": { "$ref": "5" } }, { "$ref": "40" } ] } }, { "$ref": "38" } ], "apns": [ { "$id": "41", "pluID": 1, "pluG_UID": "pp6zPQjmFUOg9ZbeEh7CAg==", "pluGuid": "3db39ea6-e608-4315-a0f5-96de121ec202", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "41" } ], "tuns": [ { "$id": "42", "pluG_UId": "gfFLkNqam0CSWipz7GJpMg==", "pluGuid": "904bf181-9ada-409b-925a-2a73ec626932", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "4" }, "storeIDs": [ 1, 2 ] }, { "$ref": "42" } ], "competitionPricing": [ { "$id": "43", "identifier": "Msrm7FCTREC3DqX1x8lDMg==", "identifierGuid": "ece6ca32-9350-4044-b70e-a5f5c7c94332", "pluG_UID": "qgNGYMyCR0Wbffm6yxz4Fw==", "pluGuid": "604603aa-82cc-4547-9b7d-f9bacb1cf817", "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": "lMMyy+WfwEWNf+ya7oPCdw==", "groupName": "sample string 1", "identifierGuid": "cb32c394-9fe5-45c0-8d7f-ec9aee83c277", "exists": true, "flipChartIdentifier": "765XMvCETUKFvbLQsN6P4w==", "flipChartIdentifierGuid": "3257aeef-84f0-424d-85bd-b2d0b0de8fe3", "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": "0qlHGkUUcUe1/2uXfe4aqw==", "groupIdentifierGuid": "1a47a9d2-1445-4771-b5ff-6b977dee1aab", "flipChart": { "$id": "45", "identifier": "sXh32pVVrkeLoKf1Icq/hA==", "identifierGuid": "da7778b1-5595-47ae-8ba0-a7f521cabf84", "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": "MgLxrLZb+0inOy/uX7L3Cg==", "identifierGuid": "acf10232-5bb6-48fb-a73b-2fee5fb2f70a", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "47", "id": 1, "g_UID": "XigKn8i3s0qF3CQH3ub38A==", "guid": "9f0a285e-b7c8-4ab3-85dc-2407dee6f7f0", "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": "GDuZTeCdkkmaHVbuZhgRVw==", "previousFormGuid": "4d993b18-9de0-4992-9a1d-56ee66181157", "nextForm": 1, "nextFormG_UID": "i6PaRAspe0WyOvAHC7ewUg==", "nextFormGuid": "44daa38b-290b-457b-b23a-f0070bb7b052", "attributes": "sample string 10", "updated": "2025-08-02T23:23:51.3791476", "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": "FYChjMSGLkWwPhWAUpzfGA==", "checkoutFormGuid": "8ca18015-86c4-452e-b03e-1580529cdf18", "identifier": "08K6aZAbcU2pLgEgsAxnbA==", "identifierGuid": "69bac2d3-1b90-4d71-a92e-0120b00c676c", "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": "nB+1Z0kPnUS4C4l2Cg6Gcw==", "valueGuid": "67b51f9c-0f49-449d-b80b-89760a0e8673", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:23:51.3791476", "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-08-02T23:23:51.3791476", "imageData": "QEA=", "readOnly": true } }, { "$ref": "48" } ], "panels": [ { "$id": "50", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "sBywC/ari0CmK2sCvpkXgA==", "checkoutFormGuid": "0bb01cb0-abf6-408b-a62b-6b02be991780", "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": "Bkjk658VTEiWCM62S2kNdw==", "flipChartPageIdentifierGuid": "ebe44806-159f-484c-9608-ceb64b690d77", "pluG_UID": "CRj6fGryI0WzxX9StMIcQg==", "pluGuid": "7cfa1809-f26a-4523-b3c5-7f52b4c21c42", "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": "BWP0W+jDP0WL65oYZKUBqA==", "pluGuid": "5bf46305-c3e8-453f-8beb-9a1864a501a8", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-08-02T23:23:51.3791476", "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": "3Kvt89ol00aU3hBIPVtT/Q==", "ingredientGuid": "joNDqCH9TEG7J7PfploSAg==", "ingredientIdentifier": "a843838e-fd21-414c-bb27-b3dfa65a1202", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "4" } }, { "$ref": "53" } ], "bins": [ { "$id": "54", "pluG_UID": "yDN1TeRNW0aI0zoLaLw5VQ==", "pluGuid": "4d7533c8-4de4-465b-88d3-3a0b68bc3955", "shelfLocationIdentifier": "KG8JStx7bkGPUVWz4VC9KQ==", "shelfLocationGuid": "4a096f28-7bdc-416e-8f51-55b3e150bd29", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "Me/ZQD/7T0KLu7SyjGF/Cw==", "labelPageLayoutGuid": "40d9ef31-fb3f-424f-8bbb-b4b28c617f0b", "updated": "2025-08-02T23:23:51.3791476", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "4" }, "location": { "$id": "55", "identifier": "03qaYh5Svk2OEABoUwy+qA==", "storeID": 1, "identifierGuid": "629a7ad3-521e-4dbe-8e10-0068530cbea8", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:23:51.3791476", "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": "bpDXtI34GUGK8kAXsgEUCg==", "pluGuid": "b4d7906e-f88d-4119-8af2-4017b201140a", "deptNo": 1, "product": { "$ref": "4" }, "scaleLocation": { "$id": "57", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:23:51.3791476", "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-08-02T23:23:51.3791476", "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": "rxNZCP1vY06A0R3+pipTow==", "labelPageLayoutGuid": "085913af-6ffd-4e63-80d1-1dfea62a53a3", "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-08-02T23:23:51.3791476", "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": "RK2nZSA4u0Ctz5hpfLMw7w==", "labelPageLayoutGuid": "65a7ad44-3820-40bb-adcf-98697cb330ef", "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-08-02T23:23:51.3791476", "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": "zvONHUqcTkqSvbpjUnQTHw==", "labelPageLayoutGuid": "1d8df3ce-9c4a-4a4e-92bd-ba635274131f", "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-08-02T23:23:51.3791476", "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": "srbeg0Pr80SPe5LH5NZI1Q==", "labelPageLayoutGuid": "83deb6b2-eb43-44f3-8f7b-92c7e4d648d5", "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-08-02T23:23:51.3791476", "dealCosts": [ { "$id": "66", "headerIdentifier": "NMFA7P/DPEal8HPN1t9E2w==", "headerIdentifierGuid": "ec40c134-c3ff-463c-a5f0-73cdd6df44db", "identifier": "iVgH7gLGaEiPncHeptLYiA==", "identifierGuid": "ee075889-c602-4868-8f9d-c1dea6d2d888", "supplierIdentifier": "PZik3p5bGEO8uQtTCAdirw==", "supplierGuid": "dea4983d-5b9e-4318-bcb9-0b53080762af", "pluG_UID": "ZJC+QRLbzU2qEFsEJFVo/Q==", "pluGuid": "41be9064-db12-4dcd-aa10-5b04245568fd", "campaignName": "f347dde5-e680-41d8-ab4e-ec9db8dfdf08", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:23:51.3791476", "end": "2025-08-02T23:23:51.3791476", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "gq9ACrj+r06p0OKFzuD9tw==", "bonusItemPluGuid": "0a40af82-feb8-4eaf-a9d0-e285cee0fdb7", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:23:51.3791476", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-08-02T23:23:51.3791476", "campaignEndDate": "2025-08-02T23:23:51.3791476", "masterPLUG_UID": "efgxqrxEtE6Bv05Hii6bhw==", "masterID": "aa31f879-44bc-4eb4-81bf-4e478a2e9b87", "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": "0Skp0F3RBEi/JITQZ8IuiA==", "bonusMasterID": "d02929d1-d15d-4804-bf24-84d067c22e88", "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": "vcoxX6/Z5kexlZ9jSwR0bA==", "pluGuid": "5f31cabd-d9af-47e6-b195-9f634b04746c", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "67" } ], "alternateProductG_UID": "ar0eP0RGVkelY18AYJbwFg==", "alternateProduct": "3f1ebd6a-4644-4756-a563-5f006096f016", "productHostCode": { "$id": "68", "id": 1, "pluG_UID": "Ei1I9m+SuECc1p2qDCifUA==", "pluGuid": "f6482d12-926f-40b8-9cd6-9daa0c289f50", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:23:51.3791476", "inventoryTracked": "2025-08-02T23:23:51.3791476", "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": "guAIhixrIUycgWT+RgEJVg==", "pluGuid": "8608e082-6b2c-4c21-9c81-64fe46010956", "hostOfferID": 1, "priceGroupG_UID": "oeV+CuLFbECWP4fSg+MyNQ==", "priceGroupGuid": "0a7ee5a1-c5e2-406c-963f-87d283e33235", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:23:51.3791476", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "4" }, "campaign": { "$ref": "1" } }, { "$ref": "69" } ], "sellingRules": [ { "$id": "70", "id": 1, "identifier": "0GtKp/YOzk60VEy1tUH1Bg==", "identifierStr": "0GtKp/YOzk60VEy1tUH1Bg==", "identifierGuid": "a74a6bd0-0ef6-4ece-b454-4cb5b541f506", "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": "NdgPNF+8AkyifLHhs1cxuw==", "customerIDGuid": "340fd835-bc5f-4c02-a27c-b1e1b35731bb", "campaign": { "$ref": "1" }, "customer": { "$id": "72", "identifier": "NdfqanDOGUOn+0ivnOhWvA==", "identifierGuid": "6aead735-ce70-4319-a7fb-48af9ce856bc", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:23:51.3791476", "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": "cJnduPK3/kiENvOobroYiQ==", "communityIdentifierGuid": "b8dd9970-b7f2-48fe-8436-f3a86eba1889", "joined": "2025-08-02T23:23:51.3791476", "updated": "2025-08-02T23:23:51.3791476", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "TuKBrOI9Tke3cFw1QjxhOg==", "priceLevelIdentifierGuid": "ac81e24e-3de2-474e-b770-5c35423c613a", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:23:51.3791476", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "73", "cardType": 2, "issueDate": "2025-08-02T23:23:51.3791476", "expiry": "2025-08-02T23:23:51.3791476", "customerID": "BjkCPh9Xkk6SC/QN5BgNlw==", "customerIDGuid": "3e023906-571f-4e92-920b-f40de4180d97", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-08-02T23:23:51.3791476", "linkedAccount": "vZg0QsQKYEKy4s858ATAhw==", "linkedAccountGuid": "423498bd-0ac4-4260-b2e2-cf39f004c087", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "72" }, "account": { "$id": "74", "id": 1, "identifier": "VAbqDas2iEOkIx3mDDDlbQ==", "identifierGuid": "0dea0654-36ab-4388-a423-1de60c30e56d", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:23:51.3791476", "owner": "6MnWMOPcRU2Oa97rkRTXow==", "ownerGuid": "30d6c9e8-dce3-4d45-8e6b-deeb9114d7a3", "accountStoreGroupIdentifier": "19QvUcj2L0mAvq5ONlt51Q==", "accountStoreGroupGuid": "512fd4d7-f6c8-492f-80be-ae4e365b79d5", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-08-02T23:23:51.3791476", "active": true, "updated": "2025-08-02T23:23:51.3791476", "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": "DRf5tHVNtUa//exxrxOPMg==", "identifierGuid": "b4f9170d-4d75-46b5-bffd-ec71af138f32", "name": "sample string 2", "primaryContact": "ACNr1OM8YEy7pd3Qh07MgQ==", "primaryContactGuid": "d46b2300-3ce3-4c60-bba5-ddd0874ecc81", "accountID": "nUTDoUvBPki7C3Dk+NF6pg==", "accountIDGuid": "a1c3449d-c14b-483e-bb0b-70e4f8d17aa6", "special": true, "updated": "2025-08-02T23:23:51.3791476", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "kJEWkqxQP02KhslPmvdLag==", "priceLevelIdentifierGuid": "92169190-50ac-4d3f-8a86-c94f9af74b6a", "deleted": true, "account": { "$ref": "74" }, "primaryContactCustomer": { "$ref": "72" }, "customerGroupMembers": [ { "$id": "77", "id": 1, "groupID": "KFFr9S0rzUikJaqpcMdWhw==", "groupIDGuid": "f56b5128-2b2d-48cd-a425-aaa970c75687", "customerID": "TJyhrcKJ6ki6abxYTitcAA==", "customerIDGuid": "ada19c4c-89c2-48ea-ba69-bc584e2b5c00", "card": "sample string 4", "linkedAccount": "EG1cH1Wl8UKaG5b82T4xZg==", "linkedAccountGuid": "1f5c6d10-a555-42f1-9a1b-96fcd93e3166", "customer": { "$ref": "72" }, "group": { "$ref": "76" }, "customerCard": { "$ref": "73" } }, { "$ref": "77" } ] }, { "$ref": "76" } ] }, "payments": [ { "$id": "78", "id": 1, "identifier": "vnf5etPg7ESpwhDU3NoOPg==", "identifierGuid": "7af977be-e0d3-44ec-a9c2-10d4dcda0e3e", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "SPXAMOw2pk2vrnufmpj8Ng==", "accountIDGuid": "30c0f548-36ec-4da6-afae-7b9f9a98fc36", "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-08-02T23:23:51.3791476", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "zekEiWH6DkOa8sbfwiibtA==", "idempotentVoidGuid": "8904e9cd-fa61-430e-9af2-c6dfc2289bb4", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "79", "saleHeaderID": 1, "saleHeaderGuid": "055ewDxMWEyNy89aG40mFw==", "saleHeaderIdentifierGuid": "c05e9ed3-4c3c-4c58-8dcb-cf5a1b8d2617", "created": "2025-08-02T23:23:51.3791476", "createdLocal": "2025-08-02T23:23:51.3791476", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-08-02T23:23:51.3791476", "storeID": 1, "operatorG_Uid": "YCUGqeHpB0u9lq/AnZSSkw==", "operatorGuid": "a9062560-e9e1-4b07-bd96-afc09d949293", "customerG_Uid": "aOD2MZjqFkqI1oAL6wrR9g==", "customerGuid": "31f6e068-ea98-4a16-88d6-800beb0ad1f6", "communityIdentifier": "k1pW/ZncA0KpfniKguA1wg==", "communityIdentifierGuid": "fd565a93-dc99-4203-a97e-788a82e035c2", "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": "+Q4OZRjEmEqJODM7zTqdww==", "priceLevelIdentifierGuid": "650e0ef9-c418-4a98-8938-333bcd3a9dc3", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "39" }, "customer": { "$ref": "72" }, "communityOrganisation": { "$id": "80", "id": 1, "identifier": "254fz8BRykW+CPMSXl8AFA==", "identifierGuid": "cf1f9edb-51c0-45ca-be08-f3125e5f0014", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-08-02T23:23:51.3791476", "deleted": true }, "details": [ { "$id": "81", "saleItemID": 1, "identifier": "tZwlQ9V7F0KLhML8Q7ItCQ==", "identifierGuid": "43259cb5-7bd5-4217-8b84-c2fc43b22d09", "saleHeaderID": 2, "plu": 1, "pluG_UId": "yn71xk7wVUOnZf7pcXKeZw==", "pluGuid": "c6f57eca-f04e-4355-a765-fee971729e67", "accountID": "h6kO5WhTUUuyPuR2lDx42w==", "accountIDGuid": "e50ea987-5368-4b51-b23e-e476943c78db", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-08-02T23:23:51.3791476", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "iPAaHNcNs0uQFFxZQ9xJnQ==", "refundGuid": "1c1af088-0dd7-4bb3-9014-5c5943dc499d", "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": "fREXGXMjHU2ofjyT2bbxpA==", "idempotentVoidGuid": "1917117d-2373-4d1d-a87e-3c93d9b6f1a4", "priceLevelIdentifier": "SAY9/qrpwUqizSi+889Juw==", "priceLevelIdentifierGuid": "fe3d0648-e9aa-4ac1-a2cd-28bef3cf49bb", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "82", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:23:51.3791476", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "82" } ], "refund": { "$id": "83", "id": 1, "g_UID": "ZG/4yJSZi0mwk8Yl5tAJ/A==", "guid": "c8f86f64-9994-498b-b093-c625e6d009fc", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:23:51.3791476" }, "modifier": { "$id": "84", "id": 1, "setG_UID": "NhrJDcUQO0qYGr4dNmzqyQ==", "modifierSetGuid": "0dc91a36-10c5-4a3b-981a-be1d366ceac9", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "BT2pTDrb4kSmcLcqP1l6DQ==", "pluGuid": "4ca93d05-db3a-44e2-a670-b72a3f597a0d", "deleted": true, "g_UID": "VVOo4Q6+Iki8dotZS+3Ghw==", "guid": "e1a85355-be0e-4822-bc76-8b594bedc687", "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": "guakxTpZ8E2RA60SUsyXCg==", "pluGuid": "c5a4e682-593a-4df0-9103-ad1252cc970a", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-08-02T23:23:51.3791476", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-08-02T23:23:51.3791476", "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": "S5cBpq6kuk6+Lhmk/eCMlw==", "pluGuid": "a601974b-a4ae-4eba-be2e-19a4fde08c97", "accountID": "iwmlUI1yjEOH59dw4axz3Q==", "accountIDGuid": "50a5098b-728d-438c-87e7-d770e1ac73dd", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-08-02T23:23:51.3791476", "bestOrExpireType": 1, "refundG_UID": "+HyKFTtWoUOW7ck2huwg4Q==", "refundGuid": "158a7cf8-563b-43a1-96ed-c93686ec20e1", "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": "WUGQG/HSS0uvUfHdzK3S4w==", "identifierGuid": "1b904159-d2f1-4b4b-af51-f1ddccadd2e3", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "1ocHa7Fz00SYcTnzsLW9yg==", "customerIdentifierGuid": "6b0787d6-73b1-44d3-9871-39f3b0b5bdca", "operatorNo": 1, "operatorG_UID": "cfFS42rXiEaSPgfHWTlqqw==", "operatorGuid": "e352f171-d76a-4688-923e-07c759396aab", "created": "2025-08-02T23:23:51.3791476", "ordered": "2025-08-02T23:23:51.3791476", "started": "2025-08-02T23:23:51.3791476", "completed": "2025-08-02T23:23:51.3791476", "supplied": "2025-08-02T23:23:51.3791476", "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": "p63SccWFb0WVYJ8kch53pw==", "pluGuid": "71d2ada7-85c5-456f-9560-9f24721e77a7", "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": "IXI9EgOV6EOfB4EkbqpqEA==", "headerIdentifierGuid": "123d7221-9503-43e8-9f07-81246eaa6a10", "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": "vjBgwduhs0+x890Cekhfyg==", "surveyGuid": "c16030be-a1db-4fb3-b1f3-dd027a485fca", "saleHeaderGuid": "uHp3Bx+HYkanem8XvBhiDw==", "saleGuid": "07777ab8-871f-4662-a77a-6f17bc18620f", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "2qcRhcZlb0eUed6zhcW2Wg==", "guidResponse": "8511a7da-65c6-476f-9479-deb385c5b65a", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:23:51.3791476", "sale": { "$ref": "79" }, "survey": { "$id": "93", "g_UID": "NdI2yriyxECPpIn4cODG6g==", "guid": "ca36d235-b2b8-40c4-8fa4-89f870e0c6ea", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "nEAw/2OEt02Y+kebrvo/WQ==", "checkoutFormGuid": "ff30409c-8463-4db7-98fa-479baefa3f59", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:23:51.3791476", "end": "2025-08-02T23:23:51.3791476", "deleted": true, "updated": "2025-08-02T23:23:51.3791476", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "5cbb47d1-dd60-4b3e-ab29-027b4fdd47e5", "9ad716ac-99db-4524-8611-f1fd48ae38e3" ], "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": "Oo0g8pmPvEa5NNJgL6JzoA==", "accountIdentifier": "f2208d3a-8f99-46bc-b934-d2602fa273a0", "accountName": "sample string 42", "customerOrderIdentifier": "cQ8WiVyFm0CspC3jechm+w==", "customerOrderIdentifierGuid": "89160f71-855c-409b-aca4-2de379c866fb", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "94", "id": 1, "paymentID": 2, "paymentIdentifier": "8WAh1EF00EGvCFrjlyknPw==", "paymentIdentifierGuid": "d42160f1-7441-41d0-af08-5ae39729273f", "identifier": "DxDR+oms5UyayonvqxDhaw==", "identifierGuid": "fad1100f-ac89-4ce5-9aca-89efab10e16b", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "Tm4KwbU+l0WCBi/y0y2Ewg==", "itemIdentifierGuid": "c10a6e4e-3eb5-4597-8206-2ff2d32d84c2" } }, { "$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": "JszJp4EBLk+Yxk3cxOZEMA==", "customerIdentifierGuid": "a7c9cc26-0181-4f2e-98c6-4ddcc4e64430", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "Osyug9IRKk23vLGORDJPqQ==", "idempotentGuid": "83aecc3a-11d2-4d2a-b7bc-b18e44324fa9", "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-08-02T23:23:51.3791476", "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-08-02T23:23:51.3791476", "labelPageLayout": "z2SuImf8pkOjM3ZZ1nW8YQ==", "pageLayoutGuid": "22ae64cf-fc67-43a6-a333-7659d675bc61", "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-08-02T23:23:51.3791476" }, { "$ref": "99" } ] }, "customerVouchers": [ { "$id": "100", "id": 1, "customerIdentifier": "ntrsVf61ukub/TmSpy/s1w==", "customerIdentifierGuid": "55ecda9e-b5fe-4bba-9bfd-3992a72fecd7", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:23:51.3791476", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "M+azRcqdP0OC0qol87oRlQ==", "issuedIdempotentGuid": "45b3e633-9dca-433f-82d2-aa25f3ba1195", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:23:51.3791476", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:23:51.3791476", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "j7c2AHwatk6BtwaVUs1RhQ==", "redeemedIdempotentGuid": "0036b78f-1a7c-4eb6-81b7-069552cd5185", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:23:51.3791476", "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": "wIgGZACTQ0GuQVg2HljW7A==", "groupIDGuid": "640688c0-9300-4143-ae41-58361e58d6ec", "campaign": { "$ref": "1" }, "group": { "$ref": "76" } }, { "$ref": "101" } ], "signIqTickets": [ { "$id": "102", "identifier": "5xv4AsZoV06MhreZhojT+g==", "identifierGuid": "02f81be7-68c6-4e57-8c86-b7998688d3fa", "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": "/+fjXpgAgEKL9Q1gM2QzZw==", "guid": "5ee3e7ff-0098-4280-8bf5-0d6033643367", "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": "b13rj4DX6UO7JsxeVm8Q5w==", "groupGuid": "8feb5d6f-d780-43e9-bb26-cc5e566f10e7", "comboPriceType": 5, "priceType": 5, "pluG_UID": "NHZ+nfRRA0WsIIPkeZR/gQ==", "pluGuid": "9d7e7634-51f4-4503-ac20-83e479947f81", "priceGroupG_UID": "8hTsOduzK0aaKV5O0XCMqg==", "priceGroupGuid": "39ec14f2-b3db-462b-9a29-5e4ed1708caa", "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": "WqAMiZrSQEKQQGklaWD71w==", "priceLevelIdentifierGuid": "890ca05a-d29a-4240-9040-69256960fbd7", "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 ��[���F� 5 xl/workbook.xml � (� ���� ��M��(��D�����C�[\*Q� �}�*F��zۙ��v��|�t�#��P���1cA�h ܀v�)� �I�sJi���o�6�S�q汇�� �]h������"F�/(��j�#D��ǐ�d�ug��%�~S"������%�!%ɹ5%=R�= w��3�y��d�n� &����PK ��[���� � [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 ��[.��K' ' _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="Rcb5df038caa84746" /></Relationships>PK ��[s�� 2% xl/worksheets/sheet1.xml � (� �Z�R�:��Lޏ#i��:N���R���[��)!LJ?�(!��},;���--��%3��;y��)f���i��3��O�ӻ�ӯ���������:���?Ţ��O�w����b��n0��>��<�>O~�~:����ٯ���~|[�Oo_&��b ӃY�8Z�G�����[�6��ϳbt������d4~���܍}���{��~���w�!�{����۸x�W>��K�w:�����n��V�A>\=�bֻ+�G/�����q1����,�U���q��ڛ����{���������n�e\2-<��e��Nn�~�C�[�X�u���M،9��(����r�.�ە�u�ڔs��$��ikM�^��uYo2ǔi�Z��z��7e=ϴ/��4���z����z!3�x��`�Z��ݺ�U�3�) ����������7B�յ[�x�C��jN0+�fर&5� >��!�ˮ����lɄ�� ^�A|��>�q�g��©T� ?^џ�8g� _n��D� @n��� ��ϣMt���'J�qȌ�By�p�|K��ͱ���A{�}vО�����qǕ�����#�EE�*�R2e��:t ��A�k{ �tFs�!�!hP��퉚��J)��a2��A{��� hؖ'�����A�=!2 RK��K�?l���ģ��M���Ԡ`���˝��qH�!hTUAJ�_��07.�!hJ ��|�r�ӥ:��A�jP;�<�E�C�"�-�A�PJ���im�1��q �$e�(�A��"E�-��pk@�D�� E)�\�R��u��+��ـ{'�z��T� AYJPB&��0��': J]�`��/���D ʠ@Y*�x�U~ >F�4 �R��o��./�^H����� d�����\)��O� AUJ�����g�O�L]ǃU�Dk2�O`�%hPA��T��L�L�&2��BU��2i!����3ԨJ5����P��&���V/l���hog6}��Vþ��S�?�W�y��m�_�챝��e�1����#D�#��8���8���8���8���8����#\�`���� VO ���� ^� "��� f�D�%A�^D�5A�~%Ԇ��F@�7���� v��O��� DoN�P ~sʈ����@�Q�v�qN�9aI@,�)ќ��3aL�<��3aM�<��3aN�y&�)1τ=%���<��g¡�LXTb� �J�3aR�y&\*1τM��B< �*���*y� ޤ�(SX���tV���>��ah��Ӑ�����=JC�Ӑ�4�cY��cRY����%�1�_Q7�9m�次�y��E�ؗ��ˆ����놱��ȋ���rC@�[�����W֖��&/����S�§�~�~���GM&,�1�����������2��D�9mA�Y�y�.�y�@k2d~�bBW�C0���D$��q"V�xфW ND¬��p����I`�t�9�A� L�Q�d�2Y�!Y�c8Y!�T��i���J@p��!�i�IO��R�ڜ�os���a�a�K��e��U��u��W�t���}�! 8Y N�%km)Q�6,4��2W���t�v�5-��\��&JV%km"Q��dmA�Y�y�.�yE��D�e� ]����D�J`�d%0Q�Ƙ8Y L��&JV%+������dT~��P����t�(f��3o� j�?PK ��[7!t� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞� I�VM�a�m��x�DM��v=�����ĂMW��==i���c�}�Fv&�kZ�3�Z5���S� l7�=�2� ��gq�����{����L&v�u�1u�%eG���.e�-�.3��h���,�&2�0���{� � ]G�����אg� l�Z�S����e��������e$����'2XU�Zb!t���2�t�����N��r���*�-D�u�_������PK ��[Ѓ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 ��[`{N�� � xl/sharedStrings.xml � (� �Vmo�0�+V�'��6� �C*mW@�PM�c_��c�ء�~��:� �&�����sI��%�h �bR�zP�")��7�]�)��\ �y(���JidB��yK�W��P�%�Xr� ��R��c��*L�@�<<���a������=/j{(�)�����`���P��a��j�j��m��)�lW9���!(���6M[�K��(SUi�3a�VZj��>t+x�Fk�s�� 4���s�q� ��0[DW3+Vv~�M5��>r��n� k _l�=�<��XY� �U�D �t"��ְ���A �]Ƅ��提��Ś�=8�C��|�c��r,4Ӆ5V����a,��Q�P�}��h��<_Q��L��`Y�u#5Kй&��L��-UH�j������W����س�Kt��+��ы¢�4u���898�0�h� ��;�m�@fߕ�ڙ��y������ ��-��cR��Բ���9w��J����C�U&�Mir��f�<��Ce�j �� ��5إR��ڎ���~��"~h�G�F��V+�D�1����|q���i :˭�y�;��O��z����U��E����>Gq�I��Y�o�[M���5��4(�4 i�%l}�[�n H�zW�0o1�fJ��?l<�B7ά��:|Z��_l�^@L��*M�V*�Q�)ٍ�N@������HQ��ٽM�H����r����N���E�PK- ��[���F� 5 xl/workbook.xmlPK- ��[���� � � [Content_Types].xmlPK- ��[.��K' ' U _rels/.relsPK- ��[s�� 2% � xl/worksheets/sheet1.xmlPK- ��[7!t� P � xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E ! xl/styles.xmlPK- ��[`{N�� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ��[�Z� 5 xl/workbook.xml � (� ����0��J}�(�@�B��ҵCwL� ?JR��o�[7�����E۩�z"9+Wښ�ޛ�1�G��.ڠ �A[ >H�bz�V�D��5Irfq/�r�0�n�X�X�ލ�^�J�P�9���fO���2{��$l��Ta�ETD�Ě����������R��Q�Y�aZ`z��Ӄ}�*��n�PK ��[���� � [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 ��[�/4' ' _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="Rd74f1674ae114e62" /></Relationships>PK ��[s�� 2% xl/worksheets/sheet1.xml � (� �Z�R�:��Lޏ#i��:N���R���[��)!LJ?�(!��},;���--��%3��;y��)f���i��3��O�ӻ�ӯ���������:���?Ţ��O�w����b��n0��>��<�>O~�~:����ٯ���~|[�Oo_&��b ӃY�8Z�G�����[�6��ϳbt������d4~���܍}���{��~���w�!�{����۸x�W>��K�w:�����n��V�A>\=�bֻ+�G/�����q1����,�U���q��ڛ����{���������n�e\2-<��e��Nn�~�C�[�X�u���M،9��(����r�.�ە�u�ڔs��$��ikM�^��uYo2ǔi�Z��z��7e=ϴ/��4���z����z!3�x��`�Z��ݺ�U�3�) ����������7B�յ[�x�C��jN0+�fर&5� >��!�ˮ����lɄ�� ^�A|��>�q�g��©T� ?^џ�8g� _n��D� @n��� ��ϣMt���'J�qȌ�By�p�|K��ͱ���A{�}vО�����qǕ�����#�EE�*�R2e��:t ��A�k{ �tFs�!�!hP��퉚��J)��a2��A{��� hؖ'�����A�=!2 RK��K�?l���ģ��M���Ԡ`���˝��qH�!hTUAJ�_��07.�!hJ ��|�r�ӥ:��A�jP;�<�E�C�"�-�A�PJ���im�1��q �$e�(�A��"E�-��pk@�D�� E)�\�R��u��+��ـ{'�z��T� AYJPB&��0��': J]�`��/���D ʠ@Y*�x�U~ >F�4 �R��o��./�^H����� d�����\)��O� AUJ�����g�O�L]ǃU�Dk2�O`�%hPA��T��L�L�&2��BU��2i!����3ԨJ5����P��&���V/l���hog6}��Vþ��S�?�W�y��m�_�챝��e�1����#D�#��8���8���8���8���8����#\�`���� VO ���� ^� "��� f�D�%A�^D�5A�~%Ԇ��F@�7���� v��O��� DoN�P ~sʈ����@�Q�v�qN�9aI@,�)ќ��3aL�<��3aM�<��3aN�y&�)1τ=%���<��g¡�LXTb� �J�3aR�y&\*1τM��B< �*���*y� ޤ�(SX���tV���>��ah��Ӑ�����=JC�Ӑ�4�cY��cRY����%�1�_Q7�9m�次�y��E�ؗ��ˆ����놱��ȋ���rC@�[�����W֖��&/����S�§�~�~���GM&,�1�����������2��D�9mA�Y�y�.�y�@k2d~�bBW�C0���D$��q"V�xфW ND¬��p����I`�t�9�A� L�Q�d�2Y�!Y�c8Y!�T��i���J@p��!�i�IO��R�ڜ�os���a�a�K��e��U��u��W�t���}�! 8Y N�%km)Q�6,4��2W���t�v�5-��\��&JV%km"Q��dmA�Y�y�.�yE��D�e� ]����D�J`�d%0Q�Ƙ8Y L��&JV%+������dT~��P����t�(f��3o� j�?PK ��[d�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_cv�(N6�d�����9[=R�P�J�-u�MVh���������4�W�a����@�(��k��C ��z����F�HzbB}�nEiP=N2d֡Im�$c*}G�T'�!-�~%���C�Z ��:Oh�`z��z�� }����(����D�k��"�Y�LȣB��u����]�d��\���9eU�U��ۗ�Ӧ�N�x1']=E��2���F�b�PK ��[Ѓ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 ��[`{N�� � xl/sharedStrings.xml � (� �Vmo�0�+V�'��6� �C*mW@�PM�c_��c�ء�~��:� �&�����sI��%�h �bR�zP�")��7�]�)��\ �y(���JidB��yK�W��P�%�Xr� ��R��c��*L�@�<<���a������=/j{(�)�����`���P��a��j�j��m��)�lW9���!(���6M[�K��(SUi�3a�VZj��>t+x�Fk�s�� 4���s�q� ��0[DW3+Vv~�M5��>r��n� k _l�=�<��XY� �U�D �t"��ְ���A �]Ƅ��提��Ś�=8�C��|�c��r,4Ӆ5V����a,��Q�P�}��h��<_Q��L��`Y�u#5Kй&��L��-UH�j������W����س�Kt��+��ы¢�4u���898�0�h� ��;�m�@fߕ�ڙ��y������ ��-��cR��Բ���9w��J����C�U&�Mir��f�<��Ce�j �� ��5إR��ڎ���~��"~h�G�F��V+�D�1����|q���i :˭�y�;��O��z����U��E����>Gq�I��Y�o�[M���5��4(�4 i�%l}�[�n H�zW�0o1�fJ��?l<�B7ά��:|Z��_l�^@L��*M�V*�Q�)ٍ�N@������HQ��ٽM�H����r����N���E�PK- ��[�Z� 5 xl/workbook.xmlPK- ��[���� � � [Content_Types].xmlPK- ��[�/4' ' T _rels/.relsPK- ��[s�� 2% � xl/worksheets/sheet1.xmlPK- ��[d�� P � xl/_rels/workbook.xml.relsPK- ��[Ѓc'2 E xl/styles.xmlPK- ��[`{N�� � � xl/sharedStrings.xmlPK � �