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": "mW7VgGP1mkKhYIckPTyFNA==",
"identifierGuid": "80d56e99-f563-429a-a160-87243d3c8534",
"storeID": 2,
"date": "2026-06-03T18:32:26.8305563",
"started": "2026-06-03T18:32:26.8305563",
"ended": "2026-06-03T18:32:26.8305563",
"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": "9QKIjALVzEisRJCNEi3jlQ==",
"headerIdentifierGuid": "8c8802f5-d502-48cc-ac44-908d122de395",
"operatorG_UID": "J2F7zCDHyEGDHQLH+uY9fw==",
"operatorGuid": "cc7b6127-c720-41c8-831d-02c7fae63d7f",
"date": "2026-06-03T18:32:26.8305563",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "xiJiQfxuyEuh1zddHqnOPg==",
"shiftIdentifierGuid": "416222c6-6efc-4bc8-a1d7-375d1ea9ce3e",
"operatorCash": 6,
"managerCash": 7,
"expectedCash": 8,
"finalisedCash": 9,
"operatorCashNote": "sample string 10",
"managerCashNote": "sample string 11",
"expectedPickup": 12,
"pickupCash": 13,
"start": "2026-06-03T18:32:26.8305563",
"end": "2026-06-03T18:32:26.8305563",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
},
{
"$ref": "2"
}
],
"eftDetails": [
{
"$id": "3",
"id": 1,
"headerIdentifier": "UINJ8nMqyUOI07FvJFVNjw==",
"headerIdentifierGuid": "f2498350-2a73-43c9-88d3-b16f24554d8f",
"date": "2026-06-03T18:32:26.8305563",
"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": "niEU74/1EUqV+7LJOK2fBA==",
"headerIdentifierGuid": "ef14219e-f58f-4a11-95fb-b2c938ad9f04",
"bankName": "sample string 3",
"expectedCash": 4,
"cashDeclared": 1,
"expectedPickup": 5,
"pickupDeclared": 1,
"expectedCheque": 6,
"chequeDeclared": 1
},
"cashBalancingBankingAccounts": [
{
"$id": "5",
"id": 1,
"headerIdentifier": "ju3pY3+Mp0Onxufk7LBVJA==",
"headerIdentifierGuid": "63e9ed8e-8c7f-43a7-a7c6-e7e4ecb05524",
"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": "TNaRIff7DUaxS3iOoxgtrA==",
"headerIdentifierGuid": "2191d64c-fbf7-460d-b14b-788ea3182dac",
"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-06-03T18:32:26.8305563",
"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-06-03T18:32:26.8305563",
"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": "2/EPN7vUmkSXBr41R2oOow==",
"hostIdentifierGuid": "370ff1db-d4bb-449a-9706-be35476a0ea3",
"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-06-03T18:32:26.8305563",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "GA96sLksGkmEo2Izh2Molw==",
"hostIdentifierGuid": "b07a0f18-2cb9-491a-84a3-623387632897",
"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"
},
"warehouseStore": {
"$id": "12",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "13",
"id": 1,
"hostIdentifier": "dPpSGrNUa0WaWrNHwHw8cQ==",
"hostIdentifierGuid": "1a52fa74-54b3-456b-9a5a-b347c07c3c71",
"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": "14",
"identifier": "sVr4mRSSokO+UhTPHVCG2Q==",
"identifierGuid": "99f85ab1-9214-43a2-be52-14cf1d5086d9",
"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": "zBTg6Be3xESi+O0fGYCUdg==",
"hostSupplierIdentifierGuid": "e8e014cc-b717-44c4-a2f8-ed1f19809476",
"loyaltyPriceLevelIdentifier": "XeMzhi8QH0Ou5GF5jT/8eg==",
"loyaltyPriceLevelIdentifierGuid": "8633e35d-102f-431f-aee4-61798d3ffc7a",
"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-06-03T18:32:26.8305563",
"lastProcessed": "2026-06-03T18:32:26.8305563",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "15",
"identifier": "orsghu7vakiUnJgM6+93uA==",
"identifierGuid": "8620bba2-efee-486a-949c-980cebef77b8",
"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": "7Uubh9Tww0qU/m/efuOyuQ==",
"primaryContactID": "879b4bed-f0d4-4ac3-94fe-6fde7ee3b2b9",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "n5wglXTonE6OF8/LbimaLA==",
"supplierGroupGuid": "95209c9f-e874-4e9c-8e17-cfcb6e299a2c",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:26.8305563",
"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": "16",
"id": "23e3ad2c-96a4-42bf-9407-a3bd0067a75b",
"identifier": "btAX1GuSWkmt8975Jx9yGg==",
"identifierGuid": "d417d06e-926b-495a-adf3-def9271f721a",
"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": "17",
"supplierIdentifier": "/SdwijnFREmewXw4z8ZtPw==",
"supplierIdentifierGuid": "8a7027fd-c539-4944-9ec1-7c38cfc66d3f",
"contactGuid": "2WJsuAqfyEW+9gclBG2yeA==",
"contactID": "b86c62d9-9f0a-45c8-bef6-0725046db278",
"contact": {
"$ref": "16"
},
"supplier": {
"$ref": "15"
}
},
{
"$ref": "17"
}
],
"products": [
{
"$id": "18",
"pluG_UID": "MfAgaE5mgUGr3DGCuBR+7w==",
"pluGuid": "6820f031-664e-4181-abdc-3182b8147eef",
"supplierIdentifier": "UDZV9TtGuk+y5W7GV6S8hg==",
"supplierIdentifierGuid": "f5553650-463b-4fba-b2e5-6ec657a4bc86",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:26.8305563",
"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-06-03T18:32:26.8305563",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "19",
"pluG_UID": "oz87F6ABzUuOofBCPt9ntw==",
"pluGuid": "173b3fa3-01a0-4bcd-8ea1-f0423edf67b7",
"supplierIdentifier": "qQb0c57cIEOh3uDNWFyv0Q==",
"supplierIdentifierGuid": "73f406a9-dc9e-4320-a1de-e0cd585cafd1",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "19"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "O1bZJkza30u/QCwV7JcdKQ==",
"parentPluGuid": "26d9563b-da4c-4bdf-bf40-2c15ec971d29",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "20",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "3Th+b9D/J0mBU1ytzV+bfw==",
"guid": "6f7e38dd-ffd0-4927-8153-5cadcd5f9b7f",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "EJLFiU74WkGmqWfu0gJFUQ==",
"priceGroupGuid": "89c59210-f84e-415a-a6a9-67eed2024551",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:26.8305563",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:26.8305563",
"pluCreated": "2026-06-03T18:32:26.8305563",
"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-06-03T18:32:26.8305563",
"lastManualUpdate": "2026-06-03T18:32:26.8305563",
"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-06-03T18:32:26.8305563",
"currentCostUpdated": "2026-06-03T18:32:26.8305563",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:26.8305563",
"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-06-03T18:32:26.8305563",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "yIsz0Z2WpkqeeX2HoutSkw==",
"altPLUGuid": "d1338bc8-969d-4aa6-9e79-7d87a2eb5293",
"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-06-03T18:32:26.8305563",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "tA0H/5sJNE6CdL7eecKZRg==",
"shelfPageLayoutGuid": "ff070db4-099b-4e34-8274-bede79c29946",
"talkerPageLayoutG_UID": "iyIVX0eqTkGKoKPEXj2h5A==",
"talkerPageLayoutGuid": "5f15228b-aa47-414e-8aa0-a3c45e3da1e4",
"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": "WohRH901tk68b04Ehm/gQw==",
"inventoryIdentifier": "1f51885a-35dd-4eb6-bc6f-4e04866fe043",
"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": "vXZKZ27xEUqXb4z52e9e4g==",
"parentPluGuid": "674a76bd-f16e-4a11-976f-8cf9d9ef5ee2",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "XxgD2o6200+T1iqbeN4sFw==",
"supplierIdentifierGuid": "da03185f-b68e-4fd3-93d6-2a9b78de2c17",
"supplierChanged": true,
"rebateSupplierIdentifier": "WD7HfnNTDEGVqsDKbuUpjw==",
"rebateSupplierIdentifierGuid": "7ec73e58-5373-410c-95aa-c0ca6ee5298f",
"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-06-03T18:32:26.8305563",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "AtkgQklb0ECIS0blrR3jtg==",
"hostIdentifierGuid": "4220d902-5b49-40d0-884b-46e5ad1de3b6",
"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": "20"
},
{
"$ref": "20"
}
],
"store": {
"$ref": "9"
},
"storePrices": [
{
"$id": "21",
"pluG_UID": "DDozr5oFy0+Ell2IhNtlCQ==",
"pluGuid": "af333a0c-059a-4fcb-8496-5d8884db6509",
"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-06-03T18:32:26.8305563"
},
{
"$ref": "21"
}
],
"currentPrices": {
"$id": "22",
"pluPrices": {
"$id": "23",
"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-06-03T18:32:26.8305563",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "23"
},
"winningCampaign": 1,
"winner": {
"$id": "24",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:32:26.8305563",
"startTime": 5,
"endDate": "2026-06-03T18:32:26.8305563",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "nqFxPGvBrky2KPsK0VZ1bg==",
"hostIdentifierGuid": "3c71a19e-c16b-4cae-b628-fb0ad156756e",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"tray": {
"$id": "25",
"g_UId": "0dMYf0sKSkWf7W9D6bb6Fg==",
"guid": "7f18d3d1-0a4b-454a-9fed-6f43e9b6fa16",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "26",
"priceGroupG_UID": "l5WNFStOVUKY36HsxnncCA==",
"priceGroupGuid": "158d9597-4e2b-4255-98df-a1ecc679dc08",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:26.8305563",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "27",
"pluG_UID": "0LtIVAxlFkmKmDCT7r+xfA==",
"pluGuid": "5448bbd0-650c-4916-8a98-3093eebfb17c",
"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": "28",
"pluGuid": "2fd0123b-3ae2-4fc2-9931-3f37c1f8ae62",
"created": "2026-06-03T18:32:26.8461747",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:26.8461747",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:26.8461747",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:26.8461747",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:26.8461747",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:26.8461747",
"lastSold": "2026-06-03T18:32:26.8461747",
"firstSold": "2026-06-03T18:32:26.8461747",
"awsUpdated": "2026-06-03T18:32:26.8461747",
"lastManualUpdate": "2026-06-03T18:32:26.8461747",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:26.8461747",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:26.8461747",
"doNotRangeUpdated": "2026-06-03T18:32:26.8461747",
"doNotOrderUpdated": "2026-06-03T18:32:26.8461747",
"tracked": "2026-06-03T18:32:26.8461747"
},
"allergens": [
{
"$id": "29",
"primaryKey": {
"$id": "30",
"pluGuid": "dcf47923-18fe-421f-a018-a42fa6262de4",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "I3n03P4YH0KgGKQvpiYt5A==",
"pluGuid": "dcf47923-18fe-421f-a018-a42fa6262de4",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"costs": {
"$id": "31",
"pluG_UID": "x0q3rQCg3E2pApXUzEaZQQ==",
"pluGuid": "adb74ac7-a000-4ddc-a902-95d4cc469941",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:26.8461747",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "32",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:26.8461747",
"createdLocal": "2026-06-03T18:32:26.8461747",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "x7u3/AvaMUa0xl/4oUuyEg==",
"operatorGuid": "fcb7bbc7-da0b-4631-b4c6-5ff8a14bb212",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "bXQzDTx1V0KeXbXjmEeV4A==",
"pluGuid": "0d33746d-753c-4257-9e5d-b5e3984795e0",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "33",
"id": 1,
"g_Uid": "30EJi8Lx4UCJW6H5QcTjWQ==",
"guid": "8b0941df-f1c2-40e1-895b-a1f941c4e359",
"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-06-03T18:32:26.8461747",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:26.8461747",
"endShift": "2026-06-03T18:32:26.8461747",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "34",
"operatorG_UID": "hjAtoXO7ykyJQJILL6QpyQ==",
"operatorGuid": "a12d3086-bb73-4cca-8940-920b2fa429c9",
"storeID": 2,
"operator": {
"$ref": "33"
},
"store": {
"$ref": "9"
}
},
{
"$ref": "34"
}
]
}
},
{
"$ref": "32"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "Xhyzx1XCLEq/31ZclJMLPQ==",
"pluGuid": "c7b31c5e-c255-4a2c-bfdf-565c94930b3d",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "5g7czX3nv064b7h3vzwB2g==",
"pluGuid": "cddc0ee6-e77d-4ebf-b86f-b877bf3c01da",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "20"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "LKGqU7NaA0awwRBuC7aeLw==",
"identifierGuid": "53aaa12c-5ab3-4603-b0c1-106e0bb69e2f",
"pluG_UID": "oPaE1dW0B0izy+6dcoTYrg==",
"pluGuid": "d584f6a0-b4d5-4807-b3cb-ee9d7284d8ae",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "15"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"ordering": {
"$ref": "18"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "/Y9IwR0igUy83IWF0yXrKg==",
"groupName": "sample string 1",
"identifierGuid": "c1488ffd-221d-4c81-bcdc-8585d325eb2a",
"exists": true,
"flipChartIdentifier": "8PPKiuoJf0C8p5NQFN4zGg==",
"flipChartIdentifierGuid": "8acaf3f0-09ea-407f-bca7-935014de331a",
"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": "9S5nBFXCqEaY23eDLHPXew==",
"groupIdentifierGuid": "04672ef5-c255-46a8-98db-77832c73d77b",
"flipChart": {
"$id": "39",
"identifier": "Xp5FlmuJhE6NaT/BbG3vcA==",
"identifierGuid": "96459e5e-896b-4e84-8d69-3fc16c6def70",
"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": "40",
"identifier": "uEXRJwcNZkyYzetr/Idt/Q==",
"identifierGuid": "27d145b8-0d07-4c66-98cd-eb6bfc876dfd",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "EnBDCi4FiEC//l1ijEPnrQ==",
"guid": "0a437012-052e-4088-bffe-5d628c43e7ad",
"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": "rF2mffDg5EqHEP+/eQ7hjQ==",
"previousFormGuid": "7da65dac-e0f0-4ae4-8710-ffbf790ee18d",
"nextForm": 1,
"nextFormG_UID": "oPyC/rNQsEuS1LiXaXoWRw==",
"nextFormGuid": "fe82fca0-50b3-4bb0-92d4-b897697a1647",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:26.8461747",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "41"
},
"previousCheckoutForm": {
"$ref": "41"
},
"buttons": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "GJUJa2klN0ioDK78vHDp8g==",
"checkoutFormGuid": "6b099518-2569-4837-a80c-aefcbc70e9f2",
"identifier": "YpEcRJhlMEaUXCtTwvQJzQ==",
"identifierGuid": "441c9162-6598-4630-945c-2b53c2f409cd",
"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": "RWIDFjZR/ki0u5bbQIAzIA==",
"valueGuid": "16036245-5136-48fe-b4bb-96db40803320",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:26.8461747",
"action": "sample string 12",
"valueForm": {
"$ref": "41"
},
"image": {
"$id": "43",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:32:26.8461747",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "zDaSVMcUiUiaSSnWcD21Xw==",
"checkoutFormGuid": "549236cc-14c7-4889-9a49-29d6703db55f",
"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": "44"
}
]
},
{
"$ref": "41"
}
],
"panels": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"contentPanel": {
"$ref": "44"
},
"products": [
{
"$id": "45",
"flipChartPageIdentifier": "kJ026307/UKZ5h2mtTSFNw==",
"flipChartPageIdentifierGuid": "eb369d90-3b7d-42fd-99e6-1da6b5348537",
"pluG_UID": "jWiPkdu8yEKal1nBHe1S8w==",
"pluGuid": "918f688d-bcdb-42c8-9a97-59c11ded52f3",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "20"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "4mtsZH7gdEOOV1H68jagjw==",
"pluGuid": "646c6be2-e07e-4374-8e57-51faf236a08f",
"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-06-03T18:32:26.8461747",
"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": "46"
}
],
"ingredients": [
{
"$id": "47",
"pluG_UID": "7z8rCy5fwUi8Ta0yCSHmfQ==",
"ingredientGuid": "+lzjvJxbRkmpnG3Od5QZQA==",
"ingredientIdentifier": "bce35cfa-5b9c-4946-a99c-6dce77941940",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "20"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "FM9k+zh2JUKVwsE8JnCuaQ==",
"pluGuid": "fb64cf14-7638-4225-95c2-c13c2670ae69",
"shelfLocationIdentifier": "fYhBNyIIn0Cs0IIwCiGGbQ==",
"shelfLocationGuid": "3741887d-0822-409f-acd0-82300a21866d",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "atGFCLPZ00yPvf+3aG52RA==",
"labelPageLayoutGuid": "0885d16a-d9b3-4cd3-8fbd-ffb7686e7644",
"updated": "2026-06-03T18:32:26.8461747",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "20"
},
"location": {
"$id": "49",
"identifier": "XUi4GYgGkkC5VJZ/dPEKnQ==",
"storeID": 1,
"identifierGuid": "19b8485d-0688-4092-b954-967f74f10a9d",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:26.8461747",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
}
},
{
"$ref": "48"
}
],
"bin": {
"$ref": "48"
},
"scaleLocations": [
{
"$id": "50",
"plu": 1,
"pluG_UID": "Rrh6ykh5okqPlPIv4IZ7Rw==",
"pluGuid": "ca7ab846-7948-4aa2-8f94-f22fe0867b47",
"deptNo": 1,
"product": {
"$ref": "20"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:26.8461747",
"department": {
"$id": "52",
"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": "51"
},
"subDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "54",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "55",
"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-06-03T18:32:26.8461747",
"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": "eHkInxfY2EGv3nSmJbUpOA==",
"labelPageLayoutGuid": "9f087978-d817-41d8-afde-74a625b52938",
"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": "56",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "58"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "57"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$id": "59",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "55"
}
],
"updated": "2026-06-03T18:32:26.8461747",
"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": "Hg+PyTHJnEuCKW1sJoRTfQ==",
"labelPageLayoutGuid": "c98f0f1e-c931-4b9c-8229-6d6c2684537d",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:26.8461747",
"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": "l3blCKPdFUixxqBuTANz5Q==",
"labelPageLayoutGuid": "08e57697-dda3-4815-b1c6-a06e4c0373e5",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "53"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:26.8461747",
"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": "4OuhsbEEO0GEz2zz2hybTQ==",
"labelPageLayoutGuid": "b1a1ebe0-04b1-413b-84cf-6cf3da1c9b4d",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
}
}
},
{
"$ref": "50"
}
],
"nextPrice": {
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "DMdAP5KB8EiJXVQiSPGA4g==",
"pluGuid": "3f40c70c-8192-48f0-895d-542248f180e2",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "yRkFtfuZaE+StSXPx6N9cQ==",
"dealCostGuid": "b50519c9-99fb-4f68-92b5-25cfc7a37d71",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "1f+hzq1nFUWIAf5TuIquig==",
"priceGroupGuid": "cea1ffd5-67ad-4515-8801-fe53b88aae8a",
"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,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:26.8461747",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "e2c65c50-0e77-4fd8-b071-40e177de03ce",
"campaignComboPriceGroupG_UID": "4R22QRYxWEGZkfeUfeIidA==",
"campaignComboPriceGroupIdentifier": "41b61de1-3116-4158-9991-f7947de22274",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:26.8461747",
"operatorG_UID": "MGUfLDmEj0q0BCiswdDQhA==",
"operatorGuid": "2c1f6530-8439-4a8f-b404-28acc1d0d084",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:26.8461747",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:26.8461747",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:26.8461747",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "1cad8d31-86dd-4187-9680-461465941757",
"product": {
"$ref": "20"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "c907c2f3-e60b-4ac2-a48e-06ec25c65cdf",
"nameGuid": "c907c2f3-e60b-4ac2-a48e-06ec25c65cdf",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:26.8461747",
"startTime": 1,
"endDate": "2026-06-03T18:32:26.8461747",
"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-06-03T18:32:26.8461747",
"system": true,
"created": "2026-06-03T18:32:26.8461747",
"updated": "2026-06-03T18:32:26.8461747",
"priceChangeNotifiedUtc": "2026-06-03T18:32:26.8461747",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "SZsSWbsWZECjN445pJ2+4A==",
"hostIdentifierGuid": "59129b49-16bb-4064-a337-8e39a49dbee0",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:26.8461747",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"campaignPools": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "vYTXVJIG4kKLZuYOEcq/gw==",
"pluGuid": "54d784bd-0692-42e2-8b66-e60e11cabf83",
"hostOfferID": 1,
"priceGroupG_UID": "uiGFtlAtfEmFdHDpcFFDxQ==",
"priceGroupGuid": "b68521ba-2d50-497c-8574-70e9705143c5",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:26.8461747",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "20"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "sw8LVFQJh0eouDlXLVxc6A==",
"identifierStr": "sw8LVFQJh0eouDlXLVxc6A==",
"identifierGuid": "540b0fb3-0954-4787-a8b8-39572d5c5ce8",
"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": "62"
}
},
{
"$ref": "64"
}
],
"customers": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "ixtu3+O2E0i/GL7M+zlK+A==",
"customerIDGuid": "df6e1b8b-b6e3-4813-bf18-beccfb394af8",
"campaign": {
"$ref": "62"
},
"customer": {
"$id": "66",
"identifier": "q3VN+IDiO0WLsF29k4EAVw==",
"identifierGuid": "f84d75ab-e280-453b-8bb0-5dbd93810057",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:26.8461747",
"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": "FS3TdeY0xkizMNPYm61PCQ==",
"communityIdentifierGuid": "75d32d15-34e6-48c6-b330-d3d89bad4f09",
"joined": "2026-06-03T18:32:26.8461747",
"updated": "2026-06-03T18:32:26.8461747",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "a5OlfeZpUEKivXnfsX2V7A==",
"priceLevelIdentifierGuid": "7da5936b-69e6-4250-a2bd-79dfb17d95ec",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:26.8461747",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "67",
"cardType": 2,
"issueDate": "2026-06-03T18:32:26.8461747",
"expiry": "2026-06-03T18:32:26.8461747",
"customerID": "NZR04Gp1KUm2fgccEF2Y5Q==",
"customerIDGuid": "e0749435-756a-4929-b67e-071c105d98e5",
"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-06-03T18:32:26.8461747",
"linkedAccount": "YVJhbgzhsECMzydbX3t0YQ==",
"linkedAccountGuid": "6e615261-e10c-40b0-8ccf-275b5f7b7461",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "66"
},
"account": {
"$id": "68",
"id": 1,
"identifier": "Yn5Xgu5rJkGHnh6v232r/Q==",
"identifierGuid": "82577e62-6bee-4126-879e-1eafdb7dabfd",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:26.8461747",
"owner": "Z7GO/jyhME6m4nOlRNp2qQ==",
"ownerGuid": "fe8eb167-a13c-4e30-a6e2-73a544da76a9",
"accountStoreGroupIdentifier": "dUdnaPUyekeIGwCQluXTGA==",
"accountStoreGroupGuid": "68674775-32f5-477a-881b-009096e5d318",
"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-06-03T18:32:26.8461747",
"active": true,
"updated": "2026-06-03T18:32:26.8461747",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "66"
},
"card": {
"$ref": "67"
},
"members": {
"$id": "69",
"sample string 1": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"sample string 2": [
{
"$ref": "66"
},
{
"$ref": "66"
}
]
},
"customerGroups": [
{
"$id": "70",
"identifier": "VfcmyYLz70a6dNIaAFhfxQ==",
"identifierGuid": "c926f755-f382-46ef-ba74-d21a00585fc5",
"name": "sample string 2",
"primaryContact": "h03hFggqkEuP7sKx5FiIMQ==",
"primaryContactGuid": "16e14d87-2a08-4b90-8fee-c2b1e4588831",
"accountID": "z5kLwzwMw06qhehLYiAEpQ==",
"accountIDGuid": "c30b99cf-0c3c-4ec3-aa85-e84b622004a5",
"special": true,
"updated": "2026-06-03T18:32:26.8461747",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "nEdoRy/tZ0atJBD0IaS7eg==",
"priceLevelIdentifierGuid": "4768479c-ed2f-4667-ad24-10f421a4bb7a",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "68"
},
"primaryContactCustomer": {
"$ref": "66"
},
"customerGroupMembers": [
{
"$id": "71",
"id": 1,
"groupID": "Z0K3EPOQq02DKti1yiGlMw==",
"groupIDGuid": "10b74267-90f3-4dab-832a-d8b5ca21a533",
"customerID": "ycZ1+ma9CU6KZG1qSzNKcQ==",
"customerIDGuid": "fa75c6c9-bd66-4e09-8a64-6d6a4b334a71",
"card": "sample string 4",
"linkedAccount": "mWeliuitVkCqcvY1JiIzVA==",
"linkedAccountGuid": "8aa56799-ade8-4056-aa72-f63526223354",
"customer": {
"$ref": "66"
},
"group": {
"$ref": "70"
},
"customerCard": {
"$ref": "67"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "70"
}
]
},
"payments": [
{
"$id": "72",
"id": 1,
"identifier": "WHe/f8UIE0eM/29+Lw726g==",
"identifierGuid": "7fbf7758-08c5-4713-8cff-6f7e2f0ef6ea",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "Tj64fyizI06jKO3QEJk/QA==",
"accountIDGuid": "7fb83e4e-b328-4e23-a328-edd010993f40",
"customerAccount": {
"$ref": "68"
},
"customerCard": {
"$ref": "67"
},
"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-06-03T18:32:26.8461747",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "MoczstAydk+7Qcw7QS7KyA==",
"idempotentVoidGuid": "b2338732-32d0-4f76-bb41-cc3b412ecac8",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "73",
"saleHeaderID": 1,
"saleHeaderGuid": "8s4Z/COQx06xML1/BCIhLQ==",
"saleHeaderIdentifierGuid": "fc19cef2-9023-4ec7-b130-bd7f0422212d",
"created": "2026-06-03T18:32:26.8461747",
"createdLocal": "2026-06-03T18:32:26.8461747",
"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-06-03T18:32:26.8461747",
"storeID": 1,
"operatorG_Uid": "MNAzEytgk0S9oXzov/r1OA==",
"operatorGuid": "1333d030-602b-4493-bda1-7ce8bffaf538",
"customerG_Uid": "Z3h86n6P3Umxu9jXB0p7aA==",
"customerGuid": "ea7c7867-8f7e-49dd-b1bb-d8d7074a7b68",
"communityIdentifier": "2W6xiU8QkEK+8RZCpUwjsA==",
"communityIdentifierGuid": "89b16ed9-104f-4290-bef1-1642a54c23b0",
"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": "xYwNKeF/uEqYV/F4/GIHcw==",
"priceLevelIdentifierGuid": "290d8cc5-7fe1-4ab8-9857-f178fc620773",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:26.8461747+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": "74",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:32:26.8461747",
"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": "33"
},
"customer": {
"$ref": "66"
},
"communityOrganisation": {
"$id": "75",
"id": 1,
"identifier": "Ksj3/3R7sUOaiEYGRt+ubQ==",
"identifierGuid": "fff7c82a-7b74-43b1-9a88-460646dfae6d",
"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-06-03T18:32:26.8461747",
"promoPeriodEnd": "2026-06-03T18:32:26.8461747",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:26.8461747",
"deleted": true
},
"details": [
{
"$id": "76",
"saleItemID": 1,
"identifier": "PU2VdcNaWkC5qjyNUqKCHA==",
"identifierGuid": "75954d3d-5ac3-405a-b9aa-3c8d52a2821c",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "zuPqGlDQnUabo03wS0aOKA==",
"pluGuid": "1aeae3ce-d050-469d-9ba3-4df04b468e28",
"accountID": "w6xiCd2UW0W4tYmjdmB4rA==",
"accountIDGuid": "0962acc3-94dd-455b-b8b5-89a3766078ac",
"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-06-03T18:32:26.8461747",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "dFDMBrNi+kC8ksS0T15/Lg==",
"refundGuid": "06cc5074-62b3-40fa-bc92-c4b44f5e7f2e",
"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": "OqX88Od1w0uspkz59wflzA==",
"idempotentVoidGuid": "f0fca53a-75e7-4bc3-aca6-4cf9f707e5cc",
"priceLevelIdentifier": "CHX+wEhXPk6mFXx/kyi0Uw==",
"priceLevelIdentifierGuid": "c0fe7508-5748-4e3e-a615-7c7f9328b453",
"communityIdentifier": "x2FcEYrEIUaSLOV0H2KVng==",
"communityIdentifierGuid": "115c61c7-c48a-4621-922c-e5741f62959e",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "77",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:26.8461747",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "77"
}
],
"refund": {
"$id": "78",
"id": 1,
"g_UID": "gtPwvy7xsU+z9yZud8VriQ==",
"guid": "bff0d382-f12e-4fb1-b3f7-266e77c56b89",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:26.8461747"
},
"modifier": {
"$id": "79",
"id": 1,
"setG_UID": "CQ7Cfm3sbUqA1OKFpS4/mA==",
"modifierSetGuid": "7ec20e09-ec6d-4a6d-80d4-e285a52e3f98",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Fw29v6N6MUa1/EA8nDjuQQ==",
"pluGuid": "bfbd0d17-7aa3-4631-b5fc-403c9c38ee41",
"deleted": true,
"g_UID": "gpW87JJMTkSMkzmdNnCrtQ==",
"guid": "ecbc9582-4c92-444e-8c93-399d3670abb5",
"product": {
"$ref": "20"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "76"
}
],
"eftReceipts": [
{
"$id": "80",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "73"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "80"
}
],
"payments": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"cards": [
{
"$id": "81",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "81"
}
],
"campaignHits": [
{
"$id": "82",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "82"
}
],
"fuel": [
{
"$id": "83",
"id": 1,
"plu": 1,
"pluG_UID": "+hc4MoSpAUOUcExxHn0q+A==",
"pluGuid": "323817fa-a984-4301-9470-4c711e7d2af8",
"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-06-03T18:32:26.8461747",
"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-06-03T18:32:26.8461747",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "83"
}
],
"fuelResells": [
{
"$id": "84",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "WJibplpbkkaEOVlYn+4V3g==",
"pluGuid": "a69b9858-5b5a-4692-8439-59589fee15de",
"accountID": "k5at5QcZ3kuPxDD2Bp33rg==",
"accountIDGuid": "e5ad9693-1907-4bde-8fc4-30f6069df7ae",
"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-06-03T18:32:26.8461747",
"bestOrExpireType": 1,
"refundG_UID": "xVnD/WufxUeKaN706rwldQ==",
"refundGuid": "fdc359c5-9f6b-47c5-8a68-def4eabc2575",
"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": "84"
}
],
"customerOrder": [
{
"$id": "85",
"identifier": "aA4CmP6J5UqijfX4GopkRg==",
"identifierGuid": "98020e68-89fe-4ae5-a28d-f5f81a8a6446",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "gyjkNcyhJk24Mb25Cy2JTA==",
"customerIdentifierGuid": "35e42883-a1cc-4d26-b831-bdb90b2d894c",
"operatorNo": 1,
"operatorG_UID": "T1mIv2auCk+ADBKL+JBq5Q==",
"operatorGuid": "bf88594f-ae66-4f0a-800c-128bf8906ae5",
"created": "2026-06-03T18:32:26.8461747",
"ordered": "2026-06-03T18:32:26.8461747",
"started": "2026-06-03T18:32:26.8461747",
"completed": "2026-06-03T18:32:26.8461747",
"supplied": "2026-06-03T18:32:26.8461747",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "66"
},
"operator": {
"$ref": "33"
},
"details": [
{
"$id": "86",
"headerID": 1,
"plu": 1,
"pluG_UId": "5R17BP9YHUq+aoJYbTJwZg==",
"pluGuid": "047b1de5-58ff-4a1d-be6a-82586d327066",
"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": "ugfQPFl6jUa0IYX8VrBjpA==",
"headerIdentifierGuid": "3cd007ba-7a59-468d-b421-85fc56b063a4",
"product": {
"$ref": "20"
}
},
{
"$ref": "86"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "73"
}
},
{
"$ref": "85"
}
],
"surveyResponses": [
{
"$id": "87",
"surveyG_UID": "ZKWupdwBaEuqftMKz0knBg==",
"surveyGuid": "a5aea564-01dc-4b68-aa7e-d30acf492706",
"saleHeaderGuid": "HiPY/l+j6UKbxILyKQjiug==",
"saleGuid": "fed8231e-a35f-42e9-9bc4-82f22908e2ba",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "SH3vQv5zhECHiKbnULSQrQ==",
"guidResponse": "42ef7d48-73fe-4084-8788-a6e750b490ad",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:26.8461747",
"sale": {
"$ref": "73"
},
"survey": {
"$id": "88",
"g_UID": "LVhg4QeMrUamZwSr5xHpMg==",
"guid": "e160582d-8c07-46ad-a667-04abe711e932",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "J4vBJ32nL0a+vQMRvqPQfA==",
"checkoutFormGuid": "27c18b27-a77d-462f-bebd-0311bea3d07c",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:26.8461747",
"end": "2026-06-03T18:32:26.8461747",
"deleted": true,
"updated": "2026-06-03T18:32:26.8461747",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"016e9525-4011-4f32-93fd-ada27501edde",
"1bfbf4b5-0318-46f3-8180-669ce2d002a2"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "87"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "TzPXGoXihUOfBox4W2m0Bw==",
"accountIdentifier": "1ad7334f-e285-4385-9f06-8c785b69b407",
"accountName": "sample string 44",
"customerOrderIdentifier": "yaVupm1HFkqggPs4jou1DQ==",
"customerOrderIdentifierGuid": "a66ea5c9-476d-4a16-a080-fb388e8bb50d",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "89",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "nhBKfVqvgEq9ZjzBqPN4qw==",
"paymentIdentifierGuid": "7d4a109e-af5a-4a80-bd66-3cc1a8f378ab",
"identifier": "0jz8MVnFOUmG0jp3McOb7A==",
"identifierGuid": "31fc3cd2-c559-4939-86d2-3a7731c39bec",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "chT1PLa5GEivG1qu/2piwQ==",
"itemIdentifierGuid": "3cf51472-b9b6-4818-af1b-5aaeff6a62c1"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "67"
}
],
"customerGroupMembers": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"accounts": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"account": {
"$ref": "68"
},
"vouchers": [
{
"$id": "90",
"customerIdentifier": "QpSYkVJ92E2xtVfkjlS+8w==",
"customerIdentifierGuid": "91989442-7d52-4dd8-b1b5-57e48e54bef3",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "AvQB8P0JDU+6KX243b3U8w==",
"idempotentGuid": "f001f402-09fd-4f0d-ba29-7db8ddbdd4f3",
"offline": true,
"voucher": {
"$id": "91",
"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-06-03T18:32:26.8461747",
"barcodeTemplate": {
"$id": "92",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "93",
"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-06-03T18:32:26.8461747",
"labelPageLayout": "9xYIokaBp0q7OYtPdefffg==",
"pageLayoutGuid": "a20816f7-8146-4aa7-bb39-8b4f75e7df7e",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "91"
},
"elements": [
{
"$id": "94",
"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-06-03T18:32:26.8461747"
},
{
"$ref": "94"
}
]
},
"customerVouchers": [
{
"$id": "95",
"id": 1,
"customerIdentifier": "M8mrW7rOkUmRFAvsa+qa4A==",
"customerIdentifierGuid": "5babc933-ceba-4991-9114-0bec6bea9ae0",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:26.8461747",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "8kCRStNCb0KJTsOsSxoYGw==",
"issuedIdempotentGuid": "4a9140f2-42d3-426f-894e-c3ac4b1a181b",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:26.8461747",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:26.8461747",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "6sfnKNk1h0eLTDaXEQrzIA==",
"redeemedIdempotentGuid": "28e7c7ea-35d9-4787-8b4c-3697110af320",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:26.8461747",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "93"
},
"voucher": {
"$ref": "91"
},
"customer": {
"$ref": "66"
},
"issuedOfflinePayment": {
"$ref": "72"
},
"redeemedOfflinePayment": {
"$ref": "72"
}
},
{
"$ref": "95"
}
]
},
"customer": {
"$ref": "66"
}
},
{
"$ref": "90"
}
]
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "96",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "loTCPyRjQ0+/r6qLM02hGg==",
"groupIDGuid": "3fc28496-6324-4f43-bfaf-aa8b334da11a",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "70"
}
},
{
"$ref": "96"
}
],
"signIqTickets": [
{
"$id": "97",
"identifier": "n7MPfq3JXE2GxA0HUZNBTA==",
"identifierGuid": "7e0fb39f-c9ad-4d5c-86c4-0d075193414c",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "97"
}
],
"comboPriceGroups": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "fBohlHvSZk2lGCv8y2x6dA==",
"guid": "94211a7c-d27b-4d66-a518-2bfccb6c7a74",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "62"
},
"comboPricePlus": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "2jLTxA7x2kGnTz+InA4FaA==",
"groupGuid": "c4d332da-f10e-41da-a74f-3f889c0e0568",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "5MZ4YUth7kinKQPfBD7Pnw==",
"pluGuid": "6178c6e4-614b-48ee-a729-03df043ecf9f",
"priceGroupG_UID": "0Jq3MQyBHU26ltzYYRMwCA==",
"priceGroupGuid": "31b79ad0-810c-4d1d-ba96-dcd861133008",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "20"
},
"priceGroup": {
"$ref": "26"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "99"
}
]
},
{
"$ref": "98"
}
],
"priceLevels": [
{
"$id": "100",
"id": 1,
"priceLevelIdentifier": "EsuA9Pj3ZU6HWLdUGLZgyw==",
"priceLevelIdentifierGuid": "f480cb12-f7f8-4e65-8758-b75418b660cb",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "100"
}
],
"promotionType": {
"$id": "101",
"identifier": "1Y4ClfpDhUuT1vBko37FtA==",
"identifierGuid": "95028ed5-43fa-4b85-93d6-f064a37ec5b4",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "bD33adeC50mip9ODCt+hiw==",
"labelPageLayoutGuid": "69f73d6c-82d7-49e7-a2a7-d3830adfa18b",
"priceLevelIdentifier": "peXlZaVxvkOsC1MD3pliFQ==",
"priceLevelIdentifierGuid": "65e5e5a5-71a5-43be-ac0b-5303de996215",
"active": true,
"updated": "2026-06-03T18:32:26.8461747",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "20"
},
"dealCost": {
"$id": "102",
"headerIdentifier": "9mPJRqoUZkq6xZoPkjppow==",
"headerIdentifierGuid": "46c963f6-14aa-4a66-bac5-9a0f923a69a3",
"identifier": "/2UoTv0SzkKHqVSQv3h+Nw==",
"identifierGuid": "4e2865ff-12fd-42ce-87a9-5490bf787e37",
"supplierIdentifier": "pQ5ZHf4sN0mKOyyHvH35jQ==",
"supplierGuid": "1d590ea5-2cfe-4937-8a3b-2c87bc7df98d",
"pluG_UID": "8IDSWMlWfEuQuCwM/W1Dvw==",
"pluGuid": "58d280f0-56c9-4b7c-90b8-2c0cfd6d43bf",
"campaignName": "5c9d0343-cc5c-41f6-8107-a3628e06526d",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:26.8461747",
"end": "2026-06-03T18:32:26.8461747",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "oCS3eyvh5kelxRLsQYnw0w==",
"bonusItemPluGuid": "7bb724a0-e12b-47e6-a5c5-12ec4189f0d3",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:26.8461747",
"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-06-03T18:32:26.8461747",
"campaignEndDate": "2026-06-03T18:32:26.8461747",
"masterPLUG_UID": "oYkDITP79Ee7LWcbXJlkhw==",
"masterID": "210389a1-fb33-47f4-bb2d-671b5c996487",
"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": "exrbYZXev0K/hoiD34Awsw==",
"bonusMasterID": "61db1a7b-de95-42bf-bf86-8883df8030b3",
"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-06-03T18:32:26.8461747",
"dealCosts": [
{
"$ref": "102"
},
{
"$ref": "102"
}
],
"tags": [
{
"$id": "103",
"pluG_UID": "vs7XVMXdnk+igCic8Oj4yA==",
"pluGuid": "54d7cebe-ddc5-4f9e-a280-289cf0e8f8c8",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "103"
}
],
"alternateProductG_UID": "WajmRv2/REeNm222B33G2A==",
"alternateProduct": "46e6a859-bffd-4744-8d9b-6db6077dc6d8",
"altProduct": {
"$ref": "20"
},
"productHostCode": {
"$id": "104",
"id": 1,
"pluG_UID": "j1t85plU8kmolt4uBQitEQ==",
"pluGuid": "e67c5b8f-5499-49f2-a896-de2e0508ad11",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:26.8461747",
"inventoryTracked": "2026-06-03T18:32:26.8461747",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "105",
"pluG_UID": "Dydhf9ypG0Kf/gWese0K6Q==",
"pluGuid": "7f61270f-a9dc-421b-9ffe-059eb1ed0ae9",
"fuelPluG_UID": "uRVJGQ0XSE6yDCtXUFT5tg==",
"fuelPluGuid": "194915b9-170d-4e48-b20c-2b575054f9b6",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "105"
},
{
"$ref": "105"
}
]
},
"supplier": {
"$ref": "15"
},
"serviceFee": {
"$id": "106",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "18"
}
],
"orderCycleHeaders": [
{
"$id": "107",
"storeID": 1,
"supplierIdentifier": "91VjwkAdlkWETbVOhRWeJw==",
"supplierGuid": "c26355f7-1d40-4596-844d-b54e85159e27",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "107"
}
],
"cycles": [
{
"$id": "108",
"storeID": 1,
"supplierIdentifier": "jZ7AQLEEZEK5pqYAhHrL9Q==",
"supplierGuid": "40c09e8d-04b1-4264-b9a6-a600847acbf5",
"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-06-03T18:32:26.8461747",
"deliveryDate": "2026-06-03T18:32:26.8461747",
"nextCutOffDate": "2026-06-03T18:32:26.8461747",
"nextDeliveryDate": "2026-06-03T18:32:26.8461747",
"nextDaysBuffer": 10
},
{
"$ref": "108"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-06-03T18:32:26.8461747",
"isHost": true
},
"files": [
{
"$id": "109",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:32:26.8461747",
"processed": "2026-06-03T18:32:26.8461747",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:26.8461747",
"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": "14"
},
"metcashHeader": {
"$id": "110",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:32:26.8461747",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "109"
}
],
"zoneMatrix": [
{
"$id": "111",
"id": 1,
"hostIdentifier": "URkFybrf5Um7kDPDwm9V0A==",
"hostIdentifierGuid": "c9051951-dfba-49e5-bb90-33c3c26f55d0",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"b887a7fd-ec55-4a48-8dc9-bd0d9eeb58e2",
"3ab007ad-005b-4ded-9eb9-05daa707c145"
]
},
{
"$ref": "111"
}
],
"hostFileStoreSetting": {
"$ref": "13"
},
"hostStoreSettings": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"promotionPlacements": [
{
"$id": "112",
"identifier": "EL98NK/AYkGBGXON+sRkpw==",
"identifierGuid": "347cbf10-c0af-4162-8119-738dfac464a7",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "112"
}
],
"promoTypeGuids": [
"518b7d46-9809-4230-a11f-d03880c21fda",
"cfbb6d23-8313-42c0-9f45-66206ff59d86"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "13"
}
],
"accounts": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"sales": [
{
"$id": "113",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:32:26.8461747",
"ftpSite": {
"$id": "114",
"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": "113"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "111"
},
{
"$ref": "111"
}
],
"cashManagements": [
{
"$id": "115",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "116",
"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,
"config": "sample string 10"
}
},
{
"$ref": "115"
}
],
"updateStoreID": "71714ad3-f7e8-46e3-b843-774b0275d2d2",
"updateStore": {
"$id": "117",
"id": "569f618a-be24-4237-a0e8-727100336c4d",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:26.8461747",
"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-06-03T18:32:26.8461747"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "118",
"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": "119",
"id": 1,
"gradeID": 2,
"storeID": 3,
"g_UID": "bv8HZ4z1lkejMJNWgAWj6g==",
"guid": "6707ff6e-f58c-4796-a330-93568005a3ea",
"fuelGrade": "sample string 5",
"price1": 1,
"price2": 1,
"price3": 1,
"price4": 1,
"effective": "2026-06-03T18:32:26.8461747",
"updated": "2026-06-03T18:32:26.8461747",
"margin": 1,
"product": {
"$ref": "20"
}
}
}
},
{
"$ref": "7"
}
],
"cashBalancingFuelMeters": [
{
"$id": "120",
"headerIdentifier": "OAqwHLPmtU6ams5R7md2gw==",
"headerIdentifierGuid": "1cb00a38-e6b3-4eb5-9a9a-ce51ee677683",
"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": "121",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"dispenserNumber": 4,
"hoseNumber": 5,
"adjustedFor": "2026-06-03T18:32:26.8461747",
"adjustedAt": "2026-06-03T18:32:26.8461747",
"adjustmentVolume": 8.0,
"reasonDesc": "sample string 9",
"reason": 10,
"operatorG_UID": "RsBcJpguvEGY/RLfwvzT0w==",
"operatorGuid": "265cc046-2e98-41bc-98fd-12dfc2fcd3d3",
"user": "sample string 11",
"processed": 1,
"storeName": "sample string 12",
"operatorName": "sample string 13"
},
{
"$ref": "121"
}
]
},
{
"$ref": "120"
}
]
}
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": "2qCm4YBIFkusPn7VJMfykQ==",
"identifierGuid": "e1a6a0da-4880-4b16-ac3e-7ed524c7f291",
"storeID": 2,
"date": "2026-06-03T18:32:26.9712055",
"started": "2026-06-03T18:32:26.9712055",
"ended": "2026-06-03T18:32:26.9712055",
"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": "tA2V/w1sHke7L9ukteyAEA==",
"headerIdentifierGuid": "ff950db4-6c0d-471e-bb2f-dba4b5ec8010",
"operatorG_UID": "Un/0Nbi7oEyAFFANa1UUXA==",
"operatorGuid": "35f47f52-bbb8-4ca0-8014-500d6b55145c",
"date": "2026-06-03T18:32:26.9712055",
"drawerID": 4,
"machineID": 5,
"shiftIdentifier": "Yt7Y4VNRx0K02Yb/ek1Gfw==",
"shiftIdentifierGuid": "e1d8de62-5153-42c7-b4d9-86ff7a4d467f",
"operatorCash": 6,
"managerCash": 7,
"expectedCash": 8,
"finalisedCash": 9,
"operatorCashNote": "sample string 10",
"managerCashNote": "sample string 11",
"expectedPickup": 12,
"pickupCash": 13,
"start": "2026-06-03T18:32:26.9712055",
"end": "2026-06-03T18:32:26.9712055",
"operatorName": "sample string 16",
"operatorNumber": "sample string 17",
"machineName": "sample string 18",
"operators": "sample string 19"
},
{
"$ref": "2"
}
],
"eftDetails": [
{
"$id": "3",
"id": 1,
"headerIdentifier": "2+Fk7xaBp0G3txeIBQvL3Q==",
"headerIdentifierGuid": "ef64e1db-8116-41a7-b7b7-1788050bcbdd",
"date": "2026-06-03T18:32:26.9712055",
"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": "69xz93W9wEmqSIwNKOkjkw==",
"headerIdentifierGuid": "f773dceb-bd75-49c0-aa48-8c0d28e92393",
"bankName": "sample string 3",
"expectedCash": 4,
"cashDeclared": 1,
"expectedPickup": 5,
"pickupDeclared": 1,
"expectedCheque": 6,
"chequeDeclared": 1
},
"cashBalancingBankingAccounts": [
{
"$id": "5",
"id": 1,
"headerIdentifier": "wJSmXZ9uZ0ixXS127ohfrg==",
"headerIdentifierGuid": "5da694c0-6e9f-4867-b15d-2d76ee885fae",
"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": "71XldEPrtk+ndnQt3gB56A==",
"headerIdentifierGuid": "74e555ef-eb43-4fb6-a776-742dde0079e8",
"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-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"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": "T2+7/c+4NkWHi5iya3DbQw==",
"hostIdentifierGuid": "fdbb6f4f-b8cf-4536-878b-98b26b70db43",
"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-06-03T18:32:26.9712055",
"priceZone": {
"$id": "10",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "tFm4RgBRGUiVGonJL4bQSg==",
"hostIdentifierGuid": "46b859b4-5100-4819-951a-89c92f86d04a",
"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"
},
"warehouseStore": {
"$id": "12",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "13",
"id": 1,
"hostIdentifier": "mlO6hriY802Bq5zpFqL4Kw==",
"hostIdentifierGuid": "86ba539a-98b8-4df3-81ab-9ce916a2f82b",
"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": "14",
"identifier": "/G7K79eIV0Wcc+iACe42nA==",
"identifierGuid": "efca6efc-88d7-4557-9c73-e88009ee369c",
"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": "/ySKz1LY+EWS+dCajCZMvQ==",
"hostSupplierIdentifierGuid": "cf8a24ff-d852-45f8-92f9-d09a8c264cbd",
"loyaltyPriceLevelIdentifier": "1xK62T8ppUyi5khCTR3ZNQ==",
"loyaltyPriceLevelIdentifierGuid": "d9ba12d7-293f-4ca5-a2e6-48424d1dd935",
"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-06-03T18:32:26.9712055",
"lastProcessed": "2026-06-03T18:32:26.9712055",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "15",
"identifier": "hDBw7dfxd0aG8HjR80DuKA==",
"identifierGuid": "ed703084-f1d7-4677-86f0-78d1f340ee28",
"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": "IFeLKkCT8UKiDFEboSJSlg==",
"primaryContactID": "2a8b5720-9340-42f1-a20c-511ba1225296",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "G0yCRJbwbk+v5d7eG2O0ZA==",
"supplierGroupGuid": "44824c1b-f096-4f6e-afe5-dede1b63b464",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:26.9712055",
"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": "16",
"id": "d0f1d29f-1a89-455f-aa41-e49cf7cd84a5",
"identifier": "xoOgDVrSiU+AORTTjjH7JQ==",
"identifierGuid": "0da083c6-d25a-4f89-8039-14d38e31fb25",
"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": "17",
"supplierIdentifier": "UUdd011qIUq6Y+7mmJJqAg==",
"supplierIdentifierGuid": "d35d4751-6a5d-4a21-ba63-eee698926a02",
"contactGuid": "zv3f/+s9QUyf76HtwGfBQw==",
"contactID": "ffdffdce-3deb-4c41-9fef-a1edc067c143",
"contact": {
"$ref": "16"
},
"supplier": {
"$ref": "15"
}
},
{
"$ref": "17"
}
],
"products": [
{
"$id": "18",
"pluG_UID": "+dQpZ4daD0uZFiFthSeSlw==",
"pluGuid": "6729d4f9-5a87-4b0f-9916-216d85279297",
"supplierIdentifier": "Fu6lFWHPOE2UTXt1pVOzvw==",
"supplierIdentifierGuid": "15a5ee16-cf61-4d38-944d-7b75a553b3bf",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "19",
"pluG_UID": "QTbWwoWf20ivGZGNGp3r/A==",
"pluGuid": "c2d63641-9f85-48db-af19-918d1a9debfc",
"supplierIdentifier": "2DIuFuRkgkSPL04790RvVA==",
"supplierIdentifierGuid": "162e32d8-64e4-4482-8f2f-4e3bf7446f54",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "19"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "8dPH6Q4snECgs3PH3Alxsw==",
"parentPluGuid": "e9c7d3f1-2c0e-409c-a0b3-73c7dc0971b3",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "20",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "oiIP2ym5TUaeMC3CwaMCKg==",
"guid": "db0f22a2-b929-464d-9e30-2dc2c1a3022a",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "gLCg8mkTHkGvlbC0EWWy3A==",
"priceGroupGuid": "f2a0b080-1369-411e-af95-b0b41165b2dc",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:26.9712055",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:26.9712055",
"pluCreated": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"lastManualUpdate": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"currentCostUpdated": "2026-06-03T18:32:26.9712055",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "/wgqTJfslk2hy7kccyABjg==",
"altPLUGuid": "4c2a08ff-ec97-4d96-a1cb-b91c7320018e",
"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-06-03T18:32:26.9712055",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "3fbDv5YSzkmuPnjwCixp5w==",
"shelfPageLayoutGuid": "bfc3f6dd-1296-49ce-ae3e-78f00a2c69e7",
"talkerPageLayoutG_UID": "C8Y0kOl9AEmEfeeis0odXA==",
"talkerPageLayoutGuid": "9034c60b-7de9-4900-847d-e7a2b34a1d5c",
"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": "mlRsNuXawkaGkbcm0OjVww==",
"inventoryIdentifier": "366c549a-dae5-46c2-8691-b726d0e8d5c3",
"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": "MhaPWyxsk0quTvG/eD/U7A==",
"parentPluGuid": "5b8f1632-6c2c-4a93-ae4e-f1bf783fd4ec",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "HqxABdwEFkC2Hh4LFx1RGQ==",
"supplierIdentifierGuid": "0540ac1e-04dc-4016-b61e-1e0b171d5119",
"supplierChanged": true,
"rebateSupplierIdentifier": "g7CPB8PnnESB3zEI9h6M8Q==",
"rebateSupplierIdentifierGuid": "078fb083-e7c3-449c-81df-3108f61e8cf1",
"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-06-03T18:32:26.9712055",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "HAis0SFPNUSqAQlncvMkIQ==",
"hostIdentifierGuid": "d1ac081c-4f21-4435-aa01-096772f32421",
"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": "20"
},
{
"$ref": "20"
}
],
"store": {
"$ref": "9"
},
"storePrices": [
{
"$id": "21",
"pluG_UID": "k4VBClxB1UiPwbmgWTjNqw==",
"pluGuid": "0a418593-415c-48d5-8fc1-b9a05938cdab",
"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-06-03T18:32:26.9712055"
},
{
"$ref": "21"
}
],
"currentPrices": {
"$id": "22",
"pluPrices": {
"$id": "23",
"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-06-03T18:32:26.9712055",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "23"
},
"winningCampaign": 1,
"winner": {
"$id": "24",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:32:26.9712055",
"startTime": 5,
"endDate": "2026-06-03T18:32:26.9712055",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "GzoiZJfem0Ovn4qjVAo/JA==",
"hostIdentifierGuid": "64223a1b-de97-439b-af9f-8aa3540a3f24",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"tray": {
"$id": "25",
"g_UId": "B4a1RawDWUC1h5FYd0SVXQ==",
"guid": "45b58607-03ac-4059-b587-91587744955d",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "26",
"priceGroupG_UID": "lMX5H8y9NkKWVIwGstYr5w==",
"priceGroupGuid": "1ff9c594-bdcc-4236-9654-8c06b2d62be7",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:26.9712055",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "27",
"pluG_UID": "7KVg1Bb2d0aZpsLTKL2nrQ==",
"pluGuid": "d460a5ec-f616-4677-99a6-c2d328bda7ad",
"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": "28",
"pluGuid": "ec1279e5-a623-4759-9ef5-fcb1bb0bb6ca",
"created": "2026-06-03T18:32:26.9712055",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:26.9712055",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:26.9712055",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:26.9712055",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:26.9712055",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:26.9712055",
"lastSold": "2026-06-03T18:32:26.9712055",
"firstSold": "2026-06-03T18:32:26.9712055",
"awsUpdated": "2026-06-03T18:32:26.9712055",
"lastManualUpdate": "2026-06-03T18:32:26.9712055",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:26.9712055",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:26.9712055",
"doNotRangeUpdated": "2026-06-03T18:32:26.9712055",
"doNotOrderUpdated": "2026-06-03T18:32:26.9712055",
"tracked": "2026-06-03T18:32:26.9712055"
},
"allergens": [
{
"$id": "29",
"primaryKey": {
"$id": "30",
"pluGuid": "1a88bcb0-239f-4565-9d45-e7efe5d8669a",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "sLyIGp8jZUWdRefv5dhmmg==",
"pluGuid": "1a88bcb0-239f-4565-9d45-e7efe5d8669a",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"costs": {
"$id": "31",
"pluG_UID": "K5mcoK5dLk6U3lxV410LoQ==",
"pluGuid": "a09c992b-5dae-4e2e-94de-5c55e35d0ba1",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:32:26.9712055",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "32",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:26.9712055",
"createdLocal": "2026-06-03T18:32:26.9712055",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "euypGPTxLU+z7YapP6fLRA==",
"operatorGuid": "18a9ec7a-f1f4-4f2d-b3ed-86a93fa7cb44",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "EtDj69kVjUaA1xy7Elhj5Q==",
"pluGuid": "ebe3d012-15d9-468d-80d7-1cbb125863e5",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "33",
"id": 1,
"g_Uid": "p0oFiVrB4k+wksDBocy+Lw==",
"guid": "89054aa7-c15a-4fe2-b092-c0c1a1ccbe2f",
"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-06-03T18:32:26.9712055",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:26.9712055",
"endShift": "2026-06-03T18:32:26.9712055",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "34",
"operatorG_UID": "Lg9pXN3RM0OI+Ji8rmzuhw==",
"operatorGuid": "5c690f2e-d1dd-4333-88f8-98bcae6cee87",
"storeID": 2,
"operator": {
"$ref": "33"
},
"store": {
"$ref": "9"
}
},
{
"$ref": "34"
}
]
}
},
{
"$ref": "32"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "OzklzCj9ckSYrCKBPhZDEQ==",
"pluGuid": "cc25393b-fd28-4472-98ac-22813e164311",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "H7xtWOnXqkSTGEY8Uq/oOw==",
"pluGuid": "586dbc1f-d7e9-44aa-9318-463c52afe83b",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "20"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "eEMJm4yZDU6NLRg9t11wzQ==",
"identifierGuid": "9b094378-998c-4e0d-8d2d-183db75d70cd",
"pluG_UID": "goFezLNAkUayT4hblA7pdA==",
"pluGuid": "cc5e8182-40b3-4691-b24f-885b940ee974",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "15"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"ordering": {
"$ref": "18"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "3iqglLKiH0yAWotCbBnEag==",
"groupName": "sample string 1",
"identifierGuid": "94a02ade-a2b2-4c1f-805a-8b426c19c46a",
"exists": true,
"flipChartIdentifier": "LQfXU8NC4kGiQtg1XSs0Sg==",
"flipChartIdentifierGuid": "53d7072d-42c3-41e2-a242-d8355d2b344a",
"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": "u97S6mIqjk2BiMtRo0+P1Q==",
"groupIdentifierGuid": "ead2debb-2a62-4d8e-8188-cb51a34f8fd5",
"flipChart": {
"$id": "39",
"identifier": "6QuCpb7hjkCB+8d1f79IQA==",
"identifierGuid": "a5820be9-e1be-408e-81fb-c7757fbf4840",
"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": "40",
"identifier": "g2MkpOvFLU6xyW8TgkebjQ==",
"identifierGuid": "a4246383-c5eb-4e2d-b1c9-6f1382479b8d",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "LG260Si5xkep915l9xOzIA==",
"guid": "d1ba6d2c-b928-47c6-a9f7-5e65f713b320",
"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": "abiZvBX0KEeMspSaQR8hkw==",
"previousFormGuid": "bc99b869-f415-4728-8cb2-949a411f2193",
"nextForm": 1,
"nextFormG_UID": "MyL7Jrkw8UajZxHDep3RuA==",
"nextFormGuid": "26fb2233-30b9-46f1-a367-11c37a9dd1b8",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:26.9712055",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "41"
},
"previousCheckoutForm": {
"$ref": "41"
},
"buttons": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "2hBnHjOso0W2V7KX0UdCrA==",
"checkoutFormGuid": "1e6710da-ac33-45a3-b657-b297d14742ac",
"identifier": "wqTgG6LjjU6CsiP4pvBQ6w==",
"identifierGuid": "1be0a4c2-e3a2-4e8d-82b2-23f8a6f050eb",
"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": "ztt5cAb/gUq+VJtvrdQBIg==",
"valueGuid": "7079dbce-ff06-4a81-be54-9b6fadd40122",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:26.9712055",
"action": "sample string 12",
"valueForm": {
"$ref": "41"
},
"image": {
"$id": "43",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:32:26.9712055",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "GErmTdlB7E2ogedT0yDOiQ==",
"checkoutFormGuid": "4de64a18-41d9-4dec-a881-e753d320ce89",
"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": "44"
}
]
},
{
"$ref": "41"
}
],
"panels": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"contentPanel": {
"$ref": "44"
},
"products": [
{
"$id": "45",
"flipChartPageIdentifier": "TGEBIuCguUSPx3zO69YR3A==",
"flipChartPageIdentifierGuid": "2201614c-a0e0-44b9-8fc7-7cceebd611dc",
"pluG_UID": "Fp3OAqEGEkWw7Qj0yIKn2w==",
"pluGuid": "02ce9d16-06a1-4512-b0ed-08f4c882a7db",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "20"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "7rlZb28LEEaevdyvwJNGkA==",
"pluGuid": "6f59b9ee-0b6f-4610-9ebd-dcafc0934690",
"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-06-03T18:32:26.9712055",
"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": "46"
}
],
"ingredients": [
{
"$id": "47",
"pluG_UID": "C1TC4APnx0K+w71/YPsKIw==",
"ingredientGuid": "4N3EHkUtEkyoFPiDrF5mXQ==",
"ingredientIdentifier": "1ec4dde0-2d45-4c12-a814-f883ac5e665d",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "20"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "XqNL2lSaQUmX41F3FCAhNg==",
"pluGuid": "da4ba35e-9a54-4941-97e3-517714202136",
"shelfLocationIdentifier": "Y6GdbmXt+EKHuIgsueW6Pw==",
"shelfLocationGuid": "6e9da163-ed65-42f8-87b8-882cb9e5ba3f",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "xHHV57PBQ0KCAO/BBQX0Jw==",
"labelPageLayoutGuid": "e7d571c4-c1b3-4243-8200-efc10505f427",
"updated": "2026-06-03T18:32:26.9712055",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "20"
},
"location": {
"$id": "49",
"identifier": "CnAanGW6S021dCm8nEl2lg==",
"storeID": 1,
"identifierGuid": "9c1a700a-ba65-4d4b-b574-29bc9c497696",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:26.9712055",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
}
},
{
"$ref": "48"
}
],
"bin": {
"$ref": "48"
},
"scaleLocations": [
{
"$id": "50",
"plu": 1,
"pluG_UID": "3SS2iSXfd0iWlkPLcs9Oqw==",
"pluGuid": "89b624dd-df25-4877-9696-43cb72cf4eab",
"deptNo": 1,
"product": {
"$ref": "20"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:26.9712055",
"department": {
"$id": "52",
"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": "51"
},
"subDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "54",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "55",
"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-06-03T18:32:26.9712055",
"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": "2QKU0tHMkEWKHZ5OlJoesw==",
"labelPageLayoutGuid": "d29402d9-ccd1-4590-8a1d-9e4e949a1eb3",
"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": "56",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "58"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "57"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$id": "59",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "55"
}
],
"updated": "2026-06-03T18:32:26.9712055",
"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": "KVGKyS8OtUqXAbmYgcWsgw==",
"labelPageLayoutGuid": "c98a5129-0e2f-4ab5-9701-b99881c5ac83",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:26.9712055",
"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": "rfjFlsfV4U292d9XBAmn5g==",
"labelPageLayoutGuid": "96c5f8ad-d5c7-4de1-bdd9-df570409a7e6",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "53"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:26.9712055",
"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": "pcub7zyfN0qQLG47YWjhUQ==",
"labelPageLayoutGuid": "ef9bcba5-9f3c-4a37-902c-6e3b6168e151",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
}
}
},
{
"$ref": "50"
}
],
"nextPrice": {
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "XwfNNxAc8EqWhcFM07xUqw==",
"pluGuid": "37cd075f-1c10-4af0-9685-c14cd3bc54ab",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "ovtDcO8YV0WrjZbrgfOKLA==",
"dealCostGuid": "7043fba2-18ef-4557-ab8d-96eb81f38a2c",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "rYQgY9K7qEmWyoqddhkFjQ==",
"priceGroupGuid": "632084ad-bbd2-49a8-96ca-8a9d7619058d",
"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,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:26.9712055",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c92a1e47-9903-4022-85af-010ed6d8474c",
"campaignComboPriceGroupG_UID": "vxUTzHsNTECScn0RRfyMRQ==",
"campaignComboPriceGroupIdentifier": "cc1315bf-0d7b-404c-9272-7d1145fc8c45",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:26.9712055",
"operatorG_UID": "syXOzW1xAE2RJ94s1g+jwQ==",
"operatorGuid": "cdce25b3-716d-4d00-9127-de2cd60fa3c1",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:26.9712055",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:26.9712055",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:26.9712055",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "fc4a9280-0504-4df2-adb2-2dfd847aeb1a",
"product": {
"$ref": "20"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "3f7b0ec6-c596-4a70-9c67-0220424781c2",
"nameGuid": "3f7b0ec6-c596-4a70-9c67-0220424781c2",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:26.9712055",
"startTime": 1,
"endDate": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"system": true,
"created": "2026-06-03T18:32:26.9712055",
"updated": "2026-06-03T18:32:26.9712055",
"priceChangeNotifiedUtc": "2026-06-03T18:32:26.9712055",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "+WDB4ylIukmXPcyl6eCV1A==",
"hostIdentifierGuid": "e3c160f9-4829-49ba-973d-cca5e9e095d4",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:26.9712055",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"campaignPools": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "yAejnXB+hUmSOEdcq/kehA==",
"pluGuid": "9da307c8-7e70-4985-9238-475cabf91e84",
"hostOfferID": 1,
"priceGroupG_UID": "ZeHdpSiNiUiqVOvrEWC/Lw==",
"priceGroupGuid": "a5dde165-8d28-4889-aa54-ebeb1160bf2f",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:32:26.9712055",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "20"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "OYhWIjJ1bU2vuayfFmaHXw==",
"identifierStr": "OYhWIjJ1bU2vuayfFmaHXw==",
"identifierGuid": "22568839-7532-4d6d-afb9-ac9f1666875f",
"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": "62"
}
},
{
"$ref": "64"
}
],
"customers": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "mlPVVYyxUkSWxXCgLWXB/A==",
"customerIDGuid": "55d5539a-b18c-4452-96c5-70a02d65c1fc",
"campaign": {
"$ref": "62"
},
"customer": {
"$id": "66",
"identifier": "labxg62PNUCLldUVMwZVkQ==",
"identifierGuid": "83f1a695-8fad-4035-8b95-d51533065591",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:26.9712055",
"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": "Q0yKMf3tJU2d6DCGbJncpw==",
"communityIdentifierGuid": "318a4c43-edfd-4d25-9de8-30866c99dca7",
"joined": "2026-06-03T18:32:26.9712055",
"updated": "2026-06-03T18:32:26.9712055",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "wICm1l+51kKGZgtCfqvzNA==",
"priceLevelIdentifierGuid": "d6a680c0-b95f-42d6-8666-0b427eabf334",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:26.9712055",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "67",
"cardType": 2,
"issueDate": "2026-06-03T18:32:26.9712055",
"expiry": "2026-06-03T18:32:26.9712055",
"customerID": "EbJzj6B6DUag8bpIalZlug==",
"customerIDGuid": "8f73b211-7aa0-460d-a0f1-ba486a5665ba",
"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-06-03T18:32:26.9712055",
"linkedAccount": "BrhSLP4GVUaG01e9ZS3uSg==",
"linkedAccountGuid": "2c52b806-06fe-4655-86d3-57bd652dee4a",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "66"
},
"account": {
"$id": "68",
"id": 1,
"identifier": "+KgJAEHyUEKXQ09JltPbhA==",
"identifierGuid": "0009a8f8-f241-4250-9743-4f4996d3db84",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:26.9712055",
"owner": "9AekIsjaXE6q15atLOMcOg==",
"ownerGuid": "22a407f4-dac8-4e5c-aad7-96ad2ce31c3a",
"accountStoreGroupIdentifier": "pDKTN+HSLE+ZBTK+IHWrNQ==",
"accountStoreGroupGuid": "379332a4-d2e1-4f2c-9905-32be2075ab35",
"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-06-03T18:32:26.9712055",
"active": true,
"updated": "2026-06-03T18:32:26.9712055",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "66"
},
"card": {
"$ref": "67"
},
"members": {
"$id": "69",
"sample string 1": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"sample string 2": [
{
"$ref": "66"
},
{
"$ref": "66"
}
]
},
"customerGroups": [
{
"$id": "70",
"identifier": "obWAZ5Qxjk2F6sgpPZOwHQ==",
"identifierGuid": "6780b5a1-3194-4d8e-85ea-c8293d93b01d",
"name": "sample string 2",
"primaryContact": "vKXhvJURjkS7yy5KuOs+Cg==",
"primaryContactGuid": "bce1a5bc-1195-448e-bbcb-2e4ab8eb3e0a",
"accountID": "dMebM+QNxUGYKE2tggy3Aw==",
"accountIDGuid": "339bc774-0de4-41c5-9828-4dad820cb703",
"special": true,
"updated": "2026-06-03T18:32:26.9712055",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "kireMRP3lUSLp3ZbBnMaqA==",
"priceLevelIdentifierGuid": "31de2a92-f713-4495-8ba7-765b06731aa8",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "68"
},
"primaryContactCustomer": {
"$ref": "66"
},
"customerGroupMembers": [
{
"$id": "71",
"id": 1,
"groupID": "U8B1lXJDyEShgCwhqr0Q8A==",
"groupIDGuid": "9575c053-4372-44c8-a180-2c21aabd10f0",
"customerID": "cIsnxeRJJ0e+oTQsNPPfyg==",
"customerIDGuid": "c5278b70-49e4-4727-bea1-342c34f3dfca",
"card": "sample string 4",
"linkedAccount": "4Tk4RkRYTEej2gnrg9gsSg==",
"linkedAccountGuid": "463839e1-5844-474c-a3da-09eb83d82c4a",
"customer": {
"$ref": "66"
},
"group": {
"$ref": "70"
},
"customerCard": {
"$ref": "67"
}
},
{
"$ref": "71"
}
]
},
{
"$ref": "70"
}
]
},
"payments": [
{
"$id": "72",
"id": 1,
"identifier": "tfubbdaYwUWG71YcdUQjTQ==",
"identifierGuid": "6d9bfbb5-98d6-45c1-86ef-561c7544234d",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "uV7WflWaxkGISaOAecWIGg==",
"accountIDGuid": "7ed65eb9-9a55-41c6-8849-a38079c5881a",
"customerAccount": {
"$ref": "68"
},
"customerCard": {
"$ref": "67"
},
"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-06-03T18:32:26.9712055",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "zd6WXFbMS0yxLXW/VuoMgw==",
"idempotentVoidGuid": "5c96decd-cc56-4c4b-b12d-75bf56ea0c83",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "73",
"saleHeaderID": 1,
"saleHeaderGuid": "Q7UQLVVsLkWsZOozGhyMqw==",
"saleHeaderIdentifierGuid": "2d10b543-6c55-452e-ac64-ea331a1c8cab",
"created": "2026-06-03T18:32:26.9712055",
"createdLocal": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"storeID": 1,
"operatorG_Uid": "PiFl9INB2U+uX05EXMJ5Cw==",
"operatorGuid": "f465213e-4183-4fd9-ae5f-4e445cc2790b",
"customerG_Uid": "0tIr4A1ybE24hhAvLdolGQ==",
"customerGuid": "e02bd2d2-720d-4d6c-b886-102f2dda2519",
"communityIdentifier": "UXwidrKkE0mwPkqDOWowyQ==",
"communityIdentifierGuid": "76227c51-a4b2-4913-b03e-4a83396a30c9",
"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": "C76p9BoDVEmHPQpwjLKFig==",
"priceLevelIdentifierGuid": "f4a9be0b-031a-4954-873d-0a708cb2858a",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:26.9712055+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": "74",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:32:26.9712055",
"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": "33"
},
"customer": {
"$ref": "66"
},
"communityOrganisation": {
"$id": "75",
"id": 1,
"identifier": "o3jsWwdig06nAQM0+jpZeA==",
"identifierGuid": "5bec78a3-6207-4e83-a701-0334fa3a5978",
"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-06-03T18:32:26.9712055",
"promoPeriodEnd": "2026-06-03T18:32:26.9712055",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:26.9712055",
"deleted": true
},
"details": [
{
"$id": "76",
"saleItemID": 1,
"identifier": "0SEEx1Gw302UHKmvGezPZA==",
"identifierGuid": "c70421d1-b051-4ddf-941c-a9af19eccf64",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "ygd5e41CJk+XVF2QgunuZA==",
"pluGuid": "7b7907ca-428d-4f26-9754-5d9082e9ee64",
"accountID": "4mPYMdPle0aP0J/OWTkSLg==",
"accountIDGuid": "31d863e2-e5d3-467b-8fd0-9fce5939122e",
"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-06-03T18:32:26.9712055",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "Kp+BXymGqUSmCF2LLeZuPg==",
"refundGuid": "5f819f2a-8629-44a9-a608-5d8b2de66e3e",
"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": "z/iKTGgH6k2A+OHczIIKxg==",
"idempotentVoidGuid": "4c8af8cf-0768-4dea-80f8-e1dccc820ac6",
"priceLevelIdentifier": "siVv/DRVCUyXNGPNYjNTLA==",
"priceLevelIdentifierGuid": "fc6f25b2-5534-4c09-9734-63cd6233532c",
"communityIdentifier": "GJOphLfGkkyR3GQw26X1YA==",
"communityIdentifierGuid": "84a99318-c6b7-4c92-91dc-6430dba5f560",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "77",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:26.9712055",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "77"
}
],
"refund": {
"$id": "78",
"id": 1,
"g_UID": "b71Wm7gIQ0qzgIi3AZl2Gg==",
"guid": "9b56bd6f-08b8-4a43-b380-88b70199761a",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:26.9712055"
},
"modifier": {
"$id": "79",
"id": 1,
"setG_UID": "DHw/5T3dzUWadjH/35RxRg==",
"modifierSetGuid": "e53f7c0c-dd3d-45cd-9a76-31ffdf947146",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "N21BgdmoG0Czg3lStsEO/g==",
"pluGuid": "81416d37-a8d9-401b-b383-7952b6c10efe",
"deleted": true,
"g_UID": "fsPf4WWQqUGi/8AMNstBig==",
"guid": "e1dfc37e-9065-41a9-a2ff-c00c36cb418a",
"product": {
"$ref": "20"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "76"
}
],
"eftReceipts": [
{
"$id": "80",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "73"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "80"
}
],
"payments": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"cards": [
{
"$id": "81",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "81"
}
],
"campaignHits": [
{
"$id": "82",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "82"
}
],
"fuel": [
{
"$id": "83",
"id": 1,
"plu": 1,
"pluG_UID": "u9j58zB/FkyCfU3PvvE6Zg==",
"pluGuid": "f3f9d8bb-7f30-4c16-827d-4dcfbef13a66",
"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-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "83"
}
],
"fuelResells": [
{
"$id": "84",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "BF9dWnURMUWwy7+CeFWYtQ==",
"pluGuid": "5a5d5f04-1175-4531-b0cb-bf82785598b5",
"accountID": "tZkwbjHeBkmduafE5Bbhyw==",
"accountIDGuid": "6e3099b5-de31-4906-9db9-a7c4e416e1cb",
"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-06-03T18:32:26.9712055",
"bestOrExpireType": 1,
"refundG_UID": "fCd7n8J9okS+gubou8OTGw==",
"refundGuid": "9f7b277c-7dc2-44a2-be82-e6e8bbc3931b",
"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": "84"
}
],
"customerOrder": [
{
"$id": "85",
"identifier": "4B2nGGMPu0CNavCiwuyIsQ==",
"identifierGuid": "18a71de0-0f63-40bb-8d6a-f0a2c2ec88b1",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "cctpAJA3p0SbjJ8VD7VcxQ==",
"customerIdentifierGuid": "0069cb71-3790-44a7-9b8c-9f150fb55cc5",
"operatorNo": 1,
"operatorG_UID": "h6vcNwiDOUy0D+1i1m2vAg==",
"operatorGuid": "37dcab87-8308-4c39-b40f-ed62d66daf02",
"created": "2026-06-03T18:32:26.9712055",
"ordered": "2026-06-03T18:32:26.9712055",
"started": "2026-06-03T18:32:26.9712055",
"completed": "2026-06-03T18:32:26.9712055",
"supplied": "2026-06-03T18:32:26.9712055",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "66"
},
"operator": {
"$ref": "33"
},
"details": [
{
"$id": "86",
"headerID": 1,
"plu": 1,
"pluG_UId": "FQeXWEhB0UmsiisdTzancQ==",
"pluGuid": "58970715-4148-49d1-ac8a-2b1d4f36a771",
"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": "p7ka0fY7ZEWoS3nCTQ3tNA==",
"headerIdentifierGuid": "d11ab9a7-3bf6-4564-a84b-79c24d0ded34",
"product": {
"$ref": "20"
}
},
{
"$ref": "86"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "73"
}
},
{
"$ref": "85"
}
],
"surveyResponses": [
{
"$id": "87",
"surveyG_UID": "yzvme2BezkK7kjVhkHD4AQ==",
"surveyGuid": "7be63bcb-5e60-42ce-bb92-35619070f801",
"saleHeaderGuid": "rhyfclABTESemvw3cbbYZg==",
"saleGuid": "729f1cae-0150-444c-9e9a-fc3771b6d866",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "I/g3Df4ThUypAcCFWzmOvQ==",
"guidResponse": "0d37f823-13fe-4c85-a901-c0855b398ebd",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:26.9712055",
"sale": {
"$ref": "73"
},
"survey": {
"$id": "88",
"g_UID": "9d/NXS93DEuK8xxnXH6pFA==",
"guid": "5dcddff5-772f-4b0c-8af3-1c675c7ea914",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "kMEI7erpXUuJ1uHMbip71w==",
"checkoutFormGuid": "ed08c190-e9ea-4b5d-89d6-e1cc6e2a7bd7",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:26.9712055",
"end": "2026-06-03T18:32:26.9712055",
"deleted": true,
"updated": "2026-06-03T18:32:26.9712055",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"5d7987c8-36ca-40a6-95a7-ce8ed32f41ab",
"829bb15e-8128-47ba-91a8-1fd340b1e08c"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "87"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "7OBRS4cgD0ahusvGzUczWQ==",
"accountIdentifier": "4b51e0ec-2087-460f-a1ba-cbc6cd473359",
"accountName": "sample string 44",
"customerOrderIdentifier": "uNvRecnN5kK2s2/zLV12eA==",
"customerOrderIdentifierGuid": "79d1dbb8-cdc9-42e6-b6b3-6ff32d5d7678",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "89",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "PRJrsKH9AEaXzgqzpFtvxQ==",
"paymentIdentifierGuid": "b06b123d-fda1-4600-97ce-0ab3a45b6fc5",
"identifier": "OVaFEovPM0GaWAxtAAihkA==",
"identifierGuid": "12855639-cf8b-4133-9a58-0c6d0008a190",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "gFJvE0tWKEK6++lAQQWOTA==",
"itemIdentifierGuid": "136f5280-564b-4228-bafb-e94041058e4c"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "67"
}
],
"customerGroupMembers": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"accounts": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"account": {
"$ref": "68"
},
"vouchers": [
{
"$id": "90",
"customerIdentifier": "u//vPn0pRk+WL6IOo5KkLA==",
"customerIdentifierGuid": "3eefffbb-297d-4f46-962f-a20ea392a42c",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "l0nk/WlX2kmmIB6mo7QQgw==",
"idempotentGuid": "fde44997-5769-49da-a620-1ea6a3b41083",
"offline": true,
"voucher": {
"$id": "91",
"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-06-03T18:32:26.9712055",
"barcodeTemplate": {
"$id": "92",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "93",
"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-06-03T18:32:26.9712055",
"labelPageLayout": "f5T5yKZy+kmKo02qT9PPpQ==",
"pageLayoutGuid": "c8f9947f-72a6-49fa-8aa3-4daa4fd3cfa5",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "91"
},
"elements": [
{
"$id": "94",
"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-06-03T18:32:26.9712055"
},
{
"$ref": "94"
}
]
},
"customerVouchers": [
{
"$id": "95",
"id": 1,
"customerIdentifier": "9sVPPYTe4kSEbOkVYqU8FQ==",
"customerIdentifierGuid": "3d4fc5f6-de84-44e2-846c-e91562a53c15",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:26.9712055",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "y8Jmg04cl0SDJfdUIPCgjw==",
"issuedIdempotentGuid": "8366c2cb-1c4e-4497-8325-f75420f0a08f",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:26.9712055",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:26.9712055",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "/P2ZxIhNakyeXws+7gndZQ==",
"redeemedIdempotentGuid": "c499fdfc-4d88-4c6a-9e5f-0b3eee09dd65",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:26.9712055",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "93"
},
"voucher": {
"$ref": "91"
},
"customer": {
"$ref": "66"
},
"issuedOfflinePayment": {
"$ref": "72"
},
"redeemedOfflinePayment": {
"$ref": "72"
}
},
{
"$ref": "95"
}
]
},
"customer": {
"$ref": "66"
}
},
{
"$ref": "90"
}
]
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "96",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "vBtj0MZYLEuIJTvifcMiWg==",
"groupIDGuid": "d0631bbc-58c6-4b2c-8825-3be27dc3225a",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "70"
}
},
{
"$ref": "96"
}
],
"signIqTickets": [
{
"$id": "97",
"identifier": "+eNI/ccvhE6noyT90y6v+Q==",
"identifierGuid": "fd48e3f9-2fc7-4e84-a7a3-24fdd32eaff9",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "97"
}
],
"comboPriceGroups": [
{
"$id": "98",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "rgTerKohtk25RCXFaTI8RA==",
"guid": "acde04ae-21aa-4db6-b944-25c569323c44",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "62"
},
"comboPricePlus": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "g/I/Acyfiky/11Ys0wtfZw==",
"groupGuid": "013ff283-9fcc-4c8a-bfd7-562cd30b5f67",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "oLL1PpzfTkqhzTmAHZY6ZQ==",
"pluGuid": "3ef5b2a0-df9c-4a4e-a1cd-39801d963a65",
"priceGroupG_UID": "BhXNAq1OV0OE2acrwmZWcg==",
"priceGroupGuid": "02cd1506-4ead-4357-84d9-a72bc2665672",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "20"
},
"priceGroup": {
"$ref": "26"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "99"
}
]
},
{
"$ref": "98"
}
],
"priceLevels": [
{
"$id": "100",
"id": 1,
"priceLevelIdentifier": "31dnGDing02HjqlE5v52DA==",
"priceLevelIdentifierGuid": "186757df-a738-4d83-878e-a944e6fe760c",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "100"
}
],
"promotionType": {
"$id": "101",
"identifier": "6y4tgbnfikGPLmeRrrQFQA==",
"identifierGuid": "812d2eeb-dfb9-418a-8f2e-6791aeb40540",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "HlCHeVZGG0CP/r9CCU603A==",
"labelPageLayoutGuid": "7987501e-4656-401b-8ffe-bf42094eb4dc",
"priceLevelIdentifier": "4RhIF77iE0OmLrq/4LnfeA==",
"priceLevelIdentifierGuid": "174818e1-e2be-4313-a62e-babfe0b9df78",
"active": true,
"updated": "2026-06-03T18:32:26.9712055",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "20"
},
"dealCost": {
"$id": "102",
"headerIdentifier": "6NLQfso3xkyGsiABJsdR1Q==",
"headerIdentifierGuid": "7ed0d2e8-37ca-4cc6-86b2-200126c751d5",
"identifier": "fZMWbeUiSke6/hHER0jmvg==",
"identifierGuid": "6d16937d-22e5-474a-bafe-11c44748e6be",
"supplierIdentifier": "eqJBca76Xkuzsp3tTGQ+yg==",
"supplierGuid": "7141a27a-faae-4b5e-b3b2-9ded4c643eca",
"pluG_UID": "fy1ebxmx00iPXyGv0tU8aw==",
"pluGuid": "6f5e2d7f-b119-48d3-8f5f-21afd2d53c6b",
"campaignName": "bea2fe82-255b-47bc-bc27-19c031c59400",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:26.9712055",
"end": "2026-06-03T18:32:26.9712055",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "cRFb39tVEU2dqeAKQOhRrg==",
"bonusItemPluGuid": "df5b1171-55db-4d11-9da9-e00a40e851ae",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055",
"campaignEndDate": "2026-06-03T18:32:26.9712055",
"masterPLUG_UID": "Nhospt/Blk2JLmTNHBXTgQ==",
"masterID": "a62c1a36-c1df-4d96-892e-64cd1c15d381",
"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": "d9UlIcpp+EWDqISqJ7CUyA==",
"bonusMasterID": "2125d577-69ca-45f8-83a8-84aa27b094c8",
"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-06-03T18:32:26.9712055",
"dealCosts": [
{
"$ref": "102"
},
{
"$ref": "102"
}
],
"tags": [
{
"$id": "103",
"pluG_UID": "uMdH1nnUz0mVJHMpr6jIFg==",
"pluGuid": "d647c7b8-d479-49cf-9524-7329afa8c816",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "103"
}
],
"alternateProductG_UID": "SHx+6fScvkafbV+wK79sDA==",
"alternateProduct": "e97e7c48-9cf4-46be-9f6d-5fb02bbf6c0c",
"altProduct": {
"$ref": "20"
},
"productHostCode": {
"$id": "104",
"id": 1,
"pluG_UID": "B46avKxy/EeU/XBzeOFFdQ==",
"pluGuid": "bc9a8e07-72ac-47fc-94fd-707378e14575",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:26.9712055",
"inventoryTracked": "2026-06-03T18:32:26.9712055",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "105",
"pluG_UID": "zTJLSfdy70avxjhYo1ml4A==",
"pluGuid": "494b32cd-72f7-46ef-afc6-3858a359a5e0",
"fuelPluG_UID": "DQ0VXoLNKE2ELfTBzrCMLQ==",
"fuelPluGuid": "5e150d0d-cd82-4d28-842d-f4c1ceb08c2d",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "105"
},
{
"$ref": "105"
}
]
},
"supplier": {
"$ref": "15"
},
"serviceFee": {
"$id": "106",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "18"
}
],
"orderCycleHeaders": [
{
"$id": "107",
"storeID": 1,
"supplierIdentifier": "hSt2FnSpakePgPHb+r4iWg==",
"supplierGuid": "16762b85-a974-476a-8f80-f1dbfabe225a",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "107"
}
],
"cycles": [
{
"$id": "108",
"storeID": 1,
"supplierIdentifier": "FE7cH9oBqkK2fuKPm0T0Iw==",
"supplierGuid": "1fdc4e14-01da-42aa-b67e-e28f9b44f423",
"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-06-03T18:32:26.9712055",
"deliveryDate": "2026-06-03T18:32:26.9712055",
"nextCutOffDate": "2026-06-03T18:32:26.9712055",
"nextDeliveryDate": "2026-06-03T18:32:26.9712055",
"nextDaysBuffer": 10
},
{
"$ref": "108"
}
],
"store": {
"$ref": "9"
},
"updated": "2026-06-03T18:32:26.9712055",
"isHost": true
},
"files": [
{
"$id": "109",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:32:26.9712055",
"processed": "2026-06-03T18:32:26.9712055",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:26.9712055",
"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": "14"
},
"metcashHeader": {
"$id": "110",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:32:26.9712055",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "109"
}
],
"zoneMatrix": [
{
"$id": "111",
"id": 1,
"hostIdentifier": "Pzt4XTeK7U+mhZdma2WFQA==",
"hostIdentifierGuid": "5d783b3f-8a37-4fed-a685-97666b658540",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"082dbba8-319f-4cb1-ae97-e33b27d3c85b",
"f7612afd-b011-4738-8704-6ed6ac9b30f1"
]
},
{
"$ref": "111"
}
],
"hostFileStoreSetting": {
"$ref": "13"
},
"hostStoreSettings": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"promotionPlacements": [
{
"$id": "112",
"identifier": "t0JaDdAGP06vW3Iv4KFTIQ==",
"identifierGuid": "0d5a42b7-06d0-4e3f-af5b-722fe0a15321",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "112"
}
],
"promoTypeGuids": [
"277defad-5f6d-428d-b872-a558b07ca6cd",
"a812d7e6-c55e-4f2e-ac5f-e123391c77f2"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "13"
}
],
"accounts": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"sales": [
{
"$id": "113",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:32:26.9712055",
"ftpSite": {
"$id": "114",
"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": "113"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "111"
},
{
"$ref": "111"
}
],
"cashManagements": [
{
"$id": "115",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "116",
"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,
"config": "sample string 10"
}
},
{
"$ref": "115"
}
],
"updateStoreID": "32084d08-49e4-436f-9320-bc0d475e3079",
"updateStore": {
"$id": "117",
"id": "6fd1be49-e4aa-400e-a235-90e0ab7640bf",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:26.9712055",
"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-06-03T18:32:26.9712055"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "118",
"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": "119",
"id": 1,
"gradeID": 2,
"storeID": 3,
"g_UID": "vvGSNCedbE2IfgIn1vTttA==",
"guid": "3492f1be-9d27-4d6c-887e-0227d6f4edb4",
"fuelGrade": "sample string 5",
"price1": 1,
"price2": 1,
"price3": 1,
"price4": 1,
"effective": "2026-06-03T18:32:26.9712055",
"updated": "2026-06-03T18:32:26.9712055",
"margin": 1,
"product": {
"$ref": "20"
}
}
}
},
{
"$ref": "7"
}
],
"cashBalancingFuelMeters": [
{
"$id": "120",
"headerIdentifier": "i+sLf4+yj0aWbOAdGg+UWQ==",
"headerIdentifierGuid": "7f0beb8b-b28f-468f-966c-e01d1a0f9459",
"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": "121",
"id": 1,
"storeID": 2,
"tankNumber": 3,
"dispenserNumber": 4,
"hoseNumber": 5,
"adjustedFor": "2026-06-03T18:32:26.9712055",
"adjustedAt": "2026-06-03T18:32:26.9712055",
"adjustmentVolume": 8.0,
"reasonDesc": "sample string 9",
"reason": 10,
"operatorG_UID": "RiLDWX87nkqcKGMfipM0Xg==",
"operatorGuid": "59c32246-3b7f-4a9e-9c28-631f8a93345e",
"user": "sample string 11",
"processed": 1,
"storeName": "sample string 12",
"operatorName": "sample string 13"
},
{
"$ref": "121"
}
]
},
{
"$ref": "120"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK
��\`z�@� 5 xl/workbook.xml � (� ����0D�J��(� ET���ҵCwL� JR��o �ԭ��|~>>;4��F�
[����`̉���P�]g��}1�uR`m�[��,���Y�K�]/'G7�?,7Y����^�J�Դ:��K���٭2{��$l��_a�Ū��%��%�soKSb��Hr�㤹e�4Ͱ���q����PK
��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\ٯz' ' _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="Rf373ec202907484e" /></Relationships>PK
��\
�J�� B 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�<���AOUD�@%(p
�i9��� �0"�?�c�����HiƹV� j���z��zQ���e��]�Q�95r��^�z��e $'$���Z�[=D�1�jռ���
i+�j���RH�T8$�=�Z �*$��@�=��(e
L���f��ho\�8Gd��#4A֝�L 1r��χ&��ϢQ+ʹ��|h�m�E ���j����8B'�*��B@s
�~�&���� �F����7�&���k��6d�C�!hOO`�I$���`�E�^P1��=��bw�&A�x�?l��m�I�(͋h��"6Y�6�RGL[r�)�
M��"��)���}ch��m5D�3 F|�Z4Y�6��FfkUB7���d�,j�����$Ǐ�bu�����d�g� �n������,��ל��9�&d?�5q:$�O��'Ά�/���C���WCB�!!���!��ě!���[�c������{b����X�~t ����r�����r ����e�b��Ց6��kb�{�@,w�9����r���ܝ:�-{��6����4�����n�,�O����quv���f!E$���Ǩ�^������Zq��U���/ӕ[O뗿��-������G?r�G>u�io#W�����ŭv���W?r�@�<�8k.��5���j���YG�Qi���QV_ǝ|e~|'�y��I^��L� PK
��\D�_� P xl/_rels/workbook.xml.rels � (� ��An�0E�b;q℄ 6�R.08�8"�#��r�.z�^�V�� u�
+k��OO3�|�Xo�Ɓ]��ޚ�$FFڶ7]砞��ݬ�4`�7��'����!L+ν�4�O�D&v�u#�X��O(O�iZr7g�=����h��%�<�d�`�j��k� 쀮���O����%�
�m`/E�u&�U�EI
��ׁ����`�c���V�,0_<TF���%����<�����
Eu%�iA�mN��_l� PK
��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK
��\8e�<� � xl/sharedStrings.xml � (� �U�n�@���ؘB*C�5�)�OQ�N�V���ү�,Ai�ŭ*5}���sl�Wߕ�vh�0zgI;�P�z=�?-�~9]�4�]]
s�(�R��h�!M]�A.1[Ԍ��U@�hש�Z��mIɴ�n�RB�Qa*M���2�*-�*��x��4�)Q�X �yJ�<��:r]���>��x3���@��%:�t'�6s�A
w\9R����K�M���R���ռcY��y���*aOcͧ���ٴ��{i�f
�zڨ8H�`�庼[qi��A��F�����R�(���.0���
��@�y�H d �4
���z���ﻎA�.���GJNn��_r�-�0��.����;B������� fЃv �n��nu�f�gغ���-.V�ˬ^��U������o�(;\҅o��f#%��k��Er+}�g?�4��&S2�l1I~�)y�Apݿ�f�]�����[��/�oI�Y��ȃ���?i�PK-
��\`z�@� 5 xl/workbook.xmlPK-
��\���� � � [Content_Types].xmlPK-
��\ٯz' ' U _rels/.relsPK-
��\
�J�� B � xl/worksheets/sheet1.xmlPK-
��\D�_� P � xl/_rels/workbook.xml.relsPK-
��\Ѓc'2 E
< xl/styles.xmlPK-
��\8e�<� � �
xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK
��\�v��� 5 xl/workbook.xml � (� ����0��&�C�����N\�z�EhK�||o�vfg�>�?���G
�����c��*p'3���X>H�b�m��ڈ�B�YEfq /�v�]i���h�!z5�(R��x ���'��`lug��5�~S|���"���,έ)iL�-d�����y��!;� ��;���w�PK
��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\�҈�' ' _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="Rfdc3a3e5813a4466" /></Relationships>PK
��\
�J�� B 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�<���AOUD�@%(p
�i9��� �0"�?�c�����HiƹV� j���z��zQ���e��]�Q�95r��^�z��e $'$���Z�[=D�1�jռ���
i+�j���RH�T8$�=�Z �*$��@�=��(e
L���f��ho\�8Gd��#4A֝�L 1r��χ&��ϢQ+ʹ��|h�m�E ���j����8B'�*��B@s
�~�&���� �F����7�&���k��6d�C�!hOO`�I$���`�E�^P1��=��bw�&A�x�?l��m�I�(͋h��"6Y�6�RGL[r�)�
M��"��)���}ch��m5D�3 F|�Z4Y�6��FfkUB7���d�,j�����$Ǐ�bu�����d�g� �n������,��ל��9�&d?�5q:$�O��'Ά�/���C���WCB�!!���!��ě!���[�c������{b����X�~t ����r�����r ����e�b��Ց6��kb�{�@,w�9����r���ܝ:�-{��6����4�����n�,�O����quv���f!E$���Ǩ�^������Zq��U���/ӕ[O뗿��-������G?r�G>u�io#W�����ŭv���W?r�@�<�8k.��5���j���YG�Qi���QV_ǝ|e~|'�y��I^��L� PK
��\��$C� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_�m�I'�n�Ms��b��MΖE��+�R�H]t��h~OO���~lv�i$o���lyƀ��N
����S��f���i"�a$��Ё�q^S��I���hSG;?��R��Yȣ����/p�$�ˌ�!:���N�&��0}w�br����O)�[ȳD�:�7yӖ-gB��We�>L-�ˈ���;_ȔX��*�^U�h�Ce��^�O�^:-�5U�F��h9��M�����PK
��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK
��\8e�<� � xl/sharedStrings.xml � (� �U�n�@���ؘB*C�5�)�OQ�N�V���ү�,Ai�ŭ*5}���sl�Wߕ�vh�0zgI;�P�z=�?-�~9]�4�]]
s�(�R��h�!M]�A.1[Ԍ��U@�hש�Z��mIɴ�n�RB�Qa*M���2�*-�*��x��4�)Q�X �yJ�<��:r]���>��x3���@��%:�t'�6s�A
w\9R����K�M���R���ռcY��y���*aOcͧ���ٴ��{i�f
�zڨ8H�`�庼[qi��A��F�����R�(���.0���
��@�y�H d �4
���z���ﻎA�.���GJNn��_r�-�0��.����;B������� fЃv �n��nu�f�gغ���-.V�ˬ^��U������o�(;\҅o��f#%��k��Er+}�g?�4��&S2�l1I~�)y�Apݿ�f�]�����[��/�oI�Y��ȃ���?i�PK-
��\�v��� 5 xl/workbook.xmlPK-
��\���� � [Content_Types].xmlPK-
��\�҈�' ' V _rels/.relsPK-
��\
�J�� B � xl/worksheets/sheet1.xmlPK-
��\��$C� P � xl/_rels/workbook.xml.relsPK-
��\Ѓc'2 E
< xl/styles.xmlPK-
��\8e�<� � �
xl/sharedStrings.xmlPK � �