GET api/customer/{guid}/voucher?Skip={Skip}&Take={Take}&TotalCount={TotalCount}&redeemed={redeemed}&expired={expired}
List of customer vouchers for a customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid |
Customer identifier |
globally unique identifier |
Required |
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
|
| redeemed |
Include redeemed customer vouchers, defaults to true |
boolean |
Default value is True |
| expired |
Include expired customer vouchers, defaults to true |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
PageList of CustomerVouchers
PageListOfCustomerVoucher| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of CustomerVoucher |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
Sample:
{
"type": "CustomerVoucher",
"list": [
{
"$id": "2",
"id": 1,
"customerIdentifier": "/A3y+Cf+0EmskXnuIwHrGw==",
"customerIdentifierGuid": "f8f20dfc-fe27-49d0-ac91-79ee2301eb1b",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:21:13.7672277",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "jm5K5U6sVkK9wjJYi8qUuA==",
"issuedIdempotentGuid": "e54a6e8e-ac4e-4256-bdc2-32588bca94b8",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:21:13.7672277",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:21:13.7672277",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "b3rQl7u7Rk6buuuz4m47aQ==",
"redeemedIdempotentGuid": "97d07a6f-bbbb-4e46-9bba-ebb3e26e3b69",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:21:13.7672277",
"storeName": "sample string 17",
"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": "2026-04-03T06:21:13.7672277",
"labelPageLayout": "3qV1hRocU0e/k2N/NL485g==",
"pageLayoutGuid": "8575a5de-1c1a-4753-bf93-637f34be3ce6",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:21:13.7672277",
"barcodeTemplate": {
"$id": "5",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$ref": "3"
},
"customerVouchers": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"elements": [
{
"$id": "6",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:21:13.7672277"
},
{
"$ref": "6"
}
]
},
"voucher": {
"$ref": "4"
},
"customer": {
"$id": "7",
"identifier": "M79pPtFRdEu9o66A1/y7HQ==",
"identifierGuid": "3e69bf33-51d1-4b74-bda3-ae80d7fcbb1d",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:21:13.7672277",
"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": "t19eSzhfuUOe7a0yu1NSDQ==",
"communityIdentifierGuid": "4b5e5fb7-5f38-43b9-9eed-ad32bb53520d",
"joined": "2026-04-03T06:21:13.7672277",
"updated": "2026-04-03T06:21:13.7672277",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "PX/fTMWW90+3JoVnKDgsBA==",
"priceLevelIdentifierGuid": "4cdf7f3d-96c5-4ff7-b726-856728382c04",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:21:13.7672277",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "8",
"cardType": 2,
"issueDate": "2026-04-03T06:21:13.7672277",
"expiry": "2026-04-03T06:21:13.7672277",
"customerID": "nKY7fHEc7Eyb29s2wtsYNQ==",
"customerIDGuid": "7c3ba69c-1c71-4cec-9bdb-db36c2db1835",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:21:13.7672277",
"linkedAccount": "pm+a1pc9jEid/9sylY/zVA==",
"linkedAccountGuid": "d69a6fa6-3d97-488c-9dff-db32958ff354",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "7"
},
"account": {
"$id": "9",
"id": 1,
"identifier": "JCcANXxmbkqGOjJtr/1xcw==",
"identifierGuid": "35002724-667c-4a6e-863a-326daffd7173",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:21:13.7672277",
"owner": "RkOpuSElN0+Na4hC5qQpog==",
"ownerGuid": "b9a94346-2521-4f37-8d6b-8842e6a429a2",
"accountStoreGroupIdentifier": "4zK8CgnXZkiW3uj02UjZuQ==",
"accountStoreGroupGuid": "0abc32e3-d709-4866-96de-e8f4d948d9b9",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:21:13.7672277",
"active": true,
"updated": "2026-04-03T06:21:13.7672277",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "7"
},
"card": {
"$ref": "8"
},
"members": {
"$id": "10",
"sample string 1": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"sample string 2": [
{
"$ref": "7"
},
{
"$ref": "7"
}
]
},
"customerGroups": [
{
"$id": "11",
"identifier": "eKiVNeoGaEO0Xv7r6Yxs6g==",
"identifierGuid": "3595a878-06ea-4368-b45e-feebe98c6cea",
"name": "sample string 2",
"primaryContact": "MbP2nOhFoUms9cbSSa2LIg==",
"primaryContactGuid": "9cf6b331-45e8-49a1-acf5-c6d249ad8b22",
"accountID": "r74IE2EL+kGU5posTL798Q==",
"accountIDGuid": "1308beaf-0b61-41fa-94e6-9a2c4cbefdf1",
"special": true,
"updated": "2026-04-03T06:21:13.7672277",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "9SvkdoP1d0C84OymesJZPQ==",
"priceLevelIdentifierGuid": "76e42bf5-f583-4077-bce0-eca67ac2593d",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "9"
},
"primaryContactCustomer": {
"$ref": "7"
},
"customerGroupMembers": [
{
"$id": "12",
"id": 1,
"groupID": "a9VdmZj9z0OmYKVTpwuDSg==",
"groupIDGuid": "995dd56b-fd98-43cf-a660-a553a70b834a",
"customerID": "gIpwGERru0qqdTULtEdJAA==",
"customerIDGuid": "18708a80-6b44-4abb-aa75-350bb4474900",
"card": "sample string 4",
"linkedAccount": "1aH+MP/JJESPF/q5WUipBw==",
"linkedAccountGuid": "30fea1d5-c9ff-4424-8f17-fab95948a907",
"customer": {
"$ref": "7"
},
"group": {
"$ref": "11"
},
"customerCard": {
"$ref": "8"
}
},
{
"$ref": "12"
}
]
},
{
"$ref": "11"
}
]
},
"payments": [
{
"$id": "13",
"id": 1,
"identifier": "jW5A14Yrfk+d0XzadGZ26g==",
"identifierGuid": "d7406e8d-2b86-4f7e-9dd1-7cda746676ea",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "SnjsKyzKzEurqIpbJIhS/Q==",
"accountIDGuid": "2bec784a-ca2c-4bcc-aba8-8a5b248852fd",
"customerAccount": {
"$ref": "9"
},
"customerCard": {
"$ref": "8"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:21:13.7672277",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "yXk6KzSKx0yWQripxx/7ZA==",
"idempotentVoidGuid": "2b3a79c9-8a34-4cc7-9642-b8a9c71ffb64",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "14",
"saleHeaderID": 1,
"saleHeaderGuid": "i0eO/w/1GU6eSIlzD19Jvw==",
"saleHeaderIdentifierGuid": "ff8e478b-f50f-4e19-9e48-89730f5f49bf",
"created": "2026-04-03T06:21:13.7672277",
"createdLocal": "2026-04-03T06:21:13.7672277",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:21:13.7672277",
"storeID": 1,
"operatorG_Uid": "9kIuojy8m0uNkLzzLblgdg==",
"operatorGuid": "a22e42f6-bc3c-4b9b-8d90-bcf32db96076",
"customerG_Uid": "UP/WdD7KoECJqZLqYm9iwQ==",
"customerGuid": "74d6ff50-ca3e-40a0-89a9-92ea626f62c1",
"communityIdentifier": "naJbP2GmHEq3ZVl9a0FeEA==",
"communityIdentifierGuid": "3f5ba29d-a661-4a1c-b765-597d6b415e10",
"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": "vqPdTtdPCkORGXDq7mWG7g==",
"priceLevelIdentifierGuid": "4edda3be-4fd7-430a-9119-70eaee6586ee",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:13.7672277+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "15",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:21:13.7672277",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$id": "16",
"id": 1,
"g_Uid": "k3YdfmHx7k+Z2G3DzgMoiQ==",
"guid": "7e1d7693-f161-4fee-99d8-6dc3ce032889",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:21:13.7672277",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:21:13.7672277",
"endShift": "2026-04-03T06:21:13.7672277",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "17",
"operatorG_UID": "iro63u65RU6BaR5TRa4Mbg==",
"operatorGuid": "de3aba8a-b9ee-4e45-8169-1e5345ae0c6e",
"storeID": 2,
"operator": {
"$ref": "16"
},
"store": {
"$id": "18",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:21:13.7672277",
"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": "592ai/B8c0iGYXuvue5bwQ==",
"hostIdentifierGuid": "8b9adde7-7cf0-4873-8661-7bafb9ee5bc1",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:21:13.7672277",
"priceZone": {
"$id": "19",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "VCgbjwyfYUGkHAvo25iJ8A==",
"hostIdentifierGuid": "8f1b2854-9f0c-4161-a41c-0be8db9889f0",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "20",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "20"
},
"hostStoreSettings": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "ifhO5laqM0KtzdjkQrGJdw==",
"hostIdentifierGuid": "e64ef889-aa56-4233-adcd-d8e442b18977",
"storeID": 2,
"username": "sample string 3",
"password": "sample string 4",
"passwordPlain": "sample string 5",
"serverAddress": "sample string 6",
"serverPort": 1,
"excludeFromLeadInOut": true,
"useForHostFile": true,
"metcashPillarID": "sample string 9",
"metcashStateCode": "sample string 10",
"metcashCustomerID": "sample string 11",
"metcashTradingPartnerID": "sample string 12",
"drakesCustomerNumber": 1,
"sparCustomerNumber": "sample string 13",
"sparOrderUsername": "sample string 14",
"sparOrderPassword": "sample string 15",
"sparOrderPasswordPlain": "sample string 16",
"pharmXSiteID": 1,
"ibaZoneID": 1,
"ibaState": "sample string 17",
"foodlandStoreCode": "sample string 18",
"ilgMemberNumber": "sample string 19",
"ilgOutletLocation": 1,
"ilgBaseCost": 1,
"ilgApplyNonAdvertisedPromos": true,
"ilgExemptFromFreight": true,
"ilgOrderDealReview": true,
"ilgFinanceFee": 1,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "22",
"identifier": "R0OnhdAbyUyEJEWwE2eAwg==",
"identifierGuid": "85a74347-1bd0-4cc9-8424-45b0136780c2",
"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": "rq3Vy0SMU0Oq+ttDTEGDsA==",
"hostSupplierIdentifierGuid": "cbd5adae-8c44-4353-aafa-db434c4183b0",
"loyaltyPriceLevelIdentifier": "18Uec9LJs0W1uGbh8GEzBQ==",
"loyaltyPriceLevelIdentifierGuid": "731ec5d7-c9d2-45b3-b5b8-66e1f0613305",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:21:13.7672277",
"lastProcessed": "2026-04-03T06:21:13.7672277",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "23",
"identifier": "BnmQ38SJJE6cAfH5C6P2yQ==",
"identifierGuid": "df907906-89c4-4e24-9c01-f1f90ba3f6c9",
"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": "0rRoLdoJ70aJJOQHnTSsRw==",
"primaryContactID": "2d68b4d2-09da-46ef-8924-e4079d34ac47",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "ec7xY7x3zUebD3MEMQn/gg==",
"supplierGroupGuid": "63f1ce79-77bc-47cd-9b0f-73043109ff82",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:21:13.7672277",
"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": "24",
"id": "4517b985-04ea-496e-887e-03c5111eaf23",
"identifier": "xAMJL+ib7UqLFcuTfK1B4A==",
"identifierGuid": "2f0903c4-9be8-4aed-8b15-cb937cad41e0",
"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": "25",
"supplierIdentifier": "Ta4FKSym8UCRIooHhscRtw==",
"supplierIdentifierGuid": "2905ae4d-a62c-40f1-9122-8a0786c711b7",
"contactGuid": "hGnEduztCUeb/Ekw/VmN2w==",
"contactID": "76c46984-edec-4709-9bfc-4930fd598ddb",
"contact": {
"$ref": "24"
},
"supplier": {
"$ref": "23"
}
},
{
"$ref": "25"
}
],
"products": [
{
"$id": "26",
"pluG_UID": "UUTqWN1pwkWcTnoFNA1njQ==",
"pluGuid": "58ea4451-69dd-45c2-9c4e-7a05340d678d",
"supplierIdentifier": "nQykhspl30WXel3ahNGouA==",
"supplierIdentifierGuid": "86a40c9d-65ca-45df-977a-5dda84d1a8b8",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:21:13.7672277",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:21:13.7672277",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "27",
"pluG_UID": "bWGzeZCLDUy3FfkEGmZufg==",
"pluGuid": "79b3616d-8b90-4c0d-b715-f9041a666e7e",
"supplierIdentifier": "7st1SBndgk+ZqpRWenMruQ==",
"supplierIdentifierGuid": "4875cbee-dd19-4f82-99aa-94567a732bb9",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "7fbMuKGXHEqbG+3+2fwM4w==",
"parentPluGuid": "b8ccf6ed-97a1-4a1c-9b1b-edfed9fc0ce3",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "28",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "v5x90o53KEe81A30Sy1juA==",
"guid": "d27d9cbf-778e-4728-bcd4-0df44b2d63b8",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "xTNLNioQNUOnxc055d8OQw==",
"priceGroupGuid": "364b33c5-102a-4335-a7c5-cd39e5df0e43",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:21:13.7672277",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:21:13.7672277",
"pluCreated": "2026-04-03T06:21:13.7672277",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:21:13.7672277",
"lastManualUpdate": "2026-04-03T06:21:13.7672277",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:21:13.7672277",
"currentCostUpdated": "2026-04-03T06:21:13.7672277",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:21:13.7672277",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:21:13.7672277",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "HTRMiweBCEiE/pccewtvAg==",
"altPLUGuid": "8b4c341d-8107-4808-84fe-971c7b0b6f02",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:21:13.7672277",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "IfUYWf2pcECO7nI18+6nMA==",
"shelfPageLayoutGuid": "5918f521-a9fd-4070-8eee-7235f3eea730",
"talkerPageLayoutG_UID": "28GiXbLCikKtLza8X9upoA==",
"talkerPageLayoutGuid": "5da2c1db-c2b2-428a-ad2f-36bc5fdba9a0",
"unitMeasure": 1.1,
"unitMeasureChanged": true,
"unitMeasureKind": 85,
"unitMeasureKindChanged": true,
"signIQData": "sample string 87",
"refresh": true,
"earnLoyaltyPoints": true,
"earnLoyaltyPointsChanged": true,
"quantityOverride": true,
"quantityOverrideChanged": true,
"quantityRequired": true,
"quantityRequiredChanged": true,
"allowDiscounts": true,
"allowDiscountsChanged": true,
"discountDiscounts": true,
"discountDiscountsChanged": true,
"itemRecalled": true,
"itemRecalledChanged": true,
"noRefund": true,
"noRefundChanged": true,
"allowMarkdown": true,
"allowMarkdownChanged": true,
"priceRequired": true,
"priceRequiredChanged": true,
"fuelItem": true,
"fuelItemChanged": true,
"liabilityItem": true,
"trackSerial": true,
"trackSerialChanged": true,
"allowZeroPrice": true,
"allowZeroPriceChanged": true,
"notForSale": 92,
"notForSaleChanged": true,
"excludeFromDeals": true,
"excludeFromVoucher": true,
"minimumAge": 95,
"minimumAgeChanged": true,
"buyingLimit": 1,
"buyingLimitChanged": true,
"buyingLimitIndependent": true,
"buyingLimitIndependentChanged": true,
"inventoryGuid": "a9hBSw8xfUiocFpP96Znag==",
"inventoryIdentifier": "4b41d86b-310f-487d-a870-5a4ff7a6676a",
"inventoryAccuracy": 1,
"baseUnits": 99,
"orderPacked": 1,
"isManufactured": true,
"isIngredient": true,
"isModifier": true,
"isModifierChanged": true,
"hasModifiers": 100,
"defaultPrinter": "sample string 101",
"defaultPrinterGroup": "sample string 102",
"ingredientsOnManufacture": true,
"manufactureUnitMeasure": 1,
"mpl": 1,
"maxShelfQty": 103,
"allowAutoOrder": true,
"warrantyPeriod": 1,
"parentPluG_UId": "vudqODob9k2Cy9zZb/ib3w==",
"parentPluGuid": "386ae7be-1b3a-4df6-82cb-dcd96ff89bdf",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "mu/NCEJS5EyPEUwDNMQZuA==",
"supplierIdentifierGuid": "08cdef9a-5242-4ce4-8f11-4c0334c419b8",
"supplierChanged": true,
"rebateSupplierIdentifier": "MhJ0N5itj0utjO2JeKAw2g==",
"rebateSupplierIdentifierGuid": "37741232-ad98-4b8f-ad8c-ed8978a030da",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:21:13.7672277",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "MLKyw2nK0UaSUe7bGIo3yg==",
"hostIdentifierGuid": "c3b2b230-ca69-46d1-9251-eedb188a37ca",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"store": {
"$ref": "18"
},
"storePrices": [
{
"$id": "29",
"pluG_UID": "vwblRgJxmUGHXtJuLuo9qw==",
"pluGuid": "46e506bf-7102-4199-875e-d26e2eea3dab",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:21:13.7672277"
},
{
"$ref": "29"
}
],
"currentPrices": {
"$id": "30",
"pluPrices": {
"$id": "31",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:21:13.7672277",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "31"
},
"winningCampaign": 1,
"winner": {
"$id": "32",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:21:13.7672277",
"startTime": 5,
"endDate": "2026-04-03T06:21:13.7672277",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "Tv+3gLk3A0m/fUMv2Uk8sQ==",
"hostIdentifierGuid": "80b7ff4e-37b9-4903-bf7d-432fd9493cb1",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "aebKducUlUe5dgLEuCoKDA==",
"guid": "76cae669-14e7-4795-b976-02c4b82a0a0c",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "m8NvVzupfUa3ffcyXMwzqw==",
"priceGroupGuid": "576fc39b-a93b-467d-b77d-f7325ccc33ab",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:21:13.7672277",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "SR8vhNTh+EeEC32szFb9XQ==",
"pluGuid": "842f1f49-e1d4-47f8-840b-7daccc56fd5d",
"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": "36",
"pluGuid": "53cf6b6c-0a88-4f0f-9a3c-583ee9455c5b",
"created": "2026-04-03T06:21:13.7672277",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:21:13.7672277",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:21:13.7672277",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:21:13.7672277",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:21:13.7672277",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:21:13.7672277",
"lastSold": "2026-04-03T06:21:13.7672277",
"firstSold": "2026-04-03T06:21:13.7672277",
"awsUpdated": "2026-04-03T06:21:13.7672277",
"lastManualUpdate": "2026-04-03T06:21:13.7672277",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:21:13.7672277",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:21:13.7672277",
"doNotRangeUpdated": "2026-04-03T06:21:13.7672277",
"doNotOrderUpdated": "2026-04-03T06:21:13.7672277",
"tracked": "2026-04-03T06:21:13.7672277"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "35aa46b7-dfca-4646-9e05-8ddd8fba0f16",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "t0aqNcrfRkaeBY3dj7oPFg==",
"pluGuid": "35aa46b7-dfca-4646-9e05-8ddd8fba0f16",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "60cISS5+wUKTxSxCrvZyyw==",
"pluGuid": "490847eb-7e2e-42c1-93c5-2c42aef672cb",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:21:13.7672277",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-04-03T06:21:13.7672277",
"createdLocal": "2026-04-03T06:21:13.7672277",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "g7roHNleUkqzO9VN18mkJQ==",
"operatorGuid": "1ce8ba83-5ed9-4a52-b33b-d54dd7c9a425",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "Wbk/xIPFd0uTD1HAaOyc0Q==",
"pluGuid": "c43fb959-c583-4b77-930f-51c068ec9cd1",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "16"
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "EYaV5TbG2Ue14XSEB4L7zQ==",
"pluGuid": "e5958611-c636-47d9-b5e1-74840782fbcd",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "sKLPGQNNVECCLgo16d8V+g==",
"pluGuid": "19cfa2b0-4d03-4054-822e-0a35e9df15fa",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "28"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "vlldxaA8c0Kjd0QFkkeJgA==",
"identifierGuid": "c55d59be-3ca0-4273-a377-440592478980",
"pluG_UID": "8MA9j3dCeE2aLnlah+IWlQ==",
"pluGuid": "8f3dc0f0-4277-4d78-9a2e-795a87e21695",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "23"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"ordering": {
"$ref": "26"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "AcMhrMBIVEywz6lLb9G+Ow==",
"groupName": "sample string 1",
"identifierGuid": "ac21c301-48c0-4c54-b0cf-a94b6fd1be3b",
"exists": true,
"flipChartIdentifier": "njf5h1IBN0SD/F6vDvxh+Q==",
"flipChartIdentifierGuid": "87f9379e-0152-4437-83fc-5eaf0efc61f9",
"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": "3r/5/NW/nUeyHHDOGAMwdg==",
"groupIdentifierGuid": "fcf9bfde-bfd5-479d-b21c-70ce18033076",
"flipChart": {
"$id": "45",
"identifier": "uSQg3k9CcE2FoZ/PslFdHw==",
"identifierGuid": "de2024b9-424f-4d70-85a1-9fcfb2515d1f",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "46",
"identifier": "ijyiV12YekW48rhw+i3A3g==",
"identifierGuid": "57a23c8a-985d-457a-b8f2-b870fa2dc0de",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "mGaC0f1LhEm6PMZ5RskkVQ==",
"guid": "d1826698-4bfd-4984-ba3c-c67946c92455",
"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": "qSwgUtMdQk2jb5xqTgG/lg==",
"previousFormGuid": "52202ca9-1dd3-4d42-a36f-9c6a4e01bf96",
"nextForm": 1,
"nextFormG_UID": "WxZmRNgrqEO86jQCxwD3PA==",
"nextFormGuid": "4466165b-2bd8-43a8-bcea-3402c700f73c",
"attributes": "sample string 10",
"updated": "2026-04-03T06:21:13.7672277",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "DN1vD4FtlE6HujpUWzBo5w==",
"checkoutFormGuid": "0f6fdd0c-6d81-4e94-87ba-3a545b3068e7",
"identifier": "p94Bz6HXX0+YfGoJfdp+Jw==",
"identifierGuid": "cf01dea7-d7a1-4f5f-987c-6a097dda7e27",
"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": "EVuRpM7z5E6taSeTIAlrtg==",
"valueGuid": "a4915b11-f3ce-4ee4-ad69-279320096bb6",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:21:13.7672277",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:21:13.7672277",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "mWFvn7Og/0eU53l2HeQP9Q==",
"checkoutFormGuid": "9f6f6199-a0b3-47ff-94e7-79761de40ff5",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "6c2nqYJJLUCq3Qf5anoYPQ==",
"flipChartPageIdentifierGuid": "a9a7cde9-4982-402d-aadd-07f96a7a183d",
"pluG_UID": "bn25fzJTZEaEEBIOziHSyg==",
"pluGuid": "7fb97d6e-5332-4664-8410-120ece21d2ca",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "28"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "bqbSoWgD0EKsweBuCvsFQA==",
"pluGuid": "a1d2a66e-0368-42d0-acc1-e06e0afb0540",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:21:13.7672277",
"previousPrice": 1,
"previousCostCalcMethod": 1,
"previousCost": 1,
"previousWeightedAvgCost": 1,
"previousLastCost": 1,
"previousRawCost": 15,
"previousRawWeightedAvgCost": 16,
"previousRawLastCost": 17,
"previousCostDecimals": 1,
"previousServiceFeeID": 18,
"previousFreight": 19.0,
"previousFreightType": 20,
"storeID": 21,
"storeName": "sample string 22",
"serviceFeeDescription": "sample string 23",
"previousServiceFeeDescription": "sample string 24"
},
{
"$ref": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "gQMVI0psWkeHxksyAP2G6A==",
"ingredientGuid": "zCB9qnz4OEyPR4YDfG30Sg==",
"ingredientIdentifier": "aa7d20cc-f87c-4c38-8f47-86037c6df44a",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "28"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "3d3tXCMQbUmE2fl3L1030A==",
"pluGuid": "5ceddddd-1023-496d-84d9-f9772f5d37d0",
"shelfLocationIdentifier": "+m6T2dp5eEiO+TuVPnZUUg==",
"shelfLocationGuid": "d9936efa-79da-4878-8ef9-3b953e765452",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "x57uFmGvQEWcQi+JzXbEzg==",
"labelPageLayoutGuid": "16ee9ec7-af61-4540-9c42-2f89cd76c4ce",
"updated": "2026-04-03T06:21:13.7672277",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "28"
},
"location": {
"$id": "55",
"identifier": "cKMWkJDVXkm1Bbe9I6WpyQ==",
"storeID": 1,
"identifierGuid": "9016a370-d590-495e-b505-b7bd23a5a9c9",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:21:13.7672277",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "xRrJneHf3EOyVvnC8h84UQ==",
"pluGuid": "9dc91ac5-dfe1-43dc-b256-f9c2f21f3851",
"deptNo": 1,
"product": {
"$ref": "28"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:21:13.7672277",
"department": {
"$id": "58",
"id": 1,
"name": "sample string 2",
"code": "sample string 3",
"sortOrder": 4,
"isLiquor": true,
"isTobacco": true,
"excludeTalker": true,
"externalSales": true,
"saleGLCode": "sample string 9",
"cogsglCode": "sample string 10",
"accountingCategoryID": 11,
"maximumMarkdownPercentage": 12.0,
"accountingOnly": true,
"generateExternalID": 1,
"useNonReportableTaxCode": true,
"minPLU": 15,
"maxPLU": 16,
"scaleLocation": {
"$ref": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-03T06:21:13.7672277",
"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": "1sPKcbpkT0aNLEaIbIkEFg==",
"labelPageLayoutGuid": "71cac3d6-64ba-464f-8d2c-46886c890416",
"minimumAge": 17,
"countryOfOrigin": "sample string 18",
"serviceFeeID": 1,
"eftCode": 19,
"defaultPrinter": "sample string 20",
"defaultPrinterGroup": "sample string 21",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$id": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:21:13.7672277",
"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": "vM9L3iRXA0O4oMizSsEV4w==",
"labelPageLayoutGuid": "de4bcfbc-5724-4303-b8a0-c8b34ac115e3",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:13.7672277",
"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": "A8tzvDyhJk6VV0IQiMBurw==",
"labelPageLayoutGuid": "bc73cb03-a13c-4e26-9557-421088c06eaf",
"minimumAge": 15,
"countryOfOrigin": "sample string 16",
"serviceFeeID": 1,
"eftCode": 17,
"defaultPrinter": "sample string 18",
"defaultPrinterGroup": "sample string 19",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:21:13.7672277",
"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": "QlutReOaV02S/Qz2sQgAEA==",
"labelPageLayoutGuid": "45ad5b42-9ae3-4d57-92fd-0cf6b1080010",
"minimumAge": 25,
"countryOfOrigin": "sample string 26",
"serviceFeeID": 1,
"eftCode": 27,
"defaultPrinter": "sample string 28",
"defaultPrinterGroup": "sample string 29",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"includeInDistinctLimit": true,
"defaultsEmpty": false,
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "lKOFw29gQkiwYeyoIEZlsg==",
"pluGuid": "c385a394-606f-4842-b061-eca8204665b2",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "cz36sStHO06Ek0xbVQlGVA==",
"dealCostGuid": "b1fa3d73-472b-4e3b-8493-4c5b55094654",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "C4rANzR+/0ObH92iUwpgSw==",
"priceGroupGuid": "37c08a0b-7e34-43ff-9b1f-dda2530a604b",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:21:13.7672277",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "d06fff8b-85d8-4464-94cc-67a2a7a77b13",
"campaignComboPriceGroupG_UID": "zltemnFf6kazZptUFSsQxA==",
"campaignComboPriceGroupIdentifier": "9a5e5bce-5f71-46ea-b366-9b54152b10c4",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:21:13.7672277",
"operatorG_UID": "PTXu3bRjJEmbRwrbefwpHQ==",
"operatorGuid": "ddee353d-63b4-4924-9b47-0adb79fc291d",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:21:13.7672277",
"signIqTicketFileMovedUtc": "2026-04-03T06:21:13.7672277",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:21:13.7672277",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "1f7e938d-ea02-4bc6-b2d7-b50116d3cd50",
"product": {
"$ref": "28"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "f6b49143-dd79-4352-ac78-da0e92e3c30f",
"nameGuid": "f6b49143-dd79-4352-ac78-da0e92e3c30f",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:21:13.7672277",
"startTime": 1,
"endDate": "2026-04-03T06:21:13.7672277",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:21:13.7672277",
"system": true,
"created": "2026-04-03T06:21:13.7672277",
"updated": "2026-04-03T06:21:13.7672277",
"priceChangeNotifiedUtc": "2026-04-03T06:21:13.7672277",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "zMHjtDfFZUW5jXjpVWw+OA==",
"hostIdentifierGuid": "b4e3c1cc-c537-4565-b98d-78e9556c3e38",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:21:13.7672277",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "yX3CZyUhQUa7e0voiu8zsg==",
"pluGuid": "67c27dc9-2125-4641-bb7b-4be88aef33b2",
"hostOfferID": 1,
"priceGroupG_UID": "Q7C9fs32wkWCkpCBM26cwA==",
"priceGroupGuid": "7ebdb043-f6cd-45c2-8292-9081336e9cc0",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:21:13.7672277",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "28"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "o/QOqu0GokyuBxIXieECmQ==",
"identifierStr": "o/QOqu0GokyuBxIXieECmQ==",
"identifierGuid": "aa0ef4a3-06ed-4ca2-ae07-121789e10299",
"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": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "WRVKZ2hPs0qezgtOcQzn2Q==",
"customerIDGuid": "674a1559-4f68-4ab3-9ece-0b4e710ce7d9",
"campaign": {
"$ref": "68"
},
"customer": {
"$ref": "7"
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "T5GtBQKfDEqT+SJaX4G1Hg==",
"groupIDGuid": "05ad914f-9f02-4a0c-93f9-225a5f81b51e",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "11"
}
},
{
"$ref": "72"
}
],
"signIqTickets": [
{
"$id": "73",
"identifier": "R9+fNcfLKU+cvJNw5zNu2g==",
"identifierGuid": "359fdf47-cbc7-4f29-9cbc-9370e7336eda",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "73"
}
],
"comboPriceGroups": [
{
"$id": "74",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "solSOIhD4kCtn8qpNAkJgg==",
"guid": "385289b2-4388-40e2-ad9f-caa934090982",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "75",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "yRscIcUzh0O0/0Uk+2k9pg==",
"groupGuid": "211c1bc9-33c5-4387-b4ff-4524fb693da6",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "6E0ErBvJa0azvp7+HJ4bEA==",
"pluGuid": "ac044de8-c91b-466b-b3be-9efe1c9e1b10",
"priceGroupG_UID": "vJYIkbiLKkeKyHNtQej6BA==",
"priceGroupGuid": "910896bc-8bb8-472a-8ac8-736d41e8fa04",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "28"
},
"priceGroup": {
"$ref": "34"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "75"
}
]
},
{
"$ref": "74"
}
],
"priceLevels": [
{
"$id": "76",
"id": 1,
"priceLevelIdentifier": "uxtXf0RKK0m0Dkk/mDWULw==",
"priceLevelIdentifierGuid": "7f571bbb-4a44-492b-b40e-493f9835942f",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "76"
}
],
"promotionType": {
"$id": "77",
"identifier": "D5jbG64WM0uK4snGG/YcHA==",
"identifierGuid": "1bdb980f-16ae-4b33-8ae2-c9c61bf61c1c",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "ln7w/fjw4Uu5j5/mzpop6A==",
"labelPageLayoutGuid": "fdf07e96-f0f8-4be1-b98f-9fe6ce9a29e8",
"priceLevelIdentifier": "pXEeRHMXekWlFrxJoQIgNw==",
"priceLevelIdentifierGuid": "441e71a5-1773-457a-a516-bc49a1022037",
"active": true,
"updated": "2026-04-03T06:21:13.7672277",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "28"
},
"dealCost": {
"$id": "78",
"headerIdentifier": "Ex5QS/pfB0+Qzhlbp1maZw==",
"headerIdentifierGuid": "4b501e13-5ffa-4f07-90ce-195ba7599a67",
"identifier": "Hj/3Xqt1gkif7yjTcB3iDQ==",
"identifierGuid": "5ef73f1e-75ab-4882-9fef-28d3701de20d",
"supplierIdentifier": "a4j37IrSl0ijHsr0YDKslg==",
"supplierGuid": "ecf7886b-d28a-4897-a31e-caf46032ac96",
"pluG_UID": "j7NluZzhskKCrbAVJWTzVw==",
"pluGuid": "b965b38f-e19c-42b2-82ad-b0152564f357",
"campaignName": "acf7ec77-323c-40ab-9207-256441a477ae",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:21:13.7672277",
"end": "2026-04-03T06:21:13.7672277",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "W6//fEIcekucnNtBF+kTng==",
"bonusItemPluGuid": "7cffaf5b-1c42-4b7a-9c9c-db4117e9139e",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:21:13.7672277",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:21:13.7672277",
"campaignEndDate": "2026-04-03T06:21:13.7672277",
"masterPLUG_UID": "oRi092CJ5kSZlCvihVahwg==",
"masterID": "f7b418a1-8960-44e6-9994-2be28556a1c2",
"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": "Az1fepU9VESkl9oCiW+qHA==",
"bonusMasterID": "7a5f3d03-3d95-4454-a497-da02896faa1c",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:21:13.7672277",
"dealCosts": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tags": [
{
"$id": "79",
"pluG_UID": "WfNKdhsflUS8WxPUNagQcA==",
"pluGuid": "764af359-1f1b-4495-bc5b-13d435a81070",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "79"
}
],
"alternateProductG_UID": "mVEZA7Jq60atz6UB2UtbqQ==",
"alternateProduct": "03195199-6ab2-46eb-adcf-a501d94b5ba9",
"altProduct": {
"$ref": "28"
},
"productHostCode": {
"$id": "80",
"id": 1,
"pluG_UID": "ZPtUI+chKUm9bYpV3tiOow==",
"pluGuid": "2354fb64-21e7-4929-bd6d-8a55ded88ea3",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:21:13.7672277",
"inventoryTracked": "2026-04-03T06:21:13.7672277",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "81",
"pluG_UID": "peMhiLJ7pkCk2xLX1Zgu4w==",
"pluGuid": "8821e3a5-7bb2-40a6-a4db-12d7d5982ee3",
"fuelPluG_UID": "Kt1j02GMnEyu6pMYT2o1qA==",
"fuelPluGuid": "d363dd2a-8c61-4c9c-aeea-93184f6a35a8",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "81"
},
{
"$ref": "81"
}
]
},
"supplier": {
"$ref": "23"
},
"serviceFee": {
"$id": "82",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "26"
}
],
"orderCycleHeaders": [
{
"$id": "83",
"storeID": 1,
"supplierIdentifier": "FMMPvFGTUE6iAQDHqXnzKw==",
"supplierGuid": "bc0fc314-9351-4e50-a201-00c7a979f32b",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "83"
}
],
"cycles": [
{
"$id": "84",
"storeID": 1,
"supplierIdentifier": "PGw7tBP9l021heqtg99W5A==",
"supplierGuid": "b43b6c3c-fd13-4d97-b585-eaad83df56e4",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:21:13.7672277",
"deliveryDate": "2026-04-03T06:21:13.7672277",
"nextCutOffDate": "2026-04-03T06:21:13.7672277",
"nextDeliveryDate": "2026-04-03T06:21:13.7672277",
"nextDaysBuffer": 10
},
{
"$ref": "84"
}
],
"store": {
"$ref": "18"
},
"updated": "2026-04-03T06:21:13.7672277",
"isHost": true
},
"files": [
{
"$id": "85",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:21:13.7672277",
"processed": "2026-04-03T06:21:13.7672277",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:21:13.7672277",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "22"
},
"metcashHeader": {
"$id": "86",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:21:13.7672277",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "85"
}
],
"zoneMatrix": [
{
"$id": "87",
"id": 1,
"hostIdentifier": "GVTafwu6K0SveZu8Qs8w4A==",
"hostIdentifierGuid": "7fda5419-ba0b-442b-af79-9bbc42cf30e0",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"9d5157fa-2d89-424d-95e3-40df6ef7a745",
"61dfde73-6d6d-4e9f-ad09-9ba609373ad0"
]
},
{
"$ref": "87"
}
],
"hostFileStoreSetting": {
"$ref": "21"
},
"hostStoreSettings": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"promotionPlacements": [
{
"$id": "88",
"identifier": "iOS0FVT9ikGo+0bnpKKQpQ==",
"identifierGuid": "15b4e488-fd54-418a-a8fb-46e7a4a290a5",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "88"
}
],
"promoTypeGuids": [
"f6c4acc5-6fe9-441a-bef9-dd282bdaf51b",
"3050080d-1f1d-4237-9d7b-f7638801cc97"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "21"
}
],
"accounts": [
{
"$id": "89",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "89"
}
],
"sales": [
{
"$id": "90",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:21:13.7672277",
"ftpSite": {
"$id": "91",
"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": "90"
}
],
"zoneMatrix": [
{
"$ref": "87"
},
{
"$ref": "87"
}
],
"cashManagements": [
{
"$id": "92",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "93",
"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": "92"
}
],
"updateStoreID": "8a1d0e87-65ef-4e20-8508-746df94e80fa",
"updateStore": {
"$id": "94",
"id": "d1105265-0e7d-4e65-a2b8-42a99e56450d",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:21:13.7672277",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:21:13.7672277"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "95",
"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": "17"
}
]
},
"customer": {
"$ref": "7"
},
"communityOrganisation": {
"$id": "96",
"id": 1,
"identifier": "TsEA1+vypEiNpptzmYLstg==",
"identifierGuid": "d700c14e-f2eb-48a4-8da6-9b739982ecb6",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:21:13.7672277",
"promoPeriodEnd": "2026-04-03T06:21:13.7672277",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:21:13.7672277",
"deleted": true
},
"details": [
{
"$id": "97",
"saleItemID": 1,
"identifier": "bTRl/h33zEWfIZ6dXYCeWg==",
"identifierGuid": "fe65346d-f71d-45cc-9f21-9e9d5d809e5a",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "gqkORSOh3kChuvtzIpLJmA==",
"pluGuid": "450ea982-a123-40de-a1ba-fb732292c998",
"accountID": "QT0yavjXiEqvpwqBOBPg3w==",
"accountIDGuid": "6a323d41-d7f8-4a88-afa7-0a813813e0df",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:21:13.7672277",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "3z70i8n+5UeNcjieslBzQw==",
"refundGuid": "8bf43edf-fec9-47e5-8d72-389eb2507343",
"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": "MN3wqG3zjESldBRA2ZBhXQ==",
"idempotentVoidGuid": "a8f0dd30-f36d-448c-a574-1440d990615d",
"priceLevelIdentifier": "h53kQSSr4EiFTpfkqGInmw==",
"priceLevelIdentifierGuid": "41e49d87-ab24-48e0-854e-97e4a862279b",
"communityIdentifier": "4TGSx8iCbUatGVgy/FcxoQ==",
"communityIdentifierGuid": "c79231e1-82c8-466d-ad19-5832fc5731a1",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "98",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:21:13.7672277",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "98"
}
],
"refund": {
"$id": "99",
"id": 1,
"g_UID": "euUgAb+xj0KyQrhgBAqtwQ==",
"guid": "0120e57a-b1bf-428f-b242-b860040aadc1",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:21:13.7672277"
},
"modifier": {
"$id": "100",
"id": 1,
"setG_UID": "E5WmDIZ5BEGS9oC2KJJSzw==",
"modifierSetGuid": "0ca69513-7986-4104-92f6-80b6289252cf",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Hful+6LVGkGCcYJFXg3rAQ==",
"pluGuid": "fba5fb1d-d5a2-411a-8271-82455e0deb01",
"deleted": true,
"g_UID": "QNMDbBvqoEuW4osXSv2REg==",
"guid": "6c03d340-ea1b-4ba0-96e2-8b174afd9112",
"product": {
"$ref": "28"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "97"
}
],
"eftReceipts": [
{
"$id": "101",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "14"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "101"
}
],
"payments": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"cards": [
{
"$id": "102",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "102"
}
],
"campaignHits": [
{
"$id": "103",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "103"
}
],
"fuel": [
{
"$id": "104",
"id": 1,
"plu": 1,
"pluG_UID": "uKL9m2ginEme+3bLJ9+F6w==",
"pluGuid": "9bfda2b8-2268-499c-9efb-76cb27df85eb",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:21:13.7828565",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:21:13.7828565",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "104"
}
],
"fuelResells": [
{
"$id": "105",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "mPH3vVD7X0uZIMZnhuDJKA==",
"pluGuid": "bdf7f198-fb50-4b5f-9920-c66786e0c928",
"accountID": "LNsMm8OkuEW32NmvwkNbWw==",
"accountIDGuid": "9b0cdb2c-a4c3-45b8-b7d8-d9afc2435b5b",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:21:13.7828565",
"bestOrExpireType": 1,
"refundG_UID": "uGdhxQcB0US6Tr0AZXhHlQ==",
"refundGuid": "c56167b8-0107-44d1-ba4e-bd0065784795",
"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": "105"
}
],
"customerOrder": [
{
"$id": "106",
"identifier": "aHXdHN2340SNBW8jjoaAXA==",
"identifierGuid": "1cdd7568-b7dd-44e3-8d05-6f238e86805c",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "5SBFZxb/tUq1NetDgxyC1g==",
"customerIdentifierGuid": "674520e5-ff16-4ab5-b535-eb43831c82d6",
"operatorNo": 1,
"operatorG_UID": "tF4eFVaNe0GiCrl/wllihg==",
"operatorGuid": "151e5eb4-8d56-417b-a20a-b97fc2596286",
"created": "2026-04-03T06:21:13.7828565",
"ordered": "2026-04-03T06:21:13.7828565",
"started": "2026-04-03T06:21:13.7828565",
"completed": "2026-04-03T06:21:13.7828565",
"supplied": "2026-04-03T06:21:13.7828565",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "7"
},
"operator": {
"$ref": "16"
},
"details": [
{
"$id": "107",
"headerID": 1,
"plu": 1,
"pluG_UId": "b6T7EChu4UiEvThW1m5HhQ==",
"pluGuid": "10fba46f-6e28-48e1-84bd-3856d66e4785",
"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": "hLsyvwEGcEOjd8IO5yT5ZA==",
"headerIdentifierGuid": "bf32bb84-0601-4370-a377-c20ee724f964",
"product": {
"$ref": "28"
}
},
{
"$ref": "107"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "14"
}
},
{
"$ref": "106"
}
],
"surveyResponses": [
{
"$id": "108",
"surveyG_UID": "UrMakXfwOUqfkVIucBpXyA==",
"surveyGuid": "911ab352-f077-4a39-9f91-522e701a57c8",
"saleHeaderGuid": "b8S2NIVSUUm0OZdw5j3WWQ==",
"saleGuid": "34b6c46f-5285-4951-b439-9770e63dd659",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "ALfa6k6G5kq6EOyxv75Zxw==",
"guidResponse": "eadab700-864e-4ae6-ba10-ecb1bfbe59c7",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:21:13.7828565",
"sale": {
"$ref": "14"
},
"survey": {
"$id": "109",
"g_UID": "EnNE6JRKIUmKDExTU1yy+w==",
"guid": "e8447312-4a94-4921-8a0c-4c53535cb2fb",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "lcdIEWtjbEyULfUcPrGZlw==",
"checkoutFormGuid": "1148c795-636b-4c6c-942d-f51c3eb19997",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:21:13.7828565",
"end": "2026-04-03T06:21:13.7828565",
"deleted": true,
"updated": "2026-04-03T06:21:13.7828565",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"4b9230a9-058e-4407-81a7-5f638e2cc906",
"3b32fbc3-52c9-474d-93ec-8d1d398c7994"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "108"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "4jAH0VK++UWSfrBJnZ3aLA==",
"accountIdentifier": "d10730e2-be52-45f9-927e-b0499d9dda2c",
"accountName": "sample string 44",
"customerOrderIdentifier": "LkuHzYgzA0CBPeT8rQvT8g==",
"customerOrderIdentifierGuid": "cd874b2e-3388-4003-813d-e4fcad0bd3f2",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "110",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "S6OtLgjtrk2Qy1Wn1yf8oA==",
"paymentIdentifierGuid": "2eada34b-ed08-4dae-90cb-55a7d727fca0",
"identifier": "lJYIVM9qkkah0MNdfYPoYQ==",
"identifierGuid": "54089694-6acf-4692-a1d0-c35d7d83e861",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "1lKxk13nokihosIgEmwWPA==",
"itemIdentifierGuid": "93b152d6-e75d-48a2-a1a2-c220126c163c"
}
},
{
"$ref": "13"
}
]
},
{
"$ref": "8"
}
],
"customerGroupMembers": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"customerGroups": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"accounts": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"account": {
"$ref": "9"
},
"vouchers": [
{
"$id": "111",
"customerIdentifier": "6IIPE/D1tEWKUZs4BWqHZw==",
"customerIdentifierGuid": "130f82e8-f5f0-45b4-8a51-9b38056a8767",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "7OYvdti7lE2d18KdSkjGAw==",
"idempotentGuid": "762fe6ec-bbd8-4d94-9dd7-c29d4a48c603",
"offline": true,
"voucher": {
"$ref": "4"
},
"customer": {
"$ref": "7"
}
},
{
"$ref": "111"
}
]
},
"issuedOfflinePayment": {
"$ref": "13"
},
"redeemedOfflinePayment": {
"$ref": "13"
}
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK �2�\R��� 5 xl/workbook.xml � (� ����0��&�C��
*N\�zm�-ik���'�x�3;����m�\K>��!�U1�cA(4�G;��
�Q�sM�VN�
���S汃��
J��.�X��2(�h�e@[Z�w��S���!�r4ֺ�I�b��|�m�"�����]�H���8<�M^Ez=���tco�����/PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\�am' ' _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="Re2cbb505cbf44e65" /></Relationships>PK �2�\B�י xl/worksheets/sheet1.xml � (� ��Ko�0������!$��I�{[�a���b�N�ϯ1�6%��c����c9�yR-8c��rH"��J]��Ó����zmm#�����q�EȖ�P�F�(:���Q���9 ]ײ;]����'Ȉ�;��m��±�Wj٣�
-�v,���`�U�W�F�9�%�=� Y��J��71N�_��a��!,Z�a��T������O!��CZ�ԭ
_��0:
�^V���:b���)�x�<Y�տ)�Re�����OqDb���� M7�l���o���ɾ�����V��z=/��iLq�6��W}4�-�x�/2�{`B�W�[�p3~��_��:�D�- rI�/ zI��$�K"� �۞{���Ӆ�z���H���B\9����zn���x㟒0Z;a�ϻxPK �2�\;�j� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8?�Au�aö��=��&�e�@�Ƃ#q�"A*�`��h~OO��|���ޖ����5�,�FX9���)��v��g�DГ$���@��(
B��Cf��Q�/<�ԏ�qq�#�2����f�����V�I��M�L_�?���12�)z E��@�$�}��N4]���P�\�7S�<c����W2b�e{_����.��2�{��ѧK���啚T��ˊ7���,������PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\�8i�� � xl/sharedStrings.xml � (� e�AO�0��J�;I�j�C5���B"jM-�K�"Ư'MH��=���_���A}BbOX�)��i�8V�����ъ���!T� �ն.�E�(r�'���Z�'��
̀y�N):�2���n� @b��Eqe��UOJ���Z�,Мt����;�PZ�K{�ރgY{�{?����ϲ�����YX(Bz�%?�� �����\�{@H�7�{�6/�o�:t#$�� �ͮm�i-����`s��PK- �2�\R��� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\�am' ' V _rels/.relsPK- �2�\B�י � xl/worksheets/sheet1.xmlPK- �2�\;�j� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\�8i�� � l xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK �2�\�9:� 5 xl/workbook.xml � (� ����0��&�C���J")��x��}�E�O�||K $���~;|�vl��GN������`̵Jp'mP�]���}1����Z�o�ʳ,Irfq/�r�0���X�X��
�^N+J�P�:�K����E���b���o�G�~Q ��5x�$:���)%�ax$����]Y�_�ۍ�������PK �2�\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\[�S-' ' _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="Rf3e9bdc66dc04d06" /></Relationships>PK �2�\B�י xl/worksheets/sheet1.xml � (� ��Ko�0������!$��I�{[�a���b�N�ϯ1�6%��c����c9�yR-8c��rH"��J]��Ó����zmm#�����q�EȖ�P�F�(:���Q���9 ]ײ;]����'Ȉ�;��m��±�Wj٣�
-�v,���`�U�W�F�9�%�=� Y��J��71N�_��a��!,Z�a��T������O!��CZ�ԭ
_��0:
�^V���:b���)�x�<Y�տ)�Re�����OqDb���� M7�l���o���ɾ�����V��z=/��iLq�6��W}4�-�x�/2�{`B�W�[�p3~��_��:�D�- rI�/ zI��$�K"� �۞{���Ӆ�z���H���B\9����zn���x㟒0Z;a�ϻxPK �2�\04ğ� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;�L�+6�R.���$"�-�8[=R�P�Hm����h~OO��|�Xo/�H�0���ʂA��l��)��l7�=�2��>��bc}J��Ҩz�d,�G�;ƅI����z���CZ1V�0g�=���Ct�
wN�&��0=�p�=br�����O)��P�
�E7�gz�,k�d�^ �>L-������dJ&ZU���\U��e@��B���i^��-��5�Z)yknj��/6_PK �2�\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK �2�\�8i�� � xl/sharedStrings.xml � (� e�AO�0��J�;I�j�C5���B"jM-�K�"Ư'MH��=���_���A}BbOX�)��i�8V�����ъ���!T� �ն.�E�(r�'���Z�'��
̀y�N):�2���n� @b��Eqe��UOJ���Z�,Мt����;�PZ�K{�ރgY{�{?����ϲ�����YX(Bz�%?�� �����\�{@H�7�{�6/�o�:t#$�� �ͮm�i-����`s��PK- �2�\�9:� 5 xl/workbook.xmlPK- �2�\���� � [Content_Types].xmlPK-
�2�\[�S-' ' V _rels/.relsPK- �2�\B�י � xl/worksheets/sheet1.xmlPK- �2�\04ğ� P � xl/_rels/workbook.xml.relsPK- �2�\Ѓc'2 E
� xl/styles.xmlPK- �2�\�8i�� � k xl/sharedStrings.xmlPK � �