GET api/vouchers?Name={Name}&VoucherType={VoucherType}
Get voucher list
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
VoucherType | VoucherTypes |
None. |
Body Parameters
None.
Response Information
Resource Description
List of voucher models
Collection of VoucherName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Name | string |
Required String length: inclusive between 0 and 100 |
|
Description |
Voucher description |
string |
None. |
ShortDescription |
Voucher short description |
string |
None. |
URL |
Voucher url |
string |
None. |
BarcodeTemplateID | integer |
None. |
|
Expiry |
When specified, this is the expiry days after voucher is assigned |
integer |
None. |
VoucherType | VoucherTypes |
None. |
|
LimitPerTransaction |
Limit of vouchers that can be issued per transaction |
integer |
None. |
CustomerTracking |
Indicates whether this voucher should be tracked against the user or not |
boolean |
None. |
DiscountAccount |
Text description to use in POS for Voucher (allows grouping) |
string |
None. |
EndDate |
End date of a competition voucher |
date |
None. |
ExpiryTimeSpan |
Relational field representing time span of expiry |
time interval |
Relation. This field may not always be loaded or used for updates. |
BarcodeTemplate |
Barcode template object |
BarcodeTemplate |
Relation. This field may not always be loaded or used for updates. |
ScaleLabel |
Voucher.Name REFERENCES ScaleLabel ( Name ) When ScaleLabel.IsVoucher>0 |
Label |
Relation. This field may not always be loaded or used for updates. |
CustomerVouchers |
List of customer vouchers |
Collection of CustomerVoucher |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
[ { "$id": "1", "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:24:38.1256084", "barcodeTemplate": { "$id": "2", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "3", "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:24:38.1256084", "labelPageLayout": "vjTLHtnQ9kyD85hxfGmUnA==", "pageLayoutGuid": "1ecb34be-d0d9-4cf6-83f3-98717c69949c", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "1" }, "elements": [ { "$id": "4", "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:24:38.1256084" }, { "$ref": "4" } ] }, "customerVouchers": [ { "$id": "5", "id": 1, "customerIdentifier": "9FkmKMTcCESFCAn0BfxqHw==", "customerIdentifierGuid": "282659f4-dcc4-4408-8508-09f405fc6a1f", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:24:38.1256084", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "Jjbal7RcnkSIorQPTpUSOw==", "issuedIdempotentGuid": "97da3626-5cb4-449e-88a2-b40f4e95123b", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:24:38.1256084", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:24:38.1256084", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "CgJ3/PgNeUKn+qbrvuSNew==", "redeemedIdempotentGuid": "fc77020a-0df8-4279-a7fa-a6ebbee48d7b", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:24:38.1256084", "storeName": "sample string 17", "scaleLabel": { "$ref": "3" }, "voucher": { "$ref": "1" }, "customer": { "$id": "6", "identifier": "aNo9TZksT02+IuFoU5uuWw==", "identifierGuid": "4d3dda68-2c99-4d4f-be22-e168539bae5b", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:24:38.1256084", "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": "yMZKHNIqfEKNTnX+IdPMmA==", "communityIdentifierGuid": "1c4ac6c8-2ad2-427c-8d4e-75fe21d3cc98", "joined": "2025-08-02T23:24:38.1256084", "updated": "2025-08-02T23:24:38.1256084", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "LLVxADwCp0C5ZxsZHU3Y5Q==", "priceLevelIdentifierGuid": "0071b52c-023c-40a7-b967-1b191d4dd8e5", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:24:38.1256084", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "7", "cardType": 2, "issueDate": "2025-08-02T23:24:38.1256084", "expiry": "2025-08-02T23:24:38.1256084", "customerID": "MV2EMLAi1kOTjQC7TYTUbQ==", "customerIDGuid": "30845d31-22b0-43d6-938d-00bb4d84d46d", "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:24:38.1256084", "linkedAccount": "gIgO9P0gTk+bGmS5AM7N5g==", "linkedAccountGuid": "f40e8880-20fd-4f4e-9b1a-64b900cecde6", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "6" }, "account": { "$id": "8", "id": 1, "identifier": "BJNIxzgkNUS29fHTDON9wg==", "identifierGuid": "c7489304-2438-4435-b6f5-f1d30ce37dc2", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:24:38.1256084", "owner": "L4eHJh5ywk+YEsnwXceY+Q==", "ownerGuid": "2687872f-721e-4fc2-9812-c9f05dc798f9", "accountStoreGroupIdentifier": "k1vkjOTAX0yPmeYKdwJfLg==", "accountStoreGroupGuid": "8ce45b93-c0e4-4c5f-8f99-e60a77025f2e", "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:24:38.1256084", "active": true, "updated": "2025-08-02T23:24:38.1256084", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "6" }, "card": { "$ref": "7" }, "members": { "$id": "9", "sample string 1": [ { "$ref": "6" }, { "$ref": "6" } ], "sample string 2": [ { "$ref": "6" }, { "$ref": "6" } ] }, "customerGroups": [ { "$id": "10", "identifier": "r5CIEyl2B0GABERcc2v3+A==", "identifierGuid": "138890af-7629-4107-8004-445c736bf7f8", "name": "sample string 2", "primaryContact": "xdtuPA4Rp02RcdjlpUm55g==", "primaryContactGuid": "3c6edbc5-110e-4da7-9171-d8e5a549b9e6", "accountID": "beWjCRZankmwmOMI/D/Icw==", "accountIDGuid": "09a3e56d-5a16-499e-b098-e308fc3fc873", "special": true, "updated": "2025-08-02T23:24:38.1256084", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "N5AuvoFJnEmb3c+hW6xRAA==", "priceLevelIdentifierGuid": "be2e9037-4981-499c-9bdd-cfa15bac5100", "deleted": true, "account": { "$ref": "8" }, "primaryContactCustomer": { "$ref": "6" }, "customerGroupMembers": [ { "$id": "11", "id": 1, "groupID": "Bqh0nSf5okat1CfZDU0hog==", "groupIDGuid": "9d74a806-f927-46a2-add4-27d90d4d21a2", "customerID": "DwvErb4FpUeGQ6IcUKbFlg==", "customerIDGuid": "adc40b0f-05be-47a5-8643-a21c50a6c596", "card": "sample string 4", "linkedAccount": "8Ht1YE1oe0K3e2XuHaTyKQ==", "linkedAccountGuid": "60757bf0-684d-427b-b77b-65ee1da4f229", "customer": { "$ref": "6" }, "group": { "$ref": "10" }, "customerCard": { "$ref": "7" } }, { "$ref": "11" } ] }, { "$ref": "10" } ] }, "payments": [ { "$id": "12", "id": 1, "identifier": "u0jqgboMEE+xVxNv8THqOw==", "identifierGuid": "81ea48bb-0cba-4f10-b157-136ff131ea3b", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "JWnzVFsY/Em8AvAR+GpIXA==", "accountIDGuid": "54f36925-185b-49fc-bc02-f011f86a485c", "customerAccount": { "$ref": "8" }, "customerCard": { "$ref": "7" }, "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:24:38.1256084", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "nKbtOemz/EOI/lAnvZK5Rw==", "idempotentVoidGuid": "39eda69c-b3e9-43fc-88fe-5027bd92b947", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "13", "saleHeaderID": 1, "saleHeaderGuid": "ZZEF+nSQr0GBG/UWZvNJjQ==", "saleHeaderIdentifierGuid": "fa059165-9074-41af-811b-f51666f3498d", "created": "2025-08-02T23:24:38.1256084", "createdLocal": "2025-08-02T23:24:38.1256084", "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:24:38.1256084", "storeID": 1, "operatorG_Uid": "mACRs3p1u0G4I9dh+3IVNw==", "operatorGuid": "b3910098-757a-41bb-b823-d761fb721537", "customerG_Uid": "ctFxXBm1ZUy538YQUfCWWQ==", "customerGuid": "5c71d172-b519-4c65-b9df-c61051f09659", "communityIdentifier": "u5VRxslKuEu68r2oGB+cTw==", "communityIdentifierGuid": "c65195bb-4ac9-4bb8-baf2-bda8181f9c4f", "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": "LNu8/kY+oUeXwj7o0rFBMw==", "priceLevelIdentifierGuid": "febcdb2c-3e46-47a1-97c2-3ee8d2b14133", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "14", "id": 1, "g_Uid": "lG9WiJM2v0q6p0TeU1KabA==", "guid": "88566f94-3693-4abf-baa7-44de53529a6c", "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:24:38.1256084", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:24:38.1256084", "endShift": "2025-08-02T23:24:38.1256084", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "15", "operatorG_UID": "sZCL2xEmFEyH6b+ISfJxTQ==", "operatorGuid": "db8b90b1-2611-4c14-87e9-bf8849f2714d", "storeID": 2, "operator": { "$ref": "14" }, "store": { "$id": "16", "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:24:38.1256084", "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": "P2QPPupoIkSGw5+gxuRXCg==", "hostIdentifierGuid": "3e0f643f-68ea-4422-86c3-9fa0c6e4570a", "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:24:38.1256084", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "17", "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": "17" }, "hostStoreSettings": [ { "$id": "18", "id": 1, "hostIdentifier": "vkJImmBAtE+aeuHWJmiPpQ==", "hostIdentifierGuid": "9a4842be-4060-4fb4-9a7a-e1d626688fa5", "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": "19", "identifier": "h6FaS5lY1Um4pSqkqnc80g==", "identifierGuid": "4b5aa187-5899-49d5-b8a5-2aa4aa773cd2", "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": "WdKgncAACUC3rSYYdjEoTg==", "hostSupplierIdentifierGuid": "9da0d259-00c0-4009-b7ad-26187631284e", "loyaltyPriceLevelIdentifier": "lCgHmbNew0+0dxwbZmpwjw==", "loyaltyPriceLevelIdentifierGuid": "99072894-5eb3-4fc3-b477-1c1b666a708f", "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:24:38.1256084", "lastProcessed": "2025-08-02T23:24:38.1256084", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "20", "identifier": "En4wLoUMQku5MIXZWTDUkg==", "identifierGuid": "2e307e12-0c85-4b42-b930-85d95930d492", "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": "rZt18bcf1EKLhK/8cE3b7A==", "primaryContactID": "f1759bad-1fb7-42d4-8b84-affc704ddbec", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "HF8DeNn210C5iB0GD+vWOw==", "supplierGroupGuid": "78035f1c-f6d9-40d7-b988-1d060febd63b", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:24:38.1256084", "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": "21", "id": "07f523f9-d484-4ff5-9432-88aba2dc8078", "identifier": "7nS+7+mOtk+QLPvnVku4Bg==", "identifierGuid": "efbe74ee-8ee9-4fb6-902c-fbe7564bb806", "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": "22", "supplierIdentifier": "hFAhfzKZ4Eu9O4C5KJJTkg==", "supplierIdentifierGuid": "7f215084-9932-4be0-bd3b-80b928925392", "contactGuid": "lMxinVAewEi8/ewrQ3WiAw==", "contactID": "9d62cc94-1e50-48c0-bcfd-ec2b4375a203", "contact": { "$ref": "21" }, "supplier": { "$ref": "20" } }, { "$ref": "22" } ], "products": [ { "$id": "23", "pluG_UID": "hgdiMASK90iDkTY08jJPTw==", "pluGuid": "30620786-8a04-48f7-8391-3634f2324f4f", "supplierIdentifier": "R+GnRISSoUSGSJHjmw//Vw==", "supplierIdentifierGuid": "44a7e147-9284-44a1-8648-91e39b0fff57", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:24:38.1256084", "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:24:38.1256084", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "24", "pluG_UID": "2DTR5ILB1keF6MZC82xX6w==", "pluGuid": "e4d134d8-c182-47d6-85e8-c642f36c57eb", "supplierIdentifier": "fEc2DPfbxUutb7wQRnA7vQ==", "supplierIdentifierGuid": "0c36477c-dbf7-4bc5-ad6f-bc1046703bbd", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "24" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "QT3RqdvMVEmeoURsp/9hxg==", "parentPluGuid": "a9d13d41-ccdb-4954-9ea1-446ca7ff61c6", "freight": 45.0, "freightType": 1, "product": { "$id": "25", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "gFCvZH/kuU+KZWjkxbcnSg==", "guid": "64af5080-e47f-4fb9-8a65-68e4c5b7274a", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "BISXfc+sYkuRV9/501NTLg==", "priceGroupGuid": "7d978404-accf-4b62-9157-dff9d353532e", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:24:38.1256084", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:24:38.1256084", "pluCreated": "2025-08-02T23:24:38.1256084", "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:24:38.1256084", "lastManualUpdate": "2025-08-02T23:24:38.1256084", "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:24:38.1256084", "currentCostUpdated": "2025-08-02T23:24:38.1256084", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:24:38.1256084", "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:24:38.1256084", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "1bG65UFErEChcDIamyX+rA==", "altPLUGuid": "e5bab1d5-4441-40ac-a170-321a9b25feac", "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:24:38.1256084", "labelLastPrice": 1, "shelfPageLayoutG_UID": "I63iiUYvIUu+82BjwFLLNg==", "shelfPageLayoutGuid": "89e2ad23-2f46-4b21-bef3-6063c052cb36", "talkerPageLayoutG_UID": "i+ElvFQosE6xy4T+XoY1Ow==", "talkerPageLayoutGuid": "bc25e18b-2854-4eb0-b1cb-84fe5e86353b", "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": "fWqWFkNZLE2M0F3P4gfw5w==", "inventoryIdentifier": "16966a7d-5943-4d2c-8cd0-5dcfe207f0e7", "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": "laZyrBBd0UOqcSW5hT0pGg==", "parentPluGuid": "ac72a695-5d10-43d1-aa71-25b9853d291a", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "2rTn2EKMKkySkONO3kNC/Q==", "supplierIdentifierGuid": "d8e7b4da-8c42-4c2a-9290-e34ede4342fd", "supplierChanged": true, "rebateSupplierIdentifier": "mAPlL1w7tECf+uyDPuwFxw==", "rebateSupplierIdentifierGuid": "2fe50398-3b5c-40b4-9ffa-ec833eec05c7", "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:24:38.1256084", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "vvLdFFEYbUSQ5Pwymo5MDg==", "hostIdentifierGuid": "14ddf2be-1851-446d-90e4-fc329a8e4c0e", "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": "25" }, { "$ref": "25" } ], "store": { "$ref": "16" }, "storePrices": [ { "$id": "26", "pluG_UID": "J9y2lz+w60K8QjsrDJBXwg==", "pluGuid": "97b6dc27-b03f-42eb-bc42-3b2b0c9057c2", "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:24:38.1256084" }, { "$ref": "26" } ], "currentPrices": { "$id": "27", "pluPrices": { "$id": "28", "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:24:38.1256084", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:24:38.1256084", "startTime": 3, "endDate": "2025-08-02T23:24:38.1256084", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "nr57RdNSUE2/qsgCNfnSXQ==", "hostIdentifierGuid": "457bbe9e-52d3-4d50-bfaa-c80235f9d25d", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "qscQL9AmZU2GFqYlg5blXg==", "guid": "2f10c7aa-26d0-4d65-8616-a6258396e55e", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "s8+asWyv0EeLVeY57uDFSQ==", "priceGroupGuid": "b19acfb3-af6c-47d0-8b55-e639eee0c549", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:24:38.1256084", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "25" }, { "$ref": "25" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "mELg/BTyAUKU40dgGjj6vw==", "pluGuid": "fce04298-f214-4201-94e3-47601a38fabf", "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": "33", "pluGuid": "ebdb685c-4f0f-44a8-9590-60a4ede2f9de", "created": "2025-08-02T23:24:38.1256084", "createdByUser": "sample string 1", "activated": "2025-08-02T23:24:38.1256084", "deactivated": "2025-08-02T23:24:38.1256084", "lastOrdered": "2025-08-02T23:24:38.1256084", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:24:38.1256084", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:24:38.1256084", "lastSold": "2025-08-02T23:24:38.1256084", "firstSold": "2025-08-02T23:24:38.1256084", "awsUpdated": "2025-08-02T23:24:38.1256084", "lastManualUpdate": "2025-08-02T23:24:38.1256084", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:24:38.1256084", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:24:38.1256084", "doNotRangeUpdated": "2025-08-02T23:24:38.1256084", "doNotOrderUpdated": "2025-08-02T23:24:38.1256084", "tracked": "2025-08-02T23:24:38.1256084" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "TcwDVukib0ylFop6fNjMDQ==", "pluGuid": "5603cc4d-22e9-4c6f-a516-8a7a7cd8cc0d", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "0boOdOrURkyCg3u0P75CUA==", "pluGuid": "740ebad1-d4ea-4c46-8283-7bb43fbe4250", "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:24:38.1256084", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-08-02T23:24:38.1256084", "createdLocal": "2025-08-02T23:24:38.1256084", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "lklO4mebt06nDYnD+01eIQ==", "operatorGuid": "e24e4996-9b67-4eb7-a70d-89c3fb4d5e21", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "PYLWgRyw2EiASkKXEhlyFA==", "pluGuid": "81d6823d-b01c-48d8-804a-429712197214", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "14" } }, { "$ref": "36" } ], "apns": [ { "$id": "37", "pluID": 1, "pluG_UID": "+Wg977VINEGivLcvrRyJJw==", "pluGuid": "ef3d68f9-48b5-4134-a2bc-b72fad1c8927", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "37" } ], "tuns": [ { "$id": "38", "pluG_UId": "/+j+/Hrjn0iZfC3rV9aafQ==", "pluGuid": "fcfee8ff-e37a-489f-997c-2deb57d69a7d", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "25" }, "storeIDs": [ 1, 2 ] }, { "$ref": "38" } ], "competitionPricing": [ { "$id": "39", "identifier": "CFIvSao3G0etWvKEToCQLg==", "identifierGuid": "492f5208-37aa-471b-ad5a-f2844e80902e", "pluG_UID": "rLsPENQGx0uGSrFZDSNiVQ==", "pluGuid": "100fbbac-06d4-4bc7-864a-b1590d236255", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "39" } ], "supplier": { "$ref": "20" }, "supplierName": "sample string 147", "children": [ { "$ref": "25" }, { "$ref": "25" } ], "ordering": { "$ref": "23" }, "flipChartPages": [ { "$id": "40", "identifier": "cgpfZulKdkunPqDQMCKk8w==", "groupName": "sample string 1", "identifierGuid": "665f0a72-4ae9-4b76-a73e-a0d03022a4f3", "exists": true, "flipChartIdentifier": "p+TS/JNVA0abkayO1BrXMg==", "flipChartIdentifierGuid": "fcd2e4a7-5593-4603-9b91-ac8ed41ad732", "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": "pzkzZuX1MkuVF0O1XegaQw==", "groupIdentifierGuid": "663339a7-f5e5-4b32-9517-43b55de81a43", "flipChart": { "$id": "41", "identifier": "+JQSkRmMDkKG7WTDIQuqrQ==", "identifierGuid": "911294f8-8c19-420e-86ed-64c3210baaad", "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": "42", "identifier": "vcxR16EjgkqiRv555fF25Q==", "identifierGuid": "d751ccbd-23a1-4a82-a246-fe79e5f176e5", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "43", "id": 1, "g_UID": "U0uYKljPsUKiC/vSWQbAEg==", "guid": "2a984b53-cf58-42b1-a20b-fbd25906c012", "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": "DfD5Li8kgkWO/PGCsddOmQ==", "previousFormGuid": "2ef9f00d-242f-4582-8efc-f182b1d74e99", "nextForm": 1, "nextFormG_UID": "lJz4DmDFO0265zS31t2q4Q==", "nextFormGuid": "0ef89c94-c560-4d3b-bae7-34b7d6ddaae1", "attributes": "sample string 10", "updated": "2025-08-02T23:24:38.1256084", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "43" }, "previousCheckoutForm": { "$ref": "43" }, "buttons": [ { "$id": "44", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "8l8o0Kd07kuo16eRoq3AKA==", "checkoutFormGuid": "d0285ff2-74a7-4bee-a8d7-a791a2adc028", "identifier": "MM1k1AkVM0q0lnJ8v5MFcg==", "identifierGuid": "d464cd30-1509-4a33-b496-727cbf930572", "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": "NBJnAA1/ski87dnrRSX6wA==", "valueGuid": "00671234-7f0d-48b2-bced-d9eb4525fac0", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:24:38.1256084", "action": "sample string 12", "valueForm": { "$ref": "43" }, "image": { "$id": "45", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-08-02T23:24:38.1256084", "imageData": "QEA=", "readOnly": true } }, { "$ref": "44" } ], "panels": [ { "$id": "46", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "lLWY6BMdjEWdHHW9AA6tYg==", "checkoutFormGuid": "e898b594-1d13-458c-9d1c-75bd000ead62", "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": "46" } ] }, { "$ref": "43" } ], "panels": [ { "$ref": "46" }, { "$ref": "46" } ] }, "pages": [ { "$ref": "40" }, { "$ref": "40" } ] }, "contentPanel": { "$ref": "46" }, "products": [ { "$id": "47", "flipChartPageIdentifier": "Wj6d578SDE6gEjAZ2g2woQ==", "flipChartPageIdentifierGuid": "e79d3e5a-12bf-4e0c-a012-3019da0db0a1", "pluG_UID": "rMUjN/ong02uz3GUf+Ghhg==", "pluGuid": "3723c5ac-27fa-4d83-aecf-71947fe1a186", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "25" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "47" } ], "productCount": 27, "pages": [ { "$ref": "40" }, { "$ref": "40" } ] }, { "$ref": "40" } ], "priceHistory": [ { "$id": "48", "pluG_UID": "JYNuWnS7x0eXQUg/sA9/ww==", "pluGuid": "5a6e8325-bb74-47c7-9741-483fb00f7fc3", "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:24:38.1256084", "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": "48" } ], "ingredients": [ { "$id": "49", "pluG_UID": "jTiuvz7Jd0i5qK8JPWJu2A==", "ingredientGuid": "b6K/LBA8r02e6cpNkZqY4w==", "ingredientIdentifier": "2cbfa26f-3c10-4daf-9ee9-ca4d919a98e3", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "25" } }, { "$ref": "49" } ], "bins": [ { "$id": "50", "pluG_UID": "2oAHGGtT+EqThhreGk+sRw==", "pluGuid": "180780da-536b-4af8-9386-1ade1a4fac47", "shelfLocationIdentifier": "HwqSnTCtEk+7d5ItAfy3aA==", "shelfLocationGuid": "9d920a1f-ad30-4f12-bb77-922d01fcb768", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "CAPPw942akWw9BUrdm8JBw==", "labelPageLayoutGuid": "c3cf0308-36de-456a-b0f4-152b766f0907", "updated": "2025-08-02T23:24:38.1256084", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "25" }, "location": { "$id": "51", "identifier": "3o+oW+Si/0CQPOdt4WVvng==", "storeID": 1, "identifierGuid": "5ba88fde-a2e4-40ff-903c-e76de1656f9e", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:24:38.1256084", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "50" }, { "$ref": "50" } ] } }, { "$ref": "50" } ], "bin": { "$ref": "50" }, "scaleLocations": [ { "$id": "52", "plu": 1, "pluG_UID": "8C21o8pjikaVY2/uxjoalQ==", "pluGuid": "a3b52df0-63ca-468a-9563-6feec63a1a95", "deptNo": 1, "product": { "$ref": "25" }, "scaleLocation": { "$id": "53", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:24:38.1256084", "department": { "$id": "54", "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": "53" }, "subDepartments": [ { "$id": "55", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "56", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "57", "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:24:38.1256084", "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": "dfzBTlZ1i0ikt8QruVUAUA==", "labelPageLayoutGuid": "4ec1fc75-7556-488b-a4b7-c42bb9550050", "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": "58", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "59", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "60", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "60" } ], "commodityCode": "sample string 6" }, { "$ref": "59" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "59" }, "mscDep": { "$id": "61", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "58" }, { "$ref": "58" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "60" } }, { "$ref": "57" } ], "updated": "2025-08-02T23:24:38.1256084", "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": "TpfHcznbAUK42kuuYQ6CkA==", "labelPageLayoutGuid": "73c7974e-db39-4201-b8da-4bae610e8290", "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": "58" }, "mscCom": { "$ref": "59" }, "mscDep": { "$ref": "61" }, "mscSubCom": { "$ref": "60" } }, { "$ref": "56" } ], "investmentBuyOverride": true, "updated": "2025-08-02T23:24:38.1256084", "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": "IjzNlC/11Eetb17W2R7yjg==", "labelPageLayoutGuid": "94cd3c22-f52f-47d4-ad6f-5ed6d91ef28e", "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": "58" }, "mscCom": { "$ref": "59" }, "mscDep": { "$ref": "61" }, "mscSubCom": { "$ref": "60" } }, { "$ref": "55" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-08-02T23:24:38.1256084", "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": "VuBoYTWT3k6JQnQDyvEiFg==", "labelPageLayoutGuid": "6168e056-9335-4ede-8942-7403caf12216", "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": "58" }, "mscCom": { "$ref": "59" }, "mscDep": { "$ref": "61" }, "mscSubCom": { "$ref": "60" } } } }, { "$ref": "52" } ], "nextPrice": { "$id": "62", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "P28TuDwoY0y75gIc926vIw==", "pluGuid": "b8136f3f-283c-4c63-bbe6-021cf76eaf23", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "PiAXwUWFH0iV47NSUtF+ew==", "dealCostGuid": "c117203e-8545-481f-95e3-b35252d17e7b", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "/MFmyme8JUiECpJ6Z+Bliw==", "priceGroupGuid": "ca66c1fc-bc67-4825-840a-927a67e0658b", "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:24:38.1256084", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "UK1ij7K+tEeh85tY6iru+A==", "campaignComboPriceGroupIdentifier": "8f62ad50-beb2-47b4-a1f3-9b58ea2aeef8", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "63", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:24:38.1256084", "operatorG_UID": "34E/V9CvzU6qU5tEjj3j/g==", "operatorGuid": "573f81df-afd0-4ecd-aa53-9b448e3de3fe", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:24:38.1256084", "signIqTicketFileMovedUtc": "2025-08-02T23:24:38.1256084", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:24:38.1256084", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "25" }, "campaignPlu": { "$ref": "62" } }, { "$ref": "63" } ], "campaign": { "$id": "64", "id": 1, "storeID": 2, "name": "183d00a2-cfad-4405-9489-768397a0a2f6", "nameGuid": "183d00a2-cfad-4405-9489-768397a0a2f6", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:24:38.1256084", "startTime": 1, "endDate": "2025-08-02T23:24:38.1256084", "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:24:38.1256084", "system": true, "created": "2025-08-02T23:24:38.1256084", "updated": "2025-08-02T23:24:38.1256084", "priceChangeNotifiedUtc": "2025-08-02T23:24:38.1256084", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "7jwJVEYvOEy7EmyR8nlgDA==", "hostIdentifierGuid": "54093cee-2f46-4c38-bb12-6c91f279600c", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:24:38.1256084", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "62" }, { "$ref": "62" } ], "campaignPools": [ { "$id": "65", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "0E8labpdjUmw/td+ZJSLxw==", "pluGuid": "69254fd0-5dba-498d-b0fe-d77e64948bc7", "hostOfferID": 1, "priceGroupG_UID": "yYtVKqPISECTvDuEMn0FZQ==", "priceGroupGuid": "2a558bc9-c8a3-4048-93bc-3b84327d0565", "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:24:38.1256084", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "25" }, "campaign": { "$ref": "64" } }, { "$ref": "65" } ], "sellingRules": [ { "$id": "66", "id": 1, "identifier": "ERs8Rpnwl0KNFppVgKAjhQ==", "identifierStr": "ERs8Rpnwl0KNFppVgKAjhQ==", "identifierGuid": "463c1b11-f099-4297-8d16-9a5580a02385", "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": "64" } }, { "$ref": "66" } ], "customers": [ { "$id": "67", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "tTf2/cLcDkavjJGp8bBOFw==", "customerIDGuid": "fdf637b5-dcc2-460e-af8c-91a9f1b04e17", "campaign": { "$ref": "64" }, "customer": { "$ref": "6" } }, { "$ref": "67" } ], "customerGroups": [ { "$id": "68", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "Io/rES+x0E6sJeO+XwAXBA==", "groupIDGuid": "11eb8f22-b12f-4ed0-ac25-e3be5f001704", "campaign": { "$ref": "64" }, "group": { "$ref": "10" } }, { "$ref": "68" } ], "signIqTickets": [ { "$id": "69", "identifier": "oGlSf3i2MUOLKrAksBmShA==", "identifierGuid": "7f5269a0-b678-4331-8b2a-b024b0199284", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "69" } ], "comboPriceGroups": [ { "$id": "70", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "cRKF+KH96Uu9QQDYY0DO5g==", "guid": "f8851271-fda1-4be9-bd41-00d86340cee6", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "64" }, "comboPricePlus": [ { "$id": "71", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "5INJMFxaT0K1e4mdPg/kVA==", "groupGuid": "304983e4-5a5c-424f-b57b-899d3e0fe454", "comboPriceType": 5, "priceType": 5, "pluG_UID": "qWaGW5W2a0GE23RoKmqgmg==", "pluGuid": "5b8666a9-b695-416b-84db-74682a6aa09a", "priceGroupG_UID": "BHE1BxRz6k+ACegYv+7yZw==", "priceGroupGuid": "07357104-7314-4fea-8009-e818bfeef267", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "64" }, "product": { "$ref": "25" }, "priceGroup": { "$ref": "31" }, "campaignPool": { "$ref": "64" } }, { "$ref": "71" } ] }, { "$ref": "70" } ], "priceLevels": [ { "$id": "72", "id": 1, "priceLevelIdentifier": "4koW3CRSzU6Ctvd3Yc83IQ==", "priceLevelIdentifierGuid": "dc164ae2-5224-4ecd-82b6-f77761cf3721", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "72" } ] }, "product": { "$ref": "25" }, "dealCost": { "$id": "73", "headerIdentifier": "+s1mVYxG1UeDzOz0L8AoHA==", "headerIdentifierGuid": "5566cdfa-468c-47d5-83cc-ecf42fc0281c", "identifier": "1zwjFByNPkmPgze7GCdOLw==", "identifierGuid": "14233cd7-8d1c-493e-8f83-37bb18274e2f", "supplierIdentifier": "W99F9eQnNEGkRQABl30ipA==", "supplierGuid": "f545df5b-27e4-4134-a445-0001977d22a4", "pluG_UID": "PbQ5oQw4V0i+eSjWNEf9+A==", "pluGuid": "a139b43d-380c-4857-be79-28d63447fdf8", "campaignName": "317bdb1f-19b2-4981-8408-8d1d5d187fde", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:24:38.1256084", "end": "2025-08-02T23:24:38.1256084", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "n9NYtshenE+aAPdFcQkhkw==", "bonusItemPluGuid": "b658d39f-5ec8-4f9c-9a00-f74571092193", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:24:38.1256084", "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:24:38.1256084", "campaignEndDate": "2025-08-02T23:24:38.1256084", "masterPLUG_UID": "oBe0oOr160Wi0w2TKvyngA==", "masterID": "a0b417a0-f5ea-45eb-a2d3-0d932afca780", "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": "FP1LqyKHNkqC9rzovsz0Gw==", "bonusMasterID": "ab4bfd14-8722-4a36-82f6-bce8beccf41b", "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:24:38.1256084", "dealCosts": [ { "$ref": "73" }, { "$ref": "73" } ], "tags": [ { "$id": "74", "pluG_UID": "yQVjrYMOAUON2jBdYMR4rA==", "pluGuid": "ad6305c9-0e83-4301-8dda-305d60c478ac", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "74" } ], "alternateProductG_UID": "ebv7efq2AEmJ8RRf3Xx3Fw==", "alternateProduct": "79fbbb79-b6fa-4900-89f1-145fdd7c7717", "productHostCode": { "$id": "75", "id": 1, "pluG_UID": "r/+z0pbdH0STCvtVMimeZg==", "pluGuid": "d2b3ffaf-dd96-441f-930a-fb5532299e66", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "58" }, "mscCom": { "$ref": "59" }, "mscDep": { "$ref": "61" }, "mscSubCom": { "$ref": "60" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:24:38.1256084", "inventoryTracked": "2025-08-02T23:24:38.1256084", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "20" }, "serviceFee": { "$id": "76", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "23" } ], "orderCycleHeaders": [ { "$id": "77", "storeID": 1, "supplierIdentifier": "S3DlNzpGwE6R5m7GuXw9+Q==", "supplierGuid": "37e5704b-463a-4ec0-91e6-6ec6b97c3df9", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "77" } ], "cycles": [ { "$id": "78", "storeID": 1, "supplierIdentifier": "WWlmzLG48keVuc2M3QM5DQ==", "supplierGuid": "cc666959-b8b1-47f2-95b9-cd8cdd03390d", "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:24:38.1256084", "deliveryDate": "2025-08-02T23:24:38.1256084", "nextCutOffDate": "2025-08-02T23:24:38.1256084", "nextDeliveryDate": "2025-08-02T23:24:38.1256084", "nextDaysBuffer": 10 }, { "$ref": "78" } ], "store": { "$ref": "16" }, "updated": "2025-08-02T23:24:38.1256084", "isHost": true }, "files": [ { "$id": "79", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T23:24:38.1256084", "processed": "2025-08-02T23:24:38.1256084", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:24:38.1256084", "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": "19" }, "metcashHeader": { "$id": "80", "customerNumber": "sample string 1", "creationDate": "2025-08-02T23:24:38.1256084", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "79" } ], "zoneMatrix": [ { "$id": "81", "id": 1, "hostIdentifier": "lUwhPJK7TkWSC9HRbonwkQ==", "hostIdentifierGuid": "3c214c95-bb92-454e-920b-d1d16e89f091", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "0c56301f-3dc8-463b-8f7b-4f6e6dcf5784", "b67bcf92-1549-465d-aa9e-e6fe4d44f2fb" ] }, { "$ref": "81" } ], "hostFileStoreSetting": { "$ref": "18" }, "hostStoreSettings": [ { "$ref": "18" }, { "$ref": "18" } ], "promotionPlacements": [ { "$id": "82", "identifier": "GIQ/cbB1Ak67W30jLTjVhQ==", "identifierGuid": "713f8418-75b0-4e02-bb5b-7d232d38d585", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "82" } ], "promoTypeGuids": [ "ead22234-3ace-47ff-a7ce-64c3f3350dbb", "80430d28-c46c-49ef-9a44-76c32cb3d3fd" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "18" } ], "accounts": [ { "$id": "83", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "83" } ], "sales": [ { "$id": "84", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T23:24:38.1256084", "ftpSite": { "$id": "85", "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": "84" } ], "zoneMatrix": [ { "$ref": "81" }, { "$ref": "81" } ], "cashManagements": [ { "$id": "86", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "87", "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": "86" } ], "updateStoreID": "1a6b5c01-d78a-4f1d-b91d-097e120a88ac", "updateStore": { "$id": "88", "id": "aacb2cc9-31b7-4a64-a1f1-de907550f432", "name": "sample string 1", "lastActivity": "2025-08-02T23:24:38.1256084", "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:24:38.1256084" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "89", "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": "15" } ] }, "customer": { "$ref": "6" }, "communityOrganisation": { "$id": "90", "id": 1, "identifier": "ppV9cJocNUOVKFGPy4exEg==", "identifierGuid": "707d95a6-1c9a-4335-9528-518fcb87b112", "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:24:38.1256084", "deleted": true }, "details": [ { "$id": "91", "saleItemID": 1, "identifier": "ONKs5Nga5EiZEIURjwUTgw==", "identifierGuid": "e4acd238-1ad8-48e4-9910-85118f051383", "saleHeaderID": 2, "plu": 1, "pluG_UId": "BBgPUrq3lE2eQd98u87SEg==", "pluGuid": "520f1804-b7ba-4d94-9e41-df7cbbced212", "accountID": "EuX8h6FuIkm59Ynihy++9w==", "accountIDGuid": "87fce512-6ea1-4922-b9f5-89e2872fbef7", "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:24:38.1256084", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "TueKz0bztUSIkOlh8nWaXA==", "refundGuid": "cf8ae74e-f346-44b5-8890-e961f2759a5c", "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": "Rkii7mf9ukSw87xmkxpxJQ==", "idempotentVoidGuid": "eea24846-fd67-44ba-b0f3-bc66931a7125", "priceLevelIdentifier": "LLQ7fcXHrUexxem4YzXhdQ==", "priceLevelIdentifierGuid": "7d3bb42c-c7c5-47ad-b1c5-e9b86335e175", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "92", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:24:38.1256084", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "92" } ], "refund": { "$id": "93", "id": 1, "g_UID": "qFenFXcIwkGbaaQXbVGe9g==", "guid": "15a757a8-0877-41c2-9b69-a4176d519ef6", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:24:38.1256084" }, "modifier": { "$id": "94", "id": 1, "setG_UID": "ZzsoVYPLbUuhcZybvazUGQ==", "modifierSetGuid": "55283b67-cb83-4b6d-a171-9c9bbdacd419", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "fcm4uK3bBkqH+hWywYiDWg==", "pluGuid": "b8b8c97d-dbad-4a06-87fa-15b2c188835a", "deleted": true, "g_UID": "pTr67dymz0m8UGSgUjmG4Q==", "guid": "edfa3aa5-a6dc-49cf-bc50-64a0523986e1", "product": { "$ref": "25" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "91" } ], "eftReceipts": [ { "$id": "95", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "13" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "95" } ], "payments": [ { "$ref": "12" }, { "$ref": "12" } ], "cards": [ { "$id": "96", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "96" } ], "campaignHits": [ { "$id": "97", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "97" } ], "fuel": [ { "$id": "98", "id": 1, "plu": 1, "pluG_UID": "PcYZEXaKiEikuPYpv5NgBw==", "pluGuid": "1119c63d-8a76-4888-a4b8-f629bf936007", "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:24:38.1256084", "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:24:38.1256084", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "98" } ], "fuelResells": [ { "$id": "99", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "2ZDHVWTZYE61ipetI88h/Q==", "pluGuid": "55c790d9-d964-4e60-b58a-97ad23cf21fd", "accountID": "l9mLsFq6S0yzEqF1ZRKC5Q==", "accountIDGuid": "b08bd997-ba5a-4c4b-b312-a175651282e5", "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:24:38.1256084", "bestOrExpireType": 1, "refundG_UID": "a1XNEVaOe0Cz30y+lMIpjw==", "refundGuid": "11cd556b-8e56-407b-b3df-4cbe94c2298f", "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": "99" } ], "customerOrder": [ { "$id": "100", "identifier": "DVjSSkQlcUKIAo9PA5lHug==", "identifierGuid": "4ad2580d-2544-4271-8802-8f4f039947ba", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "weo5uCAND0qa9Vy1RBAmkA==", "customerIdentifierGuid": "b839eac1-0d20-4a0f-9af5-5cb544102690", "operatorNo": 1, "operatorG_UID": "ouBgSvqKMUuBqIKaJ0FItQ==", "operatorGuid": "4a60e0a2-8afa-4b31-81a8-829a274148b5", "created": "2025-08-02T23:24:38.1256084", "ordered": "2025-08-02T23:24:38.1256084", "started": "2025-08-02T23:24:38.1256084", "completed": "2025-08-02T23:24:38.1256084", "supplied": "2025-08-02T23:24:38.1256084", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "6" }, "operator": { "$ref": "14" }, "details": [ { "$id": "101", "headerID": 1, "plu": 1, "pluG_UId": "h8X9zKY3BEeWV5AomZ9URg==", "pluGuid": "ccfdc587-37a6-4704-9657-9028999f5446", "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": "aHyXZ+GZ2k6EVDm4BWY8gQ==", "headerIdentifierGuid": "67977c68-99e1-4eda-8454-39b805663c81", "product": { "$ref": "25" } }, { "$ref": "101" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "13" } }, { "$ref": "100" } ], "surveyResponses": [ { "$id": "102", "surveyG_UID": "Iz7o2NbtgEW1y3tIzUtIRw==", "surveyGuid": "d8e83e23-edd6-4580-b5cb-7b48cd4b4847", "saleHeaderGuid": "yLcrV5i2nUO2Oofv814n+A==", "saleGuid": "572bb7c8-b698-439d-b63a-87eff35e27f8", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "ng+MOZO1gUW4i3DXdnXxlw==", "guidResponse": "398c0f9e-b593-4581-b88b-70d77675f197", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:24:38.1256084", "sale": { "$ref": "13" }, "survey": { "$id": "103", "g_UID": "bnYbPnUKC0y6BMGN886TTQ==", "guid": "3e1b766e-0a75-4c0b-ba04-c18df3ce934d", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "VYFBObM/EEmicr9+Psy8+g==", "checkoutFormGuid": "39418155-3fb3-4910-a272-bf7e3eccbcfa", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:24:38.1256084", "end": "2025-08-02T23:24:38.1256084", "deleted": true, "updated": "2025-08-02T23:24:38.1256084", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "012081d0-8148-41bd-9711-98f764e9b414", "2d3e50d3-d265-466b-81e6-0c56dbf5534d" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "43" } }, "ingressId": "sample string 4" }, { "$ref": "102" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "TfdxktVPcU+TWUcKEOVQaQ==", "accountIdentifier": "9271f74d-4fd5-4f71-9359-470a10e55069", "accountName": "sample string 42", "customerOrderIdentifier": "xs5Ai1O/zEG1Oc17C2RqzA==", "customerOrderIdentifierGuid": "8b40cec6-bf53-41cc-b539-cd7b0b646acc", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "104", "id": 1, "paymentID": 2, "paymentIdentifier": "7Y1YluY7FUqHINdmivqdhA==", "paymentIdentifierGuid": "96588ded-3be6-4a15-8720-d7668afa9d84", "identifier": "XuHXlDCeG0WGircIpIluYg==", "identifierGuid": "94d7e15e-9e30-451b-868a-b708a4896e62", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "RhJZ3cTaa0S3Z7Ykd6oslQ==", "itemIdentifierGuid": "dd591246-dac4-446b-b767-b62477aa2c95" } }, { "$ref": "12" } ] }, { "$ref": "7" } ], "customerGroupMembers": [ { "$ref": "11" }, { "$ref": "11" } ], "customerGroups": [ { "$ref": "10" }, { "$ref": "10" } ], "accounts": [ { "$ref": "8" }, { "$ref": "8" } ], "account": { "$ref": "8" }, "vouchers": [ { "$id": "105", "customerIdentifier": "9HirwHNiIEaVJBon2dYq3Q==", "customerIdentifierGuid": "c0ab78f4-6273-4620-9524-1a27d9d62add", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "EDXNuapbiUm0X3o40Kl8Dg==", "idempotentGuid": "b9cd3510-5baa-4989-b45f-7a38d0a97c0e", "offline": true, "voucher": { "$ref": "1" }, "customer": { "$ref": "6" } }, { "$ref": "105" } ] }, "issuedOfflinePayment": { "$ref": "12" }, "redeemedOfflinePayment": { "$ref": "12" } }, { "$ref": "5" } ] }, { "$ref": "1" } ]
application/xml
Sample not available.
text/xml
Sample not available.
text/csv
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �[|L�� 5 xl/workbook.xml � (� ����0��&�C�pѠ 8q����i�?ik��-H�yۙ��v�ɸA3����]��l�������3Na�ҽ�t�l�6�[�pI�81H�}/��+������=QP�R(5��Ɗ��S�����l2XC�*�~�(�QQ�k����ے�9s���Cd���H�,�$�6�+`�]}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 �[D�|T' ' _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="Raff24c14859a4fe5" /></Relationships>PK �[�h4�� � xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN>H⨝��~�v�b���X��8��?�@�B�7�<_|��]�Y�l'.x�u�v�,������o½��I������o�Q:q�y��~�X�8̼d��zm��q��髟�V�B͒�>V���~�6a�����.s��>S+ۥ*\�-ěc�8���t��t��{'U��{ ��:�t\¿"u��N��I�����r⢒�;���%u�j�7���p���u�����"�d�_'��ѹN~���h��'�� kz���$�}�N�cW9|��8C����I�'_��*O�|����5���Y�g_�?��A��@Rb��П�U����E����C� ���Qџ�U^6��T� ��@߀N �����(��T8+ͳ# D*�䃆}��2&E�0�S��~��yD2��3J*���@*<T�' ̈�pRj ���\JD�%��ZB��E8�ZX�[�w@ya��<�����岮_<]�Ǭ�f�͑���}���{����.m�K�61��M�t �&�]����.���.���}�m�K�6�h��1�'bL�قc�nA���� �`_,H=Y_+s����*d�� wqmA���Y�(n,�q�>o�k��5��kF�ݖ�Q�т�=5w�Lp�dqU�I>[���XSbjbA�� �5!=��aM,���15� �&=}ޒMH�&�G�nKM,�� ��&�j�&��Ă��XS��ֿ�U:O�\��w�����/PK �[�zw�� P xl/_rels/workbook.xml.rels � (� ��AN�0E�b͞� Ni��ݰa[z��=N�&vd�@�Ƃ#q,*A*�`ӕ5짧�lvo��^(��B #���]��)ٻ%춛= ����Sd��� t)MkΣ�h�X��\�XFL�-�P�%^ ��ak&;�'��[�kz��4�K�����%`-�~�ȿ���T`O���ZYU��i%I 0~3����_�K=�Y����|Е�Z�7��0�yN!oz�4�gj�TB�彐Jc.s�W�b�PK �[Ѓc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �[Cّ�t � xl/sharedStrings.xml � (� ���N�0E%��� %A���"DS6��Z?��A��DŽ�pBYE����{�dG/Z%��HZ��m�c a�,s6/O��YB��5��5K����'��P�V�W�iJb��� MP�����-S�V�^���� R ҰD�����,��|�q�]#d���|�������G�4Ƶ�p��!E,�V�� ��j�N�X��xl[�Tҭ�국W�������_́!]>�5y��-�1�oE���:ͧe�,F�k��Rj�UКm��p���2��b� ���帐$�o�w6˻��X.]�J�� �[�^�,��iࣈ��C�I��?غ���;q���Q�U ��A� :)�D��۾�>���Gr�3! �j�PK- �[|L�� 5 xl/workbook.xmlPK- �[���� � � [Content_Types].xmlPK- �[D�|T' ' U _rels/.relsPK- �[�h4�� � � xl/worksheets/sheet1.xmlPK- �[�zw�� P xl/_rels/workbook.xml.relsPK- �[Ѓc'2 E U xl/styles.xmlPK- �[Cّ�t � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �[;�v�� 5 xl/workbook.xml � (� ����0��&�C��E R8q���� �4П�5��$���~;b2nx3���/\I�l��ozT�OƢ���8!J�b��d��i� u`g�3�p� �������X�:����A�+J�Դ:s����/2[��$l �ߔX`�Ţ��%�! %�skK�P� ��5�$��%�y�"����a�m��/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="Rf684cba776344f9f" /></Relationships>PK �[�h4�� � xl/worksheets/sheet1.xml � (� ��]s�0�� ��BN>H⨝��~�v�b���X��8��?�@�B�7�<_|��]�Y�l'.x�u�v�,������o½��I������o�Q:q�y��~�X�8̼d��zm��q��髟�V�B͒�>V���~�6a�����.s��>S+ۥ*\�-ěc�8���t��t��{'U��{ ��:�t\¿"u��N��I�����r⢒�;���%u�j�7���p���u�����"�d�_'��ѹN~���h��'�� kz���$�}�N�cW9|��8C����I�'_��*O�|����5���Y�g_�?��A��@Rb��П�U����E����C� ���Qџ�U^6��T� ��@߀N �����(��T8+ͳ# D*�䃆}��2&E�0�S��~��yD2��3J*���@*<T�' ̈�pRj ���\JD�%��ZB��E8�ZX�[�w@ya��<�����岮_<]�Ǭ�f�͑���}���{����.m�K�61��M�t �&�]����.���.���}�m�K�6�h��1�'bL�قc�nA���� �`_,H=Y_+s����*d�� wqmA���Y�(n,�q�>o�k��5��kF�ݖ�Q�т�=5w�Lp�dqU�I>[���XSbjbA�� �5!=��aM,���15� �&=}ޒMH�&�G�nKM,�� ��&�j�&��Ă��XS��ֿ�U:O�\��w�����/PK �[;�'� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;� �I�M7l)p��G$vd�R��E��+ԢR�.�a5��ӓf>�?6��q ��C�l<c@�jgz�Vp��S��怃�i"t�HZ���.�iMi��*dnB�:��)�-��>��1I���Lr�N��k�^���m�L/ΟB���o1V�S �x��@���C���,9[ �l�>L-�����;��,�ڠ,QK&XS>T�S�K���s�yy�����c�s#��oj��/�_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 �[Cّ�t � xl/sharedStrings.xml � (� ���N�0E%��� %A���"DS6��Z?��A��DŽ�pBYE����{�dG/Z%��HZ��m�c a�,s6/O��YB��5��5K����'��P�V�W�iJb��� MP�����-S�V�^���� R ҰD�����,��|�q�]#d���|�������G�4Ƶ�p��!E,�V�� ��j�N�X��xl[�Tҭ�국W�������_́!]>�5y��-�1�oE���:ͧe�,F�k��Rj�UКm��p���2��b� ���帐$�o�w6˻��X.]�J�� �[�^�,��iࣈ��C�I��?غ���;q���Q�U ��A� :)�D��۾�>���Gr�3! �j�PK- �[;�v�� 5 xl/workbook.xmlPK- �[���� � � [Content_Types].xmlPK- �[���' ' U _rels/.relsPK- �[�h4�� � � xl/worksheets/sheet1.xmlPK- �[;�'� P xl/_rels/workbook.xml.relsPK- �[Ѓc'2 E U xl/styles.xmlPK- �[Cّ�t � � xl/sharedStrings.xmlPK � �