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": "k0PUPAoglkKPZHxpJkUVaA==", "saleHeaderIdentifierGuid": "3cd44393-200a-4296-8f64-7c6926451568", "created": "2025-10-05T00:01:09.1871667", "createdLocal": "2025-10-05T00:01:09.1871667", "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-10-05T00:01:09.1871667", "storeID": 1, "operatorG_Uid": "wcH5mJD2sk2DI+3EAEr/BA==", "operatorGuid": "98f9c1c1-f690-4db2-8323-edc4004aff04", "customerG_Uid": "FS221ij5+Ea2NZNYrbTydQ==", "customerGuid": "d6b62d15-f928-46f8-b635-9358adb4f275", "communityIdentifier": "6ITiy+r5HUe/HDE6CIUGtQ==", "communityIdentifierGuid": "cbe284e8-f9ea-471d-bf1c-313a088506b5", "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": "5JUBp5jxyEuKSysZdvvjZg==", "priceLevelIdentifierGuid": "a70195e4-f198-4bc8-8a4b-2b1976fbe366", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$id": "2", "id": 1, "g_Uid": "J1VH+dhmZEaRgVlvrVtDwQ==", "guid": "f9475527-66d8-4664-9181-596fad5b43c1", "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-10-05T00:01:09.1871667", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-05T00:01:09.1871667", "endShift": "2025-10-05T00:01:09.1871667", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "3", "operatorG_UID": "WgSj2vqZ3kargSRRB0W6vw==", "operatorGuid": "daa3045a-99fa-46de-ab81-24510745babf", "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-10-05T00:01:09.1871667", "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": "jEfUk5Lg6UegcjbX/S7xag==", "hostIdentifierGuid": "93d4478c-e092-47e9-a072-36d7fd2ef16a", "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-10-05T00:01:09.1871667", "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": "GyvCAVFnmEqmrNh6bggZdw==", "hostIdentifierGuid": "01c22b1b-6751-4a98-a6ac-d87a6e081977", "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": "7oRKm4CjPkS0i/EV+goVJw==", "identifierGuid": "9b4a84ee-a380-443e-b48b-f115fa0a1527", "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": "S1zNWUSKdEWF7pyRZX4zlA==", "hostSupplierIdentifierGuid": "59cd5c4b-8a44-4574-85ee-9c91657e3394", "loyaltyPriceLevelIdentifier": "msMeW83BbUOMP+JW3aPALQ==", "loyaltyPriceLevelIdentifierGuid": "5b1ec39a-c1cd-436d-8c3f-e256dda3c02d", "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-10-05T00:01:09.1871667", "lastProcessed": "2025-10-05T00:01:09.1871667", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "8", "identifier": "Dk/rh4MifkWb9XbQFHjv2A==", "identifierGuid": "87eb4f0e-2283-457e-9bf5-76d01478efd8", "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": "d43aOZzrHkWZBgXRGXhhgA==", "primaryContactID": "39da8d77-eb9c-451e-9906-05d119786180", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "vQ+IwgYJEUu8Py4tNTMTNg==", "supplierGroupGuid": "c2880fbd-0906-4b11-bc3f-2e2d35331336", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-05T00:01:09.1871667", "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": "960b2f53-5992-4dfc-a594-1ea4952a1a7f", "identifier": "gjmuAobyOkytSJlgOmjjtA==", "identifierGuid": "02ae3982-f286-4c3a-ad48-99603a68e3b4", "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": "PMoKGHSqvkS1ZkGTfnsFrA==", "supplierIdentifierGuid": "180aca3c-aa74-44be-b566-41937e7b05ac", "contactGuid": "/sLVF8ShQ0yQcoKTjR3G8Q==", "contactID": "17d5c2fe-a1c4-4c43-9072-82938d1dc6f1", "contact": { "$ref": "9" }, "supplier": { "$ref": "8" } }, { "$ref": "10" } ], "products": [ { "$id": "11", "pluG_UID": "lSIdyeJFCUmtFWWaP5VW/w==", "pluGuid": "c91d2295-45e2-4909-ad15-659a3f9556ff", "supplierIdentifier": "Rop3P0tUc0+dYkr8eQgvNQ==", "supplierIdentifierGuid": "3f778a46-544b-4f73-9d62-4afc79082f35", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-05T00:01:09.2028061", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-10-05T00:01:09.2028061", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "12", "pluG_UID": "QlkZkcecBE+qw/TIFDZ9vw==", "pluGuid": "91195942-9cc7-4f04-aac3-f4c814367dbf", "supplierIdentifier": "9W6F210PQ0ynaXVTLDQYJA==", "supplierIdentifierGuid": "db856ef5-0f5d-4c43-a769-75532c341824", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "12" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "4wEWFSi5a0G3sRtN3EdelQ==", "parentPluGuid": "151601e3-b928-416b-b7b1-1b4ddc475e95", "freight": 45.0, "freightType": 1, "product": { "$id": "13", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "s/SF2IScPEqPgmV5fYcDnA==", "guid": "d885f4b3-9c84-4a3c-8f82-65797d87039c", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "k/UxAt08U02Lipx146XMew==", "priceGroupGuid": "0231f593-3cdd-4d53-8b8a-9c75e3a5cc7b", "blueprintID": 1, "lastCountedDate": "2025-10-05T00:01:09.2028061", "externalID": "sample string 7", "active": true, "activated": "2025-10-05T00:01:09.2028061", "pluCreated": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "lastManualUpdate": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "currentCostUpdated": "2025-10-05T00:01:09.2028061", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-05T00:01:09.2028061", "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": "2025-10-05T00:01:09.2028061", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "RM9l1iNgUUag56Cy+7FkUQ==", "altPLUGuid": "d665cf44-6023-4651-a0e7-a0b2fbb16451", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-10-05T00:01:09.2028061", "labelLastPrice": 1, "shelfPageLayoutG_UID": "6VKxx1iJ40K+Rnsm4y2H/g==", "shelfPageLayoutGuid": "c7b152e9-8958-42e3-be46-7b26e32d87fe", "talkerPageLayoutG_UID": "2WBrBoUp1ESK7u0L1w4NXA==", "talkerPageLayoutGuid": "066b60d9-2985-44d4-8aee-ed0bd70e0d5c", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 85, "unitMeasureKindChanged": true, "signIQData": "sample string 87", "refresh": true, "earnLoyaltyPoints": true, "earnLoyaltyPointsChanged": true, "quantityOverride": true, "quantityOverrideChanged": true, "quantityRequired": true, "quantityRequiredChanged": true, "allowDiscounts": true, "allowDiscountsChanged": true, "discountDiscounts": true, "discountDiscountsChanged": true, "itemRecalled": true, "itemRecalledChanged": true, "noRefund": true, "noRefundChanged": true, "allowMarkdown": true, "allowMarkdownChanged": true, "priceRequired": true, "priceRequiredChanged": true, "fuelItem": true, "fuelItemChanged": true, "trackSerial": true, "trackSerialChanged": true, "allowZeroPrice": true, "allowZeroPriceChanged": true, "notForSale": 91, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 94, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "O8U3VMqjeUGxvAAazTkN8g==", "inventoryIdentifier": "5437c53b-a3ca-4179-b1bc-001acd390df2", "inventoryAccuracy": 1, "baseUnits": 98, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 99, "defaultPrinter": "sample string 100", "defaultPrinterGroup": "sample string 101", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 102, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "WRmHnIbIlkiqSTP/H9doOQ==", "parentPluGuid": "9c871959-c886-4896-aa49-33ff1fd76839", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "q6P/45Rb+U6Nhf0n1+yrFg==", "supplierIdentifierGuid": "e3ffa3ab-5b94-4ef9-8d85-fd27d7ecab16", "supplierChanged": true, "rebateSupplierIdentifier": "NblVbDg4PECdF0yIJ5r6Fw==", "rebateSupplierIdentifierGuid": "6c55b935-3838-403c-9d17-4c88279afa17", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-10-05T00:01:09.2028061", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "RHR3fma2C0a5CTXCvaB45A==", "hostIdentifierGuid": "7e777444-b666-460b-b909-35c2bda078e4", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "13" }, { "$ref": "13" } ], "store": { "$ref": "4" }, "storePrices": [ { "$id": "14", "pluG_UID": "LL28437F60mO9r2HNlKIZw==", "pluGuid": "e3bcbd2c-c57e-49eb-8ef6-bd8736528867", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "priceNext": 1, "costNext": 1, "costNextDecimals": 9, "nextCampaignName": "sample string 10", "gstPercent": 11, "normalCost": 12, "normalCostDecimals": 13, "costGstPercent": 14, "costCalcMethod": 1, "currentCost": 15, "currentCostDecimals": 16, "break1": 17, "price1": 18, "break2": 19, "price2": 20, "break3": 21, "price3": 22, "fuelItem": 23, "fixedWeight": 24, "active": true, "complianceIndicator": "sample string 25", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-10-05T00:01:09.2028061" }, { "$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-10-05T00:01:09.2028061", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "16" }, "winningCampaign": 1, "winner": { "$id": "17", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-05T00:01:09.2028061", "startTime": 3, "endDate": "2025-10-05T00:01:09.2028061", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "MVzhOvSxuUOooIaGRWQ7oA==", "hostIdentifierGuid": "3ae15c31-b1f4-43b9-a8a0-868645643ba0", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "17" }, { "$ref": "17" } ] }, "tray": { "$id": "18", "g_UId": "a9Ui0djwjU2zm86Nzg8F6w==", "guid": "d122d56b-f0d8-4d8d-b39b-ce8dce0f05eb", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "19", "priceGroupG_UID": "zDWNYHpzu0KZpo+WAilzRA==", "priceGroupGuid": "608d35cc-737a-42bb-99a6-8f9602297344", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-05T00:01:09.2028061", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "13" }, { "$ref": "13" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "20", "pluG_UID": "308+jD43fEaFrq6jH/oomQ==", "pluGuid": "8c3e4fdf-373e-467c-85ae-aea31ffa2899", "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": "7dbd8913-9450-431d-a207-2ab40cfd69d7", "created": "2025-10-05T00:01:09.2028061", "createdByUser": "sample string 1", "activated": "2025-10-05T00:01:09.2028061", "deactivated": "2025-10-05T00:01:09.2028061", "lastOrdered": "2025-10-05T00:01:09.2028061", "lastOrderedQty": 2.0, "lastReceived": "2025-10-05T00:01:09.2028061", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-05T00:01:09.2028061", "lastSold": "2025-10-05T00:01:09.2028061", "firstSold": "2025-10-05T00:01:09.2028061", "awsUpdated": "2025-10-05T00:01:09.2028061", "lastManualUpdate": "2025-10-05T00:01:09.2028061", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-05T00:01:09.2028061", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-05T00:01:09.2028061", "doNotRangeUpdated": "2025-10-05T00:01:09.2028061", "doNotOrderUpdated": "2025-10-05T00:01:09.2028061", "tracked": "2025-10-05T00:01:09.2028061" }, "allergens": [ { "$id": "22", "allergenID": 1, "pluG_UID": "eFrzbCxAkUSXmgQZ7AskDg==", "pluGuid": "6cf35a78-402c-4491-979a-0419ec0b240e", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "22" } ], "costs": { "$id": "23", "pluG_UID": "a2oVoPDbP023vQMRIolM0w==", "pluGuid": "a0156a6b-dbf0-4d3f-b7bd-031122894cd3", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-05T00:01:09.2028061", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "24", "saleHeaderID": 1, "created": "2025-10-05T00:01:09.2028061", "createdLocal": "2025-10-05T00:01:09.2028061", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "BQD44pQPmkiZ4EpSzJGV8Q==", "operatorGuid": "e2f80005-0f94-489a-99e0-4a52cc9195f1", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "QSBxiGnXU0GvjGmBXqsS8Q==", "pluGuid": "88712041-d769-4153-af8c-69815eab12f1", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$ref": "2" } }, { "$ref": "24" } ], "apns": [ { "$id": "25", "pluID": 1, "pluG_UID": "yOjoN6M5RkWgLvZg3dS7Vg==", "pluGuid": "37e8e8c8-39a3-4546-a02e-f660ddd4bb56", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "25" } ], "tuns": [ { "$id": "26", "pluG_UId": "HUvHPI0JeU+89aTsQGwVfg==", "pluGuid": "3cc74b1d-098d-4f79-bcf5-a4ec406c157e", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "13" }, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "competitionPricing": [ { "$id": "27", "identifier": "MtZ8pAygV0CaRmdWtlpTAQ==", "identifierGuid": "a47cd632-a00c-4057-9a46-6756b65a5301", "pluG_UID": "XpRuHjjBY068AskcEKOaiA==", "pluGuid": "1e6e945e-c138-4e63-bc02-c91c10a39a88", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "27" } ], "supplier": { "$ref": "8" }, "supplierName": "sample string 147", "children": [ { "$ref": "13" }, { "$ref": "13" } ], "ordering": { "$ref": "11" }, "flipChartPages": [ { "$id": "28", "identifier": "dFtq1OuCR0qa0oOWoIWoHw==", "groupName": "sample string 1", "identifierGuid": "d46a5b74-82eb-4a47-9ad2-8396a085a81f", "exists": true, "flipChartIdentifier": "q7wYVZbxNEelknpESC8oXg==", "flipChartIdentifierGuid": "5518bcab-f196-4734-a592-7a44482f285e", "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": "aZLiMkgqs024Vcmp2twhDQ==", "groupIdentifierGuid": "32e29269-2a48-4db3-b855-c9a9dadc210d", "flipChart": { "$id": "29", "identifier": "INE1lETXH0Ol27KnhEYtsw==", "identifierGuid": "9435d120-d744-431f-a5db-b2a784462db3", "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": "PXnjL1sYc06D3r135yb7rA==", "identifierGuid": "2fe3793d-185b-4e73-83de-bd77e726fbac", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "31", "id": 1, "g_UID": "eENbc1O/20KsY4ngf+rAoQ==", "guid": "735b4378-bf53-42db-ac63-89e07feac0a1", "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": "SMAeHREQUEOBBkNhq27cGQ==", "previousFormGuid": "1d1ec048-1011-4350-8106-4361ab6edc19", "nextForm": 1, "nextFormG_UID": "3H0uwAWYL0aGymBVfrrAiA==", "nextFormGuid": "c02e7ddc-9805-462f-86ca-60557ebac088", "attributes": "sample string 10", "updated": "2025-10-05T00:01:09.2028061", "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": "CXZDt6geT0yQ1pC0ZonkFA==", "checkoutFormGuid": "b7437609-1ea8-4c4f-90d6-90b46689e414", "identifier": "IFiNuVIkpkKeEA6kR7Hd2A==", "identifierGuid": "b98d5820-2452-42a6-9e10-0ea447b1ddd8", "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": "Anx/YJMI8kO5e5vbiKET4A==", "valueGuid": "607f7c02-0893-43f2-b97b-9bdb88a113e0", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "imageData": "QEA=", "readOnly": true } }, { "$ref": "32" } ], "panels": [ { "$id": "34", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "Ua2+sdrlAku4Gm0IFSMiEA==", "checkoutFormGuid": "b1bead51-e5da-4b02-b81a-6d0815232210", "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": "mVon6Zfx9UCFxCyN7IBCxA==", "flipChartPageIdentifierGuid": "e9275a99-f197-40f5-85c4-2c8dec8042c4", "pluG_UID": "W3RV2NZoK061sUyJGxAHMQ==", "pluGuid": "d855745b-68d6-4e2b-b5b1-4c891b100731", "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": "1f6m7c2l/UCyxu92rPbLVg==", "pluGuid": "eda6fed5-a5cd-40fd-b2c6-ef76acf6cb56", "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-10-05T00:01:09.2028061", "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": "EgKN7IiCX0q/GZscHn8Afg==", "ingredientGuid": "E9kGqFYuoUGd/VfIZqh0kw==", "ingredientIdentifier": "a806d913-2e56-41a1-9dfd-57c866a87493", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "13" } }, { "$ref": "37" } ], "bins": [ { "$id": "38", "pluG_UID": "CNmps4c9eEqp3ze/gQXgJA==", "pluGuid": "b3a9d908-3d87-4a78-a9df-37bf8105e024", "shelfLocationIdentifier": "iMRXYIqr+kyCavTSMACuPA==", "shelfLocationGuid": "6057c488-ab8a-4cfa-826a-f4d23000ae3c", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "VhS77pkmJk+GRp1S9v3OYg==", "labelPageLayoutGuid": "eebb1456-2699-4f26-8646-9d52f6fdce62", "updated": "2025-10-05T00:01:09.2028061", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "13" }, "location": { "$id": "39", "identifier": "dHdvoUd/n0yY5uJ+Ui0Qgg==", "storeID": 1, "identifierGuid": "a16f7774-7f47-4c9f-98e6-e27e522d1082", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-05T00:01:09.2028061", "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": "kQ5voouUv0+M+UIJLihaPw==", "pluGuid": "a26f0e91-948b-4fbf-8cf9-42092e285a3f", "deptNo": 1, "product": { "$ref": "13" }, "scaleLocation": { "$id": "41", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "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": "zAbwvM8BtEuTwc3QLdHojg==", "labelPageLayoutGuid": "bcf006cc-01cf-4bb4-93c1-cdd02dd1e88e", "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-10-05T00:01:09.2028061", "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": "SBEeeQUmLEKVGnO4fl+fQA==", "labelPageLayoutGuid": "791e1148-2605-422c-951a-73b87e5f9f40", "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-10-05T00:01:09.2028061", "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": "KlhVmhqoUk+OJ9f3xb6xQA==", "labelPageLayoutGuid": "9a55582a-a81a-4f52-8e27-d7f7c5beb140", "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-10-05T00:01:09.2028061", "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": "ybHmr+UIck2Tqd10W83lVw==", "labelPageLayoutGuid": "afe6b1c9-08e5-4d72-93a9-dd745bcde557", "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": "T8yqPVlfhkGzxI6C1TXinQ==", "pluGuid": "3daacc4f-5f59-4186-b3c4-8e82d535e29d", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "QLLuWAIf5kKrbZ1yLcw3MA==", "dealCostGuid": "58eeb240-1f02-42e6-ab6d-9d722dcc3730", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "KaVb+LPsD0qxWrHX/OO6sA==", "priceGroupGuid": "f85ba529-ecb3-4a0f-b15a-b1d7fce3bab0", "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-10-05T00:01:09.2028061", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "tieNrAYjKEO57mBQJB/8JA==", "campaignComboPriceGroupIdentifier": "ac8d27b6-2306-4328-b9ee-6050241ffc24", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "51", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-05T00:01:09.2028061", "operatorG_UID": "R4oUVuf/bEW6lyiIxlwykg==", "operatorGuid": "56148a47-ffe7-456c-ba97-2888c65c3292", "machineID": 1, "processed": true, "appliedUtc": "2025-10-05T00:01:09.2028061", "signIqTicketFileMovedUtc": "2025-10-05T00:01:09.2028061", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-05T00:01:09.2028061", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "13" }, "campaignPlu": { "$ref": "50" } }, { "$ref": "51" } ], "campaign": { "$id": "52", "id": 1, "storeID": 2, "name": "69e1dd7a-38d4-4d0d-9d97-4fe5047b7852", "nameGuid": "69e1dd7a-38d4-4d0d-9d97-4fe5047b7852", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-05T00:01:09.2028061", "startTime": 1, "endDate": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "system": true, "created": "2025-10-05T00:01:09.2028061", "updated": "2025-10-05T00:01:09.2028061", "priceChangeNotifiedUtc": "2025-10-05T00:01:09.2028061", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "cd9vWUAvlkCawAa5Era7TA==", "hostIdentifierGuid": "596fdf71-2f40-4096-9ac0-06b912b6bb4c", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-05T00:01:09.2028061", "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": "cnrxDxkxb0mWMGXboiuHzw==", "pluGuid": "0ff17a72-3119-496f-9630-65dba22b87cf", "hostOfferID": 1, "priceGroupG_UID": "58vfz0zxQU+YPuOYQiA0Qg==", "priceGroupGuid": "cfdfcbe7-f14c-4f41-983e-e39842203442", "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-10-05T00:01:09.2028061", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "13" }, "campaign": { "$ref": "52" } }, { "$ref": "53" } ], "sellingRules": [ { "$id": "54", "id": 1, "identifier": "p/9QJUpoJkyoYXNodfzmuQ==", "identifierStr": "p/9QJUpoJkyoYXNodfzmuQ==", "identifierGuid": "2550ffa7-684a-4c26-a861-736875fce6b9", "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": "v596TFB2sUyMzbKuGNkRVQ==", "customerIDGuid": "4c7a9fbf-7650-4cb1-8ccd-b2ae18d91155", "campaign": { "$ref": "52" }, "customer": { "$id": "56", "identifier": "KnpJQfiyqk68glVNkONLRw==", "identifierGuid": "41497a2a-b2f8-4eaa-bc82-554d90e34b47", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-05T00:01:09.2028061", "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": "YNc26YL56U6hMZCC+vbb2A==", "communityIdentifierGuid": "e936d760-f982-4ee9-a131-9082faf6dbd8", "joined": "2025-10-05T00:01:09.2028061", "updated": "2025-10-05T00:01:09.2028061", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "4yIS1vIa6kG+dT/t1mgiQg==", "priceLevelIdentifierGuid": "d61222e3-1af2-41ea-be75-3fedd6682242", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-05T00:01:09.2028061", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "57", "cardType": 2, "issueDate": "2025-10-05T00:01:09.2028061", "expiry": "2025-10-05T00:01:09.2028061", "customerID": "Up41K2jFwkutXD0u9cUdHw==", "customerIDGuid": "2b359e52-c568-4bc2-ad5c-3d2ef5c51d1f", "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-10-05T00:01:09.2028061", "linkedAccount": "iM02XKxD+UmpG027m01VFw==", "linkedAccountGuid": "5c36cd88-43ac-49f9-a91b-4dbb9b4d5517", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "56" }, "account": { "$id": "58", "id": 1, "identifier": "4uMO2TmpFUeFgrZ2IjT8Pw==", "identifierGuid": "d90ee3e2-a939-4715-8582-b6762234fc3f", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-05T00:01:09.2028061", "owner": "YMiPWwFWUUuwXFb3tU0DAg==", "ownerGuid": "5b8fc860-5601-4b51-b05c-56f7b54d0302", "accountStoreGroupIdentifier": "VT26tz2XRUO0nkuqWiVesA==", "accountStoreGroupGuid": "b7ba3d55-973d-4345-b49e-4baa5a255eb0", "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-10-05T00:01:09.2028061", "active": true, "updated": "2025-10-05T00:01:09.2028061", "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": "0eCR4HG2qE69uHRXXxy/AA==", "identifierGuid": "e091e0d1-b671-4ea8-bdb8-74575f1cbf00", "name": "sample string 2", "primaryContact": "WR/fYb5hPUOmq0daN0BwZA==", "primaryContactGuid": "61df1f59-61be-433d-a6ab-475a37407064", "accountID": "AAjeosCtokiY2ytFRBO0Bw==", "accountIDGuid": "a2de0800-adc0-48a2-98db-2b454413b407", "special": true, "updated": "2025-10-05T00:01:09.2028061", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "B5aeDf2VK0CfwRcJoycxRA==", "priceLevelIdentifierGuid": "0d9e9607-95fd-402b-9fc1-1709a3273144", "deleted": true, "account": { "$ref": "58" }, "primaryContactCustomer": { "$ref": "56" }, "customerGroupMembers": [ { "$id": "61", "id": 1, "groupID": "YAvMftl9Lk2ELdzvP9TTIA==", "groupIDGuid": "7ecc0b60-7dd9-4d2e-842d-dcef3fd4d320", "customerID": "Swi2RdM4KUG+cdTRcV2TaQ==", "customerIDGuid": "45b6084b-38d3-4129-be71-d4d1715d9369", "card": "sample string 4", "linkedAccount": "tJ037c+2CEqSvLg4eaeguQ==", "linkedAccountGuid": "ed379db4-b6cf-4a08-92bc-b83879a7a0b9", "customer": { "$ref": "56" }, "group": { "$ref": "60" }, "customerCard": { "$ref": "57" } }, { "$ref": "61" } ] }, { "$ref": "60" } ] }, "payments": [ { "$id": "62", "id": 1, "identifier": "myLON549gku85IshN/VMlQ==", "identifierGuid": "37ce229b-3d9e-4b82-bce4-8b2137f54c95", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "HVydoJUVX0OdHq6hd4ll/g==", "accountIDGuid": "a09d5c1d-1595-435f-9d1e-aea1778965fe", "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-10-05T00:01:09.2028061", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "294xoQ1BuUmMPrrNRBP/OA==", "idempotentVoidGuid": "a131dedb-410d-49b9-8c3e-bacd4413ff38", "offline": true, "processed": 1, "storeSaleHeader": { "$ref": "1" }, "metadata": { "$id": "63", "id": 1, "paymentID": 2, "paymentIdentifier": "mWiajv624k+AD8dyKKH0IQ==", "paymentIdentifierGuid": "8e9a6899-b6fe-4fe2-800f-c77228a1f421", "identifier": "bTHCxz70jE+MNmEouERg4A==", "identifierGuid": "c7c2316d-f43e-4f8c-8c36-6128b84460e0", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "whkuN0Pgy0SWBWxRMJR+BQ==", "itemIdentifierGuid": "372e19c2-e043-44cb-9605-6c5130947e05" } }, { "$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": "Mf8WMGWX00uutjgsEAxKKw==", "customerIdentifierGuid": "3016ff31-9765-4bd3-aeb6-382c100c4a2b", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "I/sZlZJKakKqkdiwSIV7gQ==", "idempotentGuid": "9519fb23-4a92-426a-aa91-d8b048857b81", "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-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "labelPageLayout": "4XdvIlXYUkiuLsfYpRYdCw==", "pageLayoutGuid": "226f77e1-d855-4852-ae2e-c7d8a5161d0b", "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-10-05T00:01:09.2028061" }, { "$ref": "68" } ] }, "customerVouchers": [ { "$id": "69", "id": 1, "customerIdentifier": "tckBX+WSTka83n20aKE0Yw==", "customerIdentifierGuid": "5f01c9b5-92e5-464e-bcde-7db468a13463", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-05T00:01:09.2028061", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "S5a8wvc9hUO2J9bcpfX0yg==", "issuedIdempotentGuid": "c2bc964b-3df7-4385-b627-d6dca5f5f4ca", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-05T00:01:09.2028061", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-05T00:01:09.2028061", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "mP/7ZIfn5UWvNFHt0cUKrg==", "redeemedIdempotentGuid": "64fbff98-e787-45e5-af34-51edd1c50aae", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-05T00:01:09.2028061", "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": "/1A0sNuj60+DRXt0kB23zA==", "groupIDGuid": "b03450ff-a3db-4feb-8345-7b74901db7cc", "campaign": { "$ref": "52" }, "group": { "$ref": "60" } }, { "$ref": "70" } ], "signIqTickets": [ { "$id": "71", "identifier": "dvXwPf4m4E6CKdwROdSgxw==", "identifierGuid": "3df0f576-26fe-4ee0-8229-dc1139d4a0c7", "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": "v7Z7DhG3wEqHkMJzSEQ3Lw==", "guid": "0e7bb6bf-b711-4ac0-8790-c2734844372f", "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": "5rp2xfsrgUWuTJaveYtmig==", "groupGuid": "c576bae6-2bfb-4581-ae4c-96af798b668a", "comboPriceType": 5, "priceType": 5, "pluG_UID": "IJll1y3q5k+cfybIx89z7A==", "pluGuid": "d7659920-ea2d-4fe6-9c7f-26c8c7cf73ec", "priceGroupG_UID": "cDsgTyAWm0q/OYPvtzNV3Q==", "priceGroupGuid": "4f203b70-1620-4a9b-bf39-83efb73355dd", "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": "mXfGcd5PpE+VU5I6DbAwKA==", "priceLevelIdentifierGuid": "71c67799-4fde-4fa4-9553-923a0db03028", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "74" } ] }, "product": { "$ref": "13" }, "dealCost": { "$id": "75", "headerIdentifier": "z+uHEzKSkkKyXboA0XKpjA==", "headerIdentifierGuid": "1387ebcf-9232-4292-b25d-ba00d172a98c", "identifier": "+Re+Yo55oUyjbCYDhNazaQ==", "identifierGuid": "62be17f9-798e-4ca1-a36c-260384d6b369", "supplierIdentifier": "pIO2cS+rOUeWj+v/sbYjTQ==", "supplierGuid": "71b683a4-ab2f-4739-968f-ebffb1b6234d", "pluG_UID": "k/DyMeNS7kiU+AguZz1fyw==", "pluGuid": "31f2f093-52e3-48ee-94f8-082e673d5fcb", "campaignName": "c3588c32-900d-463f-8774-166bfed318ac", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-05T00:01:09.2028061", "end": "2025-10-05T00:01:09.2028061", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "8lVNe3JjCkS8gURXP3zv5w==", "bonusItemPluGuid": "7b4d55f2-6372-440a-bc81-44573f7cefe7", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "campaignEndDate": "2025-10-05T00:01:09.2028061", "masterPLUG_UID": "dCInHq4IHkiOyb0zPFIYdw==", "masterID": "1e272274-08ae-481e-8ec9-bd333c521877", "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": "3RB0SuZ2cU+L3F2DvtpHxQ==", "bonusMasterID": "4a7410dd-76e6-4f71-8bdc-5d83beda47c5", "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-10-05T00:01:09.2028061", "dealCosts": [ { "$ref": "75" }, { "$ref": "75" } ], "tags": [ { "$id": "76", "pluG_UID": "fyLkXQl8hEOGv8M0AuSbkQ==", "pluGuid": "5de4227f-7c09-4384-86bf-c33402e49b91", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "76" } ], "alternateProductG_UID": "Jrgu8+ZFmUy4fVwePBN+2w==", "alternateProduct": "f32eb826-45e6-4c99-b87d-5c1e3c137edb", "productHostCode": { "$id": "77", "id": 1, "pluG_UID": "wYCBnVL5ukyZ38962lj/Fw==", "pluGuid": "9d8180c1-f952-4cba-99df-cf7ada58ff17", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "46" }, "mscCom": { "$ref": "47" }, "mscDep": { "$ref": "49" }, "mscSubCom": { "$ref": "48" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-10-05T00:01:09.2028061", "inventoryTracked": "2025-10-05T00:01:09.2028061", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "8" }, "serviceFee": { "$id": "78", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "11" } ], "orderCycleHeaders": [ { "$id": "79", "storeID": 1, "supplierIdentifier": "jg6d7HkP5kO5zj5JAghGyA==", "supplierGuid": "ec9d0e8e-0f79-43e6-b9ce-3e49020846c8", "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": "7kgMEr9bWUqYIHPwqgELcg==", "supplierGuid": "120c48ee-5bbf-4a59-9820-73f0aa010b72", "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-10-05T00:01:09.2028061", "deliveryDate": "2025-10-05T00:01:09.2028061", "nextCutOffDate": "2025-10-05T00:01:09.2028061", "nextDeliveryDate": "2025-10-05T00:01:09.2028061", "nextDaysBuffer": 10 }, { "$ref": "80" } ], "store": { "$ref": "4" }, "updated": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "processed": "2025-10-05T00:01:09.2028061", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "81" } ], "zoneMatrix": [ { "$id": "83", "id": 1, "hostIdentifier": "W+G0sgkoyUKDkw/WXv6dNg==", "hostIdentifierGuid": "b2b4e15b-2809-42c9-8393-0fd65efe9d36", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "73653fe8-de33-406e-b2a2-ab5bc8c55462", "0fb48504-f40c-4acd-8b65-115af6efa979" ] }, { "$ref": "83" } ], "hostFileStoreSetting": { "$ref": "6" }, "hostStoreSettings": [ { "$ref": "6" }, { "$ref": "6" } ], "promotionPlacements": [ { "$id": "84", "identifier": "WkYL5agFQkKLBJSAFN4aHg==", "identifierGuid": "e50b465a-05a8-4242-8b04-948014de1a1e", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "84" } ], "promoTypeGuids": [ "9d2d89e9-3c0d-4f4c-8b66-084ca17d3c59", "a090ad74-1f87-4259-85a5-5313357f333c" ], "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-10-05T00:01:09.2028061", "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": "3a28c6ac-7ee8-4315-8f37-096899bc7c7e", "updateStore": { "$id": "90", "id": "f2c64717-e922-4c60-aa9b-2e85dbb13bdf", "name": "sample string 1", "lastActivity": "2025-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061" }, "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": "Cilp33YLB0ih01k81gOxrg==", "identifierGuid": "df69290a-0b76-4807-a1d3-593cd603b1ae", "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-10-05T00:01:09.2028061", "deleted": true }, "details": [ { "$id": "93", "saleItemID": 1, "identifier": "R4QOMUA17kKqz01bWhSbBQ==", "identifierGuid": "310e8447-3540-42ee-aacf-4d5b5a149b05", "saleHeaderID": 2, "plu": 1, "pluG_UId": "g4LwyDuVeUGk6v5TiiEr3A==", "pluGuid": "c8f08283-953b-4179-a4ea-fe538a212bdc", "accountID": "rHRYx2J3q0SspBQ64zO3tw==", "accountIDGuid": "c75874ac-7762-44ab-aca4-143ae333b7b7", "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-10-05T00:01:09.2028061", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "zHUV9h2BLUOL2WLaIuuogA==", "refundGuid": "f61575cc-811d-432d-8bd9-62da22eba880", "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": "5vhg03yv4EiX6oPCU/WNSQ==", "idempotentVoidGuid": "d360f8e6-af7c-48e0-97ea-83c253f58d49", "priceLevelIdentifier": "85JK6LoOcUWe1N7kHYSGXQ==", "priceLevelIdentifierGuid": "e84a92f3-0eba-4571-9ed4-dee41d84865d", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "94", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-05T00:01:09.2028061", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "94" } ], "refund": { "$id": "95", "id": 1, "g_UID": "qadVQtmHnkmzOFk380B+IQ==", "guid": "4255a7a9-87d9-499e-b338-5937f3407e21", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:01:09.2028061" }, "modifier": { "$id": "96", "id": 1, "setG_UID": "gHUPwjnsJUyzvwUbCbNQLA==", "modifierSetGuid": "c20f7580-ec39-4c25-b3bf-051b09b3502c", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "6YTocnAhHECHV9RC7HVmFA==", "pluGuid": "72e884e9-2170-401c-8757-d442ec756614", "deleted": true, "g_UID": "sfwObyo0cEy6skV+jn4qqw==", "guid": "6f0efcb1-342a-4c70-bab2-457e8e7e2aab", "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": "OQsVFOgBZ0O8GBx6AQzg1g==", "pluGuid": "14150b39-01e8-4367-bc18-1c7a010ce0d6", "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-10-05T00:01:09.2028061", "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-10-05T00:01:09.2028061", "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": "rYgOpk3swkOP/aQ9211sAg==", "pluGuid": "a60e88ad-ec4d-43c2-8ffd-a43ddb5d6c02", "accountID": "g6VCAvFWFkm0hKFpf3eL8Q==", "accountIDGuid": "0242a583-56f1-4916-b484-a1697f778bf1", "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-10-05T00:01:09.2028061", "bestOrExpireType": 1, "refundG_UID": "M1oTbITVbECNpXxtSI/kxQ==", "refundGuid": "6c135a33-d584-406c-8da5-7c6d488fe4c5", "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": "0cITI7Z9Kk+rTYPLVos/SA==", "identifierGuid": "2313c2d1-7db6-4f2a-ab4d-83cb568b3f48", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "6Ggq7yXClUipVMBGwoabdg==", "customerIdentifierGuid": "ef2a68e8-c225-4895-a954-c046c2869b76", "operatorNo": 1, "operatorG_UID": "UbN37v4MRUeytEcT9/PM8A==", "operatorGuid": "ee77b351-0cfe-4745-b2b4-4713f7f3ccf0", "created": "2025-10-05T00:01:09.2028061", "ordered": "2025-10-05T00:01:09.2028061", "started": "2025-10-05T00:01:09.2028061", "completed": "2025-10-05T00:01:09.2028061", "supplied": "2025-10-05T00:01:09.2028061", "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": "x/l4iLdBIku8qnHjX3MkGQ==", "pluGuid": "8878f9c7-41b7-4b22-bcaa-71e35f732419", "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": "W783pdKKIkWi8d7e8AZOOA==", "headerIdentifierGuid": "a537bf5b-8ad2-4522-a2f1-dedef0064e38", "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": "resveQuhLkuRkxxgnBwB1g==", "surveyGuid": "792febad-a10b-4b2e-9193-1c609c1c01d6", "saleHeaderGuid": "+5NC5kOoyU+Fg4NJD8vd9g==", "saleGuid": "e64293fb-a843-4fc9-8583-83490fcbddf6", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "jRC71BRDVEuV0nphvWhx7w==", "guidResponse": "d4bb108d-4314-4b54-95d2-7a61bd6871ef", "whoAnswered": 2, "answeredAtUTC": "2025-10-05T00:01:09.2028061", "sale": { "$ref": "1" }, "survey": { "$id": "105", "g_UID": "6c8moikAZUew2JhpJ5mq+g==", "guid": "a226cfe9-0029-4765-b0d8-98692799aafa", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "oKDg7J+0l0aJbygtkwRtAg==", "checkoutFormGuid": "ece0a0a0-b49f-4697-896f-282d93046d02", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-05T00:01:09.2028061", "end": "2025-10-05T00:01:09.2028061", "deleted": true, "updated": "2025-10-05T00:01:09.2028061", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "44eeaa38-0048-4626-9561-f57867181793", "e3420967-339b-48db-9f1d-6dc889661e7c" ], "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": "+uylroZ6CUOBqsAHpj92Hg==", "accountIdentifier": "aea5ecfa-7a86-4309-81aa-c007a63f761e", "accountName": "sample string 42", "customerOrderIdentifier": "LXv9SmnLHUGgqFhk+ZLuDg==", "customerOrderIdentifierGuid": "4afd7b2d-cb69-411d-a0a8-5864f992ee0e", "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.