GET api/vouchers?Name={Name}&VoucherType={VoucherType}&Skip={Skip}&Take={Take}&TotalCount={TotalCount}
Get voucher list
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| VoucherType | VoucherTypes |
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. |
Body Parameters
None.
Response Information
Resource Description
List of voucher models
Collection of Voucher| Name | 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": "2026-06-03T18:29:36.4628698",
"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": "2026-06-03T18:29:36.4628698",
"labelPageLayout": "Z+8r5D0KFECy8BTlbFF3ww==",
"pageLayoutGuid": "e42bef67-0a3d-4014-b2f0-14e56c5177c3",
"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": "2026-06-03T18:29:36.4628698"
},
{
"$ref": "4"
}
]
},
"customerVouchers": [
{
"$id": "5",
"id": 1,
"customerIdentifier": "6X5ZL9LnsEWaw34jwFpr4A==",
"customerIdentifierGuid": "2f597ee9-e7d2-45b0-9ac3-7e23c05a6be0",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:29:36.4628698",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "1DiUjxEljUuKyyorKYBo3g==",
"issuedIdempotentGuid": "8f9438d4-2511-4b8d-8acb-2a2b298068de",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:29:36.4628698",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:29:36.4628698",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "sxpwYyHFwU6qUlJSMPS8Zw==",
"redeemedIdempotentGuid": "63701ab3-c521-4ec1-aa52-525230f4bc67",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:29:36.4628698",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "3"
},
"voucher": {
"$ref": "1"
},
"customer": {
"$id": "6",
"identifier": "0XrfwiXdUEipnlGElIn0Rg==",
"identifierGuid": "c2df7ad1-dd25-4850-a99e-51849489f446",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:29:36.4628698",
"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": "0/FijDCvFUiz/SEd38HyJg==",
"communityIdentifierGuid": "8c62f1d3-af30-4815-b3fd-211ddfc1f226",
"joined": "2026-06-03T18:29:36.4628698",
"updated": "2026-06-03T18:29:36.4628698",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "CWXRIrzDqEG3GDUeDyreIQ==",
"priceLevelIdentifierGuid": "22d16509-c3bc-41a8-b718-351e0f2ade21",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:29:36.4628698",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "7",
"cardType": 2,
"issueDate": "2026-06-03T18:29:36.4628698",
"expiry": "2026-06-03T18:29:36.4628698",
"customerID": "sTN9OkiMzkuRHaa4B/3oVQ==",
"customerIDGuid": "3a7d33b1-8c48-4bce-911d-a6b807fde855",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-06-03T18:29:36.4628698",
"linkedAccount": "jO/HnJnMaUiHrDhpN+Wh4w==",
"linkedAccountGuid": "9cc7ef8c-cc99-4869-87ac-386937e5a1e3",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "6"
},
"account": {
"$id": "8",
"id": 1,
"identifier": "t6gBYlcyHEWPuUMIFhYIjg==",
"identifierGuid": "6201a8b7-3257-451c-8fb9-43081616088e",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:29:36.4628698",
"owner": "sueI7LgFvUWaR+z1chgRlQ==",
"ownerGuid": "ec88e7b2-05b8-45bd-9a47-ecf572181195",
"accountStoreGroupIdentifier": "LtcQ+C+SDka56wxjptSuaw==",
"accountStoreGroupGuid": "f810d72e-922f-460e-b9eb-0c63a6d4ae6b",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-06-03T18:29:36.4628698",
"active": true,
"updated": "2026-06-03T18:29:36.4628698",
"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": "GJOqn7CVCkiJwsU93rAI9w==",
"identifierGuid": "9faa9318-95b0-480a-89c2-c53ddeb008f7",
"name": "sample string 2",
"primaryContact": "t0tBos43H0W+eAUu1JVYWg==",
"primaryContactGuid": "a2414bb7-37ce-451f-be78-052ed495585a",
"accountID": "cfrm9itorkywOful8B3h/Q==",
"accountIDGuid": "f6e6fa71-682b-4cae-b039-fba5f01de1fd",
"special": true,
"updated": "2026-06-03T18:29:36.4628698",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "PzcY6jVc/kK8ZinYsqmWyQ==",
"priceLevelIdentifierGuid": "ea18373f-5c35-42fe-bc66-29d8b2a996c9",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "8"
},
"primaryContactCustomer": {
"$ref": "6"
},
"customerGroupMembers": [
{
"$id": "11",
"id": 1,
"groupID": "Mp7NMQ7pWU+E+8dJJODlng==",
"groupIDGuid": "31cd9e32-e90e-4f59-84fb-c74924e0e59e",
"customerID": "jN9dL4apwEKc/iaysAVV+A==",
"customerIDGuid": "2f5ddf8c-a986-42c0-9cfe-26b2b00555f8",
"card": "sample string 4",
"linkedAccount": "EW2ESV1g3EqDjlDNasJfkQ==",
"linkedAccountGuid": "49846d11-605d-4adc-838e-50cd6ac25f91",
"customer": {
"$ref": "6"
},
"group": {
"$ref": "10"
},
"customerCard": {
"$ref": "7"
}
},
{
"$ref": "11"
}
]
},
{
"$ref": "10"
}
]
},
"payments": [
{
"$id": "12",
"id": 1,
"identifier": "ghI2oyEkO0K+ktkxmK9rng==",
"identifierGuid": "a3361282-2421-423b-be92-d93198af6b9e",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "UQgplKe81US0j80fXQIikg==",
"accountIDGuid": "94290851-bca7-44d5-b48f-cd1f5d022292",
"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": "2026-06-03T18:29:36.4628698",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "+OnhIiyRpESTn1LboRK5HQ==",
"idempotentVoidGuid": "22e1e9f8-912c-44a4-939f-52dba112b91d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "13",
"saleHeaderID": 1,
"saleHeaderGuid": "zMrewYeuPkifQWj4QcBI3g==",
"saleHeaderIdentifierGuid": "c1decacc-ae87-483e-9f41-68f841c048de",
"created": "2026-06-03T18:29:36.4628698",
"createdLocal": "2026-06-03T18:29:36.4628698",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-06-03T18:29:36.4628698",
"storeID": 1,
"operatorG_Uid": "KYjMBOcFCUCPoH9mhLRaSA==",
"operatorGuid": "04cc8829-05e7-4009-8fa0-7f6684b45a48",
"customerG_Uid": "+jjfXqS0zEiD52g0wmZvrw==",
"customerGuid": "5edf38fa-b4a4-48cc-83e7-6834c2666faf",
"communityIdentifier": "LHX9iQ4FDU+OuYQebvtR9w==",
"communityIdentifierGuid": "89fd752c-050e-4f0d-8eb9-841e6efb51f7",
"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": "Huya7AXTUkuranQDju5cFA==",
"priceLevelIdentifierGuid": "ec9aec1e-d305-4b52-ab6a-74038eee5c14",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:29:36.4628698+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": "14",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:29:36.4628698",
"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": "15",
"id": 1,
"g_Uid": "Sr4Mtg8bD0OGGAmkCTxDlg==",
"guid": "b60cbe4a-1b0f-430f-8618-09a4093c4396",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-06-03T18:29:36.4628698",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:29:36.4628698",
"endShift": "2026-06-03T18:29:36.4628698",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "16",
"operatorG_UID": "iYIZ8vsXdUW1935L4j7gyQ==",
"operatorGuid": "f2198289-17fb-4575-b5f7-7e4be23ee0c9",
"storeID": 2,
"operator": {
"$ref": "15"
},
"store": {
"$id": "17",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-06-03T18:29:36.4628698",
"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": "PvozysHCOUqN9VFyTGu3kg==",
"hostIdentifierGuid": "ca33fa3e-c2c1-4a39-8df5-51724c6bb792",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-06-03T18:29:36.4628698",
"priceZone": {
"$id": "18",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "nDzMeNRGxkWYaNIu+6wDMg==",
"hostIdentifierGuid": "78cc3c9c-46d4-45c6-9868-d22efbac0332",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "19",
"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": "19"
},
"warehouseStore": {
"$id": "20",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "hFsnF+DHJES+7VsncLxFcg==",
"hostIdentifierGuid": "17275b84-c7e0-4424-beed-5b2770bc4572",
"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": "Oi1ob41b5UaMY0YjFbdptg==",
"identifierGuid": "6f682d3a-5b8d-46e5-8c63-462315b769b6",
"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": "9DLYg8PKokG0FEkA0okdYA==",
"hostSupplierIdentifierGuid": "83d832f4-cac3-41a2-b414-4900d2891d60",
"loyaltyPriceLevelIdentifier": "cl8qy1QFbE6CKqEBlu6Sng==",
"loyaltyPriceLevelIdentifierGuid": "cb2a5f72-0554-4e6c-822a-a10196ee929e",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-06-03T18:29:36.4628698",
"lastProcessed": "2026-06-03T18:29:36.4628698",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "23",
"identifier": "IUmkHIssj0mBO6tW0L9yiQ==",
"identifierGuid": "1ca44921-2c8b-498f-813b-ab56d0bf7289",
"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": "GMAioyPz5EWtZK66Y5fZ7g==",
"primaryContactID": "a322c018-f323-45e4-ad64-aeba6397d9ee",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "7h94FsFge0+o0/0klQeJ0A==",
"supplierGroupGuid": "16781fee-60c1-4f7b-a8d3-fd24950789d0",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:29:36.4628698",
"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": "1eeb1569-dadb-4296-b112-0fa9cbae0f11",
"identifier": "+1ZUWv79xE6QivixGd4QBg==",
"identifierGuid": "5a5456fb-fdfe-4ec4-908a-f8b119de1006",
"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": "D/e6by/9B0GmJCEmp2er9g==",
"supplierIdentifierGuid": "6fbaf70f-fd2f-4107-a624-2126a767abf6",
"contactGuid": "R5rRCmlYUEKbaodBxm3eHw==",
"contactID": "0ad19a47-5869-4250-9b6a-8741c66dde1f",
"contact": {
"$ref": "24"
},
"supplier": {
"$ref": "23"
}
},
{
"$ref": "25"
}
],
"products": [
{
"$id": "26",
"pluG_UID": "LHwwQoblokCKZC55WhpL9A==",
"pluGuid": "42307c2c-e586-40a2-8a64-2e795a1a4bf4",
"supplierIdentifier": "59S88xgGTEak1mzy0vZAlA==",
"supplierIdentifierGuid": "f3bcd4e7-0618-464c-a4d6-6cf2d2f64094",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:29:36.4628698",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-06-03T18:29:36.4628698",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "27",
"pluG_UID": "w/msXHFegUO7XXqz5pAZXw==",
"pluGuid": "5cacf9c3-5e71-4381-bb5d-7ab3e690195f",
"supplierIdentifier": "UevqaGsW+UK1V1vby3ke8Q==",
"supplierIdentifierGuid": "68eaeb51-166b-42f9-b557-5bdbcb791ef1",
"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": "XOXPwmquOE6ljLT9V74vqw==",
"parentPluGuid": "c2cfe55c-ae6a-4e38-a58c-b4fd57be2fab",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "28",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "xPj2L57zYUmhUn5w6t7bow==",
"guid": "2ff6f8c4-f39e-4961-a152-7e70eadedba3",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "XtbxFTrq+kGRJQcNxXljeg==",
"priceGroupGuid": "15f1d65e-ea3a-41fa-9125-070dc579637a",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:29:36.4628698",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:29:36.4628698",
"pluCreated": "2026-06-03T18:29:36.4628698",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-06-03T18:29:36.4628698",
"lastManualUpdate": "2026-06-03T18:29:36.4628698",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-06-03T18:29:36.4628698",
"currentCostUpdated": "2026-06-03T18:29:36.4628698",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:29:36.4628698",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-06-03T18:29:36.4628698",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "ApQFTgHEvkmMJarTrRfqeg==",
"altPLUGuid": "4e059402-c401-49be-8c25-aad3ad17ea7a",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-06-03T18:29:36.4628698",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "HPdugeheHkac5GAfO/OgCQ==",
"shelfPageLayoutGuid": "816ef71c-5ee8-461e-9ce4-601f3bf3a009",
"talkerPageLayoutG_UID": "Ep+HSbpHf0OkI5gDWEOlqg==",
"talkerPageLayoutGuid": "49879f12-47ba-437f-a423-98035843a5aa",
"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": "9IKhATFPokadMQd2KknQmw==",
"inventoryIdentifier": "01a182f4-4f31-46a2-9d31-07762a49d09b",
"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": "9UoNJ7WXd0+u3OSfxcB7tw==",
"parentPluGuid": "270d4af5-97b5-4f77-aedc-e49fc5c07bb7",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "xXQV84BXckyns24T5k8XBQ==",
"supplierIdentifierGuid": "f31574c5-5780-4c72-a7b3-6e13e64f1705",
"supplierChanged": true,
"rebateSupplierIdentifier": "HgbhQ4KI+E2Yz+xl6CsonQ==",
"rebateSupplierIdentifierGuid": "43e1061e-8882-4df8-98cf-ec65e82b289d",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-06-03T18:29:36.4628698",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "nC9qI6fDgEGUF5yw/w6KSw==",
"hostIdentifierGuid": "236a2f9c-c3a7-4180-9417-9cb0ff0e8a4b",
"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": "17"
},
"storePrices": [
{
"$id": "29",
"pluG_UID": "NlBuDIaAMkuTrNkLia1xSg==",
"pluGuid": "0c6e5036-8086-4b32-93ac-d90b89ad714a",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-06-03T18:29:36.4628698"
},
{
"$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-06-03T18:29:36.4628698",
"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-06-03T18:29:36.4628698",
"startTime": 5,
"endDate": "2026-06-03T18:29:36.4628698",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "9JjXjUOesUiCiMCc3OD8Ng==",
"hostIdentifierGuid": "8dd798f4-9e43-48b1-8288-c09cdce0fc36",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "p/LtW703LkeFijS1e572XA==",
"guid": "5bedf2a7-37bd-472e-858a-34b57b9ef65c",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "3UkYfiZZbU+thRBi+EaQkw==",
"priceGroupGuid": "7e1849dd-5926-4f6d-ad85-1062f8469093",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:29:36.4628698",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "JDmO2f9PIkaDZIe2Hki7jw==",
"pluGuid": "d98e3924-4fff-4622-8364-87b61e48bb8f",
"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": "29e98b02-c777-4754-ac48-92961cd5d323",
"created": "2026-06-03T18:29:36.4628698",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:29:36.4628698",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:29:36.4628698",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:29:36.4628698",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:29:36.4628698",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:29:36.4628698",
"lastSold": "2026-06-03T18:29:36.4628698",
"firstSold": "2026-06-03T18:29:36.4628698",
"awsUpdated": "2026-06-03T18:29:36.4628698",
"lastManualUpdate": "2026-06-03T18:29:36.4628698",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:29:36.4628698",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:29:36.4628698",
"doNotRangeUpdated": "2026-06-03T18:29:36.4628698",
"doNotOrderUpdated": "2026-06-03T18:29:36.4628698",
"tracked": "2026-06-03T18:29:36.4628698"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "68cfdb36-93ef-4592-9943-3a421ebec62d",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "NtvPaO+TkkWZQzpCHr7GLQ==",
"pluGuid": "68cfdb36-93ef-4592-9943-3a421ebec62d",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "90cFbVppI0mYSyTYbEfVkg==",
"pluGuid": "6d0547f7-695a-4923-984b-24d86c47d592",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:29:36.4784879",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-06-03T18:29:36.4784879",
"createdLocal": "2026-06-03T18:29:36.4784879",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "MPaxCcPUXUyt/tL+yhCDsQ==",
"operatorGuid": "09b1f630-d4c3-4c5d-adfe-d2feca1083b1",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "q2VQqt/TNE2EUtv2PwIQhQ==",
"pluGuid": "aa5065ab-d3df-4d34-8452-dbf63f021085",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "15"
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "U3Qsb8lfkEi75unUXe3bGA==",
"pluGuid": "6f2c7453-5fc9-4890-bbe6-e9d45deddb18",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "NgWbeBqU0k2lvihDY5fgag==",
"pluGuid": "789b0536-941a-4dd2-a5be-28436397e06a",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "28"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "sIXA71jsakur1yaE9ve/qw==",
"identifierGuid": "efc085b0-ec58-4b6a-abd7-2684f6f7bfab",
"pluG_UID": "/iwLY8qLFEOT/qXf1sPJvA==",
"pluGuid": "630b2cfe-8bca-4314-93fe-a5dfd6c3c9bc",
"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": "doULW6jINk+1ssWuKaZsQA==",
"groupName": "sample string 1",
"identifierGuid": "5b0b8576-c8a8-4f36-b5b2-c5ae29a66c40",
"exists": true,
"flipChartIdentifier": "8rv9o3CM10yEgfsfgVZ2Cw==",
"flipChartIdentifierGuid": "a3fdbbf2-8c70-4cd7-8481-fb1f8156760b",
"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": "WyK/o78WZUq+J6e1iJeKKw==",
"groupIdentifierGuid": "a3bf225b-16bf-4a65-be27-a7b588978a2b",
"flipChart": {
"$id": "45",
"identifier": "vtx2SyEwgkOgi4IX/BOnBQ==",
"identifierGuid": "4b76dcbe-3021-4382-a08b-8217fc13a705",
"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": "OzQxpVyekkufJLks5pPcEA==",
"identifierGuid": "a531343b-9e5c-4b92-9f24-b92ce693dc10",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "z/m6bcQOfEOMst/HCYLXsg==",
"guid": "6dbaf9cf-0ec4-437c-8cb2-dfc70982d7b2",
"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": "B802+ZklBEahqB1qlhDqlg==",
"previousFormGuid": "f936cd07-2599-4604-a1a8-1d6a9610ea96",
"nextForm": 1,
"nextFormG_UID": "+6ahhneSSkCg/WJhA83XBQ==",
"nextFormGuid": "86a1a6fb-9277-404a-a0fd-626103cdd705",
"attributes": "sample string 10",
"updated": "2026-06-03T18:29:36.4784879",
"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": "3ToY66UhYkCdnuQjhA9bkg==",
"checkoutFormGuid": "eb183add-21a5-4062-9d9e-e423840f5b92",
"identifier": "sMebIuXnCUKBErI2z1lhUg==",
"identifierGuid": "229bc7b0-e7e5-4209-8112-b236cf596152",
"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": "lKMZ//CgPku8A59QWYwpUg==",
"valueGuid": "ff19a394-a0f0-4b3e-bc03-9f50598c2952",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:29:36.4784879",
"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-06-03T18:29:36.4784879",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "Ay6JAaspeU2yb8sy1rtifg==",
"checkoutFormGuid": "01892e03-29ab-4d79-b26f-cb32d6bb627e",
"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": "KI94tfhk5kqqPx5ChroZFQ==",
"flipChartPageIdentifierGuid": "b5788f28-64f8-4ae6-aa3f-1e4286ba1915",
"pluG_UID": "GujctX/yQEaicCaoor/8qg==",
"pluGuid": "b5dce81a-f27f-4640-a270-26a8a2bffcaa",
"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": "5WgQVzqTXU6A8p67mrG4Qg==",
"pluGuid": "571068e5-933a-4e5d-80f2-9ebb9ab1b842",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-06-03T18:29:36.4784879",
"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": "qwkfAfoA6E2NB/8dRRU7/Q==",
"ingredientGuid": "OZllXgX7xE6xQ0SIf6sgPA==",
"ingredientIdentifier": "5e659939-fb05-4ec4-b143-44887fab203c",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "28"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "BRo5BSENvE2CXOehUiSN5A==",
"pluGuid": "05391a05-0d21-4dbc-825c-e7a152248de4",
"shelfLocationIdentifier": "rlo802N980qjRTGjgkmQew==",
"shelfLocationGuid": "d33c5aae-7d63-4af3-a345-31a38249907b",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "PeUNVtGen0e7/Nth29v8jg==",
"labelPageLayoutGuid": "560de53d-9ed1-479f-bbfc-db61dbdbfc8e",
"updated": "2026-06-03T18:29:36.4784879",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "28"
},
"location": {
"$id": "55",
"identifier": "Y2xPAotkKUeLHzVxrgFezw==",
"storeID": 1,
"identifierGuid": "024f6c63-648b-4729-8b1f-3571ae015ecf",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:29:36.4784879",
"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": "kZPupOzDbkGJdha2okNxCg==",
"pluGuid": "a4ee9391-c3ec-416e-8976-16b6a243710a",
"deptNo": 1,
"product": {
"$ref": "28"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:29:36.4784879",
"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-06-03T18:29:36.4784879",
"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": "u1i+q52IhU6WfnfXnhrvjA==",
"labelPageLayoutGuid": "abbe58bb-889d-4e85-967e-77d79e1aef8c",
"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-06-03T18:29:36.4784879",
"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": "xTN90WXfgkejASw02+42WQ==",
"labelPageLayoutGuid": "d17d33c5-df65-4782-a301-2c34dbee3659",
"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-06-03T18:29:36.4784879",
"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": "5v95xnlpzE6zTdXwewmQGA==",
"labelPageLayoutGuid": "c679ffe6-6979-4ecc-b34d-d5f07b099018",
"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-06-03T18:29:36.4784879",
"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": "67GAPhCLd0qrVLFjWpT6/g==",
"labelPageLayoutGuid": "3e80b1eb-8b10-4a77-ab54-b1635a94fafe",
"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": "QAMuEDCaIk2xwkJYPDv68A==",
"pluGuid": "102e0340-9a30-4d22-b1c2-42583c3bfaf0",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "RxgTrYgOt0KV69JKTE6Z9Q==",
"dealCostGuid": "ad131847-0e88-42b7-95eb-d24a4c4e99f5",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "A1YZBh73xUmwOAVKGVrmEQ==",
"priceGroupGuid": "06195603-f71e-49c5-b038-054a195ae611",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:29:36.4784879",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b7db6570-14ff-4cb1-bc8d-f5fe3757af4b",
"campaignComboPriceGroupG_UID": "9MkHXgBuG0iLXMMa5/P14w==",
"campaignComboPriceGroupIdentifier": "5e07c9f4-6e00-481b-8b5c-c31ae7f3f5e3",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:29:36.4784879",
"operatorG_UID": "KtRlZsgcikmbhd2IRZjwXw==",
"operatorGuid": "6665d42a-1cc8-498a-9b85-dd884598f05f",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:29:36.4784879",
"signIqTicketFileMovedUtc": "2026-06-03T18:29:36.4784879",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:29:36.4784879",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "605d2560-f7b3-48b4-81c6-1f889af769e4",
"product": {
"$ref": "28"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "6d4bacdf-88b3-486a-850a-1e2e1f5f3693",
"nameGuid": "6d4bacdf-88b3-486a-850a-1e2e1f5f3693",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:29:36.4784879",
"startTime": 1,
"endDate": "2026-06-03T18:29:36.4784879",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-06-03T18:29:36.4784879",
"system": true,
"created": "2026-06-03T18:29:36.4784879",
"updated": "2026-06-03T18:29:36.4784879",
"priceChangeNotifiedUtc": "2026-06-03T18:29:36.4784879",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "CkHv0zotv0GAre3GKZpq3A==",
"hostIdentifierGuid": "d3ef410a-2d3a-41bf-80ad-edc6299a6adc",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:29:36.4784879",
"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": "Vg9EA92BrkGZvvSgBTlhCA==",
"pluGuid": "03440f56-81dd-41ae-99be-f4a005396108",
"hostOfferID": 1,
"priceGroupG_UID": "iNx5+KCjmUmAJwlpS1RLDw==",
"priceGroupGuid": "f879dc88-a3a0-4999-8027-09694b544b0f",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:29:36.4784879",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "28"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "LwoooNuuIku4w7H50hrYpQ==",
"identifierStr": "LwoooNuuIku4w7H50hrYpQ==",
"identifierGuid": "a0280a2f-aedb-4b22-b8c3-b1f9d21ad8a5",
"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": "p9RTuyhcvU6xZMDtHADyRw==",
"customerIDGuid": "bb53d4a7-5c28-4ebd-b164-c0ed1c00f247",
"campaign": {
"$ref": "68"
},
"customer": {
"$ref": "6"
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "1MYTa1W2pEiJKBTm1T2Qcw==",
"groupIDGuid": "6b13c6d4-b655-48a4-8928-14e6d53d9073",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "10"
}
},
{
"$ref": "72"
}
],
"signIqTickets": [
{
"$id": "73",
"identifier": "wbRjnO684UKjfYnNrbkRRA==",
"identifierGuid": "9c63b4c1-bcee-42e1-a37d-89cdadb91144",
"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": "NndxqMuoLEqXLBcWzb4tPQ==",
"guid": "a8717736-a8cb-4a2c-972c-1716cdbe2d3d",
"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": "N1AXXBVdWUKBmCzN1SR5GQ==",
"groupGuid": "5c175037-5d15-4259-8198-2ccdd5247919",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "EBMoMqpd106k78JAsNQGFg==",
"pluGuid": "32281310-5daa-4ed7-a4ef-c240b0d40616",
"priceGroupG_UID": "LHv1XB2wLUKiXgWIOogCMA==",
"priceGroupGuid": "5cf57b2c-b01d-422d-a25e-05883a880230",
"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": "Ia3KIRiaK0KKqb4lXyReNQ==",
"priceLevelIdentifierGuid": "21caad21-9a18-422b-8aa9-be255f245e35",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "76"
}
],
"promotionType": {
"$id": "77",
"identifier": "yTMqxNAIRkWSx3pwBumfCA==",
"identifierGuid": "c42a33c9-08d0-4546-92c7-7a7006e99f08",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "AJVoP4euaESz+ITDo6o2dw==",
"labelPageLayoutGuid": "3f689500-ae87-4468-b3f8-84c3a3aa3677",
"priceLevelIdentifier": "uKWwgLKHDEel5txoAT60VQ==",
"priceLevelIdentifierGuid": "80b0a5b8-87b2-470c-a5e6-dc68013eb455",
"active": true,
"updated": "2026-06-03T18:29:36.4784879",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "28"
},
"dealCost": {
"$id": "78",
"headerIdentifier": "FkoApu6+6EiVM3NMPiqZFw==",
"headerIdentifierGuid": "a6004a16-beee-48e8-9533-734c3e2a9917",
"identifier": "KRHaYB2naEGo6Rq6ozJWLg==",
"identifierGuid": "60da1129-a71d-4168-a8e9-1abaa332562e",
"supplierIdentifier": "qjQT9yFZb0KBQ4fQrCaHoQ==",
"supplierGuid": "f71334aa-5921-426f-8143-87d0ac2687a1",
"pluG_UID": "6NrQURW8g0WtwcElryggdA==",
"pluGuid": "51d0dae8-bc15-4583-adc1-c125af282074",
"campaignName": "32f859d1-b63e-4dfb-8e2e-e21b0a823eb0",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:29:36.4784879",
"end": "2026-06-03T18:29:36.4784879",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "XjBH8rwetki04r6iyAcsJA==",
"bonusItemPluGuid": "f247305e-1ebc-48b6-b4e2-bea2c8072c24",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:29:36.4784879",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-06-03T18:29:36.4784879",
"campaignEndDate": "2026-06-03T18:29:36.4784879",
"masterPLUG_UID": "NH00ZMRNwUSfWaBLmjtmIw==",
"masterID": "64347d34-4dc4-44c1-9f59-a04b9a3b6623",
"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": "ITlcMQwmK0es3kUgCS/uFg==",
"bonusMasterID": "315c3921-260c-472b-acde-4520092fee16",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-06-03T18:29:36.4784879",
"dealCosts": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tags": [
{
"$id": "79",
"pluG_UID": "DVsWHFLLqU6wni96YH7Gcw==",
"pluGuid": "1c165b0d-cb52-4ea9-b09e-2f7a607ec673",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "79"
}
],
"alternateProductG_UID": "pXy3wZnnDkOVNA0RClmaQA==",
"alternateProduct": "c1b77ca5-e799-430e-9534-0d110a599a40",
"altProduct": {
"$ref": "28"
},
"productHostCode": {
"$id": "80",
"id": 1,
"pluG_UID": "rjVtXUSTp0WgNwDVg8rzxg==",
"pluGuid": "5d6d35ae-9344-45a7-a037-00d583caf3c6",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:29:36.4784879",
"inventoryTracked": "2026-06-03T18:29:36.4784879",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "81",
"pluG_UID": "Dxn1PgHIMEiCcXKdySF3TA==",
"pluGuid": "3ef5190f-c801-4830-8271-729dc921774c",
"fuelPluG_UID": "tJNJ0SftAkeqv87xgo8M2A==",
"fuelPluGuid": "d14993b4-ed27-4702-aabf-cef1828f0cd8",
"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": "k5wcItqreE2IDPJlFCmnmQ==",
"supplierGuid": "221c9c93-abda-4d78-880c-f2651429a799",
"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": "+b7vteFrHEyLxhRABX8YEQ==",
"supplierGuid": "b5efbef9-6be1-4c1c-8bc6-1440057f1811",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-06-03T18:29:36.4784879",
"deliveryDate": "2026-06-03T18:29:36.4784879",
"nextCutOffDate": "2026-06-03T18:29:36.4784879",
"nextDeliveryDate": "2026-06-03T18:29:36.4784879",
"nextDaysBuffer": 10
},
{
"$ref": "84"
}
],
"store": {
"$ref": "17"
},
"updated": "2026-06-03T18:29:36.4784879",
"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-06-03T18:29:36.4784879",
"processed": "2026-06-03T18:29:36.4784879",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:29:36.4784879",
"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-06-03T18:29:36.4784879",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "85"
}
],
"zoneMatrix": [
{
"$id": "87",
"id": 1,
"hostIdentifier": "T+CawC7+V0ihpGp8ZF8SYA==",
"hostIdentifierGuid": "c09ae04f-fe2e-4857-a1a4-6a7c645f1260",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"008786cb-500c-47a3-b714-a5919a902302",
"5734fdc9-96b7-4f63-b99a-33ad85898e72"
]
},
{
"$ref": "87"
}
],
"hostFileStoreSetting": {
"$ref": "21"
},
"hostStoreSettings": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"promotionPlacements": [
{
"$id": "88",
"identifier": "Gm8D5P4K/kmGuQL6l1yyLg==",
"identifierGuid": "e4036f1a-0afe-49fe-86b9-02fa975cb22e",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "88"
}
],
"promoTypeGuids": [
"896ade07-4d53-4c11-a6f1-d1817227bd4f",
"1b5e3ecf-45d0-46d0-aa14-9b9db9a99eb5"
],
"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-06-03T18:29:36.4784879",
"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"
}
],
"suppliedStores": [
1,
2
],
"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,
"config": "sample string 10"
}
},
{
"$ref": "92"
}
],
"updateStoreID": "30c805be-3769-42a2-9a56-3456895337e1",
"updateStore": {
"$id": "94",
"id": "1ca1fa66-cd15-4af8-b32d-e539836d8a18",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:29:36.4784879",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-06-03T18:29:36.4784879"
},
"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": "16"
}
]
},
"customer": {
"$ref": "6"
},
"communityOrganisation": {
"$id": "96",
"id": 1,
"identifier": "ZMs12U8Od02hj+fxvcJ92Q==",
"identifierGuid": "d935cb64-0e4f-4d77-a18f-e7f1bdc27dd9",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-06-03T18:29:36.4784879",
"promoPeriodEnd": "2026-06-03T18:29:36.4784879",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:29:36.4784879",
"deleted": true
},
"details": [
{
"$id": "97",
"saleItemID": 1,
"identifier": "scuzvOtxfUaV22dgfXNgmA==",
"identifierGuid": "bcb3cbb1-71eb-467d-95db-67607d736098",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "pvB3L1H+MEyNipFpJ0hneg==",
"pluGuid": "2f77f0a6-fe51-4c30-8d8a-91692748677a",
"accountID": "qAe7EvWvG0q+KnjjwWzRtg==",
"accountIDGuid": "12bb07a8-aff5-4a1b-be2a-78e3c16cd1b6",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-06-03T18:29:36.4784879",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "BX6XgbO83EeaVUw77FxDqg==",
"refundGuid": "81977e05-bcb3-47dc-9a55-4c3bec5c43aa",
"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": "hymCMYeDiESm67vKNRGKcA==",
"idempotentVoidGuid": "31822987-8387-4488-a6eb-bbca35118a70",
"priceLevelIdentifier": "fl9wihmWVke7sZlfvTJ2bw==",
"priceLevelIdentifierGuid": "8a705f7e-9619-4756-bbb1-995fbd32766f",
"communityIdentifier": "aMIkIGfnokiEfDEWmy9H3A==",
"communityIdentifierGuid": "2024c268-e767-48a2-847c-31169b2f47dc",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "98",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:29:36.4784879",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "98"
}
],
"refund": {
"$id": "99",
"id": 1,
"g_UID": "mNpyBhMCR0iCVP/waDA88Q==",
"guid": "0672da98-0213-4847-8254-fff068303cf1",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:29:36.4784879"
},
"modifier": {
"$id": "100",
"id": 1,
"setG_UID": "XPFrXNkrNEiCsINjsx4JFw==",
"modifierSetGuid": "5c6bf15c-2bd9-4834-82b0-8363b31e0917",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "kRoq4OslxUaA2aGRm6rojw==",
"pluGuid": "e02a1a91-25eb-46c5-80d9-a1919baae88f",
"deleted": true,
"g_UID": "a/upOqTRKUqjS/28stPXVg==",
"guid": "3aa9fb6b-d1a4-4a29-a34b-fdbcb2d3d756",
"product": {
"$ref": "28"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "97"
}
],
"eftReceipts": [
{
"$id": "101",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "13"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "101"
}
],
"payments": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"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": "wKA7shF61E6fIIAjulIOlQ==",
"pluGuid": "b23ba0c0-7a11-4ed4-9f20-8023ba520e95",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-06-03T18:29:36.4784879",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-06-03T18:29:36.4784879",
"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": "mGdH2QNlYUmjcR2wfj2e1A==",
"pluGuid": "d9476798-6503-4961-a371-1db07e3d9ed4",
"accountID": "T51+KCllXE2wr+PNnICX1g==",
"accountIDGuid": "287e9d4f-6529-4d5c-b0af-e3cd9c8097d6",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-06-03T18:29:36.4784879",
"bestOrExpireType": 1,
"refundG_UID": "cV0fFO1Dt0e/sLw9KkYbGg==",
"refundGuid": "141f5d71-43ed-47b7-bfb0-bc3d2a461b1a",
"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": "z0YFjjNQpUi7WlmBFwS1TA==",
"identifierGuid": "8e0546cf-5033-48a5-bb5a-59811704b54c",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "IxJScqDEr0G/mllVYUnVyg==",
"customerIdentifierGuid": "72521223-c4a0-41af-bf9a-59556149d5ca",
"operatorNo": 1,
"operatorG_UID": "SyNs4r+3XUmFr4xi0maJCA==",
"operatorGuid": "e26c234b-b7bf-495d-85af-8c62d2668908",
"created": "2026-06-03T18:29:36.4784879",
"ordered": "2026-06-03T18:29:36.4784879",
"started": "2026-06-03T18:29:36.4784879",
"completed": "2026-06-03T18:29:36.4784879",
"supplied": "2026-06-03T18:29:36.4784879",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "6"
},
"operator": {
"$ref": "15"
},
"details": [
{
"$id": "107",
"headerID": 1,
"plu": 1,
"pluG_UId": "lbsQleq4RkirdcDtAttj3A==",
"pluGuid": "9510bb95-b8ea-4846-ab75-c0ed02db63dc",
"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": "I/Nwv//naE6jb0xH1m6SfQ==",
"headerIdentifierGuid": "bf70f323-e7ff-4e68-a36f-4c47d66e927d",
"product": {
"$ref": "28"
}
},
{
"$ref": "107"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "13"
}
},
{
"$ref": "106"
}
],
"surveyResponses": [
{
"$id": "108",
"surveyG_UID": "OUbiI3ONdUuBOccpo5dtog==",
"surveyGuid": "23e24639-8d73-4b75-8139-c729a3976da2",
"saleHeaderGuid": "8eFfU219KkC7BOZxVYRLJg==",
"saleGuid": "535fe1f1-7d6d-402a-bb04-e67155844b26",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "Koaibv2Xr0m5Pt+IYw3txw==",
"guidResponse": "6ea2862a-97fd-49af-b93e-df88630dedc7",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:29:36.4784879",
"sale": {
"$ref": "13"
},
"survey": {
"$id": "109",
"g_UID": "903lW28OWEWNl9/jMt/azQ==",
"guid": "5be54df7-0e6f-4558-8d97-dfe332dfdacd",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "xJEM8tY+pUmHbRmojJwNAA==",
"checkoutFormGuid": "f20c91c4-3ed6-49a5-876d-19a88c9c0d00",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:29:36.4784879",
"end": "2026-06-03T18:29:36.4784879",
"deleted": true,
"updated": "2026-06-03T18:29:36.4784879",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"9a572609-ddef-4e59-af2b-9278439e501a",
"8868d04a-4962-4044-a398-8b11ba644793"
],
"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": "FTrVSdr1O0O6InUdm5Biwg==",
"accountIdentifier": "49d53a15-f5da-433b-ba22-751d9b9062c2",
"accountName": "sample string 44",
"customerOrderIdentifier": "ikYeQBbxbkG2caH3n2X4fw==",
"customerOrderIdentifierGuid": "401e468a-f116-416e-b671-a1f79f65f87f",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "110",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "/WSbR5IspUOJ+lvmxQzfQQ==",
"paymentIdentifierGuid": "479b64fd-2c92-43a5-89fa-5be6c50cdf41",
"identifier": "LAoU8K97vEixGpeAksWZvg==",
"identifierGuid": "f0140a2c-7baf-48bc-b11a-978092c599be",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "q5RQ7kpWK0yD1MpFTaloiw==",
"itemIdentifierGuid": "ee5094ab-564a-4c2b-83d4-ca454da9688b"
}
},
{
"$ref": "12"
}
]
},
{
"$ref": "7"
}
],
"customerGroupMembers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"customerGroups": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"accounts": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"account": {
"$ref": "8"
},
"vouchers": [
{
"$id": "111",
"customerIdentifier": "yGe6dkLESUa9rjXNHe1MCQ==",
"customerIdentifierGuid": "76ba67c8-c442-4649-bdae-35cd1ded4c09",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "mNHN0xqj/U6MUVIIuv6rBw==",
"idempotentGuid": "d3cdd198-a31a-4efd-8c51-5208bafeab07",
"offline": true,
"voucher": {
"$ref": "1"
},
"customer": {
"$ref": "6"
}
},
{
"$ref": "111"
}
]
},
"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 ���\f � 5 xl/workbook.xml � (� ����0��&�C�`�R8q���{-�4П�5��B $���~;l2nx3���/]}��ԋ�'cQϻ�8��,���#�
u�Y�\�Ñi������ay됷�Gj\Q�K
��@[�=$N>����.&�k���X��Q�V����D��V�q����5;����BI�&;{�1����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
���\��N' ' _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="R7dcb8f7cba334cd0" /></Relationships>PK ���\Ƀ��� � xl/worksheets/sheet1.xml � (� ��]s�0��
��B�?�������^�^�+S1`��߀(���ME�'�'�D���{Wi��ć�=�]�e�}���|�M���A�o�Z��3�6���Qf��J�,�;�5k+�&Qnަ��^�⅚��>Q�<D �0U�(7[e�x���j����R-��ͱT�[:^Ʀzѽ���Ŀ���{�t\¿bu��^�����xs����d�</7I��ZE�M�S�T���͐h�Y�MV������%�G�z���z�� ����,������>�P�C�$�� H$���<����yR�I�g�!Ĩ����U�~qV�Y�� R"9����<���?�.������#��`������ٷ$�� '
�
�IPW�ٞ� ���
g�`��0B�B( � T8���@HB� $�O���4��JJ���2P�$ �
$"