GET api/storesale/{id}/receipt
Gets a single receipt from any Store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StoreSaleReceiptName | Description | Type | Additional information |
---|---|---|---|
ReceiptHeader | StoreSaleReceiptHeader |
None. |
|
SaleHeaderID | integer |
None. |
|
TransactionType | TransactionType |
None. |
|
StoreID | integer |
None. |
|
SaleIdentifier |
Transaction identifier (unique) |
string |
None. |
MachineName |
Terminal identifier |
string |
None. |
OperatorName | string |
None. |
|
Created |
Time transaction commenced - UTC timestamp |
integer |
None. |
CreatedLocal |
Time transaction commenced - in local time/as printed on physical receipt |
date |
None. |
TotalAmount |
Total (in dollars/main currency units) |
decimal number |
None. |
TaxAmount |
Tax (in dollars/main currency units) |
decimal number |
None. |
DiscountAmount |
Total savings (in dollars/main currency units) |
decimal number |
None. |
LineCount |
Count of receipt detail lines |
integer |
None. |
ItemCount |
Count of individual items purchased |
integer |
None. |
Customer |
Transaction customer |
Customer |
None. |
CommunityOrganisation |
Transaction community partner |
CommunityOrganisation |
None. |
Cashout |
Total cashout (in dollars/main currency units) |
decimal number |
None. |
Rounding |
Total rounding (in dollars/main currency units) |
decimal number |
None. |
Change |
Total change (in dollars/main currency units) |
decimal number |
None. |
Details |
Receipt details |
Collection of ReceiptDetail |
None. |
Payments |
Receipt payments |
Collection of ReceiptPayment |
None. |
Response Formats
application/json, text/json
{ "receiptHeader": { "$id": "2", "store": { "$id": "3", "id": 1, "name": "sample string 2", "phone": "sample string 3", "fax": "sample string 4", "email": "sample string 5", "address1": "sample string 6", "address2": "sample string 7", "city": "sample string 8", "state": "sample string 9", "country": "sample string 10", "postCode": "sample string 11", "abn": "sample string 12" }, "headerText": "sample string 1" }, "saleHeaderID": 1, "transactionType": "Refund", "storeID": 3, "saleIdentifier": "sample string 4", "machineName": "sample string 5", "operatorName": "sample string 6", "created": 7, "createdLocal": "2025-08-02T23:25:26.7348603", "totalAmount": 9.0, "taxAmount": 10.0, "lineCount": 12, "customer": { "$id": "4", "identifier": "SPEgKOdxOUOoQ/VAYhQdmQ==", "identifierGuid": "2820f148-71e7-4339-a843-f54062141d99", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:25:26.7348603", "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": "qN2Qm4fEl0adUqn7IT+hcA==", "communityIdentifierGuid": "9b90dda8-c487-4697-9d52-a9fb213fa170", "joined": "2025-08-02T23:25:26.7348603", "updated": "2025-08-02T23:25:26.7348603", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "E/3LAH4/EUandGNocRe7GQ==", "priceLevelIdentifierGuid": "00cbfd13-3f7e-4611-a774-63687117bb19", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:25:26.7348603", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "5", "cardType": 2, "issueDate": "2025-08-02T23:25:26.7348603", "expiry": "2025-08-02T23:25:26.7348603", "customerID": "UIpVnf2p1ECHuc0+utF/gg==", "customerIDGuid": "9d558a50-a9fd-40d4-87b9-cd3ebad17f82", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-08-02T23:25:26.7348603", "linkedAccount": "BaDgqYDH1E6HrQtTu3u4lA==", "linkedAccountGuid": "a9e0a005-c780-4ed4-87ad-0b53bb7bb894", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "4" }, "account": { "$id": "6", "id": 1, "identifier": "IaqPQ0/U4EmLOy58KJFAuA==", "identifierGuid": "438faa21-d44f-49e0-8b3b-2e7c289140b8", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:25:26.7348603", "owner": "E5LDvUbpckCrBDFELpwjQw==", "ownerGuid": "bdc39213-e946-4072-ab04-31442e9c2343", "accountStoreGroupIdentifier": "chJs+xFLQEOraj6G1sh8og==", "accountStoreGroupGuid": "fb6c1272-4b11-4340-ab6a-3e86d6c87ca2", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-08-02T23:25:26.7348603", "active": true, "updated": "2025-08-02T23:25:26.7348603", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "4" }, "card": { "$ref": "5" }, "members": { "$id": "7", "sample string 1": [ { "$ref": "4" }, { "$ref": "4" } ], "sample string 2": [ { "$ref": "4" }, { "$ref": "4" } ] }, "customerGroups": [ { "$id": "8", "identifier": "tHzR96ETakSWtz4+k94zig==", "identifierGuid": "f7d17cb4-13a1-446a-96b7-3e3e93de338a", "name": "sample string 2", "primaryContact": "oB4LGI4Ol02fwYsU1hGrdA==", "primaryContactGuid": "180b1ea0-0e8e-4d97-9fc1-8b14d611ab74", "accountID": "rL8gulC9HU22GyuzCikgqg==", "accountIDGuid": "ba20bfac-bd50-4d1d-b61b-2bb30a2920aa", "special": true, "updated": "2025-08-02T23:25:26.7348603", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "7hPozVPBEkCNAMdvAUhnPw==", "priceLevelIdentifierGuid": "cde813ee-c153-4012-8d00-c76f0148673f", "deleted": true, "account": { "$ref": "6" }, "primaryContactCustomer": { "$ref": "4" }, "customerGroupMembers": [ { "$id": "9", "id": 1, "groupID": "CfzWLj4xfEOwNZ5jgh8K6g==", "groupIDGuid": "2ed6fc09-313e-437c-b035-9e63821f0aea", "customerID": "JQ944kS4S0GxG7+jYGLZsg==", "customerIDGuid": "e2780f25-b844-414b-b11b-bfa36062d9b2", "card": "sample string 4", "linkedAccount": "oIapXfaUy0KbIjWV0fFqZA==", "linkedAccountGuid": "5da986a0-94f6-42cb-9b22-3595d1f16a64", "customer": { "$ref": "4" }, "group": { "$ref": "8" }, "customerCard": { "$ref": "5" } }, { "$ref": "9" } ] }, { "$ref": "8" } ] }, "payments": [ { "$id": "10", "id": 1, "identifier": "KH9/iVynPE+oYHtMU97VwA==", "identifierGuid": "897f7f28-a75c-4f3c-a860-7b4c53ded5c0", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "W2PuBcuTXU+O9q8kEARmDA==", "accountIDGuid": "05ee635b-93cb-4f5d-8ef6-af241004660c", "customerAccount": { "$ref": "6" }, "customerCard": { "$ref": "5" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-08-02T23:25:26.7348603", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "JrzBbrzKFUuVFAgMH7COWw==", "idempotentVoidGuid": "6ec1bc26-cabc-4b15-9514-080c1fb08e5b", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "11", "saleHeaderID": 1, "saleHeaderGuid": "6+xIilNAU0i0ueXCiWaRSw==", "saleHeaderIdentifierGuid": "8a48eceb-4053-4853-b4b9-e5c28966914b", "created": "2025-08-02T23:25:26.7348603", "createdLocal": "2025-08-02T23:25:26.7348603", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-08-02T23:25:26.7348603", "storeID": 1, "operatorG_Uid": "VY86G2G8s0eD4g2E/j01QA==", "operatorGuid": "1b3a8f55-bc61-47b3-83e2-0d84fe3d3540", "customerG_Uid": "9W+lAjbtNUeR9ZaSJhgNOQ==", "customerGuid": "02a56ff5-ed36-4735-91f5-969226180d39", "communityIdentifier": "rQp4KwleIUmkiKD9dhXWEw==", "communityIdentifierGuid": "2b780aad-5e09-4921-a488-a0fd7615d613", "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": "87qFS274okCOS/80l5OCRw==", "priceLevelIdentifierGuid": "4b85baf3-f86e-40a2-8e4b-ff3497938247", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "12", "id": 1, "g_Uid": "VpUG6P2mrEC/XomRAC3/XQ==", "guid": "e8069556-a6fd-40ac-bf5e-8991002dff5d", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-08-02T23:25:26.7348603", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:25:26.7348603", "endShift": "2025-08-02T23:25:26.7348603", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "13", "operatorG_UID": "j9lWn4lgREy+jztBK39vQg==", "operatorGuid": "9f56d98f-6089-4c44-be8f-3b412b7f6f42", "storeID": 2, "operator": { "$ref": "12" }, "store": { "$id": "14", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-08-02T23:25:26.7348603", "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": "fHMwM6OpZE2Y5pA6QYy2sg==", "hostIdentifierGuid": "3330737c-a9a3-4d64-98e6-903a418cb6b2", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-08-02T23:25:26.7348603", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "15", "storeID": 1, "addressType": 1, "address1": "sample string 1", "address2": "sample string 2", "city": "sample string 3", "state": "sample string 4", "country": "sample string 5", "postCode": "sample string 6" }, "billingAddress": { "$ref": "15" }, "hostStoreSettings": [ { "$id": "16", "id": 1, "hostIdentifier": "tsMderQfO0mhSo4iJKF1xA==", "hostIdentifierGuid": "7a1dc3b6-1fb4-493b-a14a-8e2224a175c4", "storeID": 2, "username": "sample string 3", "password": "sample string 4", "passwordPlain": "sample string 5", "serverAddress": "sample string 6", "serverPort": 1, "excludeFromLeadInOut": true, "useForHostFile": true, "metcashPillarID": "sample string 9", "metcashStateCode": "sample string 10", "metcashCustomerID": "sample string 11", "metcashTradingPartnerID": "sample string 12", "drakesCustomerNumber": 1, "sparCustomerNumber": "sample string 13", "sparOrderUsername": "sample string 14", "sparOrderPassword": "sample string 15", "sparOrderPasswordPlain": "sample string 16", "pharmXSiteID": 1, "ibaZoneID": 1, "ibaState": "sample string 17", "foodlandStoreCode": "sample string 18", "ilgMemberNumber": "sample string 19", "ilgOutletLocation": 1, "ilgBaseCost": 1, "ilgApplyNonAdvertisedPromos": true, "ilgExemptFromFreight": true, "ilgOrderDealReview": true, "ilgFinanceFee": 1, "processPromotions": true, "hostProvider": 0, "host": { "$id": "17", "identifier": "Fu3yt4PWuEO9M+H/HGa8lw==", "identifierGuid": "b7f2ed16-d683-43b8-bd33-e1ff1c66bc97", "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": "xI7bvA8F5Eaf7aPWO58zDQ==", "hostSupplierIdentifierGuid": "bcdb8ec4-050f-46e4-9fed-a3d63b9f330d", "loyaltyPriceLevelIdentifier": "V0hRZb0iyEq2Hze8h5kgig==", "loyaltyPriceLevelIdentifierGuid": "65514857-22bd-4ac8-b61f-37bc8799208a", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-08-02T23:25:26.7348603", "lastProcessed": "2025-08-02T23:25:26.7348603", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "18", "identifier": "eJNu/S9nkEmPJ5n4krquRw==", "identifierGuid": "fd6e9378-672f-4990-8f27-99f892baae47", "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": "IDFSrt8BLkSObutfcRJZCw==", "primaryContactID": "ae523120-01df-442e-8e6e-eb5f7112590b", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "kWM8IRaYh0Gz8Xv6sWOCdA==", "supplierGroupGuid": "213c6391-9816-4187-b3f1-7bfab1638274", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:25:26.7348603", "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": "19", "id": "49d8a0a4-e6cf-4a45-9f6c-aed204de9837", "identifier": "HbdkXeqq5kC8olALh5foSQ==", "identifierGuid": "5d64b71d-aaea-40e6-bca2-500b8797e849", "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": "20", "supplierIdentifier": "yDMH/h3mkUKasxYSIEa7zA==", "supplierIdentifierGuid": "fe0733c8-e61d-4291-9ab3-16122046bbcc", "contactGuid": "jxUn8t198ka3H9xQXxPkFQ==", "contactID": "f227158f-7ddd-46f2-b71f-dc505f13e415", "contact": { "$ref": "19" }, "supplier": { "$ref": "18" } }, { "$ref": "20" } ], "products": [ { "$id": "21", "pluG_UID": "lCkMtaLXX0+ztU+5ilRb6w==", "pluGuid": "b50c2994-d7a2-4f5f-b3b5-4fb98a545beb", "supplierIdentifier": "8bZ6eCosiUSE+ffbeoWfZQ==", "supplierIdentifierGuid": "787ab6f1-2c2a-4489-84f9-f7db7a859f65", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:25:26.7348603", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-08-02T23:25:26.7348603", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "22", "pluG_UID": "Wwt3Iga4cU2ZLUwdafLZwQ==", "pluGuid": "22770b5b-b806-4d71-992d-4c1d69f2d9c1", "supplierIdentifier": "zXlcNdsebU6h/ox8GjajMA==", "supplierIdentifierGuid": "355c79cd-1edb-4e6d-a1fe-8c7c1a36a330", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "22" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "JaYrouZLIU6S82QeQtldDg==", "parentPluGuid": "a22ba625-4be6-4e21-92f3-641e42d95d0e", "freight": 45.0, "freightType": 1, "product": { "$id": "23", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "QvYI1pWW8kqTTyFKWMhbLA==", "guid": "d608f642-9695-4af2-934f-214a58c85b2c", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "wDjz7zr0Bk2+fevZpuJE+g==", "priceGroupGuid": "eff338c0-f43a-4d06-be7d-ebd9a6e244fa", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:25:26.7348603", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:25:26.7348603", "pluCreated": "2025-08-02T23:25:26.7348603", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-08-02T23:25:26.7348603", "lastManualUpdate": "2025-08-02T23:25:26.7348603", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-08-02T23:25:26.7348603", "currentCostUpdated": "2025-08-02T23:25:26.7348603", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:25:26.7348603", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-08-02T23:25:26.7348603", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "Y8hVc9+EGka90CHj4eeEWA==", "altPLUGuid": "7355c863-84df-461a-bdd0-21e3e1e78458", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-08-02T23:25:26.7348603", "labelLastPrice": 1, "shelfPageLayoutG_UID": "YkHo/VwucUGxAI3PKlx1AA==", "shelfPageLayoutGuid": "fde84162-2e5c-4171-b100-8dcf2a5c7500", "talkerPageLayoutG_UID": "jhFawS7HnkSg1dN5bcC4WQ==", "talkerPageLayoutGuid": "c15a118e-c72e-449e-a0d5-d3796dc0b859", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 85, "unitMeasureKindChanged": true, "signIQData": "sample string 87", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "9WZpfpAOTEyODFFkEiHS+A==", "inventoryIdentifier": "7e6966f5-0e90-4c4c-8e0c-51641221d2f8", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "m1qo2pDhS06L5uMQGy0/SQ==", "parentPluGuid": "daa85a9b-e190-4e4b-8be6-e3101b2d3f49", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "jZvgDI8MUki1mFKNd5YfWw==", "supplierIdentifierGuid": "0ce09b8d-0c8f-4852-b598-528d77961f5b", "supplierChanged": true, "rebateSupplierIdentifier": "T3WBjnt8LUuSwEzIAte9yA==", "rebateSupplierIdentifierGuid": "8e81754f-7c7b-4b2d-92c0-4cc802d7bdc8", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-08-02T23:25:26.7348603", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "7HWeXVAXHk+o+U1791qUxg==", "hostIdentifierGuid": "5d9e75ec-1750-4f1e-a8f9-4d7bf75a94c6", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "23" }, { "$ref": "23" } ], "store": { "$ref": "14" }, "storePrices": [ { "$id": "24", "pluG_UID": "9DptPbgrCkyclESUyYs8+g==", "pluGuid": "3d6d3af4-2bb8-4c0a-9c94-4494c98b3cfa", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:25:26.7348603" }, { "$ref": "24" } ], "currentPrices": { "$id": "25", "pluPrices": { "$id": "26", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-08-02T23:25:26.7348603", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "26" }, "winningCampaign": 1, "winner": { "$id": "27", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:25:26.7348603", "startTime": 3, "endDate": "2025-08-02T23:25:26.7348603", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "ROMt+Yw000emU7gz3h2h3A==", "hostIdentifierGuid": "f92de344-348c-47d3-a653-b833de1da1dc", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "27" }, { "$ref": "27" } ] }, "tray": { "$id": "28", "g_UId": "z2VYSfU0tEKpTCcW+Gu1xw==", "guid": "495865cf-34f5-42b4-a94c-2716f86bb5c7", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "29", "priceGroupG_UID": "emgxKXX8lUueXE6o5Mjr7w==", "priceGroupGuid": "2931687a-fc75-4b95-9e5c-4ea8e4c8ebef", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:25:26.7348603", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "23" }, { "$ref": "23" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "30", "pluG_UID": "mlVlkxqZeUq4/2ZmbeVkvw==", "pluGuid": "9365559a-991a-4a79-b8ff-66666de564bf", "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": "31", "pluGuid": "7a43ccef-3e92-498a-a3f9-3e6023fc7c5f", "created": "2025-08-02T23:25:26.7348603", "createdByUser": "sample string 1", "activated": "2025-08-02T23:25:26.7348603", "deactivated": "2025-08-02T23:25:26.7348603", "lastOrdered": "2025-08-02T23:25:26.7348603", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:25:26.7348603", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:25:26.7348603", "lastSold": "2025-08-02T23:25:26.7348603", "firstSold": "2025-08-02T23:25:26.7348603", "awsUpdated": "2025-08-02T23:25:26.7348603", "lastManualUpdate": "2025-08-02T23:25:26.7348603", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:25:26.7348603", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:25:26.7348603", "doNotRangeUpdated": "2025-08-02T23:25:26.7348603", "doNotOrderUpdated": "2025-08-02T23:25:26.7348603", "tracked": "2025-08-02T23:25:26.7348603" }, "allergens": [ { "$id": "32", "allergenID": 1, "pluG_UID": "ZBEfN2NdV02HhgLPjbYuCQ==", "pluGuid": "371f1164-5d63-4d57-8786-02cf8db62e09", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "32" } ], "costs": { "$id": "33", "pluG_UID": "0SeZr9IInESrm7Ap3Aybxw==", "pluGuid": "af9927d1-08d2-449c-ab9b-b029dc0c9bc7", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:25:26.7348603", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "34", "saleHeaderID": 1, "created": "2025-08-02T23:25:26.7348603", "createdLocal": "2025-08-02T23:25:26.7348603", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "AX/F/pthWkCEv+n2XjXjFA==", "operatorGuid": "fec57f01-619b-405a-84bf-e9f65e35e314", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "qnu/6MCza06pFumK0DWjfg==", "pluGuid": "e8bf7baa-b3c0-4e6b-a916-e98ad035a37e", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "12" } }, { "$ref": "34" } ], "apns": [ { "$id": "35", "pluID": 1, "pluG_UID": "c0j1VmtMgUyu324H60Jo4g==", "pluGuid": "56f54873-4c6b-4c81-aedf-6e07eb4268e2", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "35" } ], "tuns": [ { "$id": "36", "pluG_UId": "BKwqFkgKa0iCLTXhxLoQPA==", "pluGuid": "162aac04-0a48-486b-822d-35e1c4ba103c", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "23" }, "storeIDs": [ 1, 2 ] }, { "$ref": "36" } ], "competitionPricing": [ { "$id": "37", "identifier": "fPYMf+1UB0Kkm6kV23dFvQ==", "identifierGuid": "7f0cf67c-54ed-4207-a49b-a915db7745bd", "pluG_UID": "qW3GL6tap0ynXUwbGgKLiA==", "pluGuid": "2fc66da9-5aab-4ca7-a75d-4c1b1a028b88", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "37" } ], "supplier": { "$ref": "18" }, "supplierName": "sample string 147", "children": [ { "$ref": "23" }, { "$ref": "23" } ], "ordering": { "$ref": "21" }, "flipChartPages": [ { "$id": "38", "identifier": "jWdQ7igvJEiuZB6hJ/leVw==", "groupName": "sample string 1", "identifierGuid": "ee50678d-2f28-4824-ae64-1ea127f95e57", "exists": true, "flipChartIdentifier": "dk3Oh7Dt8EOXu1U4KK5Hiw==", "flipChartIdentifierGuid": "87ce4d76-edb0-43f0-97bb-553828ae478b", "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": "v6On7YC08EiWHSgczxGJeQ==", "groupIdentifierGuid": "eda7a3bf-b480-48f0-961d-281ccf118979", "flipChart": { "$id": "39", "identifier": "4iictK1pME+ZN6uwvGOduQ==", "identifierGuid": "b49c28e2-69ad-4f30-9937-abb0bc639db9", "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": "Ik6oMxoKW0KOw8Oa9cozfw==", "identifierGuid": "33a84e22-0a1a-425b-8ec3-c39af5ca337f", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "41", "id": 1, "g_UID": "bFd/RAGB7keIlSgXn8u7kA==", "guid": "447f576c-8101-47ee-8895-28179fcbbb90", "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": "3ODAUvX6SkWE9Cv6FluPJw==", "previousFormGuid": "52c0e0dc-faf5-454a-84f4-2bfa165b8f27", "nextForm": 1, "nextFormG_UID": "q9sbmaECxEGVq9w/qhU7wg==", "nextFormGuid": "991bdbab-02a1-41c4-95ab-dc3faa153bc2", "attributes": "sample string 10", "updated": "2025-08-02T23:25:26.7348603", "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": "zBsI60CARE64yW5RxqDdQA==", "checkoutFormGuid": "eb081bcc-8040-4e44-b8c9-6e51c6a0dd40", "identifier": "6RLiVKL7BUuSP6vvfKTw0g==", "identifierGuid": "54e212e9-fba2-4b05-923f-abef7ca4f0d2", "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": "UyIlZOw7OUeQz0MJYsBaiA==", "valueGuid": "64252253-3bec-4739-90cf-430962c05a88", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:25:26.7348603", "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": "2025-08-02T23:25:26.7348603", "imageData": "QEA=", "readOnly": true } }, { "$ref": "42" } ], "panels": [ { "$id": "44", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "QXiyOnyFo0eARM4jInsN7w==", "checkoutFormGuid": "3ab27841-857c-47a3-8044-ce23227b0def", "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": "DpnlHZ6IaECLrsSAkJXajg==", "flipChartPageIdentifierGuid": "1de5990e-889e-4068-8bae-c4809095da8e", "pluG_UID": "wxLTIvhNZ0226GBVOf3LTg==", "pluGuid": "22d312c3-4df8-4d67-b6e8-605539fdcb4e", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "23" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "45" } ], "productCount": 27, "pages": [ { "$ref": "38" }, { "$ref": "38" } ] }, { "$ref": "38" } ], "priceHistory": [ { "$id": "46", "pluG_UID": "k9BkHUjC9kuoVKM57zEt5w==", "pluGuid": "1d64d093-c248-4bf6-a854-a339ef312de7", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-08-02T23:25:26.7348603", "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": "wqV6OlCCjEi/8Hob/Rk78A==", "ingredientGuid": "hg+O74TjBE25YvFE00oTVA==", "ingredientIdentifier": "ef8e0f86-e384-4d04-b962-f144d34a1354", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "23" } }, { "$ref": "47" } ], "bins": [ { "$id": "48", "pluG_UID": "AYNo6uHcskSR281FDmNWVw==", "pluGuid": "ea688301-dce1-44b2-91db-cd450e635657", "shelfLocationIdentifier": "m21y+iiL7Uijy4guh/zrFw==", "shelfLocationGuid": "fa726d9b-8b28-48ed-a3cb-882e87fceb17", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "kkJx+ueHnUarBuWnNPfsOA==", "labelPageLayoutGuid": "fa714292-87e7-469d-ab06-e5a734f7ec38", "updated": "2025-08-02T23:25:26.7348603", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "23" }, "location": { "$id": "49", "identifier": "6vHrZIeAqEmnAuB3MIbsEg==", "storeID": 1, "identifierGuid": "64ebf1ea-8087-49a8-a702-e0773086ec12", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:25:26.7348603", "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": "Dl+C4dI0WUqqjf1ZVRLuZw==", "pluGuid": "e1825f0e-34d2-4a59-aa8d-fd595512ee67", "deptNo": 1, "product": { "$ref": "23" }, "scaleLocation": { "$id": "51", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:25:26.7348603", "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": "2025-08-02T23:25:26.7348603", "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": "I10WloC/oEGzsztUzyf7SA==", "labelPageLayoutGuid": "96165d23-bf80-41a0-b3b3-3b54cf27fb48", "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": "2025-08-02T23:25:26.7348603", "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": "fruz3Tiqtki97XcDKk8nlA==", "labelPageLayoutGuid": "ddb3bb7e-aa38-48b6-bded-77032a4f2794", "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": "2025-08-02T23:25:26.7348603", "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": "/Z6eOPJl6Ee5ePJ/Zr1f5A==", "labelPageLayoutGuid": "389e9efd-65f2-47e8-b978-f27f66bd5fe4", "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": "2025-08-02T23:25:26.7348603", "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": "XSU+bZzaIki1B8/s/y4EMA==", "labelPageLayoutGuid": "6d3e255d-da9c-4822-b507-cfecff2e0430", "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": "kyJNnBao90iodgm3bqj3rQ==", "pluGuid": "9c4d2293-a816-48f7-a876-09b76ea8f7ad", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "Q9RH4r3TDkq3ORauzk0ImQ==", "dealCostGuid": "e247d443-d3bd-4a0e-b739-16aece4d0899", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "Iq3LsPYuD0qw0tTAoYN6xg==", "priceGroupGuid": "b0cbad22-2ef6-4a0f-b0d2-d4c0a1837ac6", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:25:26.7348603", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "712yaNxPp0+PkjC5j4Offg==", "campaignComboPriceGroupIdentifier": "68b25def-4fdc-4fa7-8f92-30b98f839f7e", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "61", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:25:26.7348603", "operatorG_UID": "cOB/6MXtV0yG2qonUwYKbA==", "operatorGuid": "e87fe070-edc5-4c57-86da-aa2753060a6c", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:25:26.7348603", "signIqTicketFileMovedUtc": "2025-08-02T23:25:26.7348603", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:25:26.7348603", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "23" }, "campaignPlu": { "$ref": "60" } }, { "$ref": "61" } ], "campaign": { "$id": "62", "id": 1, "storeID": 2, "name": "e01f7f4e-07e5-436a-bd21-047ed6b9c841", "nameGuid": "e01f7f4e-07e5-436a-bd21-047ed6b9c841", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:25:26.7348603", "startTime": 1, "endDate": "2025-08-02T23:25:26.7348603", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-08-02T23:25:26.7348603", "system": true, "created": "2025-08-02T23:25:26.7348603", "updated": "2025-08-02T23:25:26.7348603", "priceChangeNotifiedUtc": "2025-08-02T23:25:26.7348603", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "mYhdksS820qCyJYwEC45+w==", "hostIdentifierGuid": "925d8899-bcc4-4adb-82c8-9630102e39fb", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:25:26.7348603", "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": "bgye5NqIJEK7E9BBjHXX7A==", "pluGuid": "e49e0c6e-88da-4224-bb13-d0418c75d7ec", "hostOfferID": 1, "priceGroupG_UID": "QNIf/hOQVESy0A/ypVpxrA==", "priceGroupGuid": "fe1fd240-9013-4454-b2d0-0ff2a55a71ac", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:25:26.7348603", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "23" }, "campaign": { "$ref": "62" } }, { "$ref": "63" } ], "sellingRules": [ { "$id": "64", "id": 1, "identifier": "JKT+CSoKakqGLBxPGMr0mg==", "identifierStr": "JKT+CSoKakqGLBxPGMr0mg==", "identifierGuid": "09fea424-0a2a-4a6a-862c-1c4f18caf49a", "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": "71xjIhJRUUePhavHSSSVeQ==", "customerIDGuid": "22635cef-5112-4751-8f85-abc749249579", "campaign": { "$ref": "62" }, "customer": { "$ref": "4" } }, { "$ref": "65" } ], "customerGroups": [ { "$id": "66", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "j7Kw8NDTvEWZCg0JvrlFow==", "groupIDGuid": "f0b0b28f-d3d0-45bc-990a-0d09beb945a3", "campaign": { "$ref": "62" }, "group": { "$ref": "8" } }, { "$ref": "66" } ], "signIqTickets": [ { "$id": "67", "identifier": "hWveLlkCt0CDb+EtYgJHUg==", "identifierGuid": "2ede6b85-0259-40b7-836f-e12d62024752", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "67" } ], "comboPriceGroups": [ { "$id": "68", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "S5TCp/RqtEOEetTUM93HRg==", "guid": "a7c2944b-6af4-43b4-847a-d4d433ddc746", "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": "69", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "yzfuyWxMtkm/Hzl+cCw5Ew==", "groupGuid": "c9ee37cb-4c6c-49b6-bf1f-397e702c3913", "comboPriceType": 5, "priceType": 5, "pluG_UID": "xsL/OZ9SAEy40IZ5jDRhMw==", "pluGuid": "39ffc2c6-529f-4c00-b8d0-86798c346133", "priceGroupG_UID": "fN+in8zJQk23WYl7Au1iqw==", "priceGroupGuid": "9fa2df7c-c9cc-4d42-b759-897b02ed62ab", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "62" }, "product": { "$ref": "23" }, "priceGroup": { "$ref": "29" }, "campaignPool": { "$ref": "62" } }, { "$ref": "69" } ] }, { "$ref": "68" } ], "priceLevels": [ { "$id": "70", "id": 1, "priceLevelIdentifier": "wPARkkDouUqowYHDVT9eAg==", "priceLevelIdentifierGuid": "9211f0c0-e840-4ab9-a8c1-81c3553f5e02", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "70" } ] }, "product": { "$ref": "23" }, "dealCost": { "$id": "71", "headerIdentifier": "8kiUcwAh0020RNE0Cfdf8w==", "headerIdentifierGuid": "739448f2-2100-4dd3-b444-d13409f75ff3", "identifier": "NCihbg38HkKBJIr76jPXEw==", "identifierGuid": "6ea12834-fc0d-421e-8124-8afbea33d713", "supplierIdentifier": "oAN2Fp/nJ0Cxif9+mf7EOw==", "supplierGuid": "167603a0-e79f-4027-b189-ff7e99fec43b", "pluG_UID": "vv/xUTFw6k+DgydE/QD9ig==", "pluGuid": "51f1ffbe-7031-4fea-8383-2744fd00fd8a", "campaignName": "a34a55a7-d8f2-44ff-b0f3-ac61f4a326a7", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:25:26.7348603", "end": "2025-08-02T23:25:26.7348603", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "nTB3jqNqtk2OCoAQRkZFOg==", "bonusItemPluGuid": "8e77309d-6aa3-4db6-8e0a-80104646453a", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:25:26.7348603", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-08-02T23:25:26.7348603", "campaignEndDate": "2025-08-02T23:25:26.7348603", "masterPLUG_UID": "410rE7RDmEOYOq95zA1yIg==", "masterID": "132b5de3-43b4-4398-983a-af79cc0d7222", "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": "ytQG691NAUqD2HnmqjLG9w==", "bonusMasterID": "eb06d4ca-4ddd-4a01-83d8-79e6aa32c6f7", "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": "2025-08-02T23:25:26.7348603", "dealCosts": [ { "$ref": "71" }, { "$ref": "71" } ], "tags": [ { "$id": "72", "pluG_UID": "ZP/xpvR6ckKhKdCLofXHvw==", "pluGuid": "a6f1ff64-7af4-4272-a129-d08ba1f5c7bf", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "72" } ], "alternateProductG_UID": "AvcWH3xOl0m8YKnYwO/kmw==", "alternateProduct": "1f16f702-4e7c-4997-bc60-a9d8c0efe49b", "productHostCode": { "$id": "73", "id": 1, "pluG_UID": "VyXVKtcU0ke26HXBvPJZyQ==", "pluGuid": "2ad52557-14d7-47d2-b6e8-75c1bcf259c9", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "56" }, "mscCom": { "$ref": "57" }, "mscDep": { "$ref": "59" }, "mscSubCom": { "$ref": "58" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:25:26.7348603", "inventoryTracked": "2025-08-02T23:25:26.7348603", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "18" }, "serviceFee": { "$id": "74", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "21" } ], "orderCycleHeaders": [ { "$id": "75", "storeID": 1, "supplierIdentifier": "yF4dhWvvLEyylem0yTe7Mg==", "supplierGuid": "851d5ec8-ef6b-4c2c-b295-e9b4c937bb32", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "75" } ], "cycles": [ { "$id": "76", "storeID": 1, "supplierIdentifier": "rwXvxc/rqEK5h4ErgG5JfQ==", "supplierGuid": "c5ef05af-ebcf-42a8-b987-812b806e497d", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-08-02T23:25:26.7348603", "deliveryDate": "2025-08-02T23:25:26.7348603", "nextCutOffDate": "2025-08-02T23:25:26.7348603", "nextDeliveryDate": "2025-08-02T23:25:26.7348603", "nextDaysBuffer": 10 }, { "$ref": "76" } ], "store": { "$ref": "14" }, "updated": "2025-08-02T23:25:26.7348603", "isHost": true }, "files": [ { "$id": "77", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T23:25:26.7348603", "processed": "2025-08-02T23:25:26.7348603", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:25:26.7348603", "size": 1, "sizeFormat": "sample string 7", "isArchive": true, "version": "sample string 9", "reference": "sample string 10", "digest": "sample string 11", "contentType": "sample string 12", "host": { "$ref": "17" }, "metcashHeader": { "$id": "78", "customerNumber": "sample string 1", "creationDate": "2025-08-02T23:25:26.7348603", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "77" } ], "zoneMatrix": [ { "$id": "79", "id": 1, "hostIdentifier": "ZzLIYgKoCEmMQ4OF4oDwpA==", "hostIdentifierGuid": "62c83267-a802-4908-8c43-8385e280f0a4", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "ffd98c87-7aac-428c-934c-d2a955d0e325", "39741676-2123-4b13-a537-d99113c20c67" ] }, { "$ref": "79" } ], "hostFileStoreSetting": { "$ref": "16" }, "hostStoreSettings": [ { "$ref": "16" }, { "$ref": "16" } ], "promotionPlacements": [ { "$id": "80", "identifier": "a0ApRytqpEKSRvshdToyoA==", "identifierGuid": "4729406b-6a2b-42a4-9246-fb21753a32a0", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "80" } ], "promoTypeGuids": [ "bc1043ba-209b-46e8-9aa3-1c337ce83909", "b5a81837-e819-473c-a036-826f7960966d" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "16" } ], "accounts": [ { "$id": "81", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "81" } ], "sales": [ { "$id": "82", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T23:25:26.7348603", "ftpSite": { "$id": "83", "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": "82" } ], "zoneMatrix": [ { "$ref": "79" }, { "$ref": "79" } ], "cashManagements": [ { "$id": "84", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "85", "id": 1, "description": "sample string 2", "address": "sample string 3", "username": "sample string 4", "password": "sample string 5", "passwordPlain": "sample string 6", "token": "sample string 7", "apiType": 8, "apiSubType": 9 } }, { "$ref": "84" } ], "updateStoreID": "193de3ef-952e-42bc-ac1d-a79872bb5416", "updateStore": { "$id": "86", "id": "19a8c839-ac93-40d8-96b7-1e38d082630d", "name": "sample string 1", "lastActivity": "2025-08-02T23:25:26.7348603", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-08-02T23:25:26.7348603" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "87", "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" } } }, { "$ref": "13" } ] }, "customer": { "$ref": "4" }, "communityOrganisation": { "$id": "88", "id": 1, "identifier": "2H5va5CFgEaDIoHVJTwdBg==", "identifierGuid": "6b6f7ed8-8590-4680-8322-81d5253c1d06", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-08-02T23:25:26.7348603", "deleted": true }, "details": [ { "$id": "89", "saleItemID": 1, "identifier": "6Xn+8YnccUevQxK79y+ZTg==", "identifierGuid": "f1fe79e9-dc89-4771-af43-12bbf72f994e", "saleHeaderID": 2, "plu": 1, "pluG_UId": "l42UULNyrkGtMHFK1VlpMA==", "pluGuid": "50948d97-72b3-41ae-ad30-714ad5596930", "accountID": "xqdYxJD+SkmG8ERII7Pz3A==", "accountIDGuid": "c458a7c6-fe90-494a-86f0-444823b3f3dc", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-08-02T23:25:26.7348603", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "eF7bohl3KUWVb4t2hYJ40w==", "refundGuid": "a2db5e78-7719-4529-956f-8b76858278d3", "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": "gtN1d7Iv9kGjxM8PwXfSBA==", "idempotentVoidGuid": "7775d382-2fb2-41f6-a3c4-cf0fc177d204", "priceLevelIdentifier": "Z3066g8Q20ipD0kKtY1yeg==", "priceLevelIdentifierGuid": "ea3a7d67-100f-48db-a90f-490ab58d727a", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "90", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:25:26.7348603", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "90" } ], "refund": { "$id": "91", "id": 1, "g_UID": "uP7RiFEaxESqQTfMz24NqQ==", "guid": "88d1feb8-1a51-44c4-aa41-37cccf6e0da9", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:25:26.7348603" }, "modifier": { "$id": "92", "id": 1, "setG_UID": "HepSA32zwEy9NcwgmkTExQ==", "modifierSetGuid": "0352ea1d-b37d-4cc0-bd35-cc209a44c4c5", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "0DBIlIU2e0ewO98INl4F1A==", "pluGuid": "944830d0-3685-477b-b03b-df08365e05d4", "deleted": true, "g_UID": "iGW4L+ltd0apljwUFd0iGA==", "guid": "2fb86588-6de9-4677-a996-3c1415dd2218", "product": { "$ref": "23" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "89" } ], "eftReceipts": [ { "$id": "93", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "11" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "93" } ], "payments": [ { "$ref": "10" }, { "$ref": "10" } ], "cards": [ { "$id": "94", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "94" } ], "campaignHits": [ { "$id": "95", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "95" } ], "fuel": [ { "$id": "96", "id": 1, "plu": 1, "pluG_UID": "1slC+RFprU6ZRv8Y290m+A==", "pluGuid": "f942c9d6-6911-4ead-9946-ff18dbdd26f8", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-08-02T23:25:26.7348603", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-08-02T23:25:26.7348603", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "96" } ], "fuelResells": [ { "$id": "97", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "5TdqZAcXrEeEZgn3jLdAqA==", "pluGuid": "646a37e5-1707-47ac-8466-09f78cb740a8", "accountID": "WY1LSmevCEm7nuIsBzId2Q==", "accountIDGuid": "4a4b8d59-af67-4908-bb9e-e22c07321dd9", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-08-02T23:25:26.7348603", "bestOrExpireType": 1, "refundG_UID": "BoBOoDGmrUy16Irm5hEE3Q==", "refundGuid": "a04e8006-a631-4cad-b5e8-8ae6e61104dd", "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": "97" } ], "customerOrder": [ { "$id": "98", "identifier": "yZFMUBb6wkWI0pJJLbPwsA==", "identifierGuid": "504c91c9-fa16-45c2-88d2-92492db3f0b0", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "XgcIvDbRrUSPfYlWCiMcvQ==", "customerIdentifierGuid": "bc08075e-d136-44ad-8f7d-89560a231cbd", "operatorNo": 1, "operatorG_UID": "KTeQQnBPCEClm2DC6nSodQ==", "operatorGuid": "42903729-4f70-4008-a59b-60c2ea74a875", "created": "2025-08-02T23:25:26.7348603", "ordered": "2025-08-02T23:25:26.7348603", "started": "2025-08-02T23:25:26.7348603", "completed": "2025-08-02T23:25:26.7348603", "supplied": "2025-08-02T23:25:26.7348603", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "4" }, "operator": { "$ref": "12" }, "details": [ { "$id": "99", "headerID": 1, "plu": 1, "pluG_UId": "4euz1/TJeUipd2QD6sE1WQ==", "pluGuid": "d7b3ebe1-c9f4-4879-a977-6403eac13559", "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": "N4lF4Vlp4kuAxoVBqRIHeQ==", "headerIdentifierGuid": "e1458937-6959-4be2-80c6-8541a9120779", "product": { "$ref": "23" } }, { "$ref": "99" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "11" } }, { "$ref": "98" } ], "surveyResponses": [ { "$id": "100", "surveyG_UID": "4n6F+zt3YE68zMD2z6JmLw==", "surveyGuid": "fb857ee2-773b-4e60-bccc-c0f6cfa2662f", "saleHeaderGuid": "tiR+A3eWY0SxdEu7Tu8UFA==", "saleGuid": "037e24b6-9677-4463-b174-4bbb4eef1414", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "u/5s7E45yE+rw7XdAi8qcw==", "guidResponse": "ec6cfebb-394e-4fc8-abc3-b5dd022f2a73", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:25:26.7348603", "sale": { "$ref": "11" }, "survey": { "$id": "101", "g_UID": "felKgSKkFk67uJeFkK50Lw==", "guid": "814ae97d-a422-4e16-bbb8-978590ae742f", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "2HVsvmkChUSTcdA5uA9npw==", "checkoutFormGuid": "be6c75d8-0269-4485-9371-d039b80f67a7", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:25:26.7348603", "end": "2025-08-02T23:25:26.7348603", "deleted": true, "updated": "2025-08-02T23:25:26.7348603", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "3559cc52-1041-4dd2-b360-9d06a997bfdd", "d86d09ed-8dc4-496f-ac96-1a964a22b114" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "41" } }, "ingressId": "sample string 4" }, { "$ref": "100" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "CKi2lma/QUmDX5R1I65cPw==", "accountIdentifier": "96b6a808-bf66-4941-835f-947523ae5c3f", "accountName": "sample string 42", "customerOrderIdentifier": "UwER6a7FL0e/+znot/cJsQ==", "customerOrderIdentifierGuid": "e9110153-c5ae-472f-bffb-39e8b7f709b1", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "102", "id": 1, "paymentID": 2, "paymentIdentifier": "11csPMUBkUWCnObFNTVvNQ==", "paymentIdentifierGuid": "3c2c57d7-01c5-4591-829c-e6c535356f35", "identifier": "WOjn5eyomEeVoi9ajDvQrw==", "identifierGuid": "e5e7e858-a8ec-4798-95a2-2f5a8c3bd0af", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "vejOVCs5H0epDCXmAQNsQA==", "itemIdentifierGuid": "54cee8bd-392b-471f-a90c-25e601036c40" } }, { "$ref": "10" } ] }, { "$ref": "5" } ], "customerGroupMembers": [ { "$ref": "9" }, { "$ref": "9" } ], "customerGroups": [ { "$ref": "8" }, { "$ref": "8" } ], "accounts": [ { "$ref": "6" }, { "$ref": "6" } ], "account": { "$ref": "6" }, "vouchers": [ { "$id": "103", "customerIdentifier": "ims1gbn4KkiWBG93ReHalQ==", "customerIdentifierGuid": "81356b8a-f8b9-482a-9604-6f7745e1da95", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "SGo92fUcXEKZppjC4sHNFQ==", "idempotentGuid": "d93d6a48-1cf5-425c-99a6-98c2e2c1cd15", "offline": true, "voucher": { "$id": "104", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-08-02T23:25:26.7348603", "barcodeTemplate": { "$id": "105", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "106", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-08-02T23:25:26.7348603", "labelPageLayout": "xTgAYV4Z7UCsqGd9TsgwiQ==", "pageLayoutGuid": "610038c5-195e-40ed-aca8-677d4ec83089", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "104" }, "elements": [ { "$id": "107", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-08-02T23:25:26.7348603" }, { "$ref": "107" } ] }, "customerVouchers": [ { "$id": "108", "id": 1, "customerIdentifier": "q2YS+O0LuE2VCwbQH6OuSg==", "customerIdentifierGuid": "f81266ab-0bed-4db8-950b-06d01fa3ae4a", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:25:26.7348603", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "ZaLiykgKukCdygU0jFPraA==", "issuedIdempotentGuid": "cae2a265-0a48-40ba-9dca-05348c53eb68", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:25:26.7348603", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:25:26.7348603", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "gC9S/TNwXUyKGceL/fIfmw==", "redeemedIdempotentGuid": "fd522f80-7033-4c5d-8a19-c78bfdf21f9b", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:25:26.7348603", "storeName": "sample string 17", "scaleLabel": { "$ref": "106" }, "voucher": { "$ref": "104" }, "customer": { "$ref": "4" }, "issuedOfflinePayment": { "$ref": "10" }, "redeemedOfflinePayment": { "$ref": "10" } }, { "$ref": "108" } ] }, "customer": { "$ref": "4" } }, { "$ref": "103" } ] }, "communityOrganisation": { "$ref": "88" }, "cashout": 14.0, "rounding": 15.0, "change": 16.0, "details": [ null, { "$id": "109", "transactionType": "Void", "salesMode": "Both", "pluGuid": "sample string 4", "productName": "Void", "quantity": 0.0, "unitPrice": 0.0, "totalPrice": 0.0, "taxPercent": 0.0, "taxAmount": 0.0, "discountAmount": 0.0 } ], "payments": [ { "$id": "110", "paymentType": "Account", "amount": 2.0, "accountName": "sample string 3", "cardName": "sample string 4", "reference": "sample string 5" }, { "$ref": "110" } ] }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK -�[,:�m� 5 xl/workbook.xml � (� ����0��&�C����R8q����[�@[����[ �x�3;���Ѻ���#�������1�H��v@w�: !J�bV�`e��FX�$g氇���R �.�X~p���A�J�2����S�����2k��$l ���a�Ŭ��� %�so�R�r�G��7qL�V��� ��7g���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 -�[`u��' ' _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="R14cc4695806147cc" /></Relationships>PK -�[���f� � xl/worksheets/sheet1.xml � (� ���r�0E�� �3�;m�4�5Mۤ��q�Ԙ���_�����$���GkI[[�0y�7]{�q^$�f�Ӏ�^��g�ds7�����M�Y��X�q�Y|S��SU��'aX�WqAvol�2�Ө��0[.�y|���xS�@��x���b�����Sj�y-�!��]�4J6�l�Hl�j�^/��+zr��&5|��ۢ��U3��e�?��Oj6�gu痹����ú�ʶ�qr�*�I��̳uQ{iRY�{i���&�r5� �4��5ג����(��f�L�*;=��p�S�6\2c�� ���^�Z��1� � �8.�{9?�M �Q���LiC���^/:zʉ��~�^'�a�@ � �O�������^��So�z��yS�䅴=C�9aL)��3R�8ڭ`7@��ʮ�H�&s�:����*��H�&u�; P! ���=m�G��Q��RJ��RU G+4ѣ�[A ��L�~��Mi�Bi����Ti.嘑M i'�: L��k?����6���r �h>fC�D�FQ� �b̩�FN�&��F�����(b�T|�h m"��C�����p8�� �$�(�T�{zq�j��&����w�@h��U �T��b��&��P�@ n��� �^�pw �7�iTF�I�m��n����W����9{u��|��I�Xi���!A�ě!}�tH�>�vH�>q6$D�x7$d�8�O\ �'� �'>8C�~t ��O��ف _�8d�A�~u ��+����@���r��#m��k�ܽq �ݟ��ˁ woH�nh7�aWB�+a(B~�n׆t��Z�v�h�o�mh�g��h �9���C��5�� �}��ۻ�FIB�=����Q|�Y����mDm�{B�ޗ#�KǼ��}u ��+���A��>���N�����^#R��5�t�r�[��� ;W�ʾ!��Y��q^_�����?PK -�[�8�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�n�ࠦݰa[z��Q;�]�gc���� �X��j4��'�|���o�@^0�>�xŀ����k�흄�f��A�2�\?%RV|j��<=P���Q�*L�Kdž8�\���I��.�i�3�I�� �C���>���`��19�d�b����R�߁W� �ɴ�[�Cc��[[!�=z3����_�K>�94u�R�ZX+�7�q*�yα\z�4/�Ԥ1r)��0�Z]���_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 -�[O#]� xl/sharedStrings.xml � (� ���s�6��;����s �`� �ɑ\�L }��L��Me�J2 ���� Ǔ���~��껻Z]z-������zD*3&V���⋛tm��(�������Zk��B;kc6W��N�PPݕHr� j�Z��F�����{^�WP&:N*Ka�� 7)���ћ�`7���R`����^�pN9����%[(*4M l��@n�ύT`�V���0,gv�������֛n@Q\���P�;�L)���ۢ��B��1]�L��� <(���F� G��:�%��/����jEӴ�ᇜZvnwo��,��?�$U{X�k*VV���P���yFw�m���a*� Tw"3�{?u���ݺ2���-�9�wiմ�p�NV�����˪���O?4u��|�����w�����G?���0.M��ͣ���$$�`P}8B5��<�"_h���j/�`[�8��ԬA5��f�����&�柙2ktHz>�l~�r�GW~ߙM*�9�Z����2Z�&'Էh��B�-,B�z?�aٌ�E�nV;��B�$^�QhR+y��6�Y-�8l�8"l^�8�K� $���:4g{�4��h�xYF7 ��� vY�t�/}�ĵ8�J�첖l�l���m�ʼn���P%T�g��A����A�r��?��rG���0��Ώ�t�;G����Ks���:S,�1l��+��w����e��� �P*B\ǡ��ILH�\���&T� sT�t���DY���)�b�����S�"k][o{�|?�̛�wXo�l���Eג\\�̇v%�u]�4�*� �:�(��Lz��۴� ��o���ق߭G�i^/a~z��^�� n2 �<��?������At�C�7�c/J㥛%�-�ȥK�}?�B�����q8�Hr��Lw@ �iw�����6�o?K-!����d�>qo�PK- -�[,:�m� 5 xl/workbook.xmlPK- -�[���� � [Content_Types].xmlPK- -�[`u��' ' V _rels/.relsPK- -�[���f� � � xl/worksheets/sheet1.xmlPK- -�[�8�� P � xl/_rels/workbook.xml.relsPK- -�[Ѓc'2 E xl/styles.xmlPK- -�[O#]� � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK -�[��� 5 xl/workbook.xml � (� ����0��J}�(� � L,];t7�4$AI*�� ��u�ϟ���u�������T�0��F�����iQ��B�+ۼ5���$�0�=e��j�t����Ch�D�_P���~G��=�~��X�N&aK�����.fEh,h(��{[Д��8<���k��s�I�n� �����PK -�[���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK -�[ޫ_4' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R8b97055d426f4ce9" /></Relationships>PK -�[���f� � xl/worksheets/sheet1.xml � (� ���r�0E�� �3�;m�4�5Mۤ��q�Ԙ���_�����$���GkI[[�0y�7]{�q^$�f�Ӏ�^��g�ds7�����M�Y��X�q�Y|S��SU��'aX�WqAvol�2�Ө��0[.�y|���xS�@��x���b�����Sj�y-�!��]�4J6�l�Hl�j�^/��+zr��&5|��ۢ��U3��e�?��Oj6�gu痹����ú�ʶ�qr�*�I��̳uQ{iRY�{i���&�r5� �4��5ג����(��f�L�*;=��p�S�6\2c�� ���^�Z��1� � �8.�{9?�M �Q���LiC���^/:zʉ��~�^'�a�@ � �O�������^��So�z��yS�䅴=C�9aL)��3R�8ڭ`7@��ʮ�H�&s�:����*��H�&u�; P! ���=m�G��Q��RJ��RU G+4ѣ�[A ��L�~��Mi�Bi����Ti.嘑M i'�: L��k?����6���r �h>fC�D�FQ� �b̩�FN�&��F�����(b�T|�h m"��C�����p8�� �$�(�T�{zq�j��&����w�@h��U �T��b��&��P�@ n��� �^�pw �7�iTF�I�m��n����W����9{u��|��I�Xi���!A�ě!}�tH�>�vH�>q6$D�x7$d�8�O\ �'� �'>8C�~t ��O��ف _�8d�A�~u ��+����@���r��#m��k�ܽq �ݟ��ˁ woH�nh7�aWB�+a(B~�n׆t��Z�v�h�o�mh�g��h �9���C��5�� �}��ۻ�FIB�=����Q|�Y����mDm�{B�ޗ#�KǼ��}u ��+���A��>���N�����^#R��5�t�r�[��� ;W�ʾ!��Y��q^_�����?PK -�[�z�T� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8N�Р�ݰ��Sg�DM��v=�����ĂMW��==i���c�yv&zgkY��vMo�N�<,a�^�h��&B�O��j�b��8��C�&��c�1�Է|B}Ėx��%�s�2��2��Θ^ӳӧ�l��_�?��(ۣo)��S �D����M ;c �(h� <H� `�nj!^ �^��L�RJ�R Y)���w���S�}���i^���X(�8T���4����XPK -�[Ѓ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 -�[O#]� xl/sharedStrings.xml � (� ���s�6��;����s �`� �ɑ\�L }��L��Me�J2 ���� Ǔ���~��껻Z]z-������zD*3&V���⋛tm��(�������Zk��B;kc6W��N�PPݕHr� j�Z��F�����{^�WP&:N*Ka�� 7)���ћ�`7���R`����^�pN9����%[(*4M l��@n�ύT`�V���0,gv�������֛n@Q\���P�;�L)���ۢ��B��1]�L��� <(���F� G��:�%��/����jEӴ�ᇜZvnwo��,��?�$U{X�k*VV���P���yFw�m���a*� Tw"3�{?u���ݺ2���-�9�wiմ�p�NV�����˪���O?4u��|�����w�����G?���0.M��ͣ���$$�`P}8B5��<�"_h���j/�`[�8��ԬA5��f�����&�柙2ktHz>�l~�r�GW~ߙM*�9�Z����2Z�&'Էh��B�-,B�z?�aٌ�E�nV;��B�$^�QhR+y��6�Y-�8l�8"l^�8�K� $���:4g{�4��h�xYF7 ��� vY�t�/}�ĵ8�J�첖l�l���m�ʼn���P%T�g��A����A�r��?��rG���0��Ώ�t�;G����Ks���:S,�1l��+��w����e��� �P*B\ǡ��ILH�\���&T� sT�t���DY���)�b�����S�"k][o{�|?�̛�wXo�l���Eג\\�̇v%�u]�4�*� �:�(��Lz��۴� ��o���ق߭G�i^/a~z��^�� n2 �<��?������At�C�7�c/J㥛%�-�ȥK�}?�B�����q8�Hr��Lw@ �iw�����6�o?K-!����d�>qo�PK- -�[��� 5 xl/workbook.xmlPK- -�[���� � � [Content_Types].xmlPK- -�[ޫ_4' ' U _rels/.relsPK- -�[���f� � � xl/worksheets/sheet1.xmlPK- -�[�z�T� P � xl/_rels/workbook.xml.relsPK- -�[Ѓc'2 E xl/styles.xmlPK- -�[O#]� � xl/sharedStrings.xmlPK � �