POST api/campaigns
Create or update campaign
Request Information
URI Parameters
None.
Body Parameters
Campaign data to save
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. |
Request Formats
application/json, text/json
{ "id": 1, "storeID": 2, "name": "9afde32b-7f6b-4e5b-a0e8-bd645edcd630", "nameGuid": "9afde32b-7f6b-4e5b-a0e8-bd645edcd630", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T06:53:31.9030097", "startTime": 1, "endDate": "2025-06-14T06:53:31.9030097", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-06-14T06:53:31.9030097", "system": true, "created": "2025-06-14T06:53:31.9030097", "updated": "2025-06-14T06:53:31.9030097", "priceChangeNotifiedUtc": "2025-06-14T06:53:31.9030097", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "AKsVqVTFgkCMV4+a8PSumA==", "hostIdentifierGuid": "a915ab00-c554-4082-8c57-8f9af0f4ae98", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T06:53:31.9030097", "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": "+8aXozxSA0KscJs6GCy82A==", "pluGuid": "a397c6fb-523c-4203-ac70-9b3a182cbcd8", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "BhWeADlW4EuwBF8/+VjFrQ==", "dealCostGuid": "009e1506-5639-4be0-b004-5f3ff958c5ad", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "PtuvBT54nU2m56A2EaYtvw==", "priceGroupGuid": "05afdb3e-783e-4d9d-a6e7-a03611a62dbf", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T06:53:31.9030097", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "u7ZXPQ5p/0OML/7GWCBAzw==", "campaignComboPriceGroupIdentifier": "3d57b6bb-690e-43ff-8c2f-fec6582040cf", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "3", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T06:53:31.9030097", "operatorG_UID": "BPIGKrlzYEOwKZYxkZSoVg==", "operatorGuid": "2a06f204-73b9-4360-b029-96319194a856", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T06:53:31.9030097", "signIqTicketFileMovedUtc": "2025-06-14T06:53:31.9030097", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T06:53:31.9030097", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$id": "4", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "PeFAs/peQk2pqIEv1tu8wA==", "guid": "b340e13d-5efa-4d42-a9a8-812fd6dbbcc0", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "zLWHsQp/rEyOY1fEgK0aEQ==", "priceGroupGuid": "b187b5cc-7f0a-4cac-8e63-57c480ad1a11", "blueprintID": 1, "lastCountedDate": "2025-06-14T06:53:31.9030097", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T06:53:31.9030097", "pluCreated": "2025-06-14T06:53:31.9030097", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-06-14T06:53:31.9030097", "lastManualUpdate": "2025-06-14T06:53:31.9030097", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-06-14T06:53:31.9030097", "currentCostUpdated": "2025-06-14T06:53:31.9030097", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T06:53:31.9030097", "defaultGP": 1, "breakTargetMode": 32, "break1": 1, "price1": 1, "target1": 33, "break2": 1, "price2": 1, "target2": 34, "break3": 1, "price3": 1, "target3": 35, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-06-14T06:53:31.9030097", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "sjPVbXlEIEq3I0B37ZQAgg==", "altPLUGuid": "6dd533b2-4479-4a20-b723-4077ed940082", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 53", "altPriceDescription2": "sample string 54", "cartonQuantity": 55, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 57", "text2": "sample string 58", "text3": "sample string 59", "labelText": "sample string 60", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 64", "barcodeFormat": "sample string 65", "austMade": 1, "coolCode": 66, "countryOfOrigin": "sample string 67", "percentContent": 68.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 69", "subDeptCode": "sample string 70", "minorDeptCode": "sample string 71", "lesserDeptCode": "sample string 72", "deptName": "sample string 73", "subDeptName": "sample string 74", "minorDeptName": "sample string 75", "lesserDeptName": "sample string 76", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 79, "labelShelfChanged": true, "labelTalkerQty": 81, "labelSmall": true, "labelLastPrinted": "2025-06-14T06:53:31.9030097", "labelLastPrice": 1, "shelfPageLayoutG_UID": "3iOZf9H+JU69hCzB5sefJQ==", "shelfPageLayoutGuid": "7f9923de-fed1-4e25-bd84-2cc1e6c79f25", "talkerPageLayoutG_UID": "40gVYcuEdUW62PsLQnEcKw==", "talkerPageLayoutGuid": "611548e3-84cb-4575-bad8-fb0b42711c2b", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 84, "unitMeasureKindChanged": true, "signIQData": "sample string 86", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 90, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 93, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "8vwu10zWUUGXZ4n61OG2GA==", "inventoryIdentifier": "d72efcf2-d64c-4151-9767-89fad4e1b618", "inventoryAccuracy": 1, "baseUnits": 97, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 98, "defaultPrinter": "sample string 99", "defaultPrinterGroup": "sample string 100", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 101, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "fBYQqLlL7kWh6ueuN7fceA==", "parentPluGuid": "a810167c-4bb9-45ee-a1ea-e7ae37b7dc78", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "2pRpf0vp70qG1iJU/tosLA==", "supplierIdentifierGuid": "7f6994da-e94b-4aef-86d6-2254feda2c2c", "supplierChanged": true, "rebateSupplierIdentifier": "M5Ay0c6MfkCXXF4TTR/sYw==", "rebateSupplierIdentifierGuid": "d1329033-8cce-407e-975c-5e134d1fec63", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 107", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 109", "productType": "sample string 110", "productGroup": "sample string 111", "complianceIndicator": "sample string 112", "inhouseBrand": "sample string 113", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 116", "lastUpdatedByUser": "sample string 117", "lastManualUpdatedByUser": "sample string 118", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-06-14T06:53:31.9030097", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "11Y2VpyIL0ypZnpL53EYDg==", "hostIdentifierGuid": "563656d7-889c-4c2f-a966-7a4be771180e", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 124", "aisleEnds": "sample string 125", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 136, "webPriceRounding": true, "webMarkup": 138, "webPriceMode": 139, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 140", "altSubDeptCode": "sample string 141", "altMinorDeptCode": "sample string 142", "altLesserDeptCode": "sample string 143", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "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-06-14T06:53:31.9030097", "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": "MlOCZodfJUeNCHHE2maXmw==", "hostIdentifierGuid": "66825332-5f87-4725-8d08-71c4da66979b", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-06-14T06:53:31.9030097", "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": "0lBOJoTRb0qmhypXFP/ZMQ==", "hostIdentifierGuid": "264e50d2-d184-4a6f-a687-2a5714ffd931", "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": "TxBybLLrs06HBYddCDHMTw==", "identifierGuid": "6c72104f-ebb2-4eb3-8705-875d0831cc4f", "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": "613+nfEeokibvwGcL9DVyg==", "hostSupplierIdentifierGuid": "9dfe5deb-1ef1-48a2-9bbf-019c2fd0d5ca", "loyaltyPriceLevelIdentifier": "UQwiot7FtEeiq07UNIMw7g==", "loyaltyPriceLevelIdentifierGuid": "a2220c51-c5de-47b4-a2ab-4ed4348330ee", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-06-14T06:53:31.9030097", "lastProcessed": "2025-06-14T06:53:31.9030097", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "9", "identifier": "axxDE0VPv0eM+Wx8haYacg==", "identifierGuid": "13431c6b-4f45-47bf-8cf9-6c7c85a61a72", "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": "bIsQeXNXJEmffNjpm/f6GA==", "primaryContactID": "79108b6c-5773-4924-9f7c-d8e99bf7fa18", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "oJ60Aa9pEEG7SY4TEpsQsQ==", "supplierGroupGuid": "01b49ea0-69af-4110-bb49-8e13129b10b1", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T06:53:31.9030097", "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": "474951a1-4b4a-4882-8894-05cc8a53bf44", "identifier": "c6XOtoISLUiJWSaUactlow==", "identifierGuid": "b6cea573-1282-482d-8959-269469cb65a3", "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": "j29dRdlh+k+7MKBA0Qg2dA==", "supplierIdentifierGuid": "455d6f8f-61d9-4ffa-bb30-a040d1083674", "contactGuid": "gQsTMKNva0GRFZ9ObO0UMQ==", "contactID": "30130b81-6fa3-416b-9115-9f4e6ced1431", "contact": { "$ref": "10" }, "supplier": { "$ref": "9" } }, { "$ref": "11" } ], "products": [ { "$id": "12", "pluG_UID": "8R79WY1veEir6qdl3AgTTg==", "pluGuid": "59fd1ef1-6f8d-4878-abea-a765dc08134e", "supplierIdentifier": "Oo6OCafo8kKajoWnuEj56Q==", "supplierIdentifierGuid": "098e8e3a-e8a7-42f2-9a8e-85a7b848f9e9", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T06:53:31.9030097", "pricedByWeight": true, "landedUnitCostEx": 8, "landedUnitCostInc": 9, "landedCartonCostInc": 10, "landedCartonCostEx": 11, "standardCost": 12, "deliveryFee": 1, "deliveryFeeBasis": "sample string 13", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 14", "financeFee": 1, "financeFeeBasis": "sample string 15", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 16", "invoiceCode": "sample string 17", "invoiceDesc": "sample string 18", "orderDirect": true, "useCost": true, "minimumQuantity": 19, "hostType": 20, "fromHost": 21, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 22.1, "sellMultiple": 23.1, "baseMultiple": 24.1, "hostStandardCost": 25, "hostTotalCost": 26, "hostRetail": 27, "hostLandedUnitCostEx": 28, "hostLandedUnitCostInc": 29, "hostDesc": "sample string 30", "directIndicator": "sample string 31", "availableToOrder": true, "hostRangeIndicator": "sample string 33", "hostProductType": "sample string 34", "hostProductGrade": "sample string 35", "hostProductGroup": "sample string 36", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 39", "hostLastUpdated": "2025-06-14T06:53:31.9030097", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "13", "pluG_UID": "jK0k1vLFo0yRF9So7rhkLw==", "pluGuid": "d624ad8c-c5f2-4ca3-9117-d4a8eeb8642f", "supplierIdentifier": "c33B0K2cckuFO90QWY+Srg==", "supplierIdentifierGuid": "d0c17d73-9cad-4b72-853b-dd10598f92ae", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "13" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 40", "salesMode": 41, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 43, "parentPluG_UID": "ezpgshIiL0SMiS642qrDVw==", "parentPluGuid": "b2603a7b-2212-442f-8c89-2eb8daaac357", "freight": 44.0, "freightType": 1, "product": { "$ref": "4" }, "supplier": { "$ref": "9" }, "serviceFee": { "$id": "14", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "12" } ], "orderCycleHeaders": [ { "$id": "15", "storeID": 1, "supplierIdentifier": "WrwMrEYh8keP/Io3bHH6Pw==", "supplierGuid": "ac0cbc5a-2146-47f2-8ffc-8a376c71fa3f", "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": "5Ubo5t2ZukS6gpP1hs6E1Q==", "supplierGuid": "e6e846e5-99dd-44ba-ba82-93f586ce84d5", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-06-14T06:53:31.9030097", "deliveryDate": "2025-06-14T06:53:31.9030097", "nextCutOffDate": "2025-06-14T06:53:31.9030097", "nextDeliveryDate": "2025-06-14T06:53:31.9030097", "nextDaysBuffer": 10 }, { "$ref": "16" } ], "store": { "$ref": "5" }, "updated": "2025-06-14T06:53:31.9030097", "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-06-14T06:53:31.9030097", "processed": "2025-06-14T06:53:31.9030097", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T06:53:31.9030097", "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-06-14T06:53:31.9030097", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "17" } ], "zoneMatrix": [ { "$id": "19", "id": 1, "hostIdentifier": "SY7v+9mA9EGs/DXQJ3vA6g==", "hostIdentifierGuid": "fbef8e49-80d9-41f4-acfc-35d0277bc0ea", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "25251e2a-7337-4cc8-b67f-6d243d958457", "87aaa86f-9013-4e4f-98c4-46c02fe37e2f" ] }, { "$ref": "19" } ], "hostFileStoreSetting": { "$ref": "7" }, "hostStoreSettings": [ { "$ref": "7" }, { "$ref": "7" } ], "promotionPlacements": [ { "$id": "20", "identifier": "up+Obuvk8ky/o7fyjAyk+Q==", "identifierGuid": "6e8e9fba-e4eb-4cf2-bfa3-b7f28c0ca4f9", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "20" } ], "promoTypeGuids": [ "140b2ea1-e2f5-4b33-a307-ac1cd9cd8f84", "39e5a2af-3fc9-483f-b17b-80441090f9dc" ], "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-06-14T06:53:31.9030097", "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": "4502d497-a34b-4f50-9433-f89fe361ad47", "updateStore": { "$id": "26", "id": "a7bb24e7-7c32-4cf2-80fd-3838996b2ff4", "name": "sample string 1", "lastActivity": "2025-06-14T06:53:31.9030097", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-06-14T06:53:31.9030097" }, "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": "SvgfPC1qtEGgoTUrRtRZ9w==", "pluGuid": "3c1ff84a-6a2d-41b4-a0a1-352b46d459f7", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-06-14T06:53:31.9030097" }, { "$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-06-14T06:53:31.9030097", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "30" }, "winningCampaign": 1, "winner": { "$id": "31", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T06:53:31.9030097", "startTime": 3, "endDate": "2025-06-14T06:53:31.9030097", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "1Cm7vsIYAkimycaMaFQ3Nw==", "hostIdentifierGuid": "bebb29d4-18c2-4802-a6c9-c68c68543737", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "31" }, { "$ref": "31" } ] }, "tray": { "$id": "32", "g_UId": "NlVMuiCOS02rYaQ1LJXH7w==", "guid": "ba4c5536-8e20-4d4b-ab61-a4352c95c7ef", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "33", "priceGroupG_UID": "/VqaCSc53kKXPvanhp+sPQ==", "priceGroupGuid": "099a5afd-3927-42de-973e-f6a7869fac3d", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T06:53:31.9030097", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "4" }, { "$ref": "4" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "34", "pluG_UID": "9Ys7AarlX0iUKKDkiMwwRw==", "pluGuid": "013b8bf5-e5aa-485f-9428-a0e488cc3047", "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": "e79bcd2a-dd0d-4a96-b962-62627d987a44", "created": "2025-06-14T06:53:31.9186563", "createdByUser": "sample string 1", "activated": "2025-06-14T06:53:31.9186563", "deactivated": "2025-06-14T06:53:31.9186563", "lastOrdered": "2025-06-14T06:53:31.9186563", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T06:53:31.9186563", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T06:53:31.9186563", "lastSold": "2025-06-14T06:53:31.9186563", "firstSold": "2025-06-14T06:53:31.9186563", "awsUpdated": "2025-06-14T06:53:31.9186563", "lastManualUpdate": "2025-06-14T06:53:31.9186563", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T06:53:31.9186563", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T06:53:31.9186563", "doNotRangeUpdated": "2025-06-14T06:53:31.9186563", "doNotOrderUpdated": "2025-06-14T06:53:31.9186563", "tracked": "2025-06-14T06:53:31.9186563" }, "allergens": [ { "$id": "36", "allergenID": 1, "pluG_UID": "ZoRvyf2QhUiBRqLeMgSIOg==", "pluGuid": "c96f8466-90fd-4885-8146-a2de3204883a", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "36" } ], "costs": { "$id": "37", "pluG_UID": "kp5J8ZMflk++EufFqoT+DA==", "pluGuid": "f1499e92-1f93-4f96-be12-e7c5aa84fe0c", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T06:53:31.9186563", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "38", "saleHeaderID": 1, "created": "2025-06-14T06:53:31.9186563", "createdLocal": "2025-06-14T06:53:31.9186563", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "TnfVrCNKsEOKpRAlYW4CXQ==", "operatorGuid": "acd5774e-4a23-43b0-8aa5-1025616e025d", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "rapW/ZHLnk+zc4LKFOiJ9g==", "pluGuid": "fd56aaad-cb91-4f9e-b373-82ca14e889f6", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "39", "id": 1, "g_Uid": "7zCOnyeVmkGSKD/6+/2jSA==", "guid": "9f8e30ef-9527-419a-9228-3ffafbfda348", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-06-14T06:53:31.9186563", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T06:53:31.9186563", "endShift": "2025-06-14T06:53:31.9186563", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "40", "operatorG_UID": "zDmSKpKwKUWvSrqqG0fVxQ==", "operatorGuid": "2a9239cc-b092-4529-af4a-baaa1b47d5c5", "storeID": 2, "operator": { "$ref": "39" }, "store": { "$ref": "5" } }, { "$ref": "40" } ] } }, { "$ref": "38" } ], "apns": [ { "$id": "41", "pluID": 1, "pluG_UID": "MDoVQgLUt0yKtk2rK7pokA==", "pluGuid": "42153a30-d402-4cb7-8ab6-4dab2bba6890", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "41" } ], "tuns": [ { "$id": "42", "pluG_UId": "T6LtwUTueUe+wK1CisfTQw==", "pluGuid": "c1eda24f-ee44-4779-bec0-ad428ac7d343", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "4" }, "storeIDs": [ 1, 2 ] }, { "$ref": "42" } ], "competitionPricing": [ { "$id": "43", "identifier": "aBgry877LU6xvftfij2owQ==", "identifierGuid": "cb2b1868-fbce-4e2d-b1bd-fb5f8a3da8c1", "pluG_UID": "JIKB4U/7FU6uHv8ZhhRicw==", "pluGuid": "e1818224-fb4f-4e15-ae1e-ff1986146273", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "43" } ], "supplier": { "$ref": "9" }, "supplierName": "sample string 146", "children": [ { "$ref": "4" }, { "$ref": "4" } ], "ordering": { "$ref": "12" }, "flipChartPages": [ { "$id": "44", "identifier": "G1k5qB6TI0GlWi0w8ohzyA==", "groupName": "sample string 1", "identifierGuid": "a839591b-931e-4123-a55a-2d30f28873c8", "exists": true, "flipChartIdentifier": "RK48rHHM60CyRz+8aIlGvQ==", "flipChartIdentifierGuid": "ac3cae44-cc71-40eb-b247-3fbc688946bd", "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": "fd6GQetaUEi5pkWxYJDG9g==", "groupIdentifierGuid": "4186de7d-5aeb-4850-b9a6-45b16090c6f6", "flipChart": { "$id": "45", "identifier": "HzGYOlSRSUahZCA2xUoamg==", "identifierGuid": "3a98311f-9154-4649-a164-2036c54a1a9a", "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": "V0lfw4fIlka5xWj6m8DTWw==", "identifierGuid": "c35f4957-c887-4696-b9c5-68fa9bc0d35b", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "47", "id": 1, "g_UID": "j/AQXj0poUWLcfCuVS3gXw==", "guid": "5e10f08f-293d-45a1-8b71-f0ae552de05f", "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": "I+sI7y4/3E2F9SE76m76Jw==", "previousFormGuid": "ef08eb23-3f2e-4ddc-85f5-213bea6efa27", "nextForm": 1, "nextFormG_UID": "OAdV0xTUPkOB5mRTLAu2Fw==", "nextFormGuid": "d3550738-d414-433e-81e6-64532c0bb617", "attributes": "sample string 10", "updated": "2025-06-14T06:53:31.9186563", "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": "/nTcS2B+Zk+GfUoc0whtqw==", "checkoutFormGuid": "4bdc74fe-7e60-4f66-867d-4a1cd3086dab", "identifier": "mUCOApPxU067nWtlpbRkzQ==", "identifierGuid": "028e4099-f193-4e53-bb9d-6b65a5b464cd", "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": "Vo6vZY6+cE+QOD2nzo3/LQ==", "valueGuid": "65af8e56-be8e-4f70-9038-3da7ce8dff2d", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T06:53:31.9186563", "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-06-14T06:53:31.9186563", "imageData": "QEA=", "readOnly": true } }, { "$ref": "48" } ], "panels": [ { "$id": "50", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "SVjXgjEV7kyLK7NnyvVX1A==", "checkoutFormGuid": "82d75849-1531-4cee-8b2b-b367caf557d4", "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": "v7edXvsTsU2KfhvIenNghA==", "flipChartPageIdentifierGuid": "5e9db7bf-13fb-4db1-8a7e-1bc87a736084", "pluG_UID": "uljw2sTGw0qzrufohIdwbA==", "pluGuid": "daf058ba-c6c4-4ac3-b3ae-e7e88487706c", "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": "W32wAaXM7kik3pDUiIBtjw==", "pluGuid": "01b07d5b-cca5-48ee-a4de-90d488806d8f", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-06-14T06:53:31.9186563", "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": "OZcWtQxchk65vKMyT7Dncg==", "ingredientGuid": "FzXHVKvBbU6WY3udMZ80kA==", "ingredientIdentifier": "54c73517-c1ab-4e6d-9663-7b9d319f3490", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "4" } }, { "$ref": "53" } ], "bins": [ { "$id": "54", "pluG_UID": "HtAFmNOS6069Hnhui7FCGA==", "pluGuid": "9805d01e-92d3-4eeb-bd1e-786e8bb14218", "shelfLocationIdentifier": "mkwCV4xO7ESyhaxm6wR87g==", "shelfLocationGuid": "57024c9a-4e8c-44ec-b285-ac66eb047cee", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "3IkXDg/PikugttTvufTmHA==", "labelPageLayoutGuid": "0e1789dc-cf0f-4b8a-a0b6-d4efb9f4e61c", "updated": "2025-06-14T06:53:31.9186563", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "4" }, "location": { "$id": "55", "identifier": "eUZfdHjHREiMDUmlf2dcuw==", "storeID": 1, "identifierGuid": "745f4679-c778-4844-8c0d-49a57f675cbb", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T06:53:31.9186563", "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": "LfD4cJrLNE2Xug/T46LGDg==", "pluGuid": "70f8f02d-cb9a-4d34-97ba-0fd3e3a2c60e", "deptNo": 1, "product": { "$ref": "4" }, "scaleLocation": { "$id": "57", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T06:53:31.9186563", "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-06-14T06:53:31.9186563", "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": "UxNYFLldCk2OczxbEPqBjA==", "labelPageLayoutGuid": "14581353-5db9-4d0a-8e73-3c5b10fa818c", "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-06-14T06:53:31.9186563", "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": "RbceWGFN10aS+5WxGZLB9w==", "labelPageLayoutGuid": "581eb745-4d61-46d7-92fb-95b11992c1f7", "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-06-14T06:53:31.9186563", "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": "hrATK/kmt0Grx0+6IWxYfg==", "labelPageLayoutGuid": "2b13b086-26f9-41b7-abc7-4fba216c587e", "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-06-14T06:53:31.9186563", "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": "9RjcBkgadkmCI2I5avNU2Q==", "labelPageLayoutGuid": "06dc18f5-1a48-4976-8223-62396af354d9", "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-06-14T06:53:31.9186563", "dealCosts": [ { "$id": "66", "headerIdentifier": "eo/AO1DacEG4s8IIn5HhXQ==", "headerIdentifierGuid": "3bc08f7a-da50-4170-b8b3-c2089f91e15d", "identifier": "M7m9P1q/c0OmMozcwSpzGg==", "identifierGuid": "3fbdb933-bf5a-4373-a632-8cdcc12a731a", "supplierIdentifier": "IN+191f0UE+0W7Vhi3g/Mg==", "supplierGuid": "f7b5df20-f457-4f50-b45b-b5618b783f32", "pluG_UID": "6hYbGLSumEWUVNy8WbRylQ==", "pluGuid": "181b16ea-aeb4-4598-9454-dcbc59b47295", "campaignName": "5286030e-7a9f-422f-8f8e-713365153d9f", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T06:53:31.9186563", "end": "2025-06-14T06:53:31.9186563", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "6qUxI2Ryq0uUTifw5DW6tg==", "bonusItemPluGuid": "2331a5ea-7264-4bab-944e-27f0e435bab6", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T06:53:31.9186563", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-06-14T06:53:31.9186563", "campaignEndDate": "2025-06-14T06:53:31.9186563", "masterPLUG_UID": "uQQj0l2ru0i3Kqfr4VbEYA==", "masterID": "d22304b9-ab5d-48bb-b72a-a7ebe156c460", "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": "18RtRPK+UkmlMFAfADDt+g==", "bonusMasterID": "446dc4d7-bef2-4952-a530-501f0030edfa", "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": "B+K/sYOLL0eS1DpAMmt1ng==", "pluGuid": "b1bfe207-8b83-472f-92d4-3a40326b759e", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "67" } ], "alternateProductG_UID": "KPPPvMllDEKEDD5M6pG/oA==", "alternateProduct": "bccff328-65c9-420c-840c-3e4cea91bfa0", "productHostCode": { "$id": "68", "id": 1, "pluG_UID": "xZNtIm95+kqnU/9/Nrb6Wg==", "pluGuid": "226d93c5-796f-4afa-a753-ff7f36b6fa5a", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "62" }, "mscCom": { "$ref": "63" }, "mscDep": { "$ref": "65" }, "mscSubCom": { "$ref": "64" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T06:53:31.9186563", "inventoryTracked": "2025-06-14T06:53:31.9186563", "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": "DNjXCEEKmUOjoAvWMAj15A==", "pluGuid": "08d7d80c-0a41-4399-a3a0-0bd63008f5e4", "hostOfferID": 1, "priceGroupG_UID": "IAS6uHOIaUenLQlHAMa18A==", "priceGroupGuid": "b8ba0420-8873-4769-a72d-094700c6b5f0", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T06:53:31.9186563", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "4" }, "campaign": { "$ref": "1" } }, { "$ref": "69" } ], "sellingRules": [ { "$id": "70", "id": 1, "identifier": "F5NNS5eOmUaBpWRUI/zEEg==", "identifierStr": "F5NNS5eOmUaBpWRUI/zEEg==", "identifierGuid": "4b4d9317-8e97-4699-81a5-645423fcc412", "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": "ozMdFUIdkUiM9Ckn1MdadQ==", "customerIDGuid": "151d33a3-1d42-4891-8cf4-2927d4c75a75", "campaign": { "$ref": "1" }, "customer": { "$id": "72", "identifier": "BW1jWEPNJUCnZEFr+xZVUA==", "identifierGuid": "58636d05-cd43-4025-a764-416bfb165550", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T06:53:31.9186563", "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": "0EqHGZ+ec0mdNRWxX+GjKw==", "communityIdentifierGuid": "19874ad0-9e9f-4973-9d35-15b15fe1a32b", "joined": "2025-06-14T06:53:31.9186563", "updated": "2025-06-14T06:53:31.9186563", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "8HH6QrRFuUu1KnvJI7IYyw==", "priceLevelIdentifierGuid": "42fa71f0-45b4-4bb9-b52a-7bc923b218cb", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T06:53:31.9186563", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "73", "cardType": 2, "issueDate": "2025-06-14T06:53:31.9186563", "expiry": "2025-06-14T06:53:31.9186563", "customerID": "RrZm/BZ4DUStAq/Xpz4Nxg==", "customerIDGuid": "fc66b646-7816-440d-ad02-afd7a73e0dc6", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-06-14T06:53:31.9186563", "linkedAccount": "mZ7zOJP5jUSIs3Xn82UCqQ==", "linkedAccountGuid": "38f39e99-f993-448d-88b3-75e7f36502a9", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "72" }, "account": { "$id": "74", "id": 1, "identifier": "UsEPOz/aN06f0/NZfKzNOQ==", "identifierGuid": "3b0fc152-da3f-4e37-9fd3-f3597caccd39", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T06:53:31.9186563", "owner": "bJUniSPJfEC79n660PeSMw==", "ownerGuid": "8927956c-c923-407c-bbf6-7ebad0f79233", "accountStoreGroupIdentifier": "N12aLWbCqUa9Szaf2UhV5Q==", "accountStoreGroupGuid": "2d9a5d37-c266-46a9-bd4b-369fd94855e5", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-06-14T06:53:31.9186563", "active": true, "updated": "2025-06-14T06:53:31.9186563", "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": "lFYg4fpoI0uEodDyVUNvXA==", "identifierGuid": "e1205694-68fa-4b23-84a1-d0f255436f5c", "name": "sample string 2", "primaryContact": "c9dEYIgV00SitpVTvg8jxQ==", "primaryContactGuid": "6044d773-1588-44d3-a2b6-9553be0f23c5", "accountID": "kCOTtytEbUOGEEH82zM5PA==", "accountIDGuid": "b7932390-442b-436d-8610-41fcdb33393c", "special": true, "updated": "2025-06-14T06:53:31.9186563", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "57UMz04qgEuocoPF5iVsDw==", "priceLevelIdentifierGuid": "cf0cb5e7-2a4e-4b80-a872-83c5e6256c0f", "deleted": true, "account": { "$ref": "74" }, "primaryContactCustomer": { "$ref": "72" }, "customerGroupMembers": [ { "$id": "77", "id": 1, "groupID": "tFXxU84vGEe1AUH5yRRuNQ==", "groupIDGuid": "53f155b4-2fce-4718-b501-41f9c9146e35", "customerID": "lghyFcYGjka/5fJsDOWSlQ==", "customerIDGuid": "15720896-06c6-468e-bfe5-f26c0ce59295", "card": "sample string 4", "linkedAccount": "V2woQuDlTk22IbsxTSYKQw==", "linkedAccountGuid": "42286c57-e5e0-4d4e-b621-bb314d260a43", "customer": { "$ref": "72" }, "group": { "$ref": "76" }, "customerCard": { "$ref": "73" } }, { "$ref": "77" } ] }, { "$ref": "76" } ] }, "payments": [ { "$id": "78", "id": 1, "identifier": "upzYMPzZr0mCEQwwg9ychQ==", "identifierGuid": "30d89cba-d9fc-49af-8211-0c3083dc9c85", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "PE8n0h+NKk2dZO1NPscRmQ==", "accountIDGuid": "d2274f3c-8d1f-4d2a-9d64-ed4d3ec71199", "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-06-14T06:53:31.9186563", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "BcUk8hA3YEWrD9K21Gu6DA==", "idempotentVoidGuid": "f224c505-3710-4560-ab0f-d2b6d46bba0c", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "79", "saleHeaderID": 1, "saleHeaderGuid": "gZ/+SPpW+kiy8218Zxwndw==", "saleHeaderIdentifierGuid": "48fe9f81-56fa-48fa-b2f3-6d7c671c2777", "created": "2025-06-14T06:53:31.9186563", "createdLocal": "2025-06-14T06:53:31.9186563", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-06-14T06:53:31.9186563", "storeID": 1, "operatorG_Uid": "Z4DlE/wiH0aRq6OYl05nHA==", "operatorGuid": "13e58067-22fc-461f-91ab-a398974e671c", "customerG_Uid": "xvTNWcdFgkyiYJBs8JGZwA==", "customerGuid": "59cdf4c6-45c7-4c82-a260-906cf09199c0", "communityIdentifier": "65YRq1u4M0yDWvvTIbIT/w==", "communityIdentifierGuid": "ab1196eb-b85b-4c33-835a-fbd321b213ff", "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": "4+OnKzm89UeUZ6PSVozJUw==", "priceLevelIdentifierGuid": "2ba7e3e3-bc39-47f5-9467-a3d2568cc953", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "39" }, "customer": { "$ref": "72" }, "communityOrganisation": { "$id": "80", "id": 1, "identifier": "CMMTX/jQikCQtgD2VavqWw==", "identifierGuid": "5f13c308-d0f8-408a-90b6-00f655abea5b", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-06-14T06:53:31.9186563", "deleted": true }, "details": [ { "$id": "81", "saleItemID": 1, "identifier": "tNcN1LM/xEOXLZQYIKtc9Q==", "identifierGuid": "d40dd7b4-3fb3-43c4-972d-941820ab5cf5", "saleHeaderID": 2, "plu": 1, "pluG_UId": "2qr3KnzofUuSykpd2bmv3A==", "pluGuid": "2af7aada-e87c-4b7d-92ca-4a5dd9b9afdc", "accountID": "fScIhsqn7ESqPlym3EDbuw==", "accountIDGuid": "8608277d-a7ca-44ec-aa3e-5ca6dc40dbbb", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-06-14T06:53:31.9186563", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "60Nko80tbkWQo04SKaXNSw==", "refundGuid": "a36443eb-2dcd-456e-90a3-4e1229a5cd4b", "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": "QItFwTubJEqlBhQMSxUyeQ==", "idempotentVoidGuid": "c1458b40-9b3b-4a24-a506-140c4b153279", "priceLevelIdentifier": "/NFVbX2uHEKfMN9f+dUv4w==", "priceLevelIdentifierGuid": "6d55d1fc-ae7d-421c-9f30-df5ff9d52fe3", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "82", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T06:53:31.9186563", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "82" } ], "refund": { "$id": "83", "id": 1, "g_UID": "Lcd13t1NU0WxxnLCvRKMNA==", "guid": "de75c72d-4ddd-4553-b1c6-72c2bd128c34", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T06:53:31.9186563" }, "modifier": { "$id": "84", "id": 1, "setG_UID": "tC9YvrM9qUeg/iSTiCN85w==", "modifierSetGuid": "be582fb4-3db3-47a9-a0fe-249388237ce7", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "dkyYR9Sv4EKVYMF0G8nsIQ==", "pluGuid": "47984c76-afd4-42e0-9560-c1741bc9ec21", "deleted": true, "g_UID": "U6mXMT0D3kKUAWIKMtz4JA==", "guid": "3197a953-033d-42de-9401-620a32dcf824", "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": "SeUZUuzKvk6aC36072dGyQ==", "pluGuid": "5219e549-caec-4ebe-9a0b-7eb4ef6746c9", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-06-14T06:53:31.9186563", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-06-14T06:53:31.9186563", "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": "JnblSnXcykuuQQsq874nrw==", "pluGuid": "4ae57626-dc75-4bca-ae41-0b2af3be27af", "accountID": "IUY2mDXS2UGIoYpnTYqhoQ==", "accountIDGuid": "98364621-d235-41d9-88a1-8a674d8aa1a1", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-06-14T06:53:31.9186563", "bestOrExpireType": 1, "refundG_UID": "FJ4mzOpRaUmWqTDLMPalcA==", "refundGuid": "cc269e14-51ea-4969-96a9-30cb30f6a570", "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": "Dnzl5W3m+UOMPAOyZYXxGg==", "identifierGuid": "e5e57c0e-e66d-43f9-8c3c-03b26585f11a", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "isjRBfccY0ukz2D7WksPBw==", "customerIdentifierGuid": "05d1c88a-1cf7-4b63-a4cf-60fb5a4b0f07", "operatorNo": 1, "operatorG_UID": "aZlf7mSfLkeeIydo8ohMsQ==", "operatorGuid": "ee5f9969-9f64-472e-9e23-2768f2884cb1", "created": "2025-06-14T06:53:31.9186563", "ordered": "2025-06-14T06:53:31.9186563", "started": "2025-06-14T06:53:31.9186563", "completed": "2025-06-14T06:53:31.9186563", "supplied": "2025-06-14T06:53:31.9186563", "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": "Z4jGtHU2O0SB45G06m1vFA==", "pluGuid": "b4c68867-3675-443b-81e3-91b4ea6d6f14", "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": "XAm86m7l30eoSdAOcvBZDA==", "headerIdentifierGuid": "eabc095c-e56e-47df-a849-d00e72f0590c", "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": "XHLCrXG+PUKbrgmVkuKNyA==", "surveyGuid": "adc2725c-be71-423d-9bae-099592e28dc8", "saleHeaderGuid": "RN5TCd0dAEuJvw7NxdMn2g==", "saleGuid": "0953de44-1ddd-4b00-89bf-0ecdc5d327da", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "9ueAbS2UPUmMNnxEYIfuJQ==", "guidResponse": "6d80e7f6-942d-493d-8c36-7c446087ee25", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T06:53:31.9186563", "sale": { "$ref": "79" }, "survey": { "$id": "93", "g_UID": "Zpydvz3FiUyRQ7Lo/B+AMw==", "guid": "bf9d9c66-c53d-4c89-9143-b2e8fc1f8033", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "cBwLwovnGEenkmuA7pKzDg==", "checkoutFormGuid": "c20b1c70-e78b-4718-a792-6b80ee92b30e", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T06:53:31.9186563", "end": "2025-06-14T06:53:31.9186563", "deleted": true, "updated": "2025-06-14T06:53:31.9186563", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "14d2411e-d357-4b72-a320-6a0eb8e74299", "a52686f6-63bc-484d-ba94-bf28677cc1f3" ], "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": "rw74b4qZ/USutGgdumw1GA==", "accountIdentifier": "6ff80eaf-998a-44fd-aeb4-681dba6c3518", "accountName": "sample string 42", "customerOrderIdentifier": "yRN4gjSu10KO1Cj7mGB5PQ==", "customerOrderIdentifierGuid": "827813c9-ae34-42d7-8ed4-28fb9860793d", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "94", "id": 1, "paymentID": 2, "paymentIdentifier": "PjtLvJtyIEe6IujM/wOJpg==", "paymentIdentifierGuid": "bc4b3b3e-729b-4720-ba22-e8ccff0389a6", "identifier": "MccaXSB6Wki+nuhuckXu3g==", "identifierGuid": "5d1ac731-7a20-485a-be9e-e86e7245eede", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "Bf3Q9I/50ESDBu0CGVIMyQ==", "itemIdentifierGuid": "f4d0fd05-f98f-44d0-8306-ed0219520cc9" } }, { "$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": "5T+vEuLX20OzY4Xq/IBTtQ==", "customerIdentifierGuid": "12af3fe5-d7e2-43db-b363-85eafc8053b5", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "BbQtgllMlEGFAU+0zDPndQ==", "idempotentGuid": "822db405-4c59-4194-8501-4fb4cc33e775", "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-06-14T06:53:31.9186563", "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-06-14T06:53:31.9186563", "labelPageLayout": "u3dMI6Oid0i/OSS8X2VkUw==", "pageLayoutGuid": "234c77bb-a2a3-4877-bf39-24bc5f656453", "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-06-14T06:53:31.9186563" }, { "$ref": "99" } ] }, "customerVouchers": [ { "$id": "100", "id": 1, "customerIdentifier": "SGgCPbojVEmljInYuvPQvw==", "customerIdentifierGuid": "3d026848-23ba-4954-a58c-89d8baf3d0bf", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T06:53:31.9186563", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "9ONGIaPCaUOAqjiLWGXseg==", "issuedIdempotentGuid": "2146e3f4-c2a3-4369-80aa-388b5865ec7a", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T06:53:31.9186563", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T06:53:31.9186563", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "lU/ol56Tp06G9MT4pQDJQw==", "redeemedIdempotentGuid": "97e84f95-939e-4ea7-86f4-c4f8a500c943", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T06:53:31.9186563", "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": "VSgb3CNlXUmmNKZSAiLevg==", "groupIDGuid": "dc1b2855-6523-495d-a634-a6520222debe", "campaign": { "$ref": "1" }, "group": { "$ref": "76" } }, { "$ref": "101" } ], "signIqTickets": [ { "$id": "102", "identifier": "PuCI3e0RX0OzkkcYRCtghg==", "identifierGuid": "dd88e03e-11ed-435f-b392-4718442b6086", "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": "kn6Ss1G3MU2WhiZE4BGOWQ==", "guid": "b3927e92-b751-4d31-9686-2644e0118e59", "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": "auSv3z1D6kCuqhMMp6caqw==", "groupGuid": "dfafe46a-433d-40ea-aeaa-130ca7a71aab", "comboPriceType": 5, "priceType": 5, "pluG_UID": "NGQkydiq8kCPRe8NBHsxIw==", "pluGuid": "c9246434-aad8-40f2-8f45-ef0d047b3123", "priceGroupG_UID": "KfyoMl/oqUyefA0wFvAq8A==", "priceGroupGuid": "32a8fc29-e85f-4ca9-9e7c-0d3016f02af0", "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": "64PRJuOOUkuAJDLg0NHVHw==", "priceLevelIdentifierGuid": "26d183eb-8ee3-4b52-8024-32e0d0d1d51f", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "105" } ] }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
"sample string 1"
application/xml, text/xml
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �6�ZL �� 5 xl/workbook.xml � (� ����0D�&�C���&�p��Ճ��,�������J ��mgv�����ù������T�8V���@8���7g������:�6h#�YV2�D�lPzt��� �G�B�fXQ����@�X��5N!����.&ak���D��Ik�BJ�s�j�S�+=7�X^J.��ù���&����PK �6�Z���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK �6�Z,�lj' ' _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="Rb864375768714e0b" /></Relationships>PK �6�Z(��$ � xl/worksheets/sheet1.xml � (� �QMo� �+�� ���*IU���۴�vf�P��4��3d�&�`���=��x�=��]ɗ��㺒��}��cUL�ADFp��:�� D�5X8��Z�ުH�������h�E��r+<�*�T�f|f�W<�&[��Le�q�*C��=�Ж���LTEF��¯��1>�)ynJ.3V�_��g �j��+NO`:iC��Sc�ͬI{�̪{~'�DM�z��ȵ\����n�Y=�����<+�4Y ��L�)J����{�d!n������������g����>PK �6�Z�I�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8v���ݰ���3N�&�e����G� XE�Tb�������4����M#9c���5���V�v�] �dV�ݬ�8��'b?�H�5�)�'J��qR�pm�&�r:�>�)/ˊ�9n��p���3f����iB�� �W��GL@*t�j�)Ez ��T ���=j��גq%$�@���b�����@#q���F˻��*`��B���i^��5b�ض�����U�����PK �6�ZЃc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �6�Z1uf� � xl/sharedStrings.xml � (� 5�A �0E�2�ަ��$]�@ڱ 4�����p�y|�;��*1��}�#�y�<;�߮��h�)����a�VD�]Y.��l��� ].č<rMA۬��R)L�iZ͡�&��c�X�a������M�U/!��ZAmA��F�5?dZ��PK- �6�ZL �� 5 xl/workbook.xmlPK- �6�Z���� � � [Content_Types].xmlPK- �6�Z,�lj' ' U _rels/.relsPK- �6�Z(��$ � � xl/worksheets/sheet1.xmlPK- �6�Z�I�� P 7 xl/_rels/workbook.xml.relsPK- �6�ZЃc'2 E } xl/styles.xmlPK- �6�Z1uf� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �6�Z�V�� 5 xl/workbook.xml � (� ����0��&�C����R8q���{)�4П�5���H�yۙ��v�l��3����/]��lI�(�OƂ���8�C��EL�K�o:�<� �`�A�i=^i���u�;? 5�(ť���[�=%�>�hlu�5D~S,������ *���1Jν��#W�8<DK�����@�-�����~�_PK �6�Z���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK �6�Z_y��' ' _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="R293c8f7d7d8b4ee8" /></Relationships>PK �6�Z(��$ � xl/worksheets/sheet1.xml � (� �QMo� �+�� ���*IU���۴�vf�P��4��3d�&�`���=��x�=��]ɗ��㺒��}��cUL�ADFp��:�� D�5X8��Z�ުH�������h�E��r+<�*�T�f|f�W<�&[��Le�q�*C��=�Ж���LTEF��¯��1>�)ynJ.3V�_��g �j��+NO`:iC��Sc�ͬI{�̪{~'�DM�z��ȵ\����n�Y=�����<+�4Y ��L�)J����{�d!n������������g����>PK �6�Zݒ�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8')�i7l�-��c�㨉�n�gc���V���X��j4��'�|���o�D���hME�A#����)��l7�=N<� ��œ�b|:��R/4��gvA;ʺ�����.\�����Lr�,��Uj�l�iF� �W�^# ���<��"�T ;��^ C�Ve��M͇˄���;Od�7�nQU9Sm}W�ʗ��S����ɚ�B�EU4-+���Fo�b�PK �6�ZЃc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �6�Z1uf� � xl/sharedStrings.xml � (� 5�A �0E�2�ަ��$]�@ڱ 4�����p�y|�;��*1��}�#�y�<;�߮��h�)����a�VD�]Y.��l��� ].č<rMA۬��R)L�iZ͡�&��c�X�a������M�U/!��ZAmA��F�5?dZ��PK- �6�Z�V�� 5 xl/workbook.xmlPK- �6�Z���� � � [Content_Types].xmlPK- �6�Z_y��' ' U _rels/.relsPK- �6�Z(��$ � � xl/worksheets/sheet1.xmlPK- �6�Zݒ�� P 7 xl/_rels/workbook.xml.relsPK- �6�ZЃc'2 E ~ xl/styles.xmlPK- �6�Z1uf� � � xl/sharedStrings.xmlPK � �