POST api/store/{storeID}/cashBalancing/create
Create a new cash balancing header record
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID |
Store to create cash balancing record for |
integer |
Required |
Body Parameters
Cash balancing header record containing the started, ended and end of day id
CashBalancingHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| Date | date |
None. |
|
| Started | date |
None. |
|
| Ended | date |
None. |
|
| CashFinalised | boolean |
None. |
|
| CashTotalAmount | integer |
None. |
|
| EftFinalised | boolean |
None. |
|
| EftTotalAmount | integer |
None. |
|
| BankFinalised | boolean |
None. |
|
| BankTotalAmount | integer |
None. |
|
| BankingOpened | boolean |
None. |
|
| FuelRequired |
Indicates that fuel finalisation is required for total finalisation |
boolean |
None. |
| FuelFinalised |
Indicates whether fuel has been finalised for this date |
boolean |
None. |
| CreatedDuringTradingDay |
Indicates that the records were last generated before the day had ended |
boolean |
None. |
| AccountingFinalised | AccountStatus |
None. |
|
| EndOfDayID | integer |
None. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| AutoFill |
Indicate to other internal methods the header's stores auto fill setting |
boolean |
Relation. This field may not always be loaded or used for updates. |
| CreateRelations |
Indicate to Generate Cash Balancing Header method whether relational records are needed |
boolean |
Relation. This field may not always be loaded or used for updates. |
| InvalidDates |
Ended can only be null for current end of day generated records (-1) and started can not be null unless this is a new end of day header (-1 current end of day WILL have a started) |
boolean |
Relation. This field may not always be loaded or used for updates. |
| CashDetails | Collection of CashBalancing |
Relation. This field may not always be loaded or used for updates. |
|
| EftDetails | Collection of CashBalancingEft |
Relation. This field may not always be loaded or used for updates. |
|
| BankDetailSummary | CashBalancingBanking |
Relation. This field may not always be loaded or used for updates. |
|
| CashBalancingBankingAccounts | Collection of CashBalancingBankingAccount |
Relation. This field may not always be loaded or used for updates. |
|
| CashBalancingFuelTankLevels | Collection of CashBalancingFuelTankLevel |
Relation. This field may not always be loaded or used for updates. |
|
| CashBalancingFuelMeters | Collection of CashBalancingFuelMeter |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"identifier": "nOpQOMDxdESTlEpnO9rRGA==",
"identifierGuid": "3850ea9c-f1c0-4474-9394-4a673bdad118",
"storeID": 2,
"date": "2026-04-03T06:17:24.6922166",
"started": "2026-04-03T06:17:24.6922166",
"ended": "2026-04-03T06:17:24.6922166",
"cashFinalised": true,
"cashTotalAmount": 4,
"eftFinalised": true,
"eftTotalAmount": 6,
"bankFinalised": true,
"bankTotalAmount": 8,
"bankingOpened": true,
"fuelRequired": true,
"fuelFinalised": true,
"createdDuringTradingDay": true,
"accountingFinalised": 13,
"endOfDayID": 14,
"storeName": "sample string 15",
"autoFill": true,
"createRelations": true,
"invalidDates": false,
"cashDetails": [
{
"$id": "2",
"id": 1,
"headerIdentifier": "pBeVd+pOckm9w6cL18X4Sg==",
"headerIdentifierGuid": "779517a4-4eea-4972-bdc3-a70bd7c5f84a",
"operatorG_UID": "FJwxtPlPBUCuOxu6qR88ng==",
"operatorGuid": "b4319c14-4ff9-4005-ae3b-1bbaa91f3c9e",
"date": "2026-04-03T06:17:24.6922166",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "cdlf61cwWkSg4waxrC3hyw==",
"shiftIdentifierGuid": "eb5fd971-3057-445a-a0e3-06b1ac2de1cb",
"operatorCash": 6,
"managerCash": 7,
"expectedCash": 8,
"finalisedCash": 9,
"operatorCashNote": "sample string 10",
"managerCashNote": "sample string 11",
"expectedPickup": 12,
"pickupCash": 13,
"start": "2026-04-03T06:17:24.6922166",
"end": "2026-04-03T06:17:24.6922166",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
},
{
"$ref": "2"
}
],
"eftDetails": [
{
"$id": "3",
"id": 1,
"headerIdentifier": "ubAVADxbLEqdB19+pbuKlw==",
"headerIdentifierGuid": "0015b0b9-5b3c-4a2c-9d07-5f7ea5bb8a97",
"date": "2026-04-03T06:17:24.6922166",
"machineID": 1,
"cardID": 3,
"cardName": "sample string 4",
"expectedAmount": 1,
"managerDeclared": 1,
"eftTenderCount": 1,
"machineName": "sample string 5"
},
{
"$ref": "3"
}
],
"bankDetailSummary": {
"$id": "4",
"id": 1,
"headerIdentifier": "7hJ2n8eQdkmk29OYATzAyA==",
"headerIdentifierGuid": "9f7612ee-90c7-4976-a4db-d398013cc0c8",
"bankName": "sample string 3",
"expectedCash": 4,
"cashDeclared": 1,
"expectedPickup": 5,
"pickupDeclared": 1,
"expectedCheque": 6,
"chequeDeclared": 1
},
"cashBalancingBankingAccounts": [
{
"$id": "5",
"id": 1,
"headerIdentifier": "TOcCORCw2kyAI3PT2DoMPw==",
"headerIdentifierGuid": "3902e74c-b010-4cda-8023-73d3d83a0c3f",
"storeAccountID": 3,
"cashDeclared": 4,
"pickupDeclared": 5,
"chequeDeclared": 6,
"accountName": "sample string 7",
"storeAccount": {
"$id": "6",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
}
},
{
"$ref": "5"
}
],
"cashBalancingFuelTankLevels": [
{
"$id": "7",
"headerIdentifier": "FF49ZfgbQEWRggOQG9Rb9Q==",
"headerIdentifierGuid": "653d5e14-1bf8-4540-9182-03901bd45bf5",
"fuelTankNumber": 2,
"fuelGradeID": 1,
"fuelGrade": "sample string 3",
"opening": 4.0,
"openingAdjusted": true,
"adjustments": 6.0,
"deliveries": 7.0,
"deliveriesAdjusted": true,
"samples": 9.0,
"pumpTest": 10.0,
"sales": 11.0,
"closing": 12.0,
"closingAdjusted": true,
"dailyVariance": 14.0,
"waterLevel": 15.0,
"meterSales": 16.0,
"meterVariance": -5.0,
"twentyEightDayVariance": 17.0,
"fuelTank": {
"$id": "8",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"fuelGrade": "sample string 4",
"fuelGradeID": 1,
"capacity": 5.0,
"lpg": true,
"waterLevel": 7.0,
"updated": "2026-04-03T06:17:24.6922166",
"storeName": "sample string 9",
"store": {
"$id": "9",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": 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": "2026-04-03T06:17:24.6922166",
"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": "ZWhjZgLrxEubF1rk+nYKaw==",
"hostIdentifierGuid": "66636865-eb02-4bc4-9b17-5ae4fa760a6b",
"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,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:17:24.6922166",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "aSckq/q3HEKbH3OZ4GJI0Q==",
"hostIdentifierGuid": "ab242769-b7fa-421c-9b1f-7399e06248d1",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "11",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "11"
},
"hostStoreSettings": [
{
"$id": "12",
"id": 1,
"hostIdentifier": "h7CXvEXStkK19kDiNfElNg==",
"hostIdentifierGuid": "bc97b087-d245-42b6-b5f6-40e235f12536",
"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,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "13",
"identifier": "X1OKpY1TekaRBlYze1F6MA==",
"identifierGuid": "a58a535f-538d-467a-9106-56337b517a30",
"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": "rFO8yzDNiUW34wxBL+SRHA==",
"hostSupplierIdentifierGuid": "cbbc53ac-cd30-4589-b7e3-0c412fe4911c",
"loyaltyPriceLevelIdentifier": "tXSo7sCAsUefRPWnVFpjSg==",
"loyaltyPriceLevelIdentifierGuid": "eea874b5-80c0-47b1-9f44-f5a7545a634a",
"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": "2026-04-03T06:17:24.6922166",
"lastProcessed": "2026-04-03T06:17:24.6922166",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "14",
"identifier": "3YZR3cYHK0mJ5K4INT8mwg==",
"identifierGuid": "dd5186dd-07c6-492b-89e4-ae08353f26c2",
"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": "iL1eObszPEWdl/ElfIALvg==",
"primaryContactID": "395ebd88-33bb-453c-9d97-f1257c800bbe",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "11+v3ol8QUih2XjsJcdAFA==",
"supplierGroupGuid": "deaf5fd7-7c89-4841-a1d9-78ec25c74014",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:17:24.6922166",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "15",
"id": "5307f607-84d1-40e7-9d0b-37bf7411b524",
"identifier": "nktIiekmEkiYeXzYtrc+aA==",
"identifierGuid": "89484b9e-26e9-4812-9879-7cd8b6b73e68",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "16",
"supplierIdentifier": "F6e/fF4730mnqwYKSxIOsg==",
"supplierIdentifierGuid": "7cbfa717-3b5e-49df-a7ab-060a4b120eb2",
"contactGuid": "xJd37RK4XE2STGnoRHqpmA==",
"contactID": "ed7797c4-b812-4d5c-924c-69e8447aa998",
"contact": {
"$ref": "15"
},
"supplier": {
"$ref": "14"
}
},
{
"$ref": "16"
}
],
"products": [
{
"$id": "17",
"pluG_UID": "9nBRi0qmCEOzL71t+MZbsg==",
"pluGuid": "8b5170f6-a64a-4308-b32f-bd6df8c65bb2",
"supplierIdentifier": "bPIElJtDnU2gIGP/14lB1A==",
"supplierIdentifierGuid": "9404f26c-439b-4d9d-a020-63ffd78941d4",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:17:24.6922166",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:17:24.6922166",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "18",
"pluG_UID": "46Qz92K4tEiD0Z54HEkrjw==",
"pluGuid": "f733a4e3-b862-48b4-83d1-9e781c492b8f",
"supplierIdentifier": "p9M+WgdX6kCazr/if34DNA==",
"supplierIdentifierGuid": "5a3ed3a7-5707-40ea-9ace-bfe27f7e0334",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "18"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "+MOr5e11ZEuZBiyhHGs1RA==",
"parentPluGuid": "e5abc3f8-75ed-4b64-9906-2ca11c6b3544",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "19",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "VCK5Ml7kJEqgfieQ1bdFtA==",
"guid": "32b92254-e45e-4a24-a07e-2790d5b745b4",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "ks4M1+Nfl0esgkH80BQPKg==",
"priceGroupGuid": "d70cce92-5fe3-4797-ac82-41fcd0140f2a",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:17:24.6922166",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:17:24.6922166",
"pluCreated": "2026-04-03T06:17:24.6922166",
"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": "2026-04-03T06:17:24.6922166",
"lastManualUpdate": "2026-04-03T06:17:24.6922166",
"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": "2026-04-03T06:17:24.6922166",
"currentCostUpdated": "2026-04-03T06:17:24.6922166",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:17:24.6922166",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:17:24.6922166",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "3ghjK0di+k63UY9fWNv75w==",
"altPLUGuid": "2b6308de-6247-4efa-b751-8f5f58dbfbe7",
"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": "2026-04-03T06:17:24.6922166",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "pEdup5aV2Ea6v4mkW/aRrw==",
"shelfPageLayoutGuid": "a76e47a4-9596-46d8-babf-89a45bf691af",
"talkerPageLayoutG_UID": "oIYphxVsEUuE0Zok8xzF3Q==",
"talkerPageLayoutGuid": "872986a0-6c15-4b11-84d1-9a24f31cc5dd",
"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,
"liabilityItem": true,
"trackSerial": true,
"trackSerialChanged": true,
"allowZeroPrice": true,
"allowZeroPriceChanged": true,
"notForSale": 92,
"notForSaleChanged": true,
"excludeFromDeals": true,
"excludeFromVoucher": true,
"minimumAge": 95,
"minimumAgeChanged": true,
"buyingLimit": 1,
"buyingLimitChanged": true,
"buyingLimitIndependent": true,
"buyingLimitIndependentChanged": true,
"inventoryGuid": "qu83xO1N80StHFxU6OibyA==",
"inventoryIdentifier": "c437efaa-4ded-44f3-ad1c-5c54e8e89bc8",
"inventoryAccuracy": 1,
"baseUnits": 99,
"orderPacked": 1,
"isManufactured": true,
"isIngredient": true,
"isModifier": true,
"isModifierChanged": true,
"hasModifiers": 100,
"defaultPrinter": "sample string 101",
"defaultPrinterGroup": "sample string 102",
"ingredientsOnManufacture": true,
"manufactureUnitMeasure": 1,
"mpl": 1,
"maxShelfQty": 103,
"allowAutoOrder": true,
"warrantyPeriod": 1,
"parentPluG_UId": "s9ZraisgZU+xBR0sS+FzQQ==",
"parentPluGuid": "6a6bd6b3-202b-4f65-b105-1d2c4be17341",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "KFC9TAyKMkST73nGgYzLFA==",
"supplierIdentifierGuid": "4cbd5028-8a0c-4432-93ef-79c6818ccb14",
"supplierChanged": true,
"rebateSupplierIdentifier": "tNHpphbRY0idOPeHlYYL0A==",
"rebateSupplierIdentifierGuid": "a6e9d1b4-d116-4863-9d38-f78795860bd0",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:17:24.6922166",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "vX1jsmG8NEiuZwsIvnbytA==",
"hostIdentifierGuid": "b2637dbd-bc61-4834-ae67-0b08be76f2b4",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"store": {
"$ref": "9"
},
"storePrices": [
{
"$id": "20",
"pluG_UID": "zoVpzqjdxke+sQJuvh77yA==",
"pluGuid": "ce6985ce-dda8-47c6-beb1-026ebe1efbc8",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:17:24.6922166"
},
{
"$ref": "20"
}
],
"currentPrices": {
"$id": "21",
"pluPrices": {
"$id": "22",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:17:24.6922166",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "22"
},
"winningCampaign": 1,
"winner": {
"$id": "23",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:17:24.6922166",
"startTime": 5,
"endDate": "2026-04-03T06:17:24.6922166",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "Q7kGupMorkW8DtLmhWYdwQ==",
"hostIdentifierGuid": "ba06b943-2893-45ae-bc0e-d2e685661dc1",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "23"
},
{
"$ref": "23"
}
]
},
"tray": {
"$id": "24",
"g_UId": "5tXjY3T7RkCpYf+saTEDUg==",
"guid": "63e3d5e6-fb74-4046-a961-ffac69310352",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "25",
"priceGroupG_UID": "cYJRtBN5ZECEZ1qXk8PhaA==",
"priceGroupGuid": "b4518271-7913-4064-8467-5a9793c3e168",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:17:24.6922166",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "26",
"pluG_UID": "E2/tuekNQEakKH5TqOTWKw==",
"pluGuid": "b9ed6f13-0de9-4640-a428-7e53a8e4d62b",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "27",
"pluGuid": "3880fee9-2cec-42f2-aa20-5d0a03cc0642",
"created": "2026-04-03T06:17:24.6922166",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:17:24.6922166",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:17:24.6922166",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:17:24.6922166",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:17:24.6922166",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:17:24.6922166",
"lastSold": "2026-04-03T06:17:24.6922166",
"firstSold": "2026-04-03T06:17:24.6922166",
"awsUpdated": "2026-04-03T06:17:24.6922166",
"lastManualUpdate": "2026-04-03T06:17:24.7078596",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:17:24.7078596",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:17:24.7078596",
"doNotRangeUpdated": "2026-04-03T06:17:24.7078596",
"doNotOrderUpdated": "2026-04-03T06:17:24.7078596",
"tracked": "2026-04-03T06:17:24.7078596"
},
"allergens": [
{
"$id": "28",
"primaryKey": {
"$id": "29",
"pluGuid": "b89100cc-a62a-47b3-ace1-0eaf548c2e89",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "zACRuCqms0es4Q6vVIwuiQ==",
"pluGuid": "b89100cc-a62a-47b3-ace1-0eaf548c2e89",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"costs": {
"$id": "30",
"pluG_UID": "Op1CWcV7okyZS9YmPHsY3A==",
"pluGuid": "59429d3a-7bc5-4ca2-994b-d6263c7b18dc",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:17:24.7078596",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "31",
"saleHeaderID": 1,
"created": "2026-04-03T06:17:24.7078596",
"createdLocal": "2026-04-03T06:17:24.7078596",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "EvlIPrkt1E+6Z0EwrqEr9Q==",
"operatorGuid": "3e48f912-2db9-4fd4-ba67-4130aea12bf5",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "3Fz9nnaUAEWiSn2qCZGnNg==",
"pluGuid": "9efd5cdc-9476-4500-a24a-7daa0991a736",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "32",
"id": 1,
"g_Uid": "Py6hI01vdkaiB1HhU+k1Hw==",
"guid": "23a12e3f-6f4d-4676-a207-51e153e9351f",
"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": "2026-04-03T06:17:24.7078596",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:17:24.7078596",
"endShift": "2026-04-03T06:17:24.7078596",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "33",
"operatorG_UID": "VKQxYYPrWU6BcQKxje7IPQ==",
"operatorGuid": "6131a454-eb83-4e59-8171-02b18deec83d",
"storeID": 2,
"operator": {
"$ref": "32"
},
"store": {
"$ref": "9"
}
},
{
"$ref": "33"
}
]
}
},
{
"$ref": "31"
}
],
"apns": [
{
"$id": "34",
"pluID": 1,
"pluG_UID": "LPafDLPO+EuqsnOlS+quxQ==",
"pluGuid": "0c9ff62c-ceb3-4bf8-aab2-73a54beaaec5",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "34"
}
],
"tuns": [
{
"$id": "35",
"pluG_UId": "+n2DSQyWg028e1YtNJvFcQ==",
"pluGuid": "49837dfa-960c-4d83-bc7b-562d349bc571",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "19"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"competitionPricing": [
{
"$id": "36",
"identifier": "kagzZEbn00yittXee5ollg==",
"identifierGuid": "6433a891-e746-4cd3-a2b6-d5de7b9a2596",
"pluG_UID": "U4AHV/MxkE6g2ccYbVA5mQ==",
"pluGuid": "57078053-31f3-4e90-a0d9-c7186d503999",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "36"
}
],
"supplier": {
"$ref": "14"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"ordering": {
"$ref": "17"
},
"flipChartPages": [
{
"$id": "37",
"identifier": "4ywf6kco90ONi9EwnbsX7A==",
"groupName": "sample string 1",
"identifierGuid": "ea1f2ce3-2847-43f7-8d8b-d1309dbb17ec",
"exists": true,
"flipChartIdentifier": "uCGuYHc4/UW1S5uIGuZDJw==",
"flipChartIdentifierGuid": "60ae21b8-3877-45fd-b54b-9b881ae64327",
"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": "3znnd2U01Eqh8i05tJMaKA==",
"groupIdentifierGuid": "77e739df-3465-4ad4-a1f2-2d39b4931a28",
"flipChart": {
"$id": "38",
"identifier": "rv5qLDFru0Ob2aG1bX2EjQ==",
"identifierGuid": "2c6afeae-6b31-43bb-9bd9-a1b56d7d848d",
"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": "39",
"identifier": "EtmLF9JjHUOzO3+iJtJeuQ==",
"identifierGuid": "178bd912-63d2-431d-b33b-7fa226d25eb9",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "40",
"id": 1,
"g_UID": "c0kmfuUi+ECVopX+cd8SUQ==",
"guid": "7e264973-22e5-40f8-95a2-95fe71df1251",
"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": "H0GANGAQSkiHfigBP0VVgw==",
"previousFormGuid": "3480411f-1060-484a-877e-28013f455583",
"nextForm": 1,
"nextFormG_UID": "fO4itAkdZUmNXs/6mSC1pQ==",
"nextFormGuid": "b422ee7c-1d09-4965-8d5e-cffa9920b5a5",
"attributes": "sample string 10",
"updated": "2026-04-03T06:17:24.7078596",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "40"
},
"previousCheckoutForm": {
"$ref": "40"
},
"buttons": [
{
"$id": "41",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "fPmT2UEJHEmbXEVwp5mX3g==",
"checkoutFormGuid": "d993f97c-0941-491c-9b5c-4570a79997de",
"identifier": "efpbkDFyZEC1k8sP7J7TwA==",
"identifierGuid": "905bfa79-7231-4064-b593-cb0fec9ed3c0",
"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": "Lb+ZRbg/sUSo/4SoMkYqcg==",
"valueGuid": "4599bf2d-3fb8-44b1-a8ff-84a832462a72",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:17:24.7078596",
"action": "sample string 12",
"valueForm": {
"$ref": "40"
},
"image": {
"$id": "42",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:17:24.7078596",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "41"
}
],
"panels": [
{
"$id": "43",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "ajy1E0aFwUuiVBRxEAALGg==",
"checkoutFormGuid": "13b53c6a-8546-4bc1-a254-147110000b1a",
"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": "43"
}
]
},
{
"$ref": "40"
}
],
"panels": [
{
"$ref": "43"
},
{
"$ref": "43"
}
]
},
"pages": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
"contentPanel": {
"$ref": "43"
},
"products": [
{
"$id": "44",
"flipChartPageIdentifier": "Fz3IL5OZ/k+iQPpJSFhg1Q==",
"flipChartPageIdentifierGuid": "2fc83d17-9993-4ffe-a240-fa49485860d5",
"pluG_UID": "kwn8KTtPYEKIFLIYxg/vnQ==",
"pluGuid": "29fc0993-4f3b-4260-8814-b218c60fef9d",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "19"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "44"
}
],
"productCount": 27,
"pages": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
{
"$ref": "37"
}
],
"priceHistory": [
{
"$id": "45",
"pluG_UID": "AQcJEYa+00GW4Jiwufw2lQ==",
"pluGuid": "11090701-be86-41d3-96e0-98b0b9fc3695",
"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": "2026-04-03T06:17:24.7078596",
"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": "45"
}
],
"ingredients": [
{
"$id": "46",
"pluG_UID": "UBPsTZAy4kWk2UnN7/ssiA==",
"ingredientGuid": "8fBWSoiKS0i/xmLaXkvkcA==",
"ingredientIdentifier": "4a56f0f1-8a88-484b-bfc6-62da5e4be470",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "19"
}
},
{
"$ref": "46"
}
],
"bins": [
{
"$id": "47",
"pluG_UID": "XYnEGFJR6U2KpaCLC2Po0g==",
"pluGuid": "18c4895d-5152-4de9-8aa5-a08b0b63e8d2",
"shelfLocationIdentifier": "bq62XYPhCU2TBPMhI5cTng==",
"shelfLocationGuid": "5db6ae6e-e183-4d09-9304-f3212397139e",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "F1Tz+81ZJUWjkKbI9GyY8g==",
"labelPageLayoutGuid": "fbf35417-59cd-4525-a390-a6c8f46c98f2",
"updated": "2026-04-03T06:17:24.7078596",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "19"
},
"location": {
"$id": "48",
"identifier": "lRhkQYmVB0id0hcN1uKXwg==",
"storeID": 1,
"identifierGuid": "41641895-9589-4807-9dd2-170dd6e297c2",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:17:24.7078596",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
}
},
{
"$ref": "47"
}
],
"bin": {
"$ref": "47"
},
"scaleLocations": [
{
"$id": "49",
"plu": 1,
"pluG_UID": "ht7KGatNAU6c8IE2UynZcQ==",
"pluGuid": "19cade86-4dab-4e01-9cf0-81365329d971",
"deptNo": 1,
"product": {
"$ref": "19"
},
"scaleLocation": {
"$id": "50",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:17:24.7078596",
"department": {
"$id": "51",
"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": "50"
},
"subDepartments": [
{
"$id": "52",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "53",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "54",
"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": "2026-04-03T06:17:24.7078596",
"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": "H+ilqQjqHUCDnT+dXgRMww==",
"labelPageLayoutGuid": "a9a5e81f-ea08-401d-839d-3f9d5e044cc3",
"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": "55",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "56",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "57"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "56"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$id": "58",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "57"
}
},
{
"$ref": "54"
}
],
"updated": "2026-04-03T06:17:24.7078596",
"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": "trkvg5jqvkWWBqmZSEb2VA==",
"labelPageLayoutGuid": "832fb9b6-ea98-45be-9606-a9994846f654",
"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": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
}
},
{
"$ref": "53"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:17:24.7078596",
"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": "vMTqJOFsfk+hhmqmrT9kMg==",
"labelPageLayoutGuid": "24eac4bc-6ce1-4f7e-a186-6aa6ad3f6432",
"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": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
}
},
{
"$ref": "52"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:17:24.7078596",
"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": "Z7IA6zX8fUWhD9q4ojeiJg==",
"labelPageLayoutGuid": "eb00b267-fc35-457d-a10f-dab8a237a226",
"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": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
}
}
}
},
{
"$ref": "49"
}
],
"nextPrice": {
"$id": "59",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "ZaAEndPhSkGCYWfMJuAJUQ==",
"pluGuid": "9d04a065-e1d3-414a-8261-67cc26e00951",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "k5VFAcimCUKK/Pqwh+ryXA==",
"dealCostGuid": "01459593-a6c8-4209-8afc-fab087eaf25c",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "H6S0TKZNwUCawRCXe7eJlg==",
"priceGroupGuid": "4cb4a41f-4da6-40c1-9ac1-10977bb78996",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:17:24.7078596",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "991a3615-081f-4880-aaf7-cbe615b2cef5",
"campaignComboPriceGroupG_UID": "ZmW4T7GCbE+VuvaJ8PKseQ==",
"campaignComboPriceGroupIdentifier": "4fb86566-82b1-4f6c-95ba-f689f0f2ac79",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "60",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:17:24.7078596",
"operatorG_UID": "SrdWB/cGzEuiAjkOfrrwSg==",
"operatorGuid": "0756b74a-06f7-4bcc-a202-390e7ebaf04a",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:17:24.7078596",
"signIqTicketFileMovedUtc": "2026-04-03T06:17:24.7078596",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:17:24.7078596",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2f12b54e-269e-46e9-be91-e786f909862f",
"product": {
"$ref": "19"
},
"campaignPlu": {
"$ref": "59"
},
"fuelItem": true
},
{
"$ref": "60"
}
],
"campaign": {
"$id": "61",
"id": 1,
"storeID": 2,
"name": "e26c1093-bbdd-4f3f-9d98-b3f368b96998",
"nameGuid": "e26c1093-bbdd-4f3f-9d98-b3f368b96998",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:17:24.7078596",
"startTime": 1,
"endDate": "2026-04-03T06:17:24.7078596",
"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": "2026-04-03T06:17:24.7078596",
"system": true,
"created": "2026-04-03T06:17:24.7078596",
"updated": "2026-04-03T06:17:24.7078596",
"priceChangeNotifiedUtc": "2026-04-03T06:17:24.7078596",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "zJ8fQJuqgEibVDD7RrG9Aw==",
"hostIdentifierGuid": "401f9fcc-aa9b-4880-9b54-30fb46b1bd03",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:17:24.7078596",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"campaignPools": [
{
"$id": "62",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "e3VFOi9jfkaAysbFNppu6g==",
"pluGuid": "3a45757b-632f-467e-80ca-c6c5369a6eea",
"hostOfferID": 1,
"priceGroupG_UID": "JdjK3aLcZUqDVJTbwP25TA==",
"priceGroupGuid": "ddcad825-dca2-4a65-8354-94dbc0fdb94c",
"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": "2026-04-03T06:17:24.7078596",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "19"
},
"campaign": {
"$ref": "61"
}
},
{
"$ref": "62"
}
],
"sellingRules": [
{
"$id": "63",
"id": 1,
"identifier": "SYbAkE1jnUa8wmr6DsqP0Q==",
"identifierStr": "SYbAkE1jnUa8wmr6DsqP0Q==",
"identifierGuid": "90c08649-634d-469d-bcc2-6afa0eca8fd1",
"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": "61"
}
},
{
"$ref": "63"
}
],
"customers": [
{
"$id": "64",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "Tcs8LWHYWU2i3+nSbDGSWw==",
"customerIDGuid": "2d3ccb4d-d861-4d59-a2df-e9d26c31925b",
"campaign": {
"$ref": "61"
},
"customer": {
"$id": "65",
"identifier": "gDNKqGy/ikqN4V3LjR+/uQ==",
"identifierGuid": "a84a3380-bf6c-4a8a-8de1-5dcb8d1fbfb9",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:17:24.7078596",
"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": "XLGjsELTd0q43CafifTSHg==",
"communityIdentifierGuid": "b0a3b15c-d342-4a77-b8dc-269f89f4d21e",
"joined": "2026-04-03T06:17:24.7078596",
"updated": "2026-04-03T06:17:24.7078596",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "+h8P7IUDcUqD/ZWtidsLZg==",
"priceLevelIdentifierGuid": "ec0f1ffa-0385-4a71-83fd-95ad89db0b66",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:17:24.7078596",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "66",
"cardType": 2,
"issueDate": "2026-04-03T06:17:24.7078596",
"expiry": "2026-04-03T06:17:24.7078596",
"customerID": "TBHWCQ9/6kKkqGMbVyGBvg==",
"customerIDGuid": "09d6114c-7f0f-42ea-a4a8-631b572181be",
"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": "2026-04-03T06:17:24.7078596",
"linkedAccount": "9q+++lZu5EeclN9VWUPZLg==",
"linkedAccountGuid": "fabeaff6-6e56-47e4-9c94-df555943d92e",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "65"
},
"account": {
"$id": "67",
"id": 1,
"identifier": "MRJqwX8qx0eiAk8qpuE/mg==",
"identifierGuid": "c16a1231-2a7f-47c7-a202-4f2aa6e13f9a",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:17:24.7078596",
"owner": "LArOW+QJM02j8g09UO2mlw==",
"ownerGuid": "5bce0a2c-09e4-4d33-a3f2-0d3d50eda697",
"accountStoreGroupIdentifier": "ug4ngoAvT0egVyrjO+yP8g==",
"accountStoreGroupGuid": "82270eba-2f80-474f-a057-2ae33bec8ff2",
"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": "2026-04-03T06:17:24.7078596",
"active": true,
"updated": "2026-04-03T06:17:24.7078596",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "65"
},
"card": {
"$ref": "66"
},
"members": {
"$id": "68",
"sample string 1": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"sample string 2": [
{
"$ref": "65"
},
{
"$ref": "65"
}
]
},
"customerGroups": [
{
"$id": "69",
"identifier": "+em0svNrhkK1icmWuoBdJQ==",
"identifierGuid": "b2b4e9f9-6bf3-4286-b589-c996ba805d25",
"name": "sample string 2",
"primaryContact": "WyE+vUGr1k6APGJies+r3Q==",
"primaryContactGuid": "bd3e215b-ab41-4ed6-803c-62627acfabdd",
"accountID": "uX7KpFx3eE2moFInNTza1w==",
"accountIDGuid": "a4ca7eb9-775c-4d78-a6a0-5227353cdad7",
"special": true,
"updated": "2026-04-03T06:17:24.7078596",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "qNmomGG2tU+8/59rKsKgJQ==",
"priceLevelIdentifierGuid": "98a8d9a8-b661-4fb5-bcff-9f6b2ac2a025",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "67"
},
"primaryContactCustomer": {
"$ref": "65"
},
"customerGroupMembers": [
{
"$id": "70",
"id": 1,
"groupID": "6pfpXtFM+0e8zIYFXAbS4A==",
"groupIDGuid": "5ee997ea-4cd1-47fb-bccc-86055c06d2e0",
"customerID": "cntb/9DTi0KPqNdpHx8sMg==",
"customerIDGuid": "ff5b7b72-d3d0-428b-8fa8-d7691f1f2c32",
"card": "sample string 4",
"linkedAccount": "/+T0BUJ0+U+vlr9h+jsFAQ==",
"linkedAccountGuid": "05f4e4ff-7442-4ff9-af96-bf61fa3b0501",
"customer": {
"$ref": "65"
},
"group": {
"$ref": "69"
},
"customerCard": {
"$ref": "66"
}
},
{
"$ref": "70"
}
]
},
{
"$ref": "69"
}
]
},
"payments": [
{
"$id": "71",
"id": 1,
"identifier": "MJ7SNKX8hEmkjEU5mEcoKw==",
"identifierGuid": "34d29e30-fca5-4984-a48c-45399847282b",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "9vhxd3PFzUOODSnJ2XIzpQ==",
"accountIDGuid": "7771f8f6-c573-43cd-8e0d-29c9d97233a5",
"customerAccount": {
"$ref": "67"
},
"customerCard": {
"$ref": "66"
},
"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": "2026-04-03T06:17:24.7078596",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "LmGljEUFIU64YxTpK0IxiQ==",
"idempotentVoidGuid": "8ca5612e-0545-4e21-b863-14e92b423189",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "72",
"saleHeaderID": 1,
"saleHeaderGuid": "gjAX06WSykuNtw0YnAt0kA==",
"saleHeaderIdentifierGuid": "d3173082-92a5-4bca-8db7-0d189c0b7490",
"created": "2026-04-03T06:17:24.7078596",
"createdLocal": "2026-04-03T06:17:24.7078596",
"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": "2026-04-03T06:17:24.7078596",
"storeID": 1,
"operatorG_Uid": "0ogAVwMAO0+PA1HsJXm5nA==",
"operatorGuid": "570088d2-0003-4f3b-8f03-51ec2579b99c",
"customerG_Uid": "INJnAdnyvU+CZT0YCWo+7A==",
"customerGuid": "0167d220-f2d9-4fbd-8265-3d18096a3eec",
"communityIdentifier": "pt8lNKirzk6l5HsIVR0/+w==",
"communityIdentifierGuid": "3425dfa6-aba8-4ece-a5e4-7b08551d3ffb",
"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": "7I5uLHUBAEiDkh3Yki5qTQ==",
"priceLevelIdentifierGuid": "2c6e8eec-0175-4800-8392-1dd8922e6a4d",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:17:24.7078596+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "73",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:17:24.7078596",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "32"
},
"customer": {
"$ref": "65"
},
"communityOrganisation": {
"$id": "74",
"id": 1,
"identifier": "u5QuszA6uk6hPSRXySMsOQ==",
"identifierGuid": "b32e94bb-3a30-4eba-a13d-2457c9232c39",
"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",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:17:24.7078596",
"promoPeriodEnd": "2026-04-03T06:17:24.7078596",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:17:24.7078596",
"deleted": true
},
"details": [
{
"$id": "75",
"saleItemID": 1,
"identifier": "gyQU/NvujEmKxLLtk6Z6yg==",
"identifierGuid": "fc142483-eedb-498c-8ac4-b2ed93a67aca",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "pFlQwM8H9EWtE5826/MQfA==",
"pluGuid": "c05059a4-07cf-45f4-ad13-9f36ebf3107c",
"accountID": "QBwivjEJVEWdCPK7lfNkbw==",
"accountIDGuid": "be221c40-0931-4554-9d08-f2bb95f3646f",
"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": "2026-04-03T06:17:24.7078596",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "2Lt4HzkUv0e6pHNz8KW8JA==",
"refundGuid": "1f78bbd8-1439-47bf-baa4-7373f0a5bc24",
"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": "CFpLkk1CDEiCxCMAmUIQtg==",
"idempotentVoidGuid": "924b5a08-424d-480c-82c4-2300994210b6",
"priceLevelIdentifier": "n3d52Wo1AkKPTOSzySLM1g==",
"priceLevelIdentifierGuid": "d979779f-356a-4202-8f4c-e4b3c922ccd6",
"communityIdentifier": "nNRUnwe3UUuMKvinHKwNRA==",
"communityIdentifierGuid": "9f54d49c-b707-4b51-8c2a-f8a71cac0d44",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "76",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:17:24.7078596",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "76"
}
],
"refund": {
"$id": "77",
"id": 1,
"g_UID": "gdZpYC3Grkq0HWqOiv98Rw==",
"guid": "6069d681-c62d-4aae-b41d-6a8e8aff7c47",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:17:24.7078596"
},
"modifier": {
"$id": "78",
"id": 1,
"setG_UID": "GcWOPhYi3EG1h3KhwrttoQ==",
"modifierSetGuid": "3e8ec519-2216-41dc-b587-72a1c2bb6da1",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "vqZXhdSBUECCC30CFK2Q7A==",
"pluGuid": "8557a6be-81d4-4050-820b-7d0214ad90ec",
"deleted": true,
"g_UID": "k5o94BRpmUqfjEl0Qs9m6Q==",
"guid": "e03d9a93-6914-4a99-9f8c-497442cf66e9",
"product": {
"$ref": "19"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "75"
}
],
"eftReceipts": [
{
"$id": "79",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "72"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "79"
}
],
"payments": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"cards": [
{
"$id": "80",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "80"
}
],
"campaignHits": [
{
"$id": "81",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "81"
}
],
"fuel": [
{
"$id": "82",
"id": 1,
"plu": 1,
"pluG_UID": "4MxBhwiPB06akAtQjT+eLA==",
"pluGuid": "8741cce0-8f08-4e07-9a90-0b508d3f9e2c",
"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": "2026-04-03T06:17:24.7078596",
"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": "2026-04-03T06:17:24.7078596",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "82"
}
],
"fuelResells": [
{
"$id": "83",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "pJ+hc6IxoUiYu5QIBmx6Bg==",
"pluGuid": "73a19fa4-31a2-48a1-98bb-9408066c7a06",
"accountID": "Ll11svt7wUqynywhPdc5nA==",
"accountIDGuid": "b2755d2e-7bfb-4ac1-b29f-2c213dd7399c",
"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": "2026-04-03T06:17:24.7078596",
"bestOrExpireType": 1,
"refundG_UID": "Ad3Um8sISUy96G6ahlitBA==",
"refundGuid": "9bd4dd01-08cb-4c49-bde8-6e9a8658ad04",
"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": "83"
}
],
"customerOrder": [
{
"$id": "84",
"identifier": "svTb8NpzJUOQ4uWHI4ldBQ==",
"identifierGuid": "f0dbf4b2-73da-4325-90e2-e58723895d05",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "yyke7ooO20S/5/aLP5PN0A==",
"customerIdentifierGuid": "ee1e29cb-0e8a-44db-bfe7-f68b3f93cdd0",
"operatorNo": 1,
"operatorG_UID": "Qdb6gOCgjEiEyyi/WQUfBA==",
"operatorGuid": "80fad641-a0e0-488c-84cb-28bf59051f04",
"created": "2026-04-03T06:17:24.7078596",
"ordered": "2026-04-03T06:17:24.7078596",
"started": "2026-04-03T06:17:24.7078596",
"completed": "2026-04-03T06:17:24.7078596",
"supplied": "2026-04-03T06:17:24.7078596",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "65"
},
"operator": {
"$ref": "32"
},
"details": [
{
"$id": "85",
"headerID": 1,
"plu": 1,
"pluG_UId": "EbE/McbxZE6eDUz7vuUbgQ==",
"pluGuid": "313fb111-f1c6-4e64-9e0d-4cfbbee51b81",
"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": "Sygyp7wLo0ue/OGVRUB1yA==",
"headerIdentifierGuid": "a732284b-0bbc-4ba3-9efc-e195454075c8",
"product": {
"$ref": "19"
}
},
{
"$ref": "85"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "72"
}
},
{
"$ref": "84"
}
],
"surveyResponses": [
{
"$id": "86",
"surveyG_UID": "XYwt2F/g4UuDUaW91OukKw==",
"surveyGuid": "d82d8c5d-e05f-4be1-8351-a5bdd4eba42b",
"saleHeaderGuid": "ssTwHQVG1Uae+ydkNLfwzw==",
"saleGuid": "1df0c4b2-4605-46d5-9efb-276434b7f0cf",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "29ewnDnqPUelzScTvFVgtg==",
"guidResponse": "9cb0d7db-ea39-473d-a5cd-2713bc5560b6",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:17:24.7078596",
"sale": {
"$ref": "72"
},
"survey": {
"$id": "87",
"g_UID": "qydPLAZPkUON/lAxszAPnQ==",
"guid": "2c4f27ab-4f06-4391-8dfe-5031b3300f9d",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "DyTcZm+4PUSqTq+EGCIL4w==",
"checkoutFormGuid": "66dc240f-b86f-443d-aa4e-af8418220be3",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:17:24.7078596",
"end": "2026-04-03T06:17:24.7078596",
"deleted": true,
"updated": "2026-04-03T06:17:24.7078596",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"2f161c50-1c34-4cb4-827f-c6c75c2c8dc1",
"7aeea212-35f4-4b41-b0d5-e149ed118d38"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "40"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "86"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "cKJVAttDVEmzzXRP09LwJw==",
"accountIdentifier": "0255a270-43db-4954-b3cd-744fd3d2f027",
"accountName": "sample string 44",
"customerOrderIdentifier": "cpEWxPc+FEGIyh9vpJ7wbA==",
"customerOrderIdentifierGuid": "c4169172-3ef7-4114-88ca-1f6fa49ef06c",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "88",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "Hqm+QIxbe0+kUM/LAH6hHg==",
"paymentIdentifierGuid": "40bea91e-5b8c-4f7b-a450-cfcb007ea11e",
"identifier": "LTHN71V/TkKf0vZ7tUnYiw==",
"identifierGuid": "efcd312d-7f55-424e-9fd2-f67bb549d88b",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "7Jrnq/vQ2k6uZSbarDeI2Q==",
"itemIdentifierGuid": "abe79aec-d0fb-4eda-ae65-26daac3788d9"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "66"
}
],
"customerGroupMembers": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"customerGroups": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"accounts": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"account": {
"$ref": "67"
},
"vouchers": [
{
"$id": "89",
"customerIdentifier": "DArXONIYzUes8E9M24G3vw==",
"customerIdentifierGuid": "38d70a0c-18d2-47cd-acf0-4f4cdb81b7bf",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "3913xDIwhUK4IH+Fi2hqNA==",
"idempotentGuid": "c477dddf-3032-4285-b820-7f858b686a34",
"offline": true,
"voucher": {
"$id": "90",
"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": "2026-04-03T06:17:24.7078596",
"barcodeTemplate": {
"$id": "91",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "92",
"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": "2026-04-03T06:17:24.7078596",
"labelPageLayout": "F0IAWVCCFEOfVrGk58McOw==",
"pageLayoutGuid": "59004217-8250-4314-9f56-b1a4e7c31c3b",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "90"
},
"elements": [
{
"$id": "93",
"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": "2026-04-03T06:17:24.7078596"
},
{
"$ref": "93"
}
]
},
"customerVouchers": [
{
"$id": "94",
"id": 1,
"customerIdentifier": "8akhTppO+0Wni1lCEBOxTg==",
"customerIdentifierGuid": "4e21a9f1-4e9a-45fb-a78b-59421013b14e",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:17:24.7078596",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "jpiNsIe6dkSwJO5URjKKZg==",
"issuedIdempotentGuid": "b08d988e-ba87-4476-b024-ee5446328a66",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:17:24.7078596",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:17:24.7078596",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "Bm88dAD1lUuzAITGm/yddQ==",
"redeemedIdempotentGuid": "743c6f06-f500-4b95-b300-84c69bfc9d75",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:17:24.7078596",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "92"
},
"voucher": {
"$ref": "90"
},
"customer": {
"$ref": "65"
},
"issuedOfflinePayment": {
"$ref": "71"
},
"redeemedOfflinePayment": {
"$ref": "71"
}
},
{
"$ref": "94"
}
]
},
"customer": {
"$ref": "65"
}
},
{
"$ref": "89"
}
]
}
},
{
"$ref": "64"
}
],
"customerGroups": [
{
"$id": "95",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "D6Is7OeUzUqChsbTlkcDjA==",
"groupIDGuid": "ec2ca20f-94e7-4acd-8286-c6d39647038c",
"campaign": {
"$ref": "61"
},
"group": {
"$ref": "69"
}
},
{
"$ref": "95"
}
],
"signIqTickets": [
{
"$id": "96",
"identifier": "aph6YOfsAE6sSAOUQ1t+JQ==",
"identifierGuid": "607a986a-ece7-4e00-ac48-0394435b7e25",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "96"
}
],
"comboPriceGroups": [
{
"$id": "97",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "wUfv7kyXUEWmMw10z+ar6g==",
"guid": "eeef47c1-974c-4550-a633-0d74cfe6abea",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "61"
},
"comboPricePlus": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "4mj0JE+qxEylAblGz5mgqw==",
"groupGuid": "24f468e2-aa4f-4cc4-a501-b946cf99a0ab",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "HhJbj4EGiECY9EKFuZ//vA==",
"pluGuid": "8f5b121e-0681-4088-98f4-4285b99fffbc",
"priceGroupG_UID": "AHHp+HahZUyZEFpaFuaz9w==",
"priceGroupGuid": "f8e97100-a176-4c65-9910-5a5a16e6b3f7",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "61"
},
"product": {
"$ref": "19"
},
"priceGroup": {
"$ref": "25"
},
"campaignPool": {
"$ref": "61"
}
},
{
"$ref": "98"
}
]
},
{
"$ref": "97"
}
],
"priceLevels": [
{
"$id": "99",
"id": 1,
"priceLevelIdentifier": "nPTJTVljZE2HjNyNXu9tFw==",
"priceLevelIdentifierGuid": "4dc9f49c-6359-4d64-878c-dc8d5eef6d17",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "99"
}
],
"promotionType": {
"$id": "100",
"identifier": "qGASSXAeIkWexE0tC/0gJA==",
"identifierGuid": "491260a8-1e70-4522-9ec4-4d2d0bfd2024",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "eF7gscQXdky9CU1ifKrGlg==",
"labelPageLayoutGuid": "b1e05e78-17c4-4c76-bd09-4d627caac696",
"priceLevelIdentifier": "S56GRBYrFUm/DDwy9MhOQQ==",
"priceLevelIdentifierGuid": "44869e4b-2b16-4915-bf0c-3c32f4c84e41",
"active": true,
"updated": "2026-04-03T06:17:24.7078596",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "19"
},
"dealCost": {
"$id": "101",
"headerIdentifier": "p00B+poxb0eq1w/uJ8eVMQ==",
"headerIdentifierGuid": "fa014da7-319a-476f-aad7-0fee27c79531",
"identifier": "FMLweJeP/UWtEbRrmsUC8A==",
"identifierGuid": "78f0c214-8f97-45fd-ad11-b46b9ac502f0",
"supplierIdentifier": "K+ajTK9mSEmH3A4VY3Gh2g==",
"supplierGuid": "4ca3e62b-66af-4948-87dc-0e156371a1da",
"pluG_UID": "+omDpR0exkiWoB2Q8qOCoQ==",
"pluGuid": "a58389fa-1e1d-48c6-96a0-1d90f2a382a1",
"campaignName": "2c8abebf-736d-4af5-9666-19142c91108e",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:17:24.7078596",
"end": "2026-04-03T06:17:24.7078596",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "VqkRPYgr1k2D3nt/ZDDZpg==",
"bonusItemPluGuid": "3d11a956-2b88-4dd6-83de-7b7f6430d9a6",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:17:24.7078596",
"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": "2026-04-03T06:17:24.7078596",
"campaignEndDate": "2026-04-03T06:17:24.7078596",
"masterPLUG_UID": "2iWceBbnT0CZHTldWR7E9g==",
"masterID": "789c25da-e716-404f-991d-395d591ec4f6",
"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": "EgYCFkYX3kGtMsbB8RwzeQ==",
"bonusMasterID": "16020612-1746-41de-ad32-c6c1f11c3379",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:17:24.7078596",
"dealCosts": [
{
"$ref": "101"
},
{
"$ref": "101"
}
],
"tags": [
{
"$id": "102",
"pluG_UID": "gNPxWWdVokGbpJQYtuqeFQ==",
"pluGuid": "59f1d380-5567-41a2-9ba4-9418b6ea9e15",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "102"
}
],
"alternateProductG_UID": "I1usBIbEukeHihw8zDdf3w==",
"alternateProduct": "04ac5b23-c486-47ba-878a-1c3ccc375fdf",
"altProduct": {
"$ref": "19"
},
"productHostCode": {
"$id": "103",
"id": 1,
"pluG_UID": "i3oB+QqRpEKaD4sK8IbSyA==",
"pluGuid": "f9017a8b-910a-42a4-9a0f-8b0af086d2c8",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:17:24.7078596",
"inventoryTracked": "2026-04-03T06:17:24.7078596",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "104",
"pluG_UID": "ZGuDw7F3N0SQ+qeepRaUWA==",
"pluGuid": "c3836b64-77b1-4437-90fa-a79ea5169458",
"fuelPluG_UID": "zVe5C1qAaU2wrmN7CFAF3g==",
"fuelPluGuid": "0bb957cd-805a-4d69-b0ae-637b085005de",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "104"
},
{
"$ref": "104"
}
]
},
"supplier": {
"$ref": "14"
},
"serviceFee": {
"$id": "105",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "17"
}
],
"orderCycleHeaders": [
{
"$id": "106",
"storeID": 1,
"supplierIdentifier": "183K4ZBy7kuIK3A+5xn2Hg==",
"supplierGuid": "e1cacdd7-7290-4bee-882b-703ee719f61e",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "106"
}
],
"cycles": [
{
"$id": "107",
"storeID": 1,
"supplierIdentifier": "AhXLDMG1/kqlRJF1w+umrA==",
"supplierGuid": "0ccb1502-b5c1-4afe-a544-9175c3eba6ac",
"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": "2026-04-03T06:17:24.7078596",
"deliveryDate": "2026-04-03T06:17:24.7078596",
"nextCutOffDate": "2026-04-03T06:17:24.7078596",
"nextDeliveryDate": "2026-04-03T06:17:24.7078596",
"nextDaysBuffer": 10
},
{
"$ref": "107"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-04-03T06:17:24.7078596",
"isHost": true
},
"files": [
{
"$id": "108",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:17:24.7078596",
"processed": "2026-04-03T06:17:24.7078596",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:17:24.7078596",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "13"
},
"metcashHeader": {
"$id": "109",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:17:24.7078596",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "108"
}
],
"zoneMatrix": [
{
"$id": "110",
"id": 1,
"hostIdentifier": "67Bx+uo/6EqleZU9QwYsLg==",
"hostIdentifierGuid": "fa71b0eb-3fea-4ae8-a579-953d43062c2e",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"ea704bfd-9f87-4341-85cd-c2dd6c1957ba",
"5f480e8e-ab0b-4d96-bbf9-193a8bece1ba"
]
},
{
"$ref": "110"
}
],
"hostFileStoreSetting": {
"$ref": "12"
},
"hostStoreSettings": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"promotionPlacements": [
{
"$id": "111",
"identifier": "BHFmgchzA0uxGLXUO0lvgg==",
"identifierGuid": "81667104-73c8-4b03-b118-b5d43b496f82",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "111"
}
],
"promoTypeGuids": [
"ec5338d6-ad81-4b99-9a11-2d39fc9e1048",
"bc0a1e4c-3d05-419e-a80e-a2abaa85a5ab"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "12"
}
],
"accounts": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"sales": [
{
"$id": "112",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:17:24.7078596",
"ftpSite": {
"$id": "113",
"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": "112"
}
],
"zoneMatrix": [
{
"$ref": "110"
},
{
"$ref": "110"
}
],
"cashManagements": [
{
"$id": "114",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "115",
"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": "114"
}
],
"updateStoreID": "e4077e1c-940c-43b2-acdd-cc2ca19bb979",
"updateStore": {
"$id": "116",
"id": "56a4db0c-a47c-428d-979b-53f06ef57a23",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:17:24.7078596",
"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": "2026-04-03T06:17:24.7078596"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "117",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"grade": {
"$id": "118",
"id": 1,
"gradeID": 2,
"storeID": 3,
"g_UID": "kNxSptdB50CNEs8VEe6lqg==",
"guid": "a652dc90-41d7-40e7-8d12-cf1511eea5aa",
"fuelGrade": "sample string 5",
"price1": 1,
"price2": 1,
"price3": 1,
"price4": 1,
"effective": "2026-04-03T06:17:24.7078596",
"updated": "2026-04-03T06:17:24.7078596",
"margin": 1,
"product": {
"$ref": "19"
}
}
}
},
{
"$ref": "7"
}
],
"cashBalancingFuelMeters": [
{
"$id": "119",
"headerIdentifier": "3YuJEccWNkKWwJGxgNOGtA==",
"headerIdentifierGuid": "11898bdd-16c7-4236-96c0-91b180d386b4",
"tankNumber": 2,
"hoseNumber": 3,
"pumpNumber": 4,
"fuelGradeID": 1,
"fuelGrade": "sample string 5",
"opening": 6.0,
"openingAdjust": true,
"adjustments": 8.0,
"samples": 9.0,
"pumpTest": 10.0,
"sales": 11.0,
"closing": 12.0,
"closingAdjust": true,
"rolledOver": true,
"dailyVariance": 15.0,
"rolloverVolume": 16.0,
"rolloverAdjustments": [
{
"$id": "120",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"dispenserNumber": 4,
"hoseNumber": 5,
"adjustedFor": "2026-04-03T06:17:24.7078596",
"adjustedAt": "2026-04-03T06:17:24.7078596",
"adjustmentVolume": 8.0,
"reasonDesc": "sample string 9",
"reason": 10,
"operatorG_UID": "HpxWgaEfZEKyt8A0e2Rxvw==",
"operatorGuid": "81569c1e-1fa1-4264-b2b7-c0347b6471bf",
"user": "sample string 11",
"processed": 1,
"storeName": "sample string 12",
"operatorName": "sample string 13"
},
{
"$ref": "120"
}
]
},
{
"$ref": "119"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Created cash balancing header
CashBalancingHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| Date | date |
None. |
|
| Started | date |
None. |
|
| Ended | date |
None. |
|
| CashFinalised | boolean |
None. |
|
| CashTotalAmount | integer |
None. |
|
| EftFinalised | boolean |
None. |
|
| EftTotalAmount | integer |
None. |
|
| BankFinalised | boolean |
None. |
|
| BankTotalAmount | integer |
None. |
|
| BankingOpened | boolean |
None. |
|
| FuelRequired |
Indicates that fuel finalisation is required for total finalisation |
boolean |
None. |
| FuelFinalised |
Indicates whether fuel has been finalised for this date |
boolean |
None. |
| CreatedDuringTradingDay |
Indicates that the records were last generated before the day had ended |
boolean |
None. |
| AccountingFinalised | AccountStatus |
None. |
|
| EndOfDayID | integer |
None. |
|
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| AutoFill |
Indicate to other internal methods the header's stores auto fill setting |
boolean |
Relation. This field may not always be loaded or used for updates. |
| CreateRelations |
Indicate to Generate Cash Balancing Header method whether relational records are needed |
boolean |
Relation. This field may not always be loaded or used for updates. |
| InvalidDates |
Ended can only be null for current end of day generated records (-1) and started can not be null unless this is a new end of day header (-1 current end of day WILL have a started) |
boolean |
Relation. This field may not always be loaded or used for updates. |
| CashDetails | Collection of CashBalancing |
Relation. This field may not always be loaded or used for updates. |
|
| EftDetails | Collection of CashBalancingEft |
Relation. This field may not always be loaded or used for updates. |
|
| BankDetailSummary | CashBalancingBanking |
Relation. This field may not always be loaded or used for updates. |
|
| CashBalancingBankingAccounts | Collection of CashBalancingBankingAccount |
Relation. This field may not always be loaded or used for updates. |
|
| CashBalancingFuelTankLevels | Collection of CashBalancingFuelTankLevel |
Relation. This field may not always be loaded or used for updates. |
|
| CashBalancingFuelMeters | Collection of CashBalancingFuelMeter |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"identifier": "waUnaUZ8JU+FwMDA9iQslw==",
"identifierGuid": "6927a5c1-7c46-4f25-85c0-c0c0f6242c97",
"storeID": 2,
"date": "2026-04-03T06:17:24.8484469",
"started": "2026-04-03T06:17:24.8484469",
"ended": "2026-04-03T06:17:24.8484469",
"cashFinalised": true,
"cashTotalAmount": 4,
"eftFinalised": true,
"eftTotalAmount": 6,
"bankFinalised": true,
"bankTotalAmount": 8,
"bankingOpened": true,
"fuelRequired": true,
"fuelFinalised": true,
"createdDuringTradingDay": true,
"accountingFinalised": 13,
"endOfDayID": 14,
"storeName": "sample string 15",
"autoFill": true,
"createRelations": true,
"invalidDates": false,
"cashDetails": [
{
"$id": "2",
"id": 1,
"headerIdentifier": "+7iI/dBBIUWSz5ppBP0IrA==",
"headerIdentifierGuid": "fd88b8fb-41d0-4521-92cf-9a6904fd08ac",
"operatorG_UID": "S689V2qkRki1qz5GhCnQFg==",
"operatorGuid": "573daf4b-a46a-4846-b5ab-3e468429d016",
"date": "2026-04-03T06:17:24.8484469",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "zy5Qi9XQsEe7gP2QtiIjJg==",
"shiftIdentifierGuid": "8b502ecf-d0d5-47b0-bb80-fd90b6222326",
"operatorCash": 6,
"managerCash": 7,
"expectedCash": 8,
"finalisedCash": 9,
"operatorCashNote": "sample string 10",
"managerCashNote": "sample string 11",
"expectedPickup": 12,
"pickupCash": 13,
"start": "2026-04-03T06:17:24.8484469",
"end": "2026-04-03T06:17:24.8484469",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
},
{
"$ref": "2"
}
],
"eftDetails": [
{
"$id": "3",
"id": 1,
"headerIdentifier": "HS1rESACP0qrUZAmvcfbyw==",
"headerIdentifierGuid": "116b2d1d-0220-4a3f-ab51-9026bdc7dbcb",
"date": "2026-04-03T06:17:24.8484469",
"machineID": 1,
"cardID": 3,
"cardName": "sample string 4",
"expectedAmount": 1,
"managerDeclared": 1,
"eftTenderCount": 1,
"machineName": "sample string 5"
},
{
"$ref": "3"
}
],
"bankDetailSummary": {
"$id": "4",
"id": 1,
"headerIdentifier": "VJKnWa94zkOnNy8IFdkvPQ==",
"headerIdentifierGuid": "59a79254-78af-43ce-a737-2f0815d92f3d",
"bankName": "sample string 3",
"expectedCash": 4,
"cashDeclared": 1,
"expectedPickup": 5,
"pickupDeclared": 1,
"expectedCheque": 6,
"chequeDeclared": 1
},
"cashBalancingBankingAccounts": [
{
"$id": "5",
"id": 1,
"headerIdentifier": "CtpToy5NWkmDRfP33dJc1w==",
"headerIdentifierGuid": "a353da0a-4d2e-495a-8345-f3f7ddd25cd7",
"storeAccountID": 3,
"cashDeclared": 4,
"pickupDeclared": 5,
"chequeDeclared": 6,
"accountName": "sample string 7",
"storeAccount": {
"$id": "6",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
}
},
{
"$ref": "5"
}
],
"cashBalancingFuelTankLevels": [
{
"$id": "7",
"headerIdentifier": "Izh4gtxmBUWnUjE+n0XrXw==",
"headerIdentifierGuid": "82783823-66dc-4505-a752-313e9f45eb5f",
"fuelTankNumber": 2,
"fuelGradeID": 1,
"fuelGrade": "sample string 3",
"opening": 4.0,
"openingAdjusted": true,
"adjustments": 6.0,
"deliveries": 7.0,
"deliveriesAdjusted": true,
"samples": 9.0,
"pumpTest": 10.0,
"sales": 11.0,
"closing": 12.0,
"closingAdjusted": true,
"dailyVariance": 14.0,
"waterLevel": 15.0,
"meterSales": 16.0,
"meterVariance": -5.0,
"twentyEightDayVariance": 17.0,
"fuelTank": {
"$id": "8",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"fuelGrade": "sample string 4",
"fuelGradeID": 1,
"capacity": 5.0,
"lpg": true,
"waterLevel": 7.0,
"updated": "2026-04-03T06:17:24.8484469",
"storeName": "sample string 9",
"store": {
"$id": "9",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": 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": "2026-04-03T06:17:24.8484469",
"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": "wFpIwvPABUKuLIvc8gDGNg==",
"hostIdentifierGuid": "c2485ac0-c0f3-4205-ae2c-8bdcf200c636",
"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,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:17:24.8484469",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "46WJ65oEpkujRd6X0nGZOw==",
"hostIdentifierGuid": "eb89a5e3-049a-4ba6-a345-de97d271993b",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "11",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "11"
},
"hostStoreSettings": [
{
"$id": "12",
"id": 1,
"hostIdentifier": "lOdrCSrMNUKgYCK230mtNA==",
"hostIdentifierGuid": "096be794-cc2a-4235-a060-22b6df49ad34",
"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,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "13",
"identifier": "J4w/OUqqLUu2AYpSZaSUFA==",
"identifierGuid": "393f8c27-aa4a-4b2d-b601-8a5265a49414",
"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": "DtDE980Y2kWWRwJi+mE/hw==",
"hostSupplierIdentifierGuid": "f7c4d00e-18cd-45da-9647-0262fa613f87",
"loyaltyPriceLevelIdentifier": "GojCx4IcX0KW6nuwTtSXSA==",
"loyaltyPriceLevelIdentifierGuid": "c7c2881a-1c82-425f-96ea-7bb04ed49748",
"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": "2026-04-03T06:17:24.8484469",
"lastProcessed": "2026-04-03T06:17:24.8484469",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "14",
"identifier": "U5GcfX5JCke/1XWYBfETUA==",
"identifierGuid": "7d9c9153-497e-470a-bfd5-759805f11350",
"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": "SadL5OT1q06jSnZA/XyZKA==",
"primaryContactID": "e44ba749-f5e4-4eab-a34a-7640fd7c9928",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "8wII9OOu9EOh7dVlNbBCOA==",
"supplierGroupGuid": "f40802f3-aee3-43f4-a1ed-d56535b04238",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:17:24.8484469",
"rebateLastClaimedAmount": 1.0,
"cartonsOnly": true,
"minimumOrderValue": 1,
"enforceMinimumQuantity": true,
"freight": 19.0,
"freightType": 20,
"deleted": true,
"deletedUser": "sample string 22",
"storeName": "sample string 23",
"primaryContact": {
"$id": "15",
"id": "2d018849-0be6-4063-8013-349d788c2cf4",
"identifier": "yALgDaUiu0myrkZcym7mlA==",
"identifierGuid": "0de002c8-22a5-49bb-b2ae-465cca6ee694",
"familyName": "sample string 1",
"givenNames": "sample string 2",
"otherNames": "sample string 3",
"title": "sample string 4",
"dateOfBirth": "sample string 5",
"sex": "sample string 6",
"address": "sample string 7",
"address1": "sample string 8",
"address2": "sample string 9",
"town": "sample string 10",
"state": "sample string 11",
"country": "sample string 12",
"postalCode": "sample string 13",
"telephone": "sample string 14",
"mobile": "sample string 15",
"email": "sample string 16",
"fax": "sample string 17",
"primary": true
},
"contacts": [
{
"$id": "16",
"supplierIdentifier": "+L9KKCgd+EqxznOJyajeUw==",
"supplierIdentifierGuid": "284abff8-1d28-4af8-b1ce-7389c9a8de53",
"contactGuid": "7107O39mdkqcHyKPS6f/5Q==",
"contactID": "3b3b5def-667f-4a76-9c1f-228f4ba7ffe5",
"contact": {
"$ref": "15"
},
"supplier": {
"$ref": "14"
}
},
{
"$ref": "16"
}
],
"products": [
{
"$id": "17",
"pluG_UID": "UlkLTrdgd024B7VapFPv4g==",
"pluGuid": "4e0b5952-60b7-4d77-b807-b55aa453efe2",
"supplierIdentifier": "91JXfxLDwEOmWCCerxrP9g==",
"supplierIdentifierGuid": "7f5752f7-c312-43c0-a658-209eaf1acff6",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:17:24.8484469",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:17:24.8484469",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "18",
"pluG_UID": "Av1EjfDhp0uS64iXqOHV5A==",
"pluGuid": "8d44fd02-e1f0-4ba7-92eb-8897a8e1d5e4",
"supplierIdentifier": "cxlmq2IsYkmlpckoAXU/eQ==",
"supplierIdentifierGuid": "ab661973-2c62-4962-a5a5-c92801753f79",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "18"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "NDL93MlC7k2wAL12YDhXig==",
"parentPluGuid": "dcfd3234-42c9-4dee-b000-bd766038578a",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "19",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "vXHQej5PEUWpMksxIE24Fg==",
"guid": "7ad071bd-4f3e-4511-a932-4b31204db816",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "TymyAJlSkU6GurVhWMPK5w==",
"priceGroupGuid": "00b2294f-5299-4e91-86ba-b56158c3cae7",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:17:24.8484469",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:17:24.8484469",
"pluCreated": "2026-04-03T06:17:24.8484469",
"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": "2026-04-03T06:17:24.8484469",
"lastManualUpdate": "2026-04-03T06:17:24.8484469",
"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": "2026-04-03T06:17:24.8484469",
"currentCostUpdated": "2026-04-03T06:17:24.8484469",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:17:24.8484469",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:17:24.8484469",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "VkI/i8DKaUGyJKJiAntKDw==",
"altPLUGuid": "8b3f4256-cac0-4169-b224-a262027b4a0f",
"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": "2026-04-03T06:17:24.8484469",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "bC4E6naig0eAb6obYXGrWA==",
"shelfPageLayoutGuid": "ea042e6c-a276-4783-806f-aa1b6171ab58",
"talkerPageLayoutG_UID": "UVi873+heUiV87Z+0v4lFw==",
"talkerPageLayoutGuid": "efbc5851-a17f-4879-95f3-b67ed2fe2517",
"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,
"liabilityItem": true,
"trackSerial": true,
"trackSerialChanged": true,
"allowZeroPrice": true,
"allowZeroPriceChanged": true,
"notForSale": 92,
"notForSaleChanged": true,
"excludeFromDeals": true,
"excludeFromVoucher": true,
"minimumAge": 95,
"minimumAgeChanged": true,
"buyingLimit": 1,
"buyingLimitChanged": true,
"buyingLimitIndependent": true,
"buyingLimitIndependentChanged": true,
"inventoryGuid": "3bl9FyHRTEa5SXsUacK5JA==",
"inventoryIdentifier": "177db9dd-d121-464c-b949-7b1469c2b924",
"inventoryAccuracy": 1,
"baseUnits": 99,
"orderPacked": 1,
"isManufactured": true,
"isIngredient": true,
"isModifier": true,
"isModifierChanged": true,
"hasModifiers": 100,
"defaultPrinter": "sample string 101",
"defaultPrinterGroup": "sample string 102",
"ingredientsOnManufacture": true,
"manufactureUnitMeasure": 1,
"mpl": 1,
"maxShelfQty": 103,
"allowAutoOrder": true,
"warrantyPeriod": 1,
"parentPluG_UId": "OwpJ7Y5xmEKlfSUvccy8MA==",
"parentPluGuid": "ed490a3b-718e-4298-a57d-252f71ccbc30",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "r+19D724zky1TeIWgEkohg==",
"supplierIdentifierGuid": "0f7dedaf-b8bd-4cce-b54d-e21680492886",
"supplierChanged": true,
"rebateSupplierIdentifier": "xkElF2n5tUmf0egS6Zh81w==",
"rebateSupplierIdentifierGuid": "172541c6-f969-49b5-9fd1-e812e9987cd7",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:17:24.8484469",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "zf8X6I4OPkKMa9Oj/4GUCg==",
"hostIdentifierGuid": "e817ffcd-0e8e-423e-8c6b-d3a3ff81940a",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"store": {
"$ref": "9"
},
"storePrices": [
{
"$id": "20",
"pluG_UID": "QDVSppNiPEKmSpIEVNcZJA==",
"pluGuid": "a6523540-6293-423c-a64a-920454d71924",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:17:24.8484469"
},
{
"$ref": "20"
}
],
"currentPrices": {
"$id": "21",
"pluPrices": {
"$id": "22",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:17:24.8484469",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "22"
},
"winningCampaign": 1,
"winner": {
"$id": "23",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:17:24.8484469",
"startTime": 5,
"endDate": "2026-04-03T06:17:24.8484469",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "jVrPfA7Z602d2HnRwSEY7Q==",
"hostIdentifierGuid": "7ccf5a8d-d90e-4deb-9dd8-79d1c12118ed",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "23"
},
{
"$ref": "23"
}
]
},
"tray": {
"$id": "24",
"g_UId": "4Wb0o9I1iEKeQN/pwNr4+Q==",
"guid": "a3f466e1-35d2-4288-9e40-dfe9c0daf8f9",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "25",
"priceGroupG_UID": "w4Ww8/ucnka8NtYjvc/kRw==",
"priceGroupGuid": "f3b085c3-9cfb-469e-bc36-d623bdcfe447",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:17:24.8484469",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "26",
"pluG_UID": "M6sg3L2wBEm7gUFKWqqotA==",
"pluGuid": "dc20ab33-b0bd-4904-bb81-414a5aaaa8b4",
"plu": 1,
"servingsPerPack": 1,
"servingSize": 1,
"showAllergens": 1,
"energy": 1,
"protein": 1,
"fat": 1,
"saturated": 1,
"carbo": 1,
"sugars": 1,
"sodium": 1,
"potasium": 1,
"calcium": 1,
"fibre": 1,
"soya": 1,
"nutsSeeds": 1,
"shells": 1,
"eggs": 1,
"dairy": 1,
"gluten": 1,
"sulphites": 1,
"peanuts": 1,
"sesame": 1,
"fish": 1,
"lupins": 1
},
"dates": {
"$id": "27",
"pluGuid": "d7bde581-7f50-429a-8e4a-8392cfad390e",
"created": "2026-04-03T06:17:24.8484469",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:17:24.8484469",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:17:24.8484469",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:17:24.8484469",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:17:24.8484469",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:17:24.8484469",
"lastSold": "2026-04-03T06:17:24.8484469",
"firstSold": "2026-04-03T06:17:24.8484469",
"awsUpdated": "2026-04-03T06:17:24.8484469",
"lastManualUpdate": "2026-04-03T06:17:24.8484469",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:17:24.8484469",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:17:24.8484469",
"doNotRangeUpdated": "2026-04-03T06:17:24.8484469",
"doNotOrderUpdated": "2026-04-03T06:17:24.8484469",
"tracked": "2026-04-03T06:17:24.8484469"
},
"allergens": [
{
"$id": "28",
"primaryKey": {
"$id": "29",
"pluGuid": "3415faca-e44e-4583-a1a2-86fdb7742ab5",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "yvoVNE7kg0Whoob9t3QqtQ==",
"pluGuid": "3415faca-e44e-4583-a1a2-86fdb7742ab5",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"costs": {
"$id": "30",
"pluG_UID": "CThOdt1F802RSaG+6p8UsA==",
"pluGuid": "764e3809-45dd-4df3-9149-a1beea9f14b0",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:17:24.8484469",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "31",
"saleHeaderID": 1,
"created": "2026-04-03T06:17:24.8484469",
"createdLocal": "2026-04-03T06:17:24.8484469",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "J7uQoNyrTEK+8O6lQNYw1A==",
"operatorGuid": "a090bb27-abdc-424c-bef0-eea540d630d4",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "d0IP268JDEmVLOe/qpe35A==",
"pluGuid": "db0f4277-09af-490c-952c-e7bfaa97b7e4",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "32",
"id": 1,
"g_Uid": "uM+836yDNUu/fT15vwLl2g==",
"guid": "dfbccfb8-83ac-4b35-bf7d-3d79bf02e5da",
"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": "2026-04-03T06:17:24.8484469",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:17:24.8484469",
"endShift": "2026-04-03T06:17:24.8484469",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "33",
"operatorG_UID": "iQbKElZefkOKmGmre5l1ew==",
"operatorGuid": "12ca0689-5e56-437e-8a98-69ab7b99757b",
"storeID": 2,
"operator": {
"$ref": "32"
},
"store": {
"$ref": "9"
}
},
{
"$ref": "33"
}
]
}
},
{
"$ref": "31"
}
],
"apns": [
{
"$id": "34",
"pluID": 1,
"pluG_UID": "FxMxxG8cN0yBJn9uWBbywQ==",
"pluGuid": "c4311317-1c6f-4c37-8126-7f6e5816f2c1",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "34"
}
],
"tuns": [
{
"$id": "35",
"pluG_UId": "CG8YWwLIoUCJH9jWs9y5Bg==",
"pluGuid": "5b186f08-c802-40a1-891f-d8d6b3dcb906",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "19"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"competitionPricing": [
{
"$id": "36",
"identifier": "0HX4sK46K0GfmgDcfyV4fQ==",
"identifierGuid": "b0f875d0-3aae-412b-9f9a-00dc7f25787d",
"pluG_UID": "rMUswQ1IY0qbRLChsxoEBw==",
"pluGuid": "c12cc5ac-480d-4a63-9b44-b0a1b31a0407",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "36"
}
],
"supplier": {
"$ref": "14"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"ordering": {
"$ref": "17"
},
"flipChartPages": [
{
"$id": "37",
"identifier": "SG9ABfXvrUe/I3rNrIFFmA==",
"groupName": "sample string 1",
"identifierGuid": "05406f48-eff5-47ad-bf23-7acdac814598",
"exists": true,
"flipChartIdentifier": "oQ5piifsikmM5ukT4V7gCQ==",
"flipChartIdentifierGuid": "8a690ea1-ec27-498a-8ce6-e913e15ee009",
"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": "Uepuwf8jfkuruWO1FhiYYA==",
"groupIdentifierGuid": "c16eea51-23ff-4b7e-abb9-63b516189860",
"flipChart": {
"$id": "38",
"identifier": "YQoOAAydmkqTZ8gfUWBvzw==",
"identifierGuid": "000e0a61-9d0c-4a9a-9367-c81f51606fcf",
"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": "39",
"identifier": "xgTpAvpdMUycxe4ftEGGwg==",
"identifierGuid": "02e904c6-5dfa-4c31-9cc5-ee1fb44186c2",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "40",
"id": 1,
"g_UID": "E4Y7fRMmkEKJkZKB+lgZLA==",
"guid": "7d3b8613-2613-4290-8991-9281fa58192c",
"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": "Q+Y9vpG2ZE+o7Ny25a9NDg==",
"previousFormGuid": "be3de643-b691-4f64-a8ec-dcb6e5af4d0e",
"nextForm": 1,
"nextFormG_UID": "IZRAVWgCs0iflAWdVcGLMg==",
"nextFormGuid": "55409421-0268-48b3-9f94-059d55c18b32",
"attributes": "sample string 10",
"updated": "2026-04-03T06:17:24.8484469",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "40"
},
"previousCheckoutForm": {
"$ref": "40"
},
"buttons": [
{
"$id": "41",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "KZf2xf8RgUyEXSfJCVOG7w==",
"checkoutFormGuid": "c5f69729-11ff-4c81-845d-27c9095386ef",
"identifier": "X1mFcjhTNEm5fchcqXG0/A==",
"identifierGuid": "7285595f-5338-4934-b97d-c85ca971b4fc",
"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": "q48R4KMUXUySy0c1le+kSA==",
"valueGuid": "e0118fab-14a3-4c5d-92cb-473595efa448",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:17:24.8484469",
"action": "sample string 12",
"valueForm": {
"$ref": "40"
},
"image": {
"$id": "42",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:17:24.8484469",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "41"
}
],
"panels": [
{
"$id": "43",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "NR489Iq9lkCKXILOTNFh1A==",
"checkoutFormGuid": "f43c1e35-bd8a-4096-8a5c-82ce4cd161d4",
"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": "43"
}
]
},
{
"$ref": "40"
}
],
"panels": [
{
"$ref": "43"
},
{
"$ref": "43"
}
]
},
"pages": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
"contentPanel": {
"$ref": "43"
},
"products": [
{
"$id": "44",
"flipChartPageIdentifier": "wkUPf6PwskSylHmVwTIw9w==",
"flipChartPageIdentifierGuid": "7f0f45c2-f0a3-44b2-b294-7995c13230f7",
"pluG_UID": "MH05SqIGwU6cnEesNPPsDA==",
"pluGuid": "4a397d30-06a2-4ec1-9c9c-47ac34f3ec0c",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "19"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "44"
}
],
"productCount": 27,
"pages": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
{
"$ref": "37"
}
],
"priceHistory": [
{
"$id": "45",
"pluG_UID": "yiSrfR19bEOd8DxKQMc76w==",
"pluGuid": "7dab24ca-7d1d-436c-9df0-3c4a40c73beb",
"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": "2026-04-03T06:17:24.8484469",
"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": "45"
}
],
"ingredients": [
{
"$id": "46",
"pluG_UID": "iB0sasX3i0+wbDl0+Pbbjw==",
"ingredientGuid": "uQg1Db4PN0+Tti5D4i1dUA==",
"ingredientIdentifier": "0d3508b9-0fbe-4f37-93b6-2e43e22d5d50",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "19"
}
},
{
"$ref": "46"
}
],
"bins": [
{
"$id": "47",
"pluG_UID": "UTLVnsqNvkeyjdKHqCUFew==",
"pluGuid": "9ed53251-8dca-47be-b28d-d287a825057b",
"shelfLocationIdentifier": "1grlj6ta30iE5DL/j9X5PA==",
"shelfLocationGuid": "8fe50ad6-5aab-48df-84e4-32ff8fd5f93c",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "Dfd+MBvoU0aFC1UKgcWFhA==",
"labelPageLayoutGuid": "307ef70d-e81b-4653-850b-550a81c58584",
"updated": "2026-04-03T06:17:24.8484469",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "19"
},
"location": {
"$id": "48",
"identifier": "lOo2Qx0EYkqkgdhgfI86zA==",
"storeID": 1,
"identifierGuid": "4336ea94-041d-4a62-a481-d8607c8f3acc",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:17:24.8484469",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
}
},
{
"$ref": "47"
}
],
"bin": {
"$ref": "47"
},
"scaleLocations": [
{
"$id": "49",
"plu": 1,
"pluG_UID": "oR6IOjcxAUuapmcjBTJWrA==",
"pluGuid": "3a881ea1-3137-4b01-9aa6-6723053256ac",
"deptNo": 1,
"product": {
"$ref": "19"
},
"scaleLocation": {
"$id": "50",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:17:24.8484469",
"department": {
"$id": "51",
"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": "50"
},
"subDepartments": [
{
"$id": "52",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "53",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "54",
"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": "2026-04-03T06:17:24.8484469",
"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": "gZAF6qMpfE2tV5wqmbHJqg==",
"labelPageLayoutGuid": "ea059081-29a3-4d7c-ad57-9c2a99b1c9aa",
"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": "55",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "56",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "57"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "56"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$id": "58",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "57"
}
},
{
"$ref": "54"
}
],
"updated": "2026-04-03T06:17:24.8484469",
"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": "9h5CVm6RL0Gyy/BA1zi3rw==",
"labelPageLayoutGuid": "56421ef6-916e-412f-b2cb-f040d738b7af",
"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": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
}
},
{
"$ref": "53"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:17:24.8484469",
"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": "DYtOC2sI+EK3HgwurUP0HA==",
"labelPageLayoutGuid": "0b4e8b0d-086b-42f8-b71e-0c2ead43f41c",
"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": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
}
},
{
"$ref": "52"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:17:24.8484469",
"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": "NnLMfpBhhUOGqXMjmwM46Q==",
"labelPageLayoutGuid": "7ecc7236-6190-4385-86a9-73239b0338e9",
"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": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
}
}
}
},
{
"$ref": "49"
}
],
"nextPrice": {
"$id": "59",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "CrmnfQWF1UyC8mwWfgcPQQ==",
"pluGuid": "7da7b90a-8505-4cd5-82f2-6c167e070f41",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "rFtEqMTFFE6wHw8Dkio3lQ==",
"dealCostGuid": "a8445bac-c5c4-4e14-b01f-0f03922a3795",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "EJnrJ8vqK0efaPW6kkHbPg==",
"priceGroupGuid": "27eb9910-eacb-472b-9f68-f5ba9241db3e",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:17:24.8484469",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3b8d77ee-d2f9-4124-bfb0-99c27169f631",
"campaignComboPriceGroupG_UID": "1ODsbXbh/Emf2iPhxSGcqQ==",
"campaignComboPriceGroupIdentifier": "6dece0d4-e176-49fc-9fda-23e1c5219ca9",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "60",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:17:24.8484469",
"operatorG_UID": "qpLyG5rBnUaFnLlgRhFgDQ==",
"operatorGuid": "1bf292aa-c19a-469d-859c-b9604611600d",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:17:24.8484469",
"signIqTicketFileMovedUtc": "2026-04-03T06:17:24.8484469",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:17:24.8484469",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "98ad2cf3-f157-45d9-afa0-18290ac5840f",
"product": {
"$ref": "19"
},
"campaignPlu": {
"$ref": "59"
},
"fuelItem": true
},
{
"$ref": "60"
}
],
"campaign": {
"$id": "61",
"id": 1,
"storeID": 2,
"name": "7a6cdd28-f24a-4031-a617-e91e92c7cad1",
"nameGuid": "7a6cdd28-f24a-4031-a617-e91e92c7cad1",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:17:24.8484469",
"startTime": 1,
"endDate": "2026-04-03T06:17:24.8484469",
"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": "2026-04-03T06:17:24.8484469",
"system": true,
"created": "2026-04-03T06:17:24.8484469",
"updated": "2026-04-03T06:17:24.8484469",
"priceChangeNotifiedUtc": "2026-04-03T06:17:24.8484469",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "QlFg7Xqjz0OzFDl7qjS8Sw==",
"hostIdentifierGuid": "ed605142-a37a-43cf-b314-397baa34bc4b",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:17:24.8484469",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"campaignPools": [
{
"$id": "62",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "zpY02obLoEmJpz3F3KMA0g==",
"pluGuid": "da3496ce-cb86-49a0-89a7-3dc5dca300d2",
"hostOfferID": 1,
"priceGroupG_UID": "f2yWYDcnHUaXaoQUZoxShg==",
"priceGroupGuid": "60966c7f-2737-461d-976a-8414668c5286",
"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": "2026-04-03T06:17:24.8484469",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "19"
},
"campaign": {
"$ref": "61"
}
},
{
"$ref": "62"
}
],
"sellingRules": [
{
"$id": "63",
"id": 1,
"identifier": "cy1BCoe1EE6k4NTpUjGZgw==",
"identifierStr": "cy1BCoe1EE6k4NTpUjGZgw==",
"identifierGuid": "0a412d73-b587-4e10-a4e0-d4e952319983",
"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": "61"
}
},
{
"$ref": "63"
}
],
"customers": [
{
"$id": "64",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "RzvB1sg8vk2EGZFbRHOfIQ==",
"customerIDGuid": "d6c13b47-3cc8-4dbe-8419-915b44739f21",
"campaign": {
"$ref": "61"
},
"customer": {
"$id": "65",
"identifier": "S3aIHrk+KUav1ysdOPC3yA==",
"identifierGuid": "1e88764b-3eb9-4629-afd7-2b1d38f0b7c8",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:17:24.8484469",
"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": "POAUiHn9vU22MCCUA9Y8OQ==",
"communityIdentifierGuid": "8814e03c-fd79-4dbd-b630-209403d63c39",
"joined": "2026-04-03T06:17:24.8484469",
"updated": "2026-04-03T06:17:24.8484469",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "tuqHYNJQ40eBSO0RKJQilw==",
"priceLevelIdentifierGuid": "6087eab6-50d2-47e3-8148-ed1128942297",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:17:24.8484469",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "66",
"cardType": 2,
"issueDate": "2026-04-03T06:17:24.8484469",
"expiry": "2026-04-03T06:17:24.8484469",
"customerID": "aSghZYHsV0C9N9MkMtRQgg==",
"customerIDGuid": "65212869-ec81-4057-bd37-d32432d45082",
"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": "2026-04-03T06:17:24.8484469",
"linkedAccount": "XaMdee5hc0i5uG6S0n/mHw==",
"linkedAccountGuid": "791da35d-61ee-4873-b9b8-6e92d27fe61f",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "65"
},
"account": {
"$id": "67",
"id": 1,
"identifier": "Eu8XISSAR0S5ynRH0iuilA==",
"identifierGuid": "2117ef12-8024-4447-b9ca-7447d22ba294",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:17:24.8484469",
"owner": "gOeXevbD7ECDuG++EjTwZA==",
"ownerGuid": "7a97e780-c3f6-40ec-83b8-6fbe1234f064",
"accountStoreGroupIdentifier": "+GAReFNY10y7Dz+i+x3npQ==",
"accountStoreGroupGuid": "781160f8-5853-4cd7-bb0f-3fa2fb1de7a5",
"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": "2026-04-03T06:17:24.8484469",
"active": true,
"updated": "2026-04-03T06:17:24.8484469",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "65"
},
"card": {
"$ref": "66"
},
"members": {
"$id": "68",
"sample string 1": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"sample string 2": [
{
"$ref": "65"
},
{
"$ref": "65"
}
]
},
"customerGroups": [
{
"$id": "69",
"identifier": "IyAT3EwTrE6FGf37l+mHdQ==",
"identifierGuid": "dc132023-134c-4eac-8519-fdfb97e98775",
"name": "sample string 2",
"primaryContact": "ymj6OjzwLESbjzb0S4gYdA==",
"primaryContactGuid": "3afa68ca-f03c-442c-9b8f-36f44b881874",
"accountID": "1ELyQPsPn0aPt4D0LIl62w==",
"accountIDGuid": "40f242d4-0ffb-469f-8fb7-80f42c897adb",
"special": true,
"updated": "2026-04-03T06:17:24.8484469",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "hKJtrHYC+kuzFKHZ8Z0m7w==",
"priceLevelIdentifierGuid": "ac6da284-0276-4bfa-b314-a1d9f19d26ef",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "67"
},
"primaryContactCustomer": {
"$ref": "65"
},
"customerGroupMembers": [
{
"$id": "70",
"id": 1,
"groupID": "/qsx/Uh8MkSQPh/kWHBZ3g==",
"groupIDGuid": "fd31abfe-7c48-4432-903e-1fe4587059de",
"customerID": "XHIWMc9nr0i7YNtnos4P1w==",
"customerIDGuid": "3116725c-67cf-48af-bb60-db67a2ce0fd7",
"card": "sample string 4",
"linkedAccount": "bTWHA5eSw0etPBlnscGFkQ==",
"linkedAccountGuid": "0387356d-9297-47c3-ad3c-1967b1c18591",
"customer": {
"$ref": "65"
},
"group": {
"$ref": "69"
},
"customerCard": {
"$ref": "66"
}
},
{
"$ref": "70"
}
]
},
{
"$ref": "69"
}
]
},
"payments": [
{
"$id": "71",
"id": 1,
"identifier": "iIL9Pq3tmEO3hnnHD07TGg==",
"identifierGuid": "3efd8288-edad-4398-b786-79c70f4ed31a",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "X1/LvHeVOkCKC+CCI9Jdtg==",
"accountIDGuid": "bccb5f5f-9577-403a-8a0b-e08223d25db6",
"customerAccount": {
"$ref": "67"
},
"customerCard": {
"$ref": "66"
},
"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": "2026-04-03T06:17:24.8484469",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "78LMSRa5NEGB7Fk3r1062A==",
"idempotentVoidGuid": "49ccc2ef-b916-4134-81ec-5937af5d3ad8",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "72",
"saleHeaderID": 1,
"saleHeaderGuid": "rwi/JFEcA0+zFYuCHtgmnw==",
"saleHeaderIdentifierGuid": "24bf08af-1c51-4f03-b315-8b821ed8269f",
"created": "2026-04-03T06:17:24.8484469",
"createdLocal": "2026-04-03T06:17:24.8484469",
"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": "2026-04-03T06:17:24.8484469",
"storeID": 1,
"operatorG_Uid": "7czusGbuzUK1ve87RhEmLg==",
"operatorGuid": "b0eecced-ee66-42cd-b5bd-ef3b4611262e",
"customerG_Uid": "txfAZWcFQEOmM+C+7CTFnw==",
"customerGuid": "65c017b7-0567-4340-a633-e0beec24c59f",
"communityIdentifier": "vZHyKXbLQEaSS/vJvScqJQ==",
"communityIdentifierGuid": "29f291bd-cb76-4640-924b-fbc9bd272a25",
"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": "kzrNz+L48UquHHhg0Er4wg==",
"priceLevelIdentifierGuid": "cfcd3a93-f8e2-4af1-ae1c-7860d04af8c2",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:17:24.8484469+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "73",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:17:24.8484469",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "32"
},
"customer": {
"$ref": "65"
},
"communityOrganisation": {
"$id": "74",
"id": 1,
"identifier": "qpVGuA0l2EeKE7vsG/3AiQ==",
"identifierGuid": "b84695aa-250d-47d8-8a13-bbec1bfdc089",
"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",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:17:24.8484469",
"promoPeriodEnd": "2026-04-03T06:17:24.8484469",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:17:24.8484469",
"deleted": true
},
"details": [
{
"$id": "75",
"saleItemID": 1,
"identifier": "MelRhFwG4Ueg9kXxqB5jvQ==",
"identifierGuid": "8451e931-065c-47e1-a0f6-45f1a81e63bd",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "E4TGekUM00KVFEkDAKicIg==",
"pluGuid": "7ac68413-0c45-42d3-9514-490300a89c22",
"accountID": "4EnvWmwBf0eB2xUM/J8tIQ==",
"accountIDGuid": "5aef49e0-016c-477f-81db-150cfc9f2d21",
"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": "2026-04-03T06:17:24.8484469",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "tAuMM4YtgkyP8Nqjvw+1mw==",
"refundGuid": "338c0bb4-2d86-4c82-8ff0-daa3bf0fb59b",
"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": "Y8OheMjNnkqsGV0zj0SSxA==",
"idempotentVoidGuid": "78a1c363-cdc8-4a9e-ac19-5d338f4492c4",
"priceLevelIdentifier": "9dKVvcMGKUyNGtEaCRy5xQ==",
"priceLevelIdentifierGuid": "bd95d2f5-06c3-4c29-8d1a-d11a091cb9c5",
"communityIdentifier": "vWYPfVA20kmoXusrwUUp8Q==",
"communityIdentifierGuid": "7d0f66bd-3650-49d2-a85e-eb2bc14529f1",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "76",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:17:24.8484469",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "76"
}
],
"refund": {
"$id": "77",
"id": 1,
"g_UID": "qL98wJb2N0iVUG1ecXwWnQ==",
"guid": "c07cbfa8-f696-4837-9550-6d5e717c169d",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:17:24.8484469"
},
"modifier": {
"$id": "78",
"id": 1,
"setG_UID": "QdVJXmQKfE6cqOIa2ZuxBQ==",
"modifierSetGuid": "5e49d541-0a64-4e7c-9ca8-e21ad99bb105",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Zd4u5jHhDUGeTHJS8MsvoA==",
"pluGuid": "e62ede65-e131-410d-9e4c-7252f0cb2fa0",
"deleted": true,
"g_UID": "URrVmP4NP02WZQXihfHmXg==",
"guid": "98d51a51-0dfe-4d3f-9665-05e285f1e65e",
"product": {
"$ref": "19"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "75"
}
],
"eftReceipts": [
{
"$id": "79",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "72"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "79"
}
],
"payments": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"cards": [
{
"$id": "80",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "80"
}
],
"campaignHits": [
{
"$id": "81",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "81"
}
],
"fuel": [
{
"$id": "82",
"id": 1,
"plu": 1,
"pluG_UID": "uYfe00apEEa6uE6iGY2q0Q==",
"pluGuid": "d3de87b9-a946-4610-bab8-4ea2198daad1",
"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": "2026-04-03T06:17:24.8484469",
"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": "2026-04-03T06:17:24.8484469",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "82"
}
],
"fuelResells": [
{
"$id": "83",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "96tQToa+5UGnz9ry+kv51g==",
"pluGuid": "4e50abf7-be86-41e5-a7cf-daf2fa4bf9d6",
"accountID": "+twSH2zMfEKRg43KrqAe1g==",
"accountIDGuid": "1f12dcfa-cc6c-427c-9183-8dcaaea01ed6",
"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": "2026-04-03T06:17:24.8484469",
"bestOrExpireType": 1,
"refundG_UID": "G8b+WXHhi0CBTuDzHqkzSA==",
"refundGuid": "59fec61b-e171-408b-814e-e0f31ea93348",
"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": "83"
}
],
"customerOrder": [
{
"$id": "84",
"identifier": "SFMM9p3BU0218AqCjDv6yQ==",
"identifierGuid": "f60c5348-c19d-4d53-b5f0-0a828c3bfac9",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "9LwF6u14A0KYcacFa08aPA==",
"customerIdentifierGuid": "ea05bcf4-78ed-4203-9871-a7056b4f1a3c",
"operatorNo": 1,
"operatorG_UID": "OPqu+0QeCEa7/GlulTAYVQ==",
"operatorGuid": "fbaefa38-1e44-4608-bbfc-696e95301855",
"created": "2026-04-03T06:17:24.8484469",
"ordered": "2026-04-03T06:17:24.8484469",
"started": "2026-04-03T06:17:24.8484469",
"completed": "2026-04-03T06:17:24.8484469",
"supplied": "2026-04-03T06:17:24.8484469",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "65"
},
"operator": {
"$ref": "32"
},
"details": [
{
"$id": "85",
"headerID": 1,
"plu": 1,
"pluG_UId": "ZyLGcz6m0Ueg2i0fWQyIcA==",
"pluGuid": "73c62267-a63e-47d1-a0da-2d1f590c8870",
"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": "96zmuKrV1kKxczpb+s2dxA==",
"headerIdentifierGuid": "b8e6acf7-d5aa-42d6-b173-3a5bfacd9dc4",
"product": {
"$ref": "19"
}
},
{
"$ref": "85"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "72"
}
},
{
"$ref": "84"
}
],
"surveyResponses": [
{
"$id": "86",
"surveyG_UID": "gBsYBvbiHEuVdR0BhyTkdw==",
"surveyGuid": "06181b80-e2f6-4b1c-9575-1d018724e477",
"saleHeaderGuid": "+doOWPLRQUes26e6QMSBIA==",
"saleGuid": "580edaf9-d1f2-4741-acdb-a7ba40c48120",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "XLzaSCqe60ulaFZw7rJd0g==",
"guidResponse": "48dabc5c-9e2a-4beb-a568-5670eeb25dd2",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:17:24.8484469",
"sale": {
"$ref": "72"
},
"survey": {
"$id": "87",
"g_UID": "fWfmSY5YhEeTi9IMNxKIQQ==",
"guid": "49e6677d-588e-4784-938b-d20c37128841",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "MSwg928jbk+/BUInfwYzSA==",
"checkoutFormGuid": "f7202c31-236f-4f6e-bf05-42277f063348",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:17:24.8484469",
"end": "2026-04-03T06:17:24.8484469",
"deleted": true,
"updated": "2026-04-03T06:17:24.8484469",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"458a2d63-3504-46df-9e6d-0584519d0c7c",
"2774b366-6d82-4c29-a76d-19bde3c297b3"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "40"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "86"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "GWUFBoKhhk6Mq1jeFXrshw==",
"accountIdentifier": "06056519-a182-4e86-8cab-58de157aec87",
"accountName": "sample string 44",
"customerOrderIdentifier": "0QjhhfvkkkC6nJdM+cRi0A==",
"customerOrderIdentifierGuid": "85e108d1-e4fb-4092-ba9c-974cf9c462d0",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "88",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "GFWvj1zb70u87RntEg93Tw==",
"paymentIdentifierGuid": "8faf5518-db5c-4bef-bced-19ed120f774f",
"identifier": "5EPcDZxI7UiPjhkJi1br7g==",
"identifierGuid": "0ddc43e4-489c-48ed-8f8e-19098b56ebee",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "pC7KqTZGUk+fqqiY+gUs4Q==",
"itemIdentifierGuid": "a9ca2ea4-4636-4f52-9faa-a898fa052ce1"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "66"
}
],
"customerGroupMembers": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"customerGroups": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"accounts": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"account": {
"$ref": "67"
},
"vouchers": [
{
"$id": "89",
"customerIdentifier": "AMTV1I6trUyZd26uqePvEQ==",
"customerIdentifierGuid": "d4d5c400-ad8e-4cad-9977-6eaea9e3ef11",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "XOpIGjO8vU6QMTuhp4sVzQ==",
"idempotentGuid": "1a48ea5c-bc33-4ebd-9031-3ba1a78b15cd",
"offline": true,
"voucher": {
"$id": "90",
"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": "2026-04-03T06:17:24.8484469",
"barcodeTemplate": {
"$id": "91",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "92",
"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": "2026-04-03T06:17:24.8484469",
"labelPageLayout": "spE1U1lU+0u9mPQmN3YXtQ==",
"pageLayoutGuid": "533591b2-5459-4bfb-bd98-f426377617b5",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "90"
},
"elements": [
{
"$id": "93",
"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": "2026-04-03T06:17:24.8484469"
},
{
"$ref": "93"
}
]
},
"customerVouchers": [
{
"$id": "94",
"id": 1,
"customerIdentifier": "RPha4aFWUE6IPRcACLyjtw==",
"customerIdentifierGuid": "e15af844-56a1-4e50-883d-170008bca3b7",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:17:24.8484469",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "g47qHcgEg0G2RSo2K02WFw==",
"issuedIdempotentGuid": "1dea8e83-04c8-4183-b645-2a362b4d9617",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:17:24.8484469",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:17:24.8484469",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "L8SX8rDQkU2OMsaLapaqeg==",
"redeemedIdempotentGuid": "f297c42f-d0b0-4d91-8e32-c68b6a96aa7a",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:17:24.8484469",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "92"
},
"voucher": {
"$ref": "90"
},
"customer": {
"$ref": "65"
},
"issuedOfflinePayment": {
"$ref": "71"
},
"redeemedOfflinePayment": {
"$ref": "71"
}
},
{
"$ref": "94"
}
]
},
"customer": {
"$ref": "65"
}
},
{
"$ref": "89"
}
]
}
},
{
"$ref": "64"
}
],
"customerGroups": [
{
"$id": "95",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "Xtt8Ylhy50mTRiea9YzIbQ==",
"groupIDGuid": "627cdb5e-7258-49e7-9346-279af58cc86d",
"campaign": {
"$ref": "61"
},
"group": {
"$ref": "69"
}
},
{
"$ref": "95"
}
],
"signIqTickets": [
{
"$id": "96",
"identifier": "HZvNT+yXmkimO0qvhM9hqQ==",
"identifierGuid": "4fcd9b1d-97ec-489a-a63b-4aaf84cf61a9",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "96"
}
],
"comboPriceGroups": [
{
"$id": "97",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "EGMl8nGGmkCYI108NWgjdw==",
"guid": "f2256310-8671-409a-9823-5d3c35682377",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "61"
},
"comboPricePlus": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "M+jME2axmUmDG9vwi9bYWw==",
"groupGuid": "13cce833-b166-4999-831b-dbf08bd6d85b",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "ZOMtgp02dk6IkRtKO9PyjA==",
"pluGuid": "822de364-369d-4e76-8891-1b4a3bd3f28c",
"priceGroupG_UID": "4L+RDUioM0OxbB3uFnMs4w==",
"priceGroupGuid": "0d91bfe0-a848-4333-b16c-1dee16732ce3",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "61"
},
"product": {
"$ref": "19"
},
"priceGroup": {
"$ref": "25"
},
"campaignPool": {
"$ref": "61"
}
},
{
"$ref": "98"
}
]
},
{
"$ref": "97"
}
],
"priceLevels": [
{
"$id": "99",
"id": 1,
"priceLevelIdentifier": "8gNA3dEECU6TdOlZGdGu+g==",
"priceLevelIdentifierGuid": "dd4003f2-04d1-4e09-9374-e95919d1aefa",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "99"
}
],
"promotionType": {
"$id": "100",
"identifier": "QZ7u+Utj5kWl0vro0wwZOg==",
"identifierGuid": "f9ee9e41-634b-45e6-a5d2-fae8d30c193a",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "hn0mzIJIm0ad9wtJKmxsew==",
"labelPageLayoutGuid": "cc267d86-4882-469b-9df7-0b492a6c6c7b",
"priceLevelIdentifier": "ctOy5iU020K1UN6Mr3+kIQ==",
"priceLevelIdentifierGuid": "e6b2d372-3425-42db-b550-de8caf7fa421",
"active": true,
"updated": "2026-04-03T06:17:24.8484469",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "19"
},
"dealCost": {
"$id": "101",
"headerIdentifier": "T4euSbqMnUmHmbXMAowPBg==",
"headerIdentifierGuid": "49ae874f-8cba-499d-8799-b5cc028c0f06",
"identifier": "gSLaBAY5aE6Tq/ppTHgOJw==",
"identifierGuid": "04da2281-3906-4e68-93ab-fa694c780e27",
"supplierIdentifier": "/hShSL3vwUehOW1zpfiSrA==",
"supplierGuid": "48a114fe-efbd-47c1-a139-6d73a5f892ac",
"pluG_UID": "axWna7II9UG2PGJq2ul+Cw==",
"pluGuid": "6ba7156b-08b2-41f5-b63c-626adae97e0b",
"campaignName": "3ffbd0d3-d0fa-458c-8612-4e37b3ee44c9",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:17:24.8484469",
"end": "2026-04-03T06:17:24.8484469",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "1dXID0AnRE+xA9MYQVaBKA==",
"bonusItemPluGuid": "0fc8d5d5-2740-4f44-b103-d31841568128",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:17:24.8484469",
"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": "2026-04-03T06:17:24.8484469",
"campaignEndDate": "2026-04-03T06:17:24.8484469",
"masterPLUG_UID": "LMe4Dot8iU2zCe75OcV5Kw==",
"masterID": "0eb8c72c-7c8b-4d89-b309-eef939c5792b",
"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": "CyKQJ/YOQUGwEKHsA54gRQ==",
"bonusMasterID": "2790220b-0ef6-4141-b010-a1ec039e2045",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:17:24.8484469",
"dealCosts": [
{
"$ref": "101"
},
{
"$ref": "101"
}
],
"tags": [
{
"$id": "102",
"pluG_UID": "rFo6mCObXUOv7IUyMTaQ9w==",
"pluGuid": "983a5aac-9b23-435d-afec-8532313690f7",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "102"
}
],
"alternateProductG_UID": "Spvqvfh+nEabykDZj1vkkg==",
"alternateProduct": "bdea9b4a-7ef8-469c-9bca-40d98f5be492",
"altProduct": {
"$ref": "19"
},
"productHostCode": {
"$id": "103",
"id": 1,
"pluG_UID": "lsMiyYwHjUGhpv6RYTF/eQ==",
"pluGuid": "c922c396-078c-418d-a1a6-fe9161317f79",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "55"
},
"mscCom": {
"$ref": "56"
},
"mscDep": {
"$ref": "58"
},
"mscSubCom": {
"$ref": "57"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:17:24.8484469",
"inventoryTracked": "2026-04-03T06:17:24.8484469",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "104",
"pluG_UID": "eBr48rW+r0mREsflbJua7Q==",
"pluGuid": "f2f81a78-beb5-49af-9112-c7e56c9b9aed",
"fuelPluG_UID": "z1og1WTvb0SSfmrrdvUzkQ==",
"fuelPluGuid": "d5205acf-ef64-446f-927e-6aeb76f53391",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "104"
},
{
"$ref": "104"
}
]
},
"supplier": {
"$ref": "14"
},
"serviceFee": {
"$id": "105",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "17"
}
],
"orderCycleHeaders": [
{
"$id": "106",
"storeID": 1,
"supplierIdentifier": "SKLdb+LsvkWfD653Unu9jA==",
"supplierGuid": "6fdda248-ece2-45be-9f0f-ae77527bbd8c",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "106"
}
],
"cycles": [
{
"$id": "107",
"storeID": 1,
"supplierIdentifier": "ag3PNIIfIUqW9B7KxlaC3Q==",
"supplierGuid": "34cf0d6a-1f82-4a21-96f4-1ecac65682dd",
"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": "2026-04-03T06:17:24.8484469",
"deliveryDate": "2026-04-03T06:17:24.8484469",
"nextCutOffDate": "2026-04-03T06:17:24.8484469",
"nextDeliveryDate": "2026-04-03T06:17:24.8484469",
"nextDaysBuffer": 10
},
{
"$ref": "107"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-04-03T06:17:24.8484469",
"isHost": true
},
"files": [
{
"$id": "108",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:17:24.8484469",
"processed": "2026-04-03T06:17:24.8484469",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:17:24.8484469",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "13"
},
"metcashHeader": {
"$id": "109",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:17:24.8484469",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "108"
}
],
"zoneMatrix": [
{
"$id": "110",
"id": 1,
"hostIdentifier": "5bZFYnxUf0ebcG798y4+2Q==",
"hostIdentifierGuid": "6245b6e5-547c-477f-9b70-6efdf32e3ed9",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"5657fdf3-1fae-4406-a384-f00262a4160a",
"f4b1f359-beb6-42f1-86cd-54b090c315c0"
]
},
{
"$ref": "110"
}
],
"hostFileStoreSetting": {
"$ref": "12"
},
"hostStoreSettings": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"promotionPlacements": [
{
"$id": "111",
"identifier": "pkL7j4cEQ02Q5d/CoaTbng==",
"identifierGuid": "8ffb42a6-0487-4d43-90e5-dfc2a1a4db9e",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "111"
}
],
"promoTypeGuids": [
"b26959be-d505-42d8-ab14-4d977e791023",
"29a26460-480a-4913-9d1e-24c49cf6c21f"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "12"
}
],
"accounts": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"sales": [
{
"$id": "112",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:17:24.8484469",
"ftpSite": {
"$id": "113",
"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": "112"
}
],
"zoneMatrix": [
{
"$ref": "110"
},
{
"$ref": "110"
}
],
"cashManagements": [
{
"$id": "114",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "115",
"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": "114"
}
],
"updateStoreID": "e7f9b34b-a08e-435a-a4a0-f91292e818f7",
"updateStore": {
"$id": "116",
"id": "59b2b5f5-1375-432d-990f-9667ce868ab1",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:17:24.8484469",
"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": "2026-04-03T06:17:24.8484469"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "117",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"grade": {
"$id": "118",
"id": 1,
"gradeID": 2,
"storeID": 3,
"g_UID": "2JJmKkzGUECSbyULBEhgRw==",
"guid": "2a6692d8-c64c-4050-926f-250b04486047",
"fuelGrade": "sample string 5",
"price1": 1,
"price2": 1,
"price3": 1,
"price4": 1,
"effective": "2026-04-03T06:17:24.8484469",
"updated": "2026-04-03T06:17:24.8484469",
"margin": 1,
"product": {
"$ref": "19"
}
}
}
},
{
"$ref": "7"
}
],
"cashBalancingFuelMeters": [
{
"$id": "119",
"headerIdentifier": "j9AqML/xZUmvOHKs8WNuFw==",
"headerIdentifierGuid": "302ad08f-f1bf-4965-af38-72acf1636e17",
"tankNumber": 2,
"hoseNumber": 3,
"pumpNumber": 4,
"fuelGradeID": 1,
"fuelGrade": "sample string 5",
"opening": 6.0,
"openingAdjust": true,
"adjustments": 8.0,
"samples": 9.0,
"pumpTest": 10.0,
"sales": 11.0,
"closing": 12.0,
"closingAdjust": true,
"rolledOver": true,
"dailyVariance": 15.0,
"rolloverVolume": 16.0,
"rolloverAdjustments": [
{
"$id": "120",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"dispenserNumber": 4,
"hoseNumber": 5,
"adjustedFor": "2026-04-03T06:17:24.8484469",
"adjustedAt": "2026-04-03T06:17:24.8484469",
"adjustmentVolume": 8.0,
"reasonDesc": "sample string 9",
"reason": 10,
"operatorG_UID": "PMlesVgZOUmq8b/b3hE9SA==",
"operatorGuid": "b15ec93c-1958-4939-aaf1-bfdbde113d48",
"user": "sample string 11",
"processed": 1,
"storeName": "sample string 12",
"operatorName": "sample string 13"
},
{
"$ref": "120"
}
]
},
{
"$ref": "119"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ,2�\�h\�� 5 xl/workbook.xml � (� ����0D�&�C����QR8q����Z��@[����[ �x�3;�v��|�t�#��P���1cA�h ܀6��b��ŜRZb��۠�,�2�<�����C��V<BZ�h�e@[Z�w����C�f����d���oJ̰�bVĂ�����ٹ5%=R�����W@~�9�����L��w�PK ,2�\���� � [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
,2�\���' ' _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="R253d6327b71242d6" /></Relationships>PK ,2�\�RHU� C xl/worksheets/sheet1.xml � (� ��[s�0����ﵵ�{萦izO�6i�F�Ogl'��W86�e5��!��w���Y 2z�{���H��8���A��g�t{;���3>��vY��X%I|[���pU�w'q\�W�fVD�]�5��Y����c~g�e:Oβ��&ٖ1"�<Y�J�b���c�cjwy2[TCجKmf�6�����}�'�q8���)�A<U�u���u����,����z1I����z�e,���~]^e��$�]��%^i�ٺ���t�]lf���]�(W�F\P�#��a0�/�lsS�n�<���AOeD�P\
´"�i=����0"Уc�����HiƹV� j���z��zQ���e��]�Q�95r��^�z��e $'$
O�u�"� ~ĺi�C�
<��(���K�T8D��=�Z �*$�S� `���2&E@}�h��7.�T�#2��� �H&��R��CE�gѨ�\ �|>4a�6��"\HB5SZz�M��Gic!�9_?BHP�Y
D�`TR�EI�ݵPf2ˡ���'��$��M��"B/���}��;� f<�?6Y�6�ҤY ��E��e�,b�E�#��-�Д
O�&��f��H ��J
о14Y�6�"ƙ#>f-�,b�EM#��*������l��m5��~{�k��ǃ�:E�f�l2ʳ]�W�M����\��k���2��ښ8�'^ �gC����C����!��ī!!��Ő�}���P}�͐�}��1��w�r���l��@,_?:��Kb9�ɁX�^9����2������H����ܽq ������wb��ÁX�NM���SGb�ol����v7E���r�E��:�{�|�0'�o �S��x��x��p�Ԋ�E����~����Z��~����2��_���|�#�~�Sw��6rջiy��Q�j�/���#�ĊÍ���́X3��@����@�u��v_;e�u�9�W��w��gY�������PK ,2�\�U�^� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞��Y��M7lK/`��$jbG��l,8W�*�6]����������m���8z'�,tڛ����>�m7�T�q�H����GJ�pV���ܱ>�*�4�tQ��z�c��5n��xY�?Do�q��yF�� �WNq@L@�*�$��"����T OF���N!�y�o4�@���b�L���L[ �Y�X'چw�2�
h�Sȗ^;��+��6���wX�Mm�U�����PK ,2�\Ѓ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 ,2�\�%�� � xl/sharedStrings.xml � (� �U�j�@��wK��Kl_C n q�B��jd/]�:�#S��;똴�Z-����3�s�����RE{�N=��IG��ɥތ�O�e�"���A����.���C�(�R�F�hw��Nl���jF
cK ~����,BT���e����H�J�(�pG����^<B��4��Q�,$�aJ�a�u䦒y}$c�v^ρ0LKtX�<��m�R���<�6jR�;��5�2���)词��C-�yϲ���
�>WҞǚOeE��ye��ڂ7����8J�`��:�/�4��(�G(�&��T��R����.0���
��@�y��H U �4
���z��lp��:Z0'!N����5�s���;�c87H]!�+�wp�e2=>}����� z���n��-:��EOd-����w�q9�mh��)�o�7B��.��7�e��Q
�Q���i�H/��w�
�����A�X͒�vJ�p\�������{/��d����[�l��7�h�_ƥ�O� PK- ,2�\�h\�� 5 xl/workbook.xmlPK- ,2�\���� � � [Content_Types].xmlPK-
,2�\���' ' U _rels/.relsPK- ,2�\�RHU� C � xl/worksheets/sheet1.xmlPK- ,2�\�U�^� P � xl/_rels/workbook.xml.relsPK- ,2�\Ѓc'2 E
8 xl/styles.xmlPK- ,2�\�%�� � �
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ,2�\f�ڔ� 5 xl/workbook.xml � (� ��1� ��&��P���\�v�~�Y�h��/j4���w�=>;?��1�
����q�R��pqڴ�7��/��^Kl�|���YvcG��٠��F��&����hK���4{j��*���]L¶�M�v\��X0X�"P�:���WJ|���"�H,�,�,O��}�8�7_PK ,2�\���� � [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
,2�\ �.' ' _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="R0e40a795d8ab4809" /></Relationships>PK ,2�\�RHU� C xl/worksheets/sheet1.xml � (� ��[s�0����ﵵ�{萦izO�6i�F�Ogl'��W86�e5��!��w���Y 2z�{���H��8���A��g�t{;���3>��vY��X%I|[���pU�w'q\�W�fVD�]�5��Y����c~g�e:Oβ��&ٖ1"�<Y�J�b���c�cjwy2[TCجKmf�6�����}�'�q8���)�A<U�u���u����,����z1I����z�e,���~]^e��$�]��%^i�ٺ���t�]lf���]�(W�F\P�#��a0�/�lsS�n�<���AOeD�P\
´"�i=����0"Уc�����HiƹV� j���z��zQ���e��]�Q�95r��^�z��e $'$
O�u�"� ~ĺi�C�
<��(���K�T8D��=�Z �*$�S� `���2&E@}�h��7.�T�#2��� �H&��R��CE�gѨ�\ �|>4a�6��"\HB5SZz�M��Gic!�9_?BHP�Y
D�`TR�EI�ݵPf2ˡ���'��$��M��"B/���}��;� f<�?6Y�6�ҤY ��E��e�,b�E�#��-�Д
O�&��f��H ��J
о14Y�6�"ƙ#>f-�,b�EM#��*������l��m5��~{�k��ǃ�:E�f�l2ʳ]�W�M����\��k���2��ښ8�'^ �gC����C����!��ī!!��Ő�}���P}�͐�}��1��w�r���l��@,_?:��Kb9�ɁX�^9����2������H����ܽq ������wb��ÁX�NM���SGb�ol����v7E���r�E��:�{�|�0'�o �S��x��x��p�Ԋ�E����~����Z��~����2��_���|�#�~�Sw��6rջiy��Q�j�/���#�ĊÍ���́X3��@����@�u��v_;e�u�9�W��w��gY�������PK ,2�\��<� P xl/_rels/workbook.xml.rels � (� ��Mn� F��f_�
i�*$�n�Ms�1�(6X@��l]�H�BQ#�Dꢛ��|OO3|�lvo��^ȇ�Y
e!��5�l��ۻ춛=�Ӎ�s`�
���i�P��l��OS�;>�9bG�����Lv8���k��У3��l��_�?��(;��(j���>�"Q�=5�u]�
IRR�
�x)�z]�LF�z)6�Uji�Mez��<G�6�;�q>'�e]J��k����Ư���PK ,2�\Ѓ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 ,2�\�%�� � xl/sharedStrings.xml � (� �U�j�@��wK��Kl_C n q�B��jd/]�:�#S��;똴�Z-����3�s�����RE{�N=��IG��ɥތ�O�e�"���A����.���C�(�R�F�hw��Nl���jF
cK ~����,BT���e����H�J�(�pG����^<B��4��Q�,$�aJ�a�u䦒y}$c�v^ρ0LKtX�<��m�R���<�6jR�;��5�2���)词��C-�yϲ���
�>WҞǚOeE��ye��ڂ7����8J�`��:�/�4��(�G(�&��T��R����.0���
��@�y��H U �4
���z��lp��:Z0'!N����5�s���;�c87H]!�+�wp�e2=>}����� z���n��-:��EOd-����w�q9�mh��)�o�7B��.��7�e��Q
�Q���i�H/��w�
�����A�X͒�vJ�p\�������{/��d����[�l��7�h�_ƥ�O� PK- ,2�\f�ڔ� 5 xl/workbook.xmlPK- ,2�\���� � � [Content_Types].xmlPK-
,2�\ �.' ' T _rels/.relsPK- ,2�\�RHU� C � xl/worksheets/sheet1.xmlPK- ,2�\��<� P � xl/_rels/workbook.xml.relsPK- ,2�\Ѓc'2 E
8 xl/styles.xmlPK- ,2�\�%�� � �
xl/sharedStrings.xmlPK � �