POST api/store/{storeID}/sales
Import sales at store
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID |
store to save sales at |
integer |
Required |
Body Parameters
List of sales to import
Collection of StoreSaleHeaderName | 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. |
|
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. |
|
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": "NspeDTnNrU63Fk3mVhB+Fw==", "saleHeaderIdentifierGuid": "0d5eca36-cd39-4ead-b716-4de656107e17", "created": "2025-06-14T07:02:34.6067685", "createdLocal": "2025-06-14T07:02:34.6067685", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-06-14T07:02:34.6067685", "storeID": 1, "operatorG_Uid": "DQS6A15CDEeSiW4f3MVa+w==", "operatorGuid": "03ba040d-425e-470c-9289-6e1fdcc55afb", "customerG_Uid": "utZ8fiM+ZEGKxQ1Uvgkwag==", "customerGuid": "7e7cd6ba-3e23-4164-8ac5-0d54be09306a", "communityIdentifier": "/h+y276K3EaBrVVpXoX1NQ==", "communityIdentifierGuid": "dbb21ffe-8abe-46dc-81ad-55695e85f535", "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": "njedh7jf0EuOve4Zw3WZdw==", "priceLevelIdentifierGuid": "879d379e-dfb8-4bd0-8ebd-ee19c3759977", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "2", "id": 1, "g_Uid": "IQ60ofqtPkGjhejx4TIppw==", "guid": "a1b40e21-adfa-413e-a385-e8f1e13229a7", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-06-14T07:02:34.6067685", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T07:02:34.6067685", "endShift": "2025-06-14T07:02:34.6067685", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "3", "operatorG_UID": "YQYCtyYRCEafa/PPpBat9g==", "operatorGuid": "b7020661-1126-4608-9f6b-f3cfa416adf6", "storeID": 2, "operator": { "$ref": "2" }, "store": { "$id": "4", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-06-14T07:02:34.6067685", "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": "jMH7zwdNd0SDBrF6cHuM0Q==", "hostIdentifierGuid": "cffbc18c-4d07-4477-8306-b17a707b8cd1", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-06-14T07:02:34.6067685", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "5", "storeID": 1, "addressType": 1, "address1": "sample string 1", "address2": "sample string 2", "city": "sample string 3", "state": "sample string 4", "country": "sample string 5", "postCode": "sample string 6" }, "billingAddress": { "$ref": "5" }, "hostStoreSettings": [ { "$id": "6", "id": 1, "hostIdentifier": "UuYB6+1PYEGQ/y5lkn5fhg==", "hostIdentifierGuid": "eb01e652-4fed-4160-90ff-2e65927e5f86", "storeID": 2, "username": "sample string 3", "password": "sample string 4", "passwordPlain": "sample string 5", "serverAddress": "sample string 6", "serverPort": 1, "excludeFromLeadInOut": true, "useForHostFile": true, "metcashPillarID": "sample string 9", "metcashStateCode": "sample string 10", "metcashCustomerID": "sample string 11", "metcashTradingPartnerID": "sample string 12", "drakesCustomerNumber": 1, "sparCustomerNumber": "sample string 13", "sparOrderUsername": "sample string 14", "sparOrderPassword": "sample string 15", "sparOrderPasswordPlain": "sample string 16", "pharmXSiteID": 1, "ibaZoneID": 1, "ibaState": "sample string 17", "foodlandStoreCode": "sample string 18", "ilgMemberNumber": "sample string 19", "ilgOutletLocation": 1, "ilgBaseCost": 1, "ilgApplyNonAdvertisedPromos": true, "ilgExemptFromFreight": true, "ilgOrderDealReview": true, "ilgFinanceFee": 1, "processPromotions": true, "hostProvider": 0, "host": { "$id": "7", "identifier": "IJswS2afCEW03cgtZcNXYQ==", "identifierGuid": "4b309b20-9f66-4508-b4dd-c82d65c35761", "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": "1AuvlAKByE+ahmIS+uh1dA==", "hostSupplierIdentifierGuid": "94af0bd4-8102-4fc8-9a86-6212fae87574", "loyaltyPriceLevelIdentifier": "WZcwhbQkGUynmiKJNZJ+8w==", "loyaltyPriceLevelIdentifierGuid": "85309759-24b4-4c19-a79a-228935927ef3", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-06-14T07:02:34.6067685", "lastProcessed": "2025-06-14T07:02:34.6067685", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "8", "identifier": "3VNRkbais0ij+EgFnipCig==", "identifierGuid": "915153dd-a2b6-48b3-a3f8-48059e2a428a", "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": "pxPxGQO2pU23eWeHx46wHg==", "primaryContactID": "19f113a7-b603-4da5-b779-6787c78eb01e", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "pMfkpLZQR0u+1CUk3LNzRQ==", "supplierGroupGuid": "a4e4c7a4-50b6-4b47-bed4-2524dcb37345", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T07:02:34.6067685", "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": "9", "id": "691ca2cb-8c3a-49c3-9b22-fe3fcd9e6951", "identifier": "Sa4pCztGiEmYtdggoxpdVQ==", "identifierGuid": "0b29ae49-463b-4988-98b5-d820a31a5d55", "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": "10", "supplierIdentifier": "YzDCt41l20KRHUtbUv8jcQ==", "supplierIdentifierGuid": "b7c23063-658d-42db-911d-4b5b52ff2371", "contactGuid": "hgtKCqDXg0m+72BbtwA4GQ==", "contactID": "0a4a0b86-d7a0-4983-beef-605bb7003819", "contact": { "$ref": "9" }, "supplier": { "$ref": "8" } }, { "$ref": "10" } ], "products": [ { "$id": "11", "pluG_UID": "JS6BiIC1ukys1F9MYGwyKg==", "pluGuid": "88812e25-b580-4cba-acd4-5f4c606c322a", "supplierIdentifier": "aZ8fb+5aHEG4oRL8Zl7u8w==", "supplierIdentifierGuid": "6f1f9f69-5aee-411c-b8a1-12fc665eeef3", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T07:02:34.6067685", "pricedByWeight": true, "landedUnitCostEx": 8, "landedUnitCostInc": 9, "landedCartonCostInc": 10, "landedCartonCostEx": 11, "standardCost": 12, "deliveryFee": 1, "deliveryFeeBasis": "sample string 13", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 14", "financeFee": 1, "financeFeeBasis": "sample string 15", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 16", "invoiceCode": "sample string 17", "invoiceDesc": "sample string 18", "orderDirect": true, "useCost": true, "minimumQuantity": 19, "hostType": 20, "fromHost": 21, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 22.1, "sellMultiple": 23.1, "baseMultiple": 24.1, "hostStandardCost": 25, "hostTotalCost": 26, "hostRetail": 27, "hostLandedUnitCostEx": 28, "hostLandedUnitCostInc": 29, "hostDesc": "sample string 30", "directIndicator": "sample string 31", "availableToOrder": true, "hostRangeIndicator": "sample string 33", "hostProductType": "sample string 34", "hostProductGrade": "sample string 35", "hostProductGroup": "sample string 36", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 39", "hostLastUpdated": "2025-06-14T07:02:34.6067685", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "12", "pluG_UID": "h4LIAyJwlEuXf8Df5/XM2Q==", "pluGuid": "03c88287-7022-4b94-977f-c0dfe7f5ccd9", "supplierIdentifier": "jt/hQV/b/E2HAxCm0hIxRA==", "supplierIdentifierGuid": "41e1df8e-db5f-4dfc-8703-10a6d2123144", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "12" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 40", "salesMode": 41, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 43, "parentPluG_UID": "rWL9FptHAEmv/HHyEYVeyg==", "parentPluGuid": "16fd62ad-479b-4900-affc-71f211855eca", "freight": 44.0, "freightType": 1, "product": { "$id": "13", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "iZ+Z7+mFwE6ah70Q45E1aA==", "guid": "ef999f89-85e9-4ec0-9a87-bd10e3913568", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "RCjg/gMTEEmnhkaZDh/vuw==", "priceGroupGuid": "fee02844-1303-4910-a786-46990e1fefbb", "blueprintID": 1, "lastCountedDate": "2025-06-14T07:02:34.6067685", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T07:02:34.6067685", "pluCreated": "2025-06-14T07:02:34.6067685", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-06-14T07:02:34.6067685", "lastManualUpdate": "2025-06-14T07:02:34.6067685", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-06-14T07:02:34.6067685", "currentCostUpdated": "2025-06-14T07:02:34.6067685", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T07:02:34.6067685", "defaultGP": 1, "breakTargetMode": 32, "break1": 1, "price1": 1, "target1": 33, "break2": 1, "price2": 1, "target2": 34, "break3": 1, "price3": 1, "target3": 35, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-06-14T07:02:34.6067685", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "nm8PAawXZEmhU6VOxzET/Q==", "altPLUGuid": "010f6f9e-17ac-4964-a153-a54ec73113fd", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 53", "altPriceDescription2": "sample string 54", "cartonQuantity": 55, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 57", "text2": "sample string 58", "text3": "sample string 59", "labelText": "sample string 60", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 64", "barcodeFormat": "sample string 65", "austMade": 1, "coolCode": 66, "countryOfOrigin": "sample string 67", "percentContent": 68.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 69", "subDeptCode": "sample string 70", "minorDeptCode": "sample string 71", "lesserDeptCode": "sample string 72", "deptName": "sample string 73", "subDeptName": "sample string 74", "minorDeptName": "sample string 75", "lesserDeptName": "sample string 76", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 79, "labelShelfChanged": true, "labelTalkerQty": 81, "labelSmall": true, "labelLastPrinted": "2025-06-14T07:02:34.6067685", "labelLastPrice": 1, "shelfPageLayoutG_UID": "ASIfCtmalUqpPyRcZ0/VFw==", "shelfPageLayoutGuid": "0a1f2201-9ad9-4a95-a93f-245c674fd517", "talkerPageLayoutG_UID": "TcL6qnGzeEm71wUB2idhAw==", "talkerPageLayoutGuid": "aafac24d-b371-4978-bbd7-0501da276103", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 84, "unitMeasureKindChanged": true, "signIQData": "sample string 86", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 90, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 93, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "oRtMPOQoU0CWpgDxPAHKoQ==", "inventoryIdentifier": "3c4c1ba1-28e4-4053-96a6-00f13c01caa1", "inventoryAccuracy": 1, "baseUnits": 97, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 98, "defaultPrinter": "sample string 99", "defaultPrinterGroup": "sample string 100", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 101, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "dC8QwajZF0OukCuQnxn6/g==", "parentPluGuid": "c1102f74-d9a8-4317-ae90-2b909f19fafe", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "FC53F7Jh4kWXNEim+mljvA==", "supplierIdentifierGuid": "17772e14-61b2-45e2-9734-48a6fa6963bc", "supplierChanged": true, "rebateSupplierIdentifier": "XiLILwB6Kk+omNGVeJk2KQ==", "rebateSupplierIdentifierGuid": "2fc8225e-7a00-4f2a-a898-d19578993629", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 107", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 109", "productType": "sample string 110", "productGroup": "sample string 111", "complianceIndicator": "sample string 112", "inhouseBrand": "sample string 113", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 116", "lastUpdatedByUser": "sample string 117", "lastManualUpdatedByUser": "sample string 118", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-06-14T07:02:34.6067685", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "vpAuHgtVTUaWKkp9Re2lVw==", "hostIdentifierGuid": "1e2e90be-550b-464d-962a-4a7d45eda557", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 124", "aisleEnds": "sample string 125", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 136, "webPriceRounding": true, "webMarkup": 138, "webPriceMode": 139, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 140", "altSubDeptCode": "sample string 141", "altMinorDeptCode": "sample string 142", "altLesserDeptCode": "sample string 143", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "13" }, { "$ref": "13" } ], "store": { "$ref": "4" }, "storePrices": [ { "$id": "14", "pluG_UID": "SkLqah9/9ECO9T2IluYDag==", "pluGuid": "6aea424a-7f1f-40f4-8ef5-3d8896e6036a", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-06-14T07:02:34.6067685" }, { "$ref": "14" } ], "currentPrices": { "$id": "15", "pluPrices": { "$id": "16", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-06-14T07:02:34.6067685", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "16" }, "winningCampaign": 1, "winner": { "$id": "17", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T07:02:34.6067685", "startTime": 3, "endDate": "2025-06-14T07:02:34.6067685", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "SpG/KafauU+WUWXGQgxyPA==", "hostIdentifierGuid": "29bf914a-daa7-4fb9-9651-65c6420c723c", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "17" }, { "$ref": "17" } ] }, "tray": { "$id": "18", "g_UId": "dQSJo4z9EE+bgw1HVNnPSg==", "guid": "a3890475-fd8c-4f10-9b83-0d4754d9cf4a", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "19", "priceGroupG_UID": "bnxqqmq6FkeNH9V6FE1YTg==", "priceGroupGuid": "aa6a7c6e-ba6a-4716-8d1f-d57a144d584e", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T07:02:34.6067685", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "13" }, { "$ref": "13" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "20", "pluG_UID": "/pjUX/gFQUWcZ/7JY0GRkw==", "pluGuid": "5fd498fe-05f8-4541-9c67-fec963419193", "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": "21", "pluGuid": "a35db2d3-5eb1-4fa4-8271-ea9b73f4ac6e", "created": "2025-06-14T07:02:34.6067685", "createdByUser": "sample string 1", "activated": "2025-06-14T07:02:34.6067685", "deactivated": "2025-06-14T07:02:34.6067685", "lastOrdered": "2025-06-14T07:02:34.6067685", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T07:02:34.6067685", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T07:02:34.6067685", "lastSold": "2025-06-14T07:02:34.6067685", "firstSold": "2025-06-14T07:02:34.6067685", "awsUpdated": "2025-06-14T07:02:34.6067685", "lastManualUpdate": "2025-06-14T07:02:34.6067685", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T07:02:34.6067685", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T07:02:34.6067685", "doNotRangeUpdated": "2025-06-14T07:02:34.6067685", "doNotOrderUpdated": "2025-06-14T07:02:34.6067685", "tracked": "2025-06-14T07:02:34.6067685" }, "allergens": [ { "$id": "22", "allergenID": 1, "pluG_UID": "RvKjQXU4X0el4HFPECyKaw==", "pluGuid": "41a3f246-3875-475f-a5e0-714f102c8a6b", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "22" } ], "costs": { "$id": "23", "pluG_UID": "8SR2gz83UkGILCzJqlUfPg==", "pluGuid": "837624f1-373f-4152-882c-2cc9aa551f3e", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T07:02:34.6067685", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "24", "saleHeaderID": 1, "created": "2025-06-14T07:02:34.6067685", "createdLocal": "2025-06-14T07:02:34.6067685", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "hPhiDcHEwU2mg6OrR1RZnw==", "operatorGuid": "0d62f884-c4c1-4dc1-a683-a3ab4754599f", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "vylf2jGe50+hT+Gx55RMrQ==", "pluGuid": "da5f29bf-9e31-4fe7-a14f-e1b1e7944cad", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "2" } }, { "$ref": "24" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "CFR/zd/jNkyGM4oNvynR8Q==", "pluGuid": "cd7f5408-e3df-4c36-8633-8a0dbf29d1f1", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "mqDFDwZIK02lkhkz3T/eHw==", "pluGuid": "0fc5a09a-4806-4d2b-a592-1933dd3fde1f", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "13" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "hWehARa7xkuNAqJbW3eMaw==", "identifierGuid": "01a16785-bb16-4bc6-8d02-a25b5b778c6b", "pluG_UID": "+ZApzs1dvUmqoheGGJQ01w==", "pluGuid": "ce2990f9-5dcd-49bd-aaa2-1786189434d7", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "27" } ], "supplier": { "$ref": "8" }, "supplierName": "sample string 146", "children": [ { "$ref": "13" }, { "$ref": "13" } ], "ordering": { "$ref": "11" }, "flipChartPages": [ { "$id": "28", "identifier": "PPrVTwP2CEOQwhSon01aBw==", "groupName": "sample string 1", "identifierGuid": "4fd5fa3c-f603-4308-90c2-14a89f4d5a07", "exists": true, "flipChartIdentifier": "lymHZwDTZE68QG8epSjBEQ==", "flipChartIdentifierGuid": "67872997-d300-4e64-bc40-6f1ea528c111", "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": "7Qcasu8e3EGIw3bIZVy9Nw==", "groupIdentifierGuid": "b21a07ed-1eef-41dc-88c3-76c8655cbd37", "flipChart": { "$id": "29", "identifier": "gH+mTk2xak6IS/xjIWiOLQ==", "identifierGuid": "4ea67f80-b14d-4e6a-884b-fc6321688e2d", "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": "30", "identifier": "nYNr78+Mska0yA8BAqfcfA==", "identifierGuid": "ef6b839d-8ccf-46b2-b4c8-0f0102a7dc7c", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "X1MI+dIg+Ui/iJOvTnzkNg==", "guid": "f908535f-20d2-48f9-bf88-93af4e7ce436", "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": "zxj+2KUXKkODSRjSXEIHSA==", "previousFormGuid": "d8fe18cf-17a5-432a-8349-18d25c420748", "nextForm": 1, "nextFormG_UID": "ILeYQsWMJ0S5kXopz5yscg==", "nextFormGuid": "4298b720-8cc5-4427-b991-7a29cf9cac72", "attributes": "sample string 10", "updated": "2025-06-14T07:02:34.6067685", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "31" }, "previousCheckoutForm": { "$ref": "31" }, "buttons": [ { "$id": "32", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "knR7acZpTEGhY5E4CJEkDw==", "checkoutFormGuid": "697b7492-69c6-414c-a163-91380891240f", "identifier": "IOUMo8FTMEm2Q9gKwX083A==", "identifierGuid": "a30ce520-53c1-4930-b643-d80ac17d3cdc", "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": "iBM1uZOkO0quNcCoyVcp5A==", "valueGuid": "b9351388-a493-4a3b-ae35-c0a8c95729e4", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T07:02:34.6067685", "action": "sample string 12", "valueForm": { "$ref": "31" }, "image": { "$id": "33", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-06-14T07:02:34.6067685", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "nFIgRkjMmkqgN7ygdhw3Lg==", "checkoutFormGuid": "4620529c-cc48-4a9a-a037-bca0761c372e", "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": "34" } ] }, { "$ref": "31" } ], "panels": [ { "$ref": "34" }, { "$ref": "34" } ] }, "pages": [ { "$ref": "28" }, { "$ref": "28" } ] }, "contentPanel": { "$ref": "34" }, "products": [ { "$id": "35", "flipChartPageIdentifier": "X2KLbjevn0qet6mmclf+ug==", "flipChartPageIdentifierGuid": "6e8b625f-af37-4a9f-9eb7-a9a67257feba", "pluG_UID": "T3imP24DZE6gztxtprUaJw==", "pluGuid": "3fa6784f-036e-4e64-a0ce-dc6da6b51a27", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "13" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "35" } ], "productCount": 27, "pages": [ { "$ref": "28" }, { "$ref": "28" } ] }, { "$ref": "28" } ], "priceHistory": [ { "$id": "36", "pluG_UID": "8PWQfKXXh0SuV+RHtTGAIQ==", "pluGuid": "7c90f5f0-d7a5-4487-ae57-e447b5318021", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-06-14T07:02:34.6067685", "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": "36" } ], "ingredients": [ { "$id": "37", "pluG_UID": "P1s3UIxf5k6PERoyB/lXGA==", "ingredientGuid": "Oe0UiYsfkEWnD0uslj8ESg==", "ingredientIdentifier": "8914ed39-1f8b-4590-a70f-4bac963f044a", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "13" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "80OBXA06s06JPE9VVjOmFQ==", "pluGuid": "5c8143f3-3a0d-4eb3-893c-4f555633a615", "shelfLocationIdentifier": "ijj0lXFn5kOFE8SgxSOpQg==", "shelfLocationGuid": "95f4388a-6771-43e6-8513-c4a0c523a942", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "YIkEv6xLkUe9L47oze5zgQ==", "labelPageLayoutGuid": "bf048960-4bac-4791-bd2f-8ee8cdee7381", "updated": "2025-06-14T07:02:34.6067685", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "13" }, "location": { "$id": "39", "identifier": "tFYxG7XDUU+yrZqmoC+Lbw==", "storeID": 1, "identifierGuid": "1b3156b4-c3b5-4f51-b2ad-9aa6a02f8b6f", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T07:02:34.6067685", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "38" }, { "$ref": "38" } ] } }, { "$ref": "38" } ], "bin": { "$ref": "38" }, "scaleLocations": [ { "$id": "40", "plu": 1, "pluG_UID": "CuVPaBEm1ki+UposR97eGQ==", "pluGuid": "684fe50a-2611-48d6-be52-9a2c47dede19", "deptNo": 1, "product": { "$ref": "13" }, "scaleLocation": { "$id": "41", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T07:02:34.6067685", "department": { "$id": "42", "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": "41" }, "subDepartments": [ { "$id": "43", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "44", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "45", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-06-14T07:02:34.6067685", "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": "cispLeJdRkyrEzGQjgzmGg==", "labelPageLayoutGuid": "2d292b72-5de2-4c46-ab13-31908e0ce61a", "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": "46", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "47", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "48", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "48" } ], "commodityCode": "sample string 6" }, { "$ref": "47" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "47" }, "mscDep": { "$id": "49", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "46" }, { "$ref": "46" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "45" } ], "updated": "2025-06-14T07:02:34.6067685", "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": "CzxU/v2O4UmaKtpI/C7H2A==", "labelPageLayoutGuid": "fe543c0b-8efd-49e1-9a2a-da48fc2ec7d8", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "44" } ], "investmentBuyOverride": true, "updated": "2025-06-14T07:02:34.6067685", "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": "s5vgU9wbhE6WbaQV39EdKQ==", "labelPageLayoutGuid": "53e09bb3-1bdc-4e84-966d-a415dfd11d29", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } }, { "$ref": "43" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-06-14T07:02:34.6067685", "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": "HiSGD79ErUCBYG58FztdnQ==", "labelPageLayoutGuid": "0f86241e-44bf-40ad-8160-6e7c173b5d9d", "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": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" } } } }, { "$ref": "40" } ], "nextPrice": { "$id": "50", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "hFV4ysnM7km0uHS2GbQUig==", "pluGuid": "ca785584-ccc9-49ee-b4b8-74b619b4148a", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "tLFWmb0QNUS/q1/F/dKBcQ==", "dealCostGuid": "9956b1b4-10bd-4435-bfab-5fc5fdd28171", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "eOhlW2wZkUCrCxnBuc08YQ==", "priceGroupGuid": "5b65e878-196c-4091-ab0b-19c1b9cd3c61", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T07:02:34.6067685", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "iMnlhk+Kc0yCBzVxqWpthw==", "campaignComboPriceGroupIdentifier": "86e5c988-8a4f-4c73-8207-3571a96a6d87", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T07:02:34.6067685", "operatorG_UID": "lR7/swLj+k+AhB8bpNiBxA==", "operatorGuid": "b3ff1e95-e302-4ffa-8084-1f1ba4d881c4", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T07:02:34.6067685", "signIqTicketFileMovedUtc": "2025-06-14T07:02:34.6067685", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T07:02:34.6067685", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "13" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "ac665a27-b8c7-47d1-953e-54106caa78dd", "nameGuid": "ac665a27-b8c7-47d1-953e-54106caa78dd", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T07:02:34.6067685", "startTime": 1, "endDate": "2025-06-14T07:02:34.6067685", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-06-14T07:02:34.6067685", "system": true, "created": "2025-06-14T07:02:34.6067685", "updated": "2025-06-14T07:02:34.6067685", "priceChangeNotifiedUtc": "2025-06-14T07:02:34.6067685", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "HKsdMR2eykeUeBC8J4Pqig==", "hostIdentifierGuid": "311dab1c-9e1d-47ca-9478-10bc2783ea8a", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T07:02:34.6067685", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "50" }, { "$ref": "50" } ], "campaignPools": [ { "$id": "53", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "VbMgGihlyUK8qRtUpCug/A==", "pluGuid": "1a20b355-6528-42c9-bca9-1b54a42ba0fc", "hostOfferID": 1, "priceGroupG_UID": "cNaGWv/FbEKU8Dt5K3KYAw==", "priceGroupGuid": "5a86d670-c5ff-426c-94f0-3b792b729803", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-06-14T07:02:34.6067685", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "13" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "CRnPVI8eYEGu+k6O6UP22g==", "identifierStr": "CRnPVI8eYEGu+k6O6UP22g==", "identifierGuid": "54cf1909-1e8f-4160-aefa-4e8ee943f6da", "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": "52" } }, { "$ref": "54" } ], "customers": [ { "$id": "55", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "TFxxasDjPEy9tqYseVxgyQ==", "customerIDGuid": "6a715c4c-e3c0-4c3c-bdb6-a62c795c60c9", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "aDPHlREorEa3/RjU0OJixA==", "identifierGuid": "95c73368-2811-46ac-b7fd-18d4d0e262c4", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T07:02:34.6067685", "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": "KSEzrayA4U+cKEyNvBEkUg==", "communityIdentifierGuid": "ad332129-80ac-4fe1-9c28-4c8dbc112452", "joined": "2025-06-14T07:02:34.6067685", "updated": "2025-06-14T07:02:34.6067685", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "xa8QI1j+Z0eHhFvGdUdNVg==", "priceLevelIdentifierGuid": "2310afc5-fe58-4767-8784-5bc675474d56", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T07:02:34.6067685", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-06-14T07:02:34.6067685", "expiry": "2025-06-14T07:02:34.6067685", "customerID": "a/lBpJsYqUeOeV0CaHz9rw==", "customerIDGuid": "a441f96b-189b-47a9-8e79-5d02687cfdaf", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-06-14T07:02:34.6067685", "linkedAccount": "jGdm046y30+YWbqksNhJHA==", "linkedAccountGuid": "d366678c-b28e-4fdf-9859-baa4b0d8491c", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "K2R59qhRjEK0RI3ek0+XuQ==", "identifierGuid": "f679642b-51a8-428c-b444-8dde934f97b9", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T07:02:34.6067685", "owner": "s+C/Nx+bk06j0NG+/ZpwaA==", "ownerGuid": "37bfe0b3-9b1f-4e93-a3d0-d1befd9a7068", "accountStoreGroupIdentifier": "Axe2xcNI+0+psCeedZRdqQ==", "accountStoreGroupGuid": "c5b61703-48c3-4ffb-a9b0-279e75945da9", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-06-14T07:02:34.6067685", "active": true, "updated": "2025-06-14T07:02:34.6067685", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "56" }, "card": { "$ref": "57" }, "members": { "$id": "59", "sample string 1": [ { "$ref": "56" }, { "$ref": "56" } ], "sample string 2": [ { "$ref": "56" }, { "$ref": "56" } ] }, "customerGroups": [ { "$id": "60", "identifier": "Z6BFROR4vkaxuuM0CPNTtw==", "identifierGuid": "4445a067-78e4-46be-b1ba-e33408f353b7", "name": "sample string 2", "primaryContact": "acbwG8kvNEq3qSNj/QU76w==", "primaryContactGuid": "1bf0c669-2fc9-4a34-b7a9-2363fd053beb", "accountID": "FyRfUkqRlUihO0Lvzx1Lew==", "accountIDGuid": "525f2417-914a-4895-a13b-42efcf1d4b7b", "special": true, "updated": "2025-06-14T07:02:34.6067685", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "Tvb9kMf7tk2NjZPEtzkg3Q==", "priceLevelIdentifierGuid": "90fdf64e-fbc7-4db6-8d8d-93c4b73920dd", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "NO4DlQACckSOBDS1BT8o0w==", "groupIDGuid": "9503ee34-0200-4472-8e04-34b5053f28d3", "customerID": "2VGjVoaZqkqd6AIp13nenw==", "customerIDGuid": "56a351d9-9986-4aaa-9de8-0229d779de9f", "card": "sample string 4", "linkedAccount": "l88GnRUX1kCzK4YBfigJ5A==", "linkedAccountGuid": "9d06cf97-1715-40d6-b32b-86017e2809e4", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "ZmzXHZeTTEWZ6/Xu5Hvtnw==", "identifierGuid": "1dd76c66-9397-454c-99eb-f5eee47bed9f", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "8Ts0kTzOJU6OLwdYZ2VDvA==", "accountIDGuid": "91343bf1-ce3c-4e25-8e2f-0758676543bc", "customerAccount": { "$ref": "58" }, "customerCard": { "$ref": "57" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-06-14T07:02:34.6067685", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "iW5egyqdI02akVvrYZe4rQ==", "idempotentVoidGuid": "835e6e89-9d2a-4d23-9a91-5beb6197b8ad", "offline": true, "processed": 1, "storeSaleHeader": { "$ref": "1" }, "metadata": { "$id": "63", "id": 1, "paymentID": 2, "paymentIdentifier": "Od0/K3/iC0KrEsSQWNmYbQ==", "paymentIdentifierGuid": "2b3fdd39-e27f-420b-ab12-c49058d9986d", "identifier": "fSsNudHdfEW4WJFdHKt8IQ==", "identifierGuid": "b90d2b7d-ddd1-457c-b858-915d1cab7c21", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "lSGWRL0pwUSs3OFHoIww7A==", "itemIdentifierGuid": "44962195-29bd-44c1-acdc-e147a08c30ec" } }, { "$ref": "62" } ] }, { "$ref": "57" } ], "customerGroupMembers": [ { "$ref": "61" }, { "$ref": "61" } ], "customerGroups": [ { "$ref": "60" }, { "$ref": "60" } ], "accounts": [ { "$ref": "58" }, { "$ref": "58" } ], "account": { "$ref": "58" }, "vouchers": [ { "$id": "64", "customerIdentifier": "p1d+ffRJ+UCgwPifMFZsOw==", "customerIdentifierGuid": "7d7e57a7-49f4-40f9-a0c0-f89f30566c3b", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "dPbZ1r3vkk+KuVQpbH9KEA==", "idempotentGuid": "d6d9f674-efbd-4f92-8ab9-54296c7f4a10", "offline": true, "voucher": { "$id": "65", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-06-14T07:02:34.6067685", "barcodeTemplate": { "$id": "66", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "67", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-06-14T07:02:34.6067685", "labelPageLayout": "EFSRvizt9kaw1Wq6xsH9LQ==", "pageLayoutGuid": "be915410-ed2c-46f6-b0d5-6abac6c1fd2d", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "65" }, "elements": [ { "$id": "68", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-06-14T07:02:34.6067685" }, { "$ref": "68" } ] }, "customerVouchers": [ { "$id": "69", "id": 1, "customerIdentifier": "Gx27Y8HhekC1di/gJMSG3A==", "customerIdentifierGuid": "63bb1d1b-e1c1-407a-b576-2fe024c486dc", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T07:02:34.6067685", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "NX6qRleRwUyaQkyXJ+zwrQ==", "issuedIdempotentGuid": "46aa7e35-9157-4cc1-9a42-4c9727ecf0ad", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T07:02:34.6067685", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T07:02:34.6067685", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "Y3BNPefQrUCH1A54gtPadQ==", "redeemedIdempotentGuid": "3d4d7063-d0e7-40ad-87d4-0e7882d3da75", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T07:02:34.6067685", "storeName": "sample string 17", "scaleLabel": { "$ref": "67" }, "voucher": { "$ref": "65" }, "customer": { "$ref": "56" }, "issuedOfflinePayment": { "$ref": "62" }, "redeemedOfflinePayment": { "$ref": "62" } }, { "$ref": "69" } ] }, "customer": { "$ref": "56" } }, { "$ref": "64" } ] } }, { "$ref": "55" } ], "customerGroups": [ { "$id": "70", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "YZVGfiqsZUix2I2B7QgISw==", "groupIDGuid": "7e469561-ac2a-4865-b1d8-8d81ed08084b", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "70" } ], "signIqTickets": [ { "$id": "71", "identifier": "uKUDE4jL502qHEAdVMhw+Q==", "identifierGuid": "1303a5b8-cb88-4de7-aa1c-401d54c870f9", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "71" } ], "comboPriceGroups": [ { "$id": "72", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "IehBXkJWqkGA5q/5s4GhqA==", "guid": "5e41e821-5642-41aa-80e6-aff9b381a1a8", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "52" }, "comboPricePlus": [ { "$id": "73", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "9u8BIzVBf0iWgkpzu0be6A==", "groupGuid": "2301eff6-4135-487f-9682-4a73bb46dee8", "comboPriceType": 5, "priceType": 5, "pluG_UID": "7avJtWNM2UGIkV0+LafQGA==", "pluGuid": "b5c9abed-4c63-41d9-8891-5d3e2da7d018", "priceGroupG_UID": "CRkU/GyVMkWfUJQ7a0TSGA==", "priceGroupGuid": "fc141909-956c-4532-9f50-943b6b44d218", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "52" }, "product": { "$ref": "13" }, "priceGroup": { "$ref": "19" }, "campaignPool": { "$ref": "52" } }, { "$ref": "73" } ] }, { "$ref": "72" } ], "priceLevels": [ { "$id": "74", "id": 1, "priceLevelIdentifier": "vcTdqqMa0EajvLbKp9AHSg==", "priceLevelIdentifierGuid": "aaddc4bd-1aa3-46d0-a3bc-b6caa7d0074a", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "74" } ] }, "product": { "$ref": "13" }, "dealCost": { "$id": "75", "headerIdentifier": "LFOt4UR510SNTe3RZe+Z/A==", "headerIdentifierGuid": "e1ad532c-7944-44d7-8d4d-edd165ef99fc", "identifier": "a1UHDqIYU0yyS2fILh+qiQ==", "identifierGuid": "0e07556b-18a2-4c53-b24b-67c82e1faa89", "supplierIdentifier": "g2HlQpvkek641HTw12QX4A==", "supplierGuid": "42e56183-e49b-4e7a-b8d4-74f0d76417e0", "pluG_UID": "LGe5AOqWTEeHzGMXnpIHkw==", "pluGuid": "00b9672c-96ea-474c-87cc-63179e920793", "campaignName": "8ae74cbe-8ead-4aa2-9ccc-bed121a574b2", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T07:02:34.6067685", "end": "2025-06-14T07:02:34.6067685", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "swdqovSdt0OObB8p8F8uew==", "bonusItemPluGuid": "a26a07b3-9df4-43b7-8e6c-1f29f05f2e7b", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T07:02:34.6067685", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-06-14T07:02:34.6067685", "campaignEndDate": "2025-06-14T07:02:34.6067685", "masterPLUG_UID": "g6TSulfrTEeFT37O+BXxYg==", "masterID": "bad2a483-eb57-474c-854f-7ecef815f162", "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": "5Lam+katPE+tz1CiLR8Aqg==", "bonusMasterID": "faa6b6e4-ad46-4f3c-adcf-50a22d1f00aa", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-06-14T07:02:34.6067685", "dealCosts": [ { "$ref": "75" }, { "$ref": "75" } ], "tags": [ { "$id": "76", "pluG_UID": "TaMALbq2z0i9XW8u9Ch8kA==", "pluGuid": "2d00a34d-b6ba-48cf-bd5d-6f2ef4287c90", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "76" } ], "alternateProductG_UID": "82Ws4p3Kqku8w4jILwveYw==", "alternateProduct": "e2ac65f3-ca9d-4baa-bcc3-88c82f0bde63", "productHostCode": { "$id": "77", "id": 1, "pluG_UID": "CvdgPanU30mLk5HEK3limQ==", "pluGuid": "3d60f70a-d4a9-49df-8b93-91c42b796299", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T07:02:34.6067685", "inventoryTracked": "2025-06-14T07:02:34.6067685", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "8" }, "serviceFee": { "$id": "78", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "11" } ], "orderCycleHeaders": [ { "$id": "79", "storeID": 1, "supplierIdentifier": "aospy60Ezk6hTwwnG8u3GA==", "supplierGuid": "cb298b6a-04ad-4ece-a14f-0c271bcbb718", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "79" } ], "cycles": [ { "$id": "80", "storeID": 1, "supplierIdentifier": "9ar+VRCOTESIx4+eYRcdcw==", "supplierGuid": "55feaaf5-8e10-444c-88c7-8f9e61171d73", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-06-14T07:02:34.6067685", "deliveryDate": "2025-06-14T07:02:34.6067685", "nextCutOffDate": "2025-06-14T07:02:34.6067685", "nextDeliveryDate": "2025-06-14T07:02:34.6067685", "nextDaysBuffer": 10 }, { "$ref": "80" } ], "store": { "$ref": "4" }, "updated": "2025-06-14T07:02:34.6067685", "isHost": true }, "files": [ { "$id": "81", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-06-14T07:02:34.6067685", "processed": "2025-06-14T07:02:34.6067685", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T07:02:34.6067685", "size": 1, "sizeFormat": "sample string 7", "isArchive": true, "version": "sample string 9", "reference": "sample string 10", "digest": "sample string 11", "contentType": "sample string 12", "host": { "$ref": "7" }, "metcashHeader": { "$id": "82", "customerNumber": "sample string 1", "creationDate": "2025-06-14T07:02:34.6067685", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "81" } ], "zoneMatrix": [ { "$id": "83", "id": 1, "hostIdentifier": "RZtsW6iUK0+6sUhPsHvwjw==", "hostIdentifierGuid": "5b6c9b45-94a8-4f2b-bab1-484fb07bf08f", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "16115aa1-2787-4550-960c-c68baaf68722", "ae3abb5b-c362-43c5-8911-ac86e5747e70" ] }, { "$ref": "83" } ], "hostFileStoreSetting": { "$ref": "6" }, "hostStoreSettings": [ { "$ref": "6" }, { "$ref": "6" } ], "promotionPlacements": [ { "$id": "84", "identifier": "fntqV9KP0ECc+rourGCVfA==", "identifierGuid": "576a7b7e-8fd2-40d0-9cfa-ba2eac60957c", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "84" } ], "promoTypeGuids": [ "964c8a48-f0c5-4b20-abf7-b3ff14f4a6cd", "12a90da2-d65c-4a3d-8ac7-69d70ea159ed" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "6" } ], "accounts": [ { "$id": "85", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "85" } ], "sales": [ { "$id": "86", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-06-14T07:02:34.6067685", "ftpSite": { "$id": "87", "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": "86" } ], "zoneMatrix": [ { "$ref": "83" }, { "$ref": "83" } ], "cashManagements": [ { "$id": "88", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "89", "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": "88" } ], "updateStoreID": "0fae3716-4941-4fd5-bebe-3e0d602c5c7b", "updateStore": { "$id": "90", "id": "0a30758a-7ab5-472b-beb3-b9d968b6bf00", "name": "sample string 1", "lastActivity": "2025-06-14T07:02:34.6067685", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-06-14T07:02:34.6067685" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "91", "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": "3" } ] }, "customer": { "$ref": "56" }, "communityOrganisation": { "$id": "92", "id": 1, "identifier": "GpPfhY3IUUCcAaKTvZm9ng==", "identifierGuid": "85df931a-c88d-4051-9c01-a293bd99bd9e", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-06-14T07:02:34.6067685", "deleted": true }, "details": [ { "$id": "93", "saleItemID": 1, "identifier": "BeyXKW6t2UOg/AszqwsMNA==", "identifierGuid": "2997ec05-ad6e-43d9-a0fc-0b33ab0b0c34", "saleHeaderID": 2, "plu": 1, "pluG_UId": "gTNa39N2CkGgr3/uhi6zhQ==", "pluGuid": "df5a3381-76d3-410a-a0af-7fee862eb385", "accountID": "Ix5NlhLY9kis2QyrDxckag==", "accountIDGuid": "964d1e23-d812-48f6-acd9-0cab0f17246a", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-06-14T07:02:34.6067685", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "9gdQCbaknUKjwLnK8CmCUQ==", "refundGuid": "095007f6-a4b6-429d-a3c0-b9caf0298251", "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": "4cdsXo6oUkOJudtY6OOsng==", "idempotentVoidGuid": "5e6cc7e1-a88e-4352-89b9-db58e8e3ac9e", "priceLevelIdentifier": "ObHP1s17cECPDgaIHhbkBg==", "priceLevelIdentifierGuid": "d6cfb139-7bcd-4070-8f0e-06881e16e406", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "94", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T07:02:34.6067685", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "94" } ], "refund": { "$id": "95", "id": 1, "g_UID": "NrIX2Tp7zEKh0co9Nb05ew==", "guid": "d917b236-7b3a-42cc-a1d1-ca3d35bd397b", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T07:02:34.6067685" }, "modifier": { "$id": "96", "id": 1, "setG_UID": "IToTazbooUuFp2tmEx+3Tg==", "modifierSetGuid": "6b133a21-e836-4ba1-85a7-6b66131fb74e", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "Wif1XwWI406YYrVwKsUnEw==", "pluGuid": "5ff5275a-8805-4ee3-9862-b5702ac52713", "deleted": true, "g_UID": "Ah/14i3ftEKgZfTEfMIMGQ==", "guid": "e2f51f02-df2d-42b4-a065-f4c47cc20c19", "product": { "$ref": "13" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "93" } ], "eftReceipts": [ { "$id": "97", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "1" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "97" } ], "payments": [ { "$ref": "62" }, { "$ref": "62" } ], "cards": [ { "$id": "98", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "98" } ], "campaignHits": [ { "$id": "99", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "99" } ], "fuel": [ { "$id": "100", "id": 1, "plu": 1, "pluG_UID": "l0jQBEE7uU6xl7Hto3Lk1w==", "pluGuid": "04d04897-3b41-4eb9-b197-b1eda372e4d7", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-06-14T07:02:34.6067685", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-06-14T07:02:34.6067685", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "100" } ], "fuelResells": [ { "$id": "101", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "kO/xcek2HEiTzYK9GG/Wsg==", "pluGuid": "71f1ef90-36e9-481c-93cd-82bd186fd6b2", "accountID": "edaVqO1OjUuefVRFsvGv1w==", "accountIDGuid": "a895d679-4eed-4b8d-9e7d-5445b2f1afd7", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-06-14T07:02:34.6067685", "bestOrExpireType": 1, "refundG_UID": "z+HZmWDpfEGn/LcxHSgSRQ==", "refundGuid": "99d9e1cf-e960-417c-a7fc-b7311d281245", "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": "101" } ], "customerOrder": [ { "$id": "102", "identifier": "NYHUD6+y+U2Pgk5yKbh8xQ==", "identifierGuid": "0fd48135-b2af-4df9-8f82-4e7229b87cc5", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "+7mMK6WcQku/I5QH7jV/rg==", "customerIdentifierGuid": "2b8cb9fb-9ca5-4b42-bf23-9407ee357fae", "operatorNo": 1, "operatorG_UID": "FFYXqFAc30OiU0PcakfHKQ==", "operatorGuid": "a8175614-1c50-43df-a253-43dc6a47c729", "created": "2025-06-14T07:02:34.6067685", "ordered": "2025-06-14T07:02:34.6067685", "started": "2025-06-14T07:02:34.6067685", "completed": "2025-06-14T07:02:34.6067685", "supplied": "2025-06-14T07:02:34.6067685", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "56" }, "operator": { "$ref": "2" }, "details": [ { "$id": "103", "headerID": 1, "plu": 1, "pluG_UId": "MoglXZin10ezMJT4HfVGPQ==", "pluGuid": "5d258832-a798-47d7-b330-94f81df5463d", "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": "IHioYuKXr0WXSA7X9a66EA==", "headerIdentifierGuid": "62a87820-97e2-45af-9748-0ed7f5aeba10", "product": { "$ref": "13" } }, { "$ref": "103" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "1" } }, { "$ref": "102" } ], "surveyResponses": [ { "$id": "104", "surveyG_UID": "xzDWMpsXF0uxZNRlvaJ+Dg==", "surveyGuid": "32d630c7-179b-4b17-b164-d465bda27e0e", "saleHeaderGuid": "ZlC9GdWlhkKLq+oFzUnbYg==", "saleGuid": "19bd5066-a5d5-4286-8bab-ea05cd49db62", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "y1TTYnqjJkOL95fidTSrqQ==", "guidResponse": "62d354cb-a37a-4326-8bf7-97e27534aba9", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T07:02:34.6067685", "sale": { "$ref": "1" }, "survey": { "$id": "105", "g_UID": "oG6omta3IU6Csu0dH/3RyQ==", "guid": "9aa86ea0-b7d6-4e21-82b2-ed1d1ffdd1c9", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "bwCApWRNGEusUTIHG9a6Zg==", "checkoutFormGuid": "a580006f-4d64-4b18-ac51-32071bd6ba66", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T07:02:34.6067685", "end": "2025-06-14T07:02:34.6067685", "deleted": true, "updated": "2025-06-14T07:02:34.6067685", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "d4b48a73-a8c9-4b07-bbd3-9fd9b47c47dd", "200be205-8642-4dc6-8b7f-87e17a8765c1" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "31" } }, "ingressId": "sample string 4" }, { "$ref": "104" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "M+588rg1GEiBedfYQG1F0Q==", "accountIdentifier": "f27cee33-35b8-4818-8179-d7d8406d45d1", "accountName": "sample string 42", "customerOrderIdentifier": "TTa8uCxoi0aWJnes0JRTNw==", "customerOrderIdentifierGuid": "b8bc364d-682c-468b-9626-77acd0945337", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, { "$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.