POST api/storesales/sync
Import sales at store sync
Request Information
URI Parameters
None.
Body Parameters
List of sales to import
Collection of StoreSaleHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| SaleHeaderID | integer |
None. |
|
| SaleHeaderGuid |
Identifier to prevent duplicate processing |
Collection of byte |
None. |
| SaleHeaderIdentifierGuid | globally unique identifier |
None. |
|
| Created |
Created timestamp |
date |
None. |
| CreatedLocal |
Local created timestamp |
date |
None. |
| CreatedText |
Date and time printed on the receipt |
string |
None. |
| ItemCount |
Count of all details in sale |
integer |
None. |
| TotalAmount |
Tax inclusive sale value in cents |
integer |
None. |
| CashTender |
Cash tendered value in cents |
integer |
Data type: Currency |
| CardTender |
Card/eft tendered value in cents |
integer |
Data type: Currency |
| CheqTender |
Cheque tendered value in cents |
integer |
Data type: Currency |
| AcctTender |
Account tendered value in cents |
integer |
Data type: Currency |
| VoucherTender |
Voucher tendered value in cents |
integer |
Data type: Currency |
| LoyaltyPoints |
The value of earned points or zero if only redeemed |
integer |
None. |
| Cashout |
Cashout given in cents |
integer |
Data type: Currency |
| ChangeAmount |
Change given in cents |
integer |
Data type: Currency |
| Rounding |
Value in cents added to the total to round transaction |
integer |
None. |
| GstAmount |
Amount of GST in cents |
integer |
None. |
| TransactionDiscountTender | integer |
None. |
|
| TotalTip |
Total Amount tipped during sale |
integer |
None. |
| TranType |
The sale transaction type |
TransactionType |
None. |
| Processed |
If the sale has been processed |
Processed |
None. |
| Imported | date |
Data type: DateTime |
|
| StoreID |
Identifier of the store sale was performed at |
integer |
None. |
| OperatorG_Uid |
Identifier of the Operator that performed the sale |
Collection of byte |
None. |
| OperatorGuid |
Human readable version of the OperatorG_Uid |
globally unique identifier |
None. |
| CustomerG_Uid |
Identifier of the customer that initiated the sale |
Collection of byte |
None. |
| CustomerGuid |
Human readable version of the CustomerG_Uid |
globally unique identifier |
None. |
| CommunityIdentifier |
Identifier of the community associated with the sale |
Collection of byte |
None. |
| CommunityIdentifierGuid |
Human readable version of the CommunityIdentifier |
globally unique identifier |
None. |
| SaleIdentifier |
The unique identifier printed on the receipt |
string |
String length: inclusive between 0 and 20 |
| DeptNo | integer |
None. |
|
| ZoneID | integer |
None. |
|
| OperatorID |
Local operator ID |
integer |
None. |
| VoucherForegone |
Amount of voucher value "overage" to sale in cents |
integer |
None. |
| CardName | string |
String length: inclusive between 0 and 16 |
|
| AccountType | integer |
None. |
|
| AuthID | string |
String length: inclusive between 0 and 16 |
|
| BankRef | string |
String length: inclusive between 0 and 16 |
|
| InvRoc | string |
String length: inclusive between 0 and 16 |
|
| ResponseCode | string |
String length: inclusive between 0 and 4 |
|
| OrderNo | integer |
None. |
|
| AccountNo | integer |
None. |
|
| MachineID |
The identifier of machine transaction was performed at |
integer |
None. |
| TimeInSale |
Time the Operator spent in the entire Sale |
time interval |
None. |
| TimeInSubtotal |
Time the Operator spent in Subtotal |
time interval |
None. |
| NewID |
This will be the id in the master if for some reason only a partial upload occurs |
integer |
None. |
| TotalTaxInclusive |
The total value of taxable items (including tax) in cents |
integer |
None. |
| TotalTaxExempt |
The total value of tax exempt items in cents |
integer |
None. |
| TaxTransactionDiscount | integer |
None. |
|
| TaxTransactionDiscountTender | integer |
None. |
|
| TableNumber | integer |
None. |
|
| Note | string |
None. |
|
| Source | string |
None. |
|
| CustomerReference | string |
None. |
|
| ReceiptPrinted | boolean |
None. |
|
| DrawerID |
The drawer that sale was performed in |
integer |
None. |
| DemoID | string |
None. |
|
| ExternalTransNo |
Sale identifier provided from external sales module |
string |
String length: inclusive between 0 and 20 |
| ExternalSale |
The External Sale Provider type if the sale is external |
ExternalSalesType |
None. |
| SmartReceiptStatus | integer |
None. |
|
| RequiredExports | integer |
None. |
|
| LoyaltyMetadata | string |
None. |
|
| PriceLevelIdentifier | Collection of byte |
None. |
|
| PriceLevelIdentifierGuid | globally unique identifier |
None. |
|
| Locked | integer |
None. |
|
| OrderMetadata |
Order metadata is stored in the DB as a serialised JSON string so this is that string |
string |
None. |
| DeserialisedOrderMetadata |
Deserialised version of |
StoreSaleHeaderOrderMetadata |
None. |
| RelationChecksum |
Encrypted value used to check that the correct number of relations are attached to the sale |
string |
Relation. This field may not always be loaded or used for updates. |
| LoyaltyTender |
The value of redeemed points or zero if only earned |
integer |
Relation. This field may not always be loaded or used for updates. Data type: Currency |
| GiftCardTender |
The amount spent from gift card(s) |
integer |
Relation. This field may not always be loaded or used for updates. Data type: Currency |
| Operator | Operator |
Relation. This field may not always be loaded or used for updates. |
|
| Customer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| CommunityOrganisation | CommunityOrganisation |
Relation. This field may not always be loaded or used for updates. |
|
| Details | Collection of StoreSaleDetail |
Relation. This field may not always be loaded or used for updates. |
|
| EftReceipts | Collection of StoreEftReceipt |
Relation. This field may not always be loaded or used for updates. |
|
| Payments | Collection of StoreSalePayment |
Relation. This field may not always be loaded or used for updates. |
|
| Cards | Collection of StoreSaleCard |
Relation. This field may not always be loaded or used for updates. |
|
| CampaignHits | Collection of StoreCampaignHit |
Relation. This field may not always be loaded or used for updates. |
|
| Fuel | Collection of StoreSaleFuel |
Relation. This field may not always be loaded or used for updates. |
|
| FuelResells |
FuelResells list |
Collection of SaleDetailFuelResell |
Relation. This field may not always be loaded or used for updates. |
| CustomerOrder | Collection of DeliOrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
| SurveyResponses |
Contains the answers to any surveys that were answered during this sale; |
Collection of SurveyResponse |
Relation. This field may not always be loaded or used for updates. |
| StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| TerminalNumber | integer |
Relation. This field may not always be loaded or used for updates. |
|
| MachineName | string |
Relation. This field may not always be loaded or used for updates. |
|
| OperatorName | string |
Relation. This field may not always be loaded or used for updates. |
|
| Direction | integer |
Relation. This field may not always be loaded or used for updates. |
|
| Reason | string |
Relation. This field may not always be loaded or used for updates. |
|
| AccountG_UID | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| AccountIdentifier | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| AccountName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerOrderIdentifier | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerOrderIdentifierGuid | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
| PriceLevelName | string |
Relation. This field may not always be loaded or used for updates. |
|
| Revision |
Used in processing external sales |
integer |
Relation. This field may not always be loaded or used for updates. |
| IngressId |
ID of the Ingress entry (Redis Stream message ID) |
string |
None. |
Request Formats
application/json, text/json
[
{
"$id": "1",
"saleHeaderID": 1,
"saleHeaderGuid": "X6RsHzLNJU61WnC8yMXt2Q==",
"saleHeaderIdentifierGuid": "1f6ca45f-cd32-4e25-b55a-70bcc8c5edd9",
"created": "2026-04-03T06:20:28.3086889",
"createdLocal": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889",
"storeID": 1,
"operatorG_Uid": "t45zPA3VDkuwy+W3gZISvQ==",
"operatorGuid": "3c738eb7-d50d-4b0e-b0cb-e5b7819212bd",
"customerG_Uid": "LTEvZOgAvEWKuCmWX1wv0w==",
"customerGuid": "642f312d-00e8-45bc-8ab8-29965f5c2fd3",
"communityIdentifier": "97XzvG+s/kiXeRd0QTCmyQ==",
"communityIdentifierGuid": "bcf3b5f7-ac6f-48fe-9779-17744130a6c9",
"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": "DhqV7ftygEKjRx5rInwzOg==",
"priceLevelIdentifierGuid": "ed951a0e-72fb-4280-a347-1e6b227c333a",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:20:28.3086889+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": "2",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:20:28.3086889",
"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": "3",
"id": 1,
"g_Uid": "vDE9/Vsvck25DZTUez/OvA==",
"guid": "fd3d31bc-2f5b-4d72-b90d-94d47b3fcebc",
"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:20:28.3086889",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:20:28.3086889",
"endShift": "2026-04-03T06:20:28.3086889",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "4",
"operatorG_UID": "1iWvIyS3v0uHZ25CeZa1+A==",
"operatorGuid": "23af25d6-b724-4bbf-8767-6e427996b5f8",
"storeID": 2,
"operator": {
"$ref": "3"
},
"store": {
"$id": "5",
"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:20:28.3086889",
"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": "6RSoobbnb0uTfiJ1c2nwcQ==",
"hostIdentifierGuid": "a1a814e9-e7b6-4b6f-937e-22757369f071",
"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:20:28.3086889",
"priceZone": {
"$id": "6",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "k2HZI2L4h0KG4/y9gGEqEQ==",
"hostIdentifierGuid": "23d96193-f862-4287-86e3-fcbd80612a11",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "7",
"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": "7"
},
"hostStoreSettings": [
{
"$id": "8",
"id": 1,
"hostIdentifier": "I0E2J9E+FU+6P/zyNiuGJQ==",
"hostIdentifierGuid": "27364123-3ed1-4f15-ba3f-fcf2362b8625",
"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": "9",
"identifier": "i/dJJYhWZU2kgbiYyrYqBg==",
"identifierGuid": "2549f78b-5688-4d65-a481-b898cab62a06",
"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": "dcVEVin6ukSLKY/xj6zL6g==",
"hostSupplierIdentifierGuid": "5644c575-fa29-44ba-8b29-8ff18faccbea",
"loyaltyPriceLevelIdentifier": "3VY8TkI7S0utB33BaQsK4w==",
"loyaltyPriceLevelIdentifierGuid": "4e3c56dd-3b42-4b4b-ad07-7dc1690b0ae3",
"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:20:28.3086889",
"lastProcessed": "2026-04-03T06:20:28.3086889",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "10",
"identifier": "dI1O6YDKnk6BN1gXRyQxSg==",
"identifierGuid": "e94e8d74-ca80-4e9e-8137-58174724314a",
"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": "aQVfHsPsLUGz42aRs9PoTQ==",
"primaryContactID": "1e5f0569-ecc3-412d-b3e3-6691b3d3e84d",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "uGxa/eMPXkOFtpqRpZutXg==",
"supplierGroupGuid": "fd5a6cb8-0fe3-435e-85b6-9a91a59bad5e",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:20:28.3086889",
"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": "11",
"id": "a5e04512-610c-4d15-965d-e27d299145c5",
"identifier": "ld+CzvmaukmQwhBtW3lExw==",
"identifierGuid": "ce82df95-9af9-49ba-90c2-106d5b7944c7",
"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": "12",
"supplierIdentifier": "diM/cSD5oUavUCPWZWMi7A==",
"supplierIdentifierGuid": "713f2376-f920-46a1-af50-23d6656322ec",
"contactGuid": "0cTl3t6n6UqgKDQZ8iQTwQ==",
"contactID": "dee5c4d1-a7de-4ae9-a028-3419f22413c1",
"contact": {
"$ref": "11"
},
"supplier": {
"$ref": "10"
}
},
{
"$ref": "12"
}
],
"products": [
{
"$id": "13",
"pluG_UID": "6b51Cmmr30CW8MUtswaMSQ==",
"pluGuid": "0a75bee9-ab69-40df-96f0-c52db3068c49",
"supplierIdentifier": "U3g3tR+q0Ei9IMkMRLO7nw==",
"supplierIdentifierGuid": "b5377853-aa1f-48d0-bd20-c90c44b3bb9f",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "14",
"pluG_UID": "F3nf1bylEEaVyrcdxBwxLQ==",
"pluGuid": "d5df7917-a5bc-4610-95ca-b71dc41c312d",
"supplierIdentifier": "yBcY7wVwAUKplrKwaxQNOQ==",
"supplierIdentifierGuid": "ef1817c8-7005-4201-a996-b2b06b140d39",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "14"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "2lji2y3FBUapKnrx+nz4Ig==",
"parentPluGuid": "dbe258da-c52d-4605-a92a-7af1fa7cf822",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "15",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "eOC3+s6nPkytAOeQzYa36A==",
"guid": "fab7e078-a7ce-4c3e-ad00-e790cd86b7e8",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "mzk7AVEW3028+mQIkiN1Gw==",
"priceGroupGuid": "013b399b-1651-4ddf-bcfa-64089223751b",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:20:28.3086889",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:20:28.3086889",
"pluCreated": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889",
"lastManualUpdate": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889",
"currentCostUpdated": "2026-04-03T06:20:28.3086889",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "v+lUBdyzsEW9XviBraJ15w==",
"altPLUGuid": "0554e9bf-b3dc-45b0-bd5e-f881ada275e7",
"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:20:28.3086889",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "xvp1E+LzxEC6BWROLrf0jw==",
"shelfPageLayoutGuid": "1375fac6-f3e2-40c4-ba05-644e2eb7f48f",
"talkerPageLayoutG_UID": "zk6ol8mToUmUxC00HZU59A==",
"talkerPageLayoutGuid": "97a84ece-93c9-49a1-94c4-2d341d9539f4",
"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": "dtX6J4arhkO05sEued80fA==",
"inventoryIdentifier": "27fad576-ab86-4386-b4e6-c12e79df347c",
"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": "iIscwWSav06vXq5usOY6Pw==",
"parentPluGuid": "c11c8b88-9a64-4ebf-af5e-ae6eb0e63a3f",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "wcztJ2PyskuofOfmqWZVKA==",
"supplierIdentifierGuid": "27edccc1-f263-4bb2-a87c-e7e6a9665528",
"supplierChanged": true,
"rebateSupplierIdentifier": "R03DyskA50+NXViq1p9Lmg==",
"rebateSupplierIdentifierGuid": "cac34d47-00c9-4fe7-8d5d-58aad69f4b9a",
"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:20:28.3086889",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "sJAs8IhwpE6wrvT3W22Wxg==",
"hostIdentifierGuid": "f02c90b0-7088-4ea4-b0ae-f4f75b6d96c6",
"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": "15"
},
{
"$ref": "15"
}
],
"store": {
"$ref": "5"
},
"storePrices": [
{
"$id": "16",
"pluG_UID": "pU1OWEPXokGs4MwFGU6cdA==",
"pluGuid": "584e4da5-d743-41a2-ace0-cc05194e9c74",
"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:20:28.3086889"
},
{
"$ref": "16"
}
],
"currentPrices": {
"$id": "17",
"pluPrices": {
"$id": "18",
"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:20:28.3086889",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "18"
},
"winningCampaign": 1,
"winner": {
"$id": "19",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:20:28.3086889",
"startTime": 5,
"endDate": "2026-04-03T06:20:28.3086889",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "EyuWp8QXX062dk4iUIzMlA==",
"hostIdentifierGuid": "a7962b13-17c4-4e5f-b676-4e22508ccc94",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "19"
},
{
"$ref": "19"
}
]
},
"tray": {
"$id": "20",
"g_UId": "/OTnVak7vUWOdRPLlboqKA==",
"guid": "55e7e4fc-3ba9-45bd-8e75-13cb95ba2a28",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "21",
"priceGroupG_UID": "rYtctvVXukahJEDqzhhksg==",
"priceGroupGuid": "b65c8bad-57f5-46ba-a124-40eace1864b2",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:20:28.3086889",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "22",
"pluG_UID": "K+KoqoYpe0+irRagqniVOw==",
"pluGuid": "aaa8e22b-2986-4f7b-a2ad-16a0aa78953b",
"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": "23",
"pluGuid": "31fab6a7-72f6-477b-a20f-0d25e2abfd8a",
"created": "2026-04-03T06:20:28.3086889",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:20:28.3086889",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:20:28.3086889",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:20:28.3086889",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:20:28.3086889",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:20:28.3086889",
"lastSold": "2026-04-03T06:20:28.3086889",
"firstSold": "2026-04-03T06:20:28.3086889",
"awsUpdated": "2026-04-03T06:20:28.3086889",
"lastManualUpdate": "2026-04-03T06:20:28.3086889",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:20:28.3086889",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:20:28.3086889",
"doNotRangeUpdated": "2026-04-03T06:20:28.3086889",
"doNotOrderUpdated": "2026-04-03T06:20:28.3086889",
"tracked": "2026-04-03T06:20:28.3086889"
},
"allergens": [
{
"$id": "24",
"primaryKey": {
"$id": "25",
"pluGuid": "d3c862a1-3ddb-410b-ad44-4751e4edeffa",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "oWLI09s9C0GtREdR5O3v+g==",
"pluGuid": "d3c862a1-3ddb-410b-ad44-4751e4edeffa",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "24"
}
],
"costs": {
"$id": "26",
"pluG_UID": "rwPsAfZlQEqNWatDxlGPmw==",
"pluGuid": "01ec03af-65f6-4a40-8d59-ab43c6518f9b",
"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:20:28.3086889",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "27",
"saleHeaderID": 1,
"created": "2026-04-03T06:20:28.3086889",
"createdLocal": "2026-04-03T06:20:28.3086889",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "D6CkzZzMMEqEzDJkNehtjg==",
"operatorGuid": "cda4a00f-cc9c-4a30-84cc-326435e86d8e",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "OrqSCNBchEaP7xGTyBTP4Q==",
"pluGuid": "0892ba3a-5cd0-4684-8fef-1193c814cfe1",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "3"
}
},
{
"$ref": "27"
}
],
"apns": [
{
"$id": "28",
"pluID": 1,
"pluG_UID": "qao/RWTTW0ShFGBJqr+MFA==",
"pluGuid": "453faaa9-d364-445b-a114-6049aabf8c14",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"tuns": [
{
"$id": "29",
"pluG_UId": "TIM+E16uK0SxCoBOVHRYeg==",
"pluGuid": "133e834c-ae5e-442b-b10a-804e5474587a",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "15"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"competitionPricing": [
{
"$id": "30",
"identifier": "PZ6yf09OGE2FvPzF7i9O1Q==",
"identifierGuid": "7fb29e3d-4e4f-4d18-85bc-fcc5ee2f4ed5",
"pluG_UID": "7KFljvY5dEujAzvTZ4KesQ==",
"pluGuid": "8e65a1ec-39f6-4b74-a303-3bd367829eb1",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "30"
}
],
"supplier": {
"$ref": "10"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"ordering": {
"$ref": "13"
},
"flipChartPages": [
{
"$id": "31",
"identifier": "1JZe7ehOdEyNri+nO3DtpA==",
"groupName": "sample string 1",
"identifierGuid": "ed5e96d4-4ee8-4c74-8dae-2fa73b70eda4",
"exists": true,
"flipChartIdentifier": "+1dhGkoeUUSbKi2pAtD42A==",
"flipChartIdentifierGuid": "1a6157fb-1e4a-4451-9b2a-2da902d0f8d8",
"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": "Cz6l+r03FEiWfaZjvH2WKw==",
"groupIdentifierGuid": "faa53e0b-37bd-4814-967d-a663bc7d962b",
"flipChart": {
"$id": "32",
"identifier": "Yq+RdbGnJUy6LkhE6KPiMQ==",
"identifierGuid": "7591af62-a7b1-4c25-ba2e-4844e8a3e231",
"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": "33",
"identifier": "hyXI7d5WM0CWD0vSWlpy/w==",
"identifierGuid": "edc82587-56de-4033-960f-4bd25a5a72ff",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "34",
"id": 1,
"g_UID": "lScK3rIWxEC1veXk5xai0A==",
"guid": "de0a2795-16b2-40c4-b5bd-e5e4e716a2d0",
"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": "zc/nRFCw8kig6AMtlAnE8Q==",
"previousFormGuid": "44e7cfcd-b050-48f2-a0e8-032d9409c4f1",
"nextForm": 1,
"nextFormG_UID": "+96AbQN2TkaqFt+KBy7cWQ==",
"nextFormGuid": "6d80defb-7603-464e-aa16-df8a072edc59",
"attributes": "sample string 10",
"updated": "2026-04-03T06:20:28.3086889",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "34"
},
"previousCheckoutForm": {
"$ref": "34"
},
"buttons": [
{
"$id": "35",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "rieWh115UEyUcEygXlAmzg==",
"checkoutFormGuid": "879627ae-795d-4c50-9470-4ca05e5026ce",
"identifier": "NOjFSzGNvkawd8QAHyh4jw==",
"identifierGuid": "4bc5e834-8d31-46be-b077-c4001f28788f",
"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": "A8flP1ZGeECQEftK0uPaEQ==",
"valueGuid": "3fe5c703-4656-4078-9011-fb4ad2e3da11",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:20:28.3086889",
"action": "sample string 12",
"valueForm": {
"$ref": "34"
},
"image": {
"$id": "36",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:20:28.3086889",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "35"
}
],
"panels": [
{
"$id": "37",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "FhNPEwKKv0qjgSt2bxNg1g==",
"checkoutFormGuid": "134f1316-8a02-4abf-a381-2b766f1360d6",
"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": "37"
}
]
},
{
"$ref": "34"
}
],
"panels": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"contentPanel": {
"$ref": "37"
},
"products": [
{
"$id": "38",
"flipChartPageIdentifier": "3g/ZUrzh6kCFllF5mPivRA==",
"flipChartPageIdentifierGuid": "52d90fde-e1bc-40ea-8596-517998f8af44",
"pluG_UID": "yfD7WRyZG0S2sfheerVaqA==",
"pluGuid": "59fbf0c9-991c-441b-b6b1-f85e7ab55aa8",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "15"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "38"
}
],
"productCount": 27,
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
{
"$ref": "31"
}
],
"priceHistory": [
{
"$id": "39",
"pluG_UID": "pjCWEeS/A0WkQhyoyTm8xw==",
"pluGuid": "119630a6-bfe4-4503-a442-1ca8c939bcc7",
"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:20:28.3086889",
"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": "39"
}
],
"ingredients": [
{
"$id": "40",
"pluG_UID": "U4yNsNe1BUG55HYp3nPG6Q==",
"ingredientGuid": "OYIr1IcMYE+9eSUScwF4yA==",
"ingredientIdentifier": "d42b8239-0c87-4f60-bd79-2512730178c8",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "15"
}
},
{
"$ref": "40"
}
],
"bins": [
{
"$id": "41",
"pluG_UID": "twlE0pFd6Uyx+kHnJE6hcA==",
"pluGuid": "d24409b7-5d91-4ce9-b1fa-41e7244ea170",
"shelfLocationIdentifier": "YKKfoDUFdUmWyeXoh/Tnzw==",
"shelfLocationGuid": "a09fa260-0535-4975-96c9-e5e887f4e7cf",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "spDC7WhuqUqO03TwJbOSXw==",
"labelPageLayoutGuid": "edc290b2-6e68-4aa9-8ed3-74f025b3925f",
"updated": "2026-04-03T06:20:28.3086889",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "15"
},
"location": {
"$id": "42",
"identifier": "7MDLTz/RqkOTuTgDEuemmQ==",
"storeID": 1,
"identifierGuid": "4fcbc0ec-d13f-43aa-93b9-380312e7a699",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:20:28.3086889",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "41"
}
],
"bin": {
"$ref": "41"
},
"scaleLocations": [
{
"$id": "43",
"plu": 1,
"pluG_UID": "iZVKct6yU06r63NIaKtN1Q==",
"pluGuid": "724a9589-b2de-4e53-abeb-734868ab4dd5",
"deptNo": 1,
"product": {
"$ref": "15"
},
"scaleLocation": {
"$id": "44",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:20:28.3086889",
"department": {
"$id": "45",
"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": "44"
},
"subDepartments": [
{
"$id": "46",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "47",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "48",
"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:20:28.3086889",
"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": "+r9LKAjvsUyGPInXoFPB3A==",
"labelPageLayoutGuid": "284bbffa-ef08-4cb1-863c-89d7a053c1dc",
"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": "49",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "51",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "51"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "50"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$id": "52",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "48"
}
],
"updated": "2026-04-03T06:20:28.3086889",
"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": "6p43I5vsaUyziDy10Us06A==",
"labelPageLayoutGuid": "23379eea-ec9b-4c69-b388-3cb5d14b34e8",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "47"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:28.3086889",
"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": "XkUzbhmKsEG86ggD/wDGwg==",
"labelPageLayoutGuid": "6e33455e-8a19-41b0-bcea-0803ff00c6c2",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "46"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:20:28.3086889",
"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": "Un+5Ssa1U0eIOu9okgrHRw==",
"labelPageLayoutGuid": "4ab97f52-b5c6-4753-883a-ef68920ac747",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
}
}
},
{
"$ref": "43"
}
],
"nextPrice": {
"$id": "53",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "OoBEBEElfUuW4rb3RVVXAA==",
"pluGuid": "0444803a-2541-4b7d-96e2-b6f745555700",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "0M+j3O++4kmzrvtbEhWsMw==",
"dealCostGuid": "dca3cfd0-beef-49e2-b3ae-fb5b1215ac33",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "GqB6hKT+VUCMmo9wdBTcbw==",
"priceGroupGuid": "847aa01a-fea4-4055-8c9a-8f707414dc6f",
"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:20:28.3086889",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c5f16c04-e808-4f06-908f-b8658155057d",
"campaignComboPriceGroupG_UID": "8dw11sHQkkWVKVjGBavJGw==",
"campaignComboPriceGroupIdentifier": "d635dcf1-d0c1-4592-9529-58c605abc91b",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "54",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:20:28.3086889",
"operatorG_UID": "0228HLW59USKscuRmLkOeg==",
"operatorGuid": "1cbc6dd3-b9b5-44f5-8ab1-cb9198b90e7a",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:20:28.3086889",
"signIqTicketFileMovedUtc": "2026-04-03T06:20:28.3086889",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:20:28.3086889",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "b6cce1a1-86c0-486d-b43a-effec5d4431c",
"product": {
"$ref": "15"
},
"campaignPlu": {
"$ref": "53"
},
"fuelItem": true
},
{
"$ref": "54"
}
],
"campaign": {
"$id": "55",
"id": 1,
"storeID": 2,
"name": "b18b4207-6008-475e-92d6-7994a8f792e0",
"nameGuid": "b18b4207-6008-475e-92d6-7994a8f792e0",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:20:28.3086889",
"startTime": 1,
"endDate": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889",
"system": true,
"created": "2026-04-03T06:20:28.3086889",
"updated": "2026-04-03T06:20:28.3086889",
"priceChangeNotifiedUtc": "2026-04-03T06:20:28.3086889",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "gb8+GlIrxUqm0d1hvBbfQw==",
"hostIdentifierGuid": "1a3ebf81-2b52-4ac5-a6d1-dd61bc16df43",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:20:28.3086889",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"campaignPools": [
{
"$id": "56",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "e7Sg1VvT8EKA8CKWl7QOSQ==",
"pluGuid": "d5a0b47b-d35b-42f0-80f0-229697b40e49",
"hostOfferID": 1,
"priceGroupG_UID": "0xXZAvRbbkyd2m8nlc78hg==",
"priceGroupGuid": "02d915d3-5bf4-4c6e-9dda-6f2795cefc86",
"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:20:28.3086889",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "15"
},
"campaign": {
"$ref": "55"
}
},
{
"$ref": "56"
}
],
"sellingRules": [
{
"$id": "57",
"id": 1,
"identifier": "teFMRvVMQEKdbFCBD1GqaA==",
"identifierStr": "teFMRvVMQEKdbFCBD1GqaA==",
"identifierGuid": "464ce1b5-4cf5-4240-9d6c-50810f51aa68",
"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": "55"
}
},
{
"$ref": "57"
}
],
"customers": [
{
"$id": "58",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "iw++kYWgB0SrhO0ZPgzntg==",
"customerIDGuid": "91be0f8b-a085-4407-ab84-ed193e0ce7b6",
"campaign": {
"$ref": "55"
},
"customer": {
"$id": "59",
"identifier": "YtWwbS5npUy/WYej7TRySA==",
"identifierGuid": "6db0d562-672e-4ca5-bf59-87a3ed347248",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:20:28.3086889",
"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": "/YP/v6f9ZUaCG5wgg3LLjA==",
"communityIdentifierGuid": "bfff83fd-fda7-4665-821b-9c208372cb8c",
"joined": "2026-04-03T06:20:28.3086889",
"updated": "2026-04-03T06:20:28.3086889",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "zpb3MLcbuE6RXz+FYutWyQ==",
"priceLevelIdentifierGuid": "30f796ce-1bb7-4eb8-915f-3f8562eb56c9",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:20:28.3086889",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "60",
"cardType": 2,
"issueDate": "2026-04-03T06:20:28.3086889",
"expiry": "2026-04-03T06:20:28.3086889",
"customerID": "YlevI2NLYUq5eZk6EKel1Q==",
"customerIDGuid": "23af5762-4b63-4a61-b979-993a10a7a5d5",
"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:20:28.3086889",
"linkedAccount": "CZ/6KOxwIk2DYDLxmlgcUw==",
"linkedAccountGuid": "28fa9f09-70ec-4d22-8360-32f19a581c53",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "59"
},
"account": {
"$id": "61",
"id": 1,
"identifier": "rGjkNa+Jek+i51Qv+iJzCA==",
"identifierGuid": "35e468ac-89af-4f7a-a2e7-542ffa227308",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:20:28.3086889",
"owner": "/EY2yZ0BaUSJIfNqh4YCWQ==",
"ownerGuid": "c93646fc-019d-4469-8921-f36a87860259",
"accountStoreGroupIdentifier": "MkP2OET200SxnfLERTUtHg==",
"accountStoreGroupGuid": "38f64332-f644-44d3-b19d-f2c445352d1e",
"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:20:28.3086889",
"active": true,
"updated": "2026-04-03T06:20:28.3086889",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "59"
},
"card": {
"$ref": "60"
},
"members": {
"$id": "62",
"sample string 1": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"sample string 2": [
{
"$ref": "59"
},
{
"$ref": "59"
}
]
},
"customerGroups": [
{
"$id": "63",
"identifier": "cTV3oGzUy0uK65mQxJng6A==",
"identifierGuid": "a0773571-d46c-4bcb-8aeb-9990c499e0e8",
"name": "sample string 2",
"primaryContact": "SW0vkw+Pj0mIWOWowqtojQ==",
"primaryContactGuid": "932f6d49-8f0f-498f-8858-e5a8c2ab688d",
"accountID": "6x8K9dCZeEKg/fzehQtxcg==",
"accountIDGuid": "f50a1feb-99d0-4278-a0fd-fcde850b7172",
"special": true,
"updated": "2026-04-03T06:20:28.3086889",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "w1c+1T2uc0OwHJs2oV7gXg==",
"priceLevelIdentifierGuid": "d53e57c3-ae3d-4373-b01c-9b36a15ee05e",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "61"
},
"primaryContactCustomer": {
"$ref": "59"
},
"customerGroupMembers": [
{
"$id": "64",
"id": 1,
"groupID": "5V8ZVW8UxEOTLW8Z9f7zSg==",
"groupIDGuid": "55195fe5-146f-43c4-932d-6f19f5fef34a",
"customerID": "hQ5CpVAaAEuen9ze0qa+CQ==",
"customerIDGuid": "a5420e85-1a50-4b00-9e9f-dcded2a6be09",
"card": "sample string 4",
"linkedAccount": "MBexNJXw+EOU+S27H5d73g==",
"linkedAccountGuid": "34b11730-f095-43f8-94f9-2dbb1f977bde",
"customer": {
"$ref": "59"
},
"group": {
"$ref": "63"
},
"customerCard": {
"$ref": "60"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "63"
}
]
},
"payments": [
{
"$id": "65",
"id": 1,
"identifier": "IdKewh8fFke1VcsLpWZ1YQ==",
"identifierGuid": "c29ed221-1f1f-4716-b555-cb0ba5667561",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "mHt1Ak/0B0uCtgongF3HjQ==",
"accountIDGuid": "02757b98-f44f-4b07-82b6-0a27805dc78d",
"customerAccount": {
"$ref": "61"
},
"customerCard": {
"$ref": "60"
},
"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:20:28.3086889",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "1yubtNeqjEeipZ/HMME5sA==",
"idempotentVoidGuid": "b49b2bd7-aad7-478c-a2a5-9fc730c139b0",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$ref": "1"
},
"metadata": {
"$id": "66",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "O/3eWjzSiEaj0UbucmVkvA==",
"paymentIdentifierGuid": "5adefd3b-d23c-4688-a3d1-46ee726564bc",
"identifier": "ZhF01RjSvEC8J77X191o5g==",
"identifierGuid": "d5741166-d218-40bc-bc27-bed7d7dd68e6",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "+sfrWvOYW0iI/OOQc9ZoOw==",
"itemIdentifierGuid": "5aebc7fa-98f3-485b-88fc-e39073d6683b"
}
},
{
"$ref": "65"
}
]
},
{
"$ref": "60"
}
],
"customerGroupMembers": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"customerGroups": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"accounts": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"account": {
"$ref": "61"
},
"vouchers": [
{
"$id": "67",
"customerIdentifier": "1CekB9z+gUCxMCMNmWdaYA==",
"customerIdentifierGuid": "07a427d4-fedc-4081-b130-230d99675a60",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "K/4V9LUsXEezqOd/JmPbBQ==",
"idempotentGuid": "f415fe2b-2cb5-475c-b3a8-e77f2663db05",
"offline": true,
"voucher": {
"$id": "68",
"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:20:28.3086889",
"barcodeTemplate": {
"$id": "69",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "70",
"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:20:28.3086889",
"labelPageLayout": "odZfmyUp8kOaBMhDgKyKjQ==",
"pageLayoutGuid": "9b5fd6a1-2925-43f2-9a04-c84380ac8a8d",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "68"
},
"elements": [
{
"$id": "71",
"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:20:28.3086889"
},
{
"$ref": "71"
}
]
},
"customerVouchers": [
{
"$id": "72",
"id": 1,
"customerIdentifier": "cHq+Y54JKku93neJckG2Aw==",
"customerIdentifierGuid": "63be7a70-099e-4b2a-bdde-77897241b603",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:20:28.3086889",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Jp5rgpAMlUuMM1joNXcF0g==",
"issuedIdempotentGuid": "826b9e26-0c90-4b95-8c33-58e8357705d2",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:20:28.3086889",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:20:28.3086889",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "7sNlP5hyo0GE5v2Jjxt0/A==",
"redeemedIdempotentGuid": "3f65c3ee-7298-41a3-84e6-fd898f1b74fc",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:20:28.3086889",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "70"
},
"voucher": {
"$ref": "68"
},
"customer": {
"$ref": "59"
},
"issuedOfflinePayment": {
"$ref": "65"
},
"redeemedOfflinePayment": {
"$ref": "65"
}
},
{
"$ref": "72"
}
]
},
"customer": {
"$ref": "59"
}
},
{
"$ref": "67"
}
]
}
},
{
"$ref": "58"
}
],
"customerGroups": [
{
"$id": "73",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "MCoyL75O3EG2oZ2x7XpD/Q==",
"groupIDGuid": "2f322a30-4ebe-41dc-b6a1-9db1ed7a43fd",
"campaign": {
"$ref": "55"
},
"group": {
"$ref": "63"
}
},
{
"$ref": "73"
}
],
"signIqTickets": [
{
"$id": "74",
"identifier": "+5xGqr7ngEuf/rXGFAh+cg==",
"identifierGuid": "aa469cfb-e7be-4b80-9ffe-b5c614087e72",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "74"
}
],
"comboPriceGroups": [
{
"$id": "75",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "fkLuxLrmY0ia5W5WkPkPqg==",
"guid": "c4ee427e-e6ba-4863-9ae5-6e5690f90faa",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "55"
},
"comboPricePlus": [
{
"$id": "76",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "fYuHFVCUBU6LPcMBP/xI9g==",
"groupGuid": "15878b7d-9450-4e05-8b3d-c3013ffc48f6",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "WzYV7Ye2DUO087NwmhlBow==",
"pluGuid": "ed15365b-b687-430d-b4f3-b3709a1941a3",
"priceGroupG_UID": "j4rmHXzirUmBwUX8r2RWFw==",
"priceGroupGuid": "1de68a8f-e27c-49ad-81c1-45fcaf645617",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "55"
},
"product": {
"$ref": "15"
},
"priceGroup": {
"$ref": "21"
},
"campaignPool": {
"$ref": "55"
}
},
{
"$ref": "76"
}
]
},
{
"$ref": "75"
}
],
"priceLevels": [
{
"$id": "77",
"id": 1,
"priceLevelIdentifier": "VIpyD5AGwEiGf+CxtO+qVA==",
"priceLevelIdentifierGuid": "0f728a54-0690-48c0-867f-e0b1b4efaa54",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "77"
}
],
"promotionType": {
"$id": "78",
"identifier": "q0zvhX2PPkqYg3Ha8BVsBQ==",
"identifierGuid": "85ef4cab-8f7d-4a3e-9883-71daf0156c05",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "3v3U36GYXkWxyzAM86p3Ew==",
"labelPageLayoutGuid": "dfd4fdde-98a1-455e-b1cb-300cf3aa7713",
"priceLevelIdentifier": "593Tgbrsp0KgCNsxuVRLfg==",
"priceLevelIdentifierGuid": "81d3dde7-ecba-42a7-a008-db31b9544b7e",
"active": true,
"updated": "2026-04-03T06:20:28.3086889",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "15"
},
"dealCost": {
"$id": "79",
"headerIdentifier": "SMeBketd6k2PUkynSbrLLQ==",
"headerIdentifierGuid": "9181c748-5deb-4dea-8f52-4ca749bacb2d",
"identifier": "V09bXwv/MUelO0iIRuhLiQ==",
"identifierGuid": "5f5b4f57-ff0b-4731-a53b-488846e84b89",
"supplierIdentifier": "6i898jNUt0ivORYba8M9Sw==",
"supplierGuid": "f23d2fea-5433-48b7-af39-161b6bc33d4b",
"pluG_UID": "PmiBf09DiEq1+7qhZ+oezQ==",
"pluGuid": "7f81683e-434f-4a88-b5fb-baa167ea1ecd",
"campaignName": "9f8fcfc3-ee3f-40c4-af0f-dd61e03c6d8d",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:20:28.3086889",
"end": "2026-04-03T06:20:28.3086889",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "bEg5XuU3tk+z5QMkzzKZjQ==",
"bonusItemPluGuid": "5e39486c-37e5-4fb6-b3e5-0324cf32998d",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889",
"campaignEndDate": "2026-04-03T06:20:28.3086889",
"masterPLUG_UID": "WzvA0xnKUU+1I6Hb43FTJw==",
"masterID": "d3c03b5b-ca19-4f51-b523-a1dbe3715327",
"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": "G1eFfRngl0WA0k4q0WHiyg==",
"bonusMasterID": "7d85571b-e019-4597-80d2-4e2ad161e2ca",
"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:20:28.3086889",
"dealCosts": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"tags": [
{
"$id": "80",
"pluG_UID": "kzJm4beFoESpHQ07eOxQ2g==",
"pluGuid": "e1663293-85b7-44a0-a91d-0d3b78ec50da",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "80"
}
],
"alternateProductG_UID": "SMS6RnwPGUSBBCtRPU8mIw==",
"alternateProduct": "46bac448-0f7c-4419-8104-2b513d4f2623",
"altProduct": {
"$ref": "15"
},
"productHostCode": {
"$id": "81",
"id": 1,
"pluG_UID": "YEcKpOtxNk+/PTeRYuMkdQ==",
"pluGuid": "a40a4760-71eb-4f36-bf3d-379162e32475",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:20:28.3086889",
"inventoryTracked": "2026-04-03T06:20:28.3086889",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "82",
"pluG_UID": "XEoF9BZ7wEKIAPzJcYOc0Q==",
"pluGuid": "f4054a5c-7b16-42c0-8800-fcc971839cd1",
"fuelPluG_UID": "HdwsvyDeIEu7pSsjK6qrrg==",
"fuelPluGuid": "bf2cdc1d-de20-4b20-bba5-2b232baaabae",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "82"
},
{
"$ref": "82"
}
]
},
"supplier": {
"$ref": "10"
},
"serviceFee": {
"$id": "83",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "13"
}
],
"orderCycleHeaders": [
{
"$id": "84",
"storeID": 1,
"supplierIdentifier": "Bdy2NFPwWkaWYOidZVl6NA==",
"supplierGuid": "34b6dc05-f053-465a-9660-e89d65597a34",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "84"
}
],
"cycles": [
{
"$id": "85",
"storeID": 1,
"supplierIdentifier": "xx6AhAbLm02UpdJzaLoaYw==",
"supplierGuid": "84801ec7-cb06-4d9b-94a5-d27368ba1a63",
"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:20:28.3086889",
"deliveryDate": "2026-04-03T06:20:28.3086889",
"nextCutOffDate": "2026-04-03T06:20:28.3086889",
"nextDeliveryDate": "2026-04-03T06:20:28.3086889",
"nextDaysBuffer": 10
},
{
"$ref": "85"
}
],
"store": {
"$ref": "5"
},
"updated": "2026-04-03T06:20:28.3086889",
"isHost": true
},
"files": [
{
"$id": "86",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:20:28.3086889",
"processed": "2026-04-03T06:20:28.3086889",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:20:28.3086889",
"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": "9"
},
"metcashHeader": {
"$id": "87",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:20:28.3086889",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "86"
}
],
"zoneMatrix": [
{
"$id": "88",
"id": 1,
"hostIdentifier": "b96jn9CQEkuMuprwDzrQNQ==",
"hostIdentifierGuid": "9fa3de6f-90d0-4b12-8cba-9af00f3ad035",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"f8b1eb56-baf4-48c2-b765-45f999309fa8",
"295c0311-ca1f-4ca9-ae20-43394f240fc5"
]
},
{
"$ref": "88"
}
],
"hostFileStoreSetting": {
"$ref": "8"
},
"hostStoreSettings": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"promotionPlacements": [
{
"$id": "89",
"identifier": "iUo6B8mxaUWuwcYa5M3Q0g==",
"identifierGuid": "073a4a89-b1c9-4569-aec1-c61ae4cdd0d2",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "89"
}
],
"promoTypeGuids": [
"9fb8fb4e-be11-4d5e-98fc-54e7be011fe3",
"9956b9b4-aafd-4bee-8c57-2b75f01fcafa"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "8"
}
],
"accounts": [
{
"$id": "90",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "90"
}
],
"sales": [
{
"$id": "91",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:20:28.3086889",
"ftpSite": {
"$id": "92",
"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": "91"
}
],
"zoneMatrix": [
{
"$ref": "88"
},
{
"$ref": "88"
}
],
"cashManagements": [
{
"$id": "93",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "94",
"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": "93"
}
],
"updateStoreID": "cc6efa13-06a5-4a47-95d8-4782f8d797ae",
"updateStore": {
"$id": "95",
"id": "1a0be02b-046d-472c-af76-a61caa85f23a",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:20:28.3086889",
"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:20:28.3086889"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "96",
"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": "4"
}
]
},
"customer": {
"$ref": "59"
},
"communityOrganisation": {
"$id": "97",
"id": 1,
"identifier": "TwuEHCCI9UWmN0u0fsnoig==",
"identifierGuid": "1c840b4f-8820-45f5-a637-4bb47ec9e88a",
"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:20:28.3086889",
"promoPeriodEnd": "2026-04-03T06:20:28.3086889",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:20:28.3086889",
"deleted": true
},
"details": [
{
"$id": "98",
"saleItemID": 1,
"identifier": "5hNwfUA4lUKHtZUcsaw3zw==",
"identifierGuid": "7d7013e6-3840-4295-87b5-951cb1ac37cf",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "kyMUe3sSdUOkqGB9mwODag==",
"pluGuid": "7b142393-127b-4375-a4a8-607d9b03836a",
"accountID": "VwXZCtaPeEuIfQRM7Aueqw==",
"accountIDGuid": "0ad90557-8fd6-4b78-887d-044cec0b9eab",
"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:20:28.3086889",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "Aqe7m0QIrUSEGkEUgiANNQ==",
"refundGuid": "9bbba702-0844-44ad-841a-411482200d35",
"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": "muiGg3RjVUuGRUJFhHhcBg==",
"idempotentVoidGuid": "8386e89a-6374-4b55-8645-424584785c06",
"priceLevelIdentifier": "qfqra5iwckGp1ntXUIa2eg==",
"priceLevelIdentifierGuid": "6babfaa9-b098-4172-a9d6-7b575086b67a",
"communityIdentifier": "B3cGEbrvNk2h7pvrljY7iw==",
"communityIdentifierGuid": "11067707-efba-4d36-a1ee-9beb96363b8b",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "99",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:20:28.3086889",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "99"
}
],
"refund": {
"$id": "100",
"id": 1,
"g_UID": "Cm0YnvajNkehFv72PJ/A9g==",
"guid": "9e186d0a-a3f6-4736-a116-fef63c9fc0f6",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:20:28.3086889"
},
"modifier": {
"$id": "101",
"id": 1,
"setG_UID": "chyGyfbpVkeMLo0wPHa6dA==",
"modifierSetGuid": "c9861c72-e9f6-4756-8c2e-8d303c76ba74",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "PLUUj1EH3ky6/BdLkIJJnA==",
"pluGuid": "8f14b53c-0751-4cde-bafc-174b9082499c",
"deleted": true,
"g_UID": "lb1Vuz7BYE2C6WXn9cX94Q==",
"guid": "bb55bd95-c13e-4d60-82e9-65e7f5c5fde1",
"product": {
"$ref": "15"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "98"
}
],
"eftReceipts": [
{
"$id": "102",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "1"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "102"
}
],
"payments": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"cards": [
{
"$id": "103",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "103"
}
],
"campaignHits": [
{
"$id": "104",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "104"
}
],
"fuel": [
{
"$id": "105",
"id": 1,
"plu": 1,
"pluG_UID": "xorwUnPWJEWCKhOfhyezkQ==",
"pluGuid": "52f08ac6-d673-4524-822a-139f8727b391",
"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:20:28.3086889",
"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:20:28.3086889",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "105"
}
],
"fuelResells": [
{
"$id": "106",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Wjy11T17y0GjGT5sh+hsvQ==",
"pluGuid": "d5b53c5a-7b3d-41cb-a319-3e6c87e86cbd",
"accountID": "eArM7bFug0Oulf4enZhCag==",
"accountIDGuid": "edcc0a78-6eb1-4383-ae95-fe1e9d98426a",
"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:20:28.3086889",
"bestOrExpireType": 1,
"refundG_UID": "CX2TFsBff0CNoDJo3hJKHw==",
"refundGuid": "16937d09-5fc0-407f-8da0-3268de124a1f",
"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": "106"
}
],
"customerOrder": [
{
"$id": "107",
"identifier": "uqrm1A1HdU2C0p36U/VKUA==",
"identifierGuid": "d4e6aaba-470d-4d75-82d2-9dfa53f54a50",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "oGCt+BmXO0+xaYm8xQ0xig==",
"customerIdentifierGuid": "f8ad60a0-9719-4f3b-b169-89bcc50d318a",
"operatorNo": 1,
"operatorG_UID": "UMCkUj8FbEWODhXmWZeqOA==",
"operatorGuid": "52a4c050-053f-456c-8e0e-15e65997aa38",
"created": "2026-04-03T06:20:28.3086889",
"ordered": "2026-04-03T06:20:28.3086889",
"started": "2026-04-03T06:20:28.3086889",
"completed": "2026-04-03T06:20:28.3086889",
"supplied": "2026-04-03T06:20:28.3086889",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "59"
},
"operator": {
"$ref": "3"
},
"details": [
{
"$id": "108",
"headerID": 1,
"plu": 1,
"pluG_UId": "ZwC4xTjoeEyIr7TPoinkVw==",
"pluGuid": "c5b80067-e838-4c78-88af-b4cfa229e457",
"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": "dUAuxLQHUkmprjbZ71xilg==",
"headerIdentifierGuid": "c42e4075-07b4-4952-a9ae-36d9ef5c6296",
"product": {
"$ref": "15"
}
},
{
"$ref": "108"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "1"
}
},
{
"$ref": "107"
}
],
"surveyResponses": [
{
"$id": "109",
"surveyG_UID": "9Eos4kj8ukaRdO/285CwFg==",
"surveyGuid": "e22c4af4-fc48-46ba-9174-eff6f390b016",
"saleHeaderGuid": "AwDgwv6SEEKoRgnEcrT3Pg==",
"saleGuid": "c2e00003-92fe-4210-a846-09c472b4f73e",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "DwdFTxZqREyleaT43E6feg==",
"guidResponse": "4f45070f-6a16-4c44-a579-a4f8dc4e9f7a",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:20:28.3086889",
"sale": {
"$ref": "1"
},
"survey": {
"$id": "110",
"g_UID": "kL/p9VJ37kuXpGbLX65U/Q==",
"guid": "f5e9bf90-7752-4bee-97a4-66cb5fae54fd",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "8Pb5k9vzE0+8Q5jwJSri+w==",
"checkoutFormGuid": "93f9f6f0-f3db-4f13-bc43-98f0252ae2fb",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:20:28.3086889",
"end": "2026-04-03T06:20:28.3086889",
"deleted": true,
"updated": "2026-04-03T06:20:28.3086889",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"6b5c72c6-4a26-4e80-b1e8-bc87d1e1f680",
"41ba5797-ebaf-4867-ba5e-ea59c04dcf65"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "34"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "109"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "+eNZ6Co6LUeSaMt+Tk+QxA==",
"accountIdentifier": "e859e3f9-3a2a-472d-9268-cb7e4e4f90c4",
"accountName": "sample string 44",
"customerOrderIdentifier": "01zDVrUUv0ac6sDT2fD/1w==",
"customerOrderIdentifierGuid": "56c35cd3-14b5-46bf-9cea-c0d3d9f0ffd7",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.