POST api/order/{id}/details
Save a list of order details
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order identifier |
globally unique identifier |
Required |
Body Parameters
List of details to save
Collection of OrderDetailName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
OrderGuid | Collection of byte |
None. |
|
OrderIdentifier | globally unique identifier |
None. |
|
PLUG_UID | Collection of byte |
None. |
|
PluGuid | globally unique identifier |
None. |
|
Created | date |
None. |
|
APN | string |
None. |
|
ItemNumber | string |
None. |
|
DirectNumber |
The supplier's order code |
string |
None. |
DirectIndicator |
The supplier's warehouse direct indicator |
string |
None. |
SalesMode | integer |
None. |
|
OrderByWeight | boolean |
None. |
|
SellPrice | integer |
None. |
|
InventoryFixed | boolean |
None. |
|
HasInventory | boolean |
None. |
|
InventoryAccuracy | integer |
None. |
|
OnOrder | integer |
None. |
|
OnOrderPacks | integer |
None. |
|
OnHand | integer |
None. |
|
OnHandPacks | integer |
None. |
|
Cost |
Carton cost |
integer |
None. |
CostDecimals |
Carton cost decimal places |
integer |
None. |
PickedCost |
Carton cost at time of picking. |
integer |
None. |
PickedCostDecimals |
Picked carton cost decimal places. |
integer |
None. |
AveragePackSize | decimal number |
None. |
|
CartonQuantity |
Units per Cartonv |
integer |
None. |
Cartons |
Ordered Cartons |
integer |
None. |
Units |
Ordered Units |
integer |
None. |
Weight |
Ordered Weight |
integer |
None. |
PickedCartons |
Picked Cartons |
integer |
None. |
PickedUnits |
Picked Units |
integer |
None. |
PickedWeight |
Picked Weight |
integer |
None. |
ShippedCartons |
Shipped (in-transit) Cartons |
integer |
None. |
ShippedUnits |
Shipped (in-transit) units |
integer |
None. |
ShippedWeight |
Shipped (in-transit) weight |
integer |
None. |
ReceivedCartons |
Received Cartons |
integer |
None. |
ReceivedCartonQuantity |
Received Units per Carton - may be different from ordered Units per Carton if different TUNs delivered |
integer |
None. |
ReceivedTun |
The TUN scanned when receiving the order. |
string |
None. |
ReceivedUnits |
Received units |
integer |
None. |
ReceivedWeight |
Received weight |
integer |
None. |
Received |
Flag for whether the order detail stock has been received |
integer |
None. |
Status | OrderDetailStatus |
None. |
|
SubstituteG_UID | Collection of byte |
None. |
|
SubstituteGuid | globally unique identifier |
None. |
|
WarehousePLUG_UID | Collection of byte |
None. |
|
WarehousePluGuid |
Refers to the source Store's product guid |
globally unique identifier |
None. |
Updated | date |
None. |
|
Increment | boolean |
Relation. This field may not always be loaded or used for updates. |
|
Description | string |
Relation. This field may not always be loaded or used for updates. |
|
Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
UnknownScan | OrderUnknownScan |
Relation. This field may not always be loaded or used for updates. |
|
UnknownScanItem | boolean |
Relation. This field may not always be loaded or used for updates. |
|
Substitute | Product |
Relation. This field may not always be loaded or used for updates. |
|
WarehouseProduct |
Product from the Store we are transferring from |
Product |
Relation. This field may not always be loaded or used for updates. |
Lookup | OrderDetailLookup |
Relation. This field may not always be loaded or used for updates. |
|
ProductOrderingDetail | ProductOrderingDetail |
Relation. This field may not always be loaded or used for updates. |
|
DealCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
NextCost | DealCost |
Relation. This field may not always be loaded or used for updates. |
|
LastChance |
If true, the deal cost is ending between now and the end of the week |
boolean |
Relation. This field may not always be loaded or used for updates. |
HoldOff |
Indicates if a new deal cost is starting soon |
OrderHoldOff |
Relation. This field may not always be loaded or used for updates. |
HoldOffDate |
Date that a hold off deal cost is begining |
date |
Relation. This field may not always be loaded or used for updates. |
OrderHeader | OrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
InvoiceDetail | InvoiceDetail |
Relation. This field may not always be loaded or used for updates. |
|
AutoOrderDetail | AutoOrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
DoNotRange | boolean |
Relation. This field may not always be loaded or used for updates. |
|
DoNotOrder | boolean |
Relation. This field may not always be loaded or used for updates. |
|
CostGSTPercent | integer |
Relation. This field may not always be loaded or used for updates. |
|
OrderDetailReceive |
Credit note populated. True if images are attached to order detail |
boolean |
Relation. This field may not always be loaded or used for updates. |
IsBackedUp | boolean |
Relation. This field may not always be loaded or used for updates. |
|
BackupWarehouseIndicator | string |
Relation. This field may not always be loaded or used for updates. |
|
BackupOrderCode | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
[ { "$id": "1", "id": 1, "orderGuid": "FoOftvilxk6FfZPCtbjNUQ==", "orderIdentifier": "b69f8316-a5f8-4ec6-857d-93c2b5b8cd51", "pluG_UID": "AJ+PkK9UtE6i20eIyYsD0w==", "pluGuid": "908f9f00-54af-4eb4-a2db-4788c98b03d3", "created": "2025-08-02T23:19:31.7284272", "apn": "sample string 1", "itemNumber": "sample string 2", "directNumber": "sample string 3", "directIndicator": "sample string 4", "salesMode": 1, "orderByWeight": true, "sellPrice": 1, "inventoryFixed": true, "hasInventory": true, "inventoryAccuracy": 8, "onOrder": 1, "onOrderPacks": 1, "onHand": 1, "onHandPacks": 1, "cost": 1, "costDecimals": 1, "pickedCost": 1, "pickedCostDecimals": 1, "averagePackSize": 9.0, "cartonQuantity": 1, "cartons": 1, "units": 1, "weight": 1, "pickedCartons": 1, "pickedUnits": 1, "pickedWeight": 1, "shippedCartons": 1, "shippedUnits": 1, "shippedWeight": 1, "receivedCartons": 1, "receivedCartonQuantity": 1, "receivedTun": "sample string 10", "receivedUnits": 1, "receivedWeight": 1, "received": 1, "status": 11, "substituteG_UID": "EvhcQ+5B6U+u4uKU//ZGOQ==", "substituteGuid": "435cf812-41ee-4fe9-aee2-e294fff64639", "warehousePLUG_UID": "wXOMPkXVt0GvpPGiTklHIg==", "warehousePluGuid": "3e8c73c1-d545-41b7-afa4-f1a24e494722", "updated": "2025-08-02T23:19:31.7284272", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "IQlxI7WyrkWcqeZP37/jYw==", "guid": "23710921-b2b5-45ae-9ca9-e64fdfbfe363", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "8EbDySx/1kaUnhTT2MoLWQ==", "priceGroupGuid": "c9c346f0-7f2c-46d6-949e-14d3d8ca0b59", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:19:31.7284272", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:19:31.7284272", "pluCreated": "2025-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272", "lastManualUpdate": "2025-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272", "currentCostUpdated": "2025-08-02T23:19:31.7284272", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:19:31.7284272", "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, "awsUpdated": "2025-08-02T23:19:31.7284272", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "mrQT2YESgkmhUrhBfn+1fw==", "altPLUGuid": "d913b49a-1281-4982-a152-b8417e7fb57f", "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-08-02T23:19:31.7284272", "labelLastPrice": 1, "shelfPageLayoutG_UID": "TtVoi52cGESs0d5lxxl8WA==", "shelfPageLayoutGuid": "8b68d54e-9c9d-4418-acd1-de65c7197c58", "talkerPageLayoutG_UID": "nw93NAG25E2U0daxcP6eIg==", "talkerPageLayoutGuid": "34770f9f-b601-4de4-94d1-d6b170fe9e22", "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": "w0qsJr5sR0qZ0DK2e2VdrA==", "inventoryIdentifier": "26ac4ac3-6cbe-4a47-99d0-32b67b655dac", "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": "cGxcLp9yVkGKBRlJwF1pmA==", "parentPluGuid": "2e5c6c70-729f-4156-8a05-1949c05d6998", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "RwxIfU2cX0eO7Hl7Tso/0A==", "supplierIdentifierGuid": "7d480c47-9c4d-475f-8eec-797b4eca3fd0", "supplierChanged": true, "rebateSupplierIdentifier": "3PK2zfXgLEm6UppfLQ3D0w==", "rebateSupplierIdentifierGuid": "cdb6f2dc-e0f5-492c-ba52-9a5f2d0dc3d3", "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-08-02T23:19:31.7284272", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "Ez0n0Fchk0CaLzfR1ovzqg==", "hostIdentifierGuid": "d0273d13-2157-4093-9a2f-37d1d68bf3aa", "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": "2" }, { "$ref": "2" } ], "store": { "$id": "3", "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-08-02T23:19:31.7284272", "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": "09RuL+URQU2qQsuZntEleA==", "hostIdentifierGuid": "2f6ed4d3-11e5-4d41-aa42-cb999ed12578", "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-08-02T23:19:31.7284272", "priceZoneName": "sample string 51", "storeFuelConfigured": true, "shippingAddressCopied": true, "shippingAddress": { "$id": "4", "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": "4" }, "hostStoreSettings": [ { "$id": "5", "id": 1, "hostIdentifier": "t9XK4xaULU+/Zs2ctue42A==", "hostIdentifierGuid": "e3cad5b7-9416-4f2d-bf66-cd9cb6e7b8d8", "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": "6", "identifier": "k6kdhBEJJUSY0mokdQdUEg==", "identifierGuid": "841da993-0911-4425-98d2-6a2475075412", "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": "NRvmLIRPQU6xvbHYbt95Ig==", "hostSupplierIdentifierGuid": "2ce61b35-4f84-4e41-b1bd-b1d86edf7922", "loyaltyPriceLevelIdentifier": "BZTut3Eil0+S2gu530RWbg==", "loyaltyPriceLevelIdentifierGuid": "b7ee9405-2271-4f97-92da-0bb9df44566e", "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-08-02T23:19:31.7284272", "lastProcessed": "2025-08-02T23:19:31.7284272", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "qgdpxMtpS0a3xmVwc7QLsA==", "identifierGuid": "c46907aa-69cb-464b-b7c6-657073b40bb0", "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": "p8RB8mkpQUSCgsIsrqYHCw==", "primaryContactID": "f241c4a7-2969-4441-8282-c22caea6070b", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "MTQvi0qr7UOa+abRPubfNQ==", "supplierGroupGuid": "8b2f3431-ab4a-43ed-9af9-a6d13ee6df35", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:19:31.7284272", "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": "8", "id": "9fa7269c-d592-4d5c-8c16-b25c4ed7cb45", "identifier": "Cw9nVL2+JkeTot8QHru5RQ==", "identifierGuid": "54670f0b-bebd-4726-93a2-df101ebbb945", "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": "9", "supplierIdentifier": "Wo5aFF6t0E+tDC+oyshaPw==", "supplierIdentifierGuid": "145a8e5a-ad5e-4fd0-ad0c-2fa8cac85a3f", "contactGuid": "fp3PkslLTkuUYEHZ6CT0pw==", "contactID": "92cf9d7e-4bc9-4b4e-9460-41d9e824f4a7", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "M7wf+hg/hEy2/+bvJ/Mgyw==", "pluGuid": "fa1fbc33-3f18-4c84-b6ff-e6ef27f320cb", "supplierIdentifier": "uOJlXRw+6U2EofLWZKLYoA==", "supplierIdentifierGuid": "5d65e2b8-3e1c-4de9-84a1-f2d664a2d8a0", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "npOadIwhGkaKcPSc7VBAjA==", "pluGuid": "749a939e-218c-461a-8a70-f49ced50408c", "supplierIdentifier": "c3KjAqzsTkCQV157ve/W0A==", "supplierIdentifierGuid": "02a37273-ecac-404e-9057-5e7bbdefd6d0", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "11" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 41", "salesMode": 42, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 44, "parentPluG_UID": "x/D9FmVWoUCMFqNFR0FNQA==", "parentPluGuid": "16fdf0c7-5665-40a1-8c16-a34547414d40", "freight": 45.0, "freightType": 1, "product": { "$ref": "2" }, "supplier": { "$ref": "7" }, "serviceFee": { "$id": "12", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 47 }, { "$ref": "10" } ], "orderCycleHeaders": [ { "$id": "13", "storeID": 1, "supplierIdentifier": "zLRu+htalUuBqoTaIGgazw==", "supplierGuid": "fa6eb4cc-5a1b-4b95-81aa-84da20681acf", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "13" } ], "cycles": [ { "$id": "14", "storeID": 1, "supplierIdentifier": "3ivcwrsoYk+hNyWEiAogdw==", "supplierGuid": "c2dc2bde-28bb-4f62-a137-2584880a2077", "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-08-02T23:19:31.7284272", "deliveryDate": "2025-08-02T23:19:31.7284272", "nextCutOffDate": "2025-08-02T23:19:31.7284272", "nextDeliveryDate": "2025-08-02T23:19:31.7284272", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-08-02T23:19:31.7284272", "isHost": true }, "files": [ { "$id": "15", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T23:19:31.7284272", "processed": "2025-08-02T23:19:31.7284272", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:19:31.7284272", "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": "6" }, "metcashHeader": { "$id": "16", "customerNumber": "sample string 1", "creationDate": "2025-08-02T23:19:31.7284272", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "XHD/NoSpqU24YRKaEfQAQg==", "hostIdentifierGuid": "36ff705c-a984-4da9-b861-129a11f40042", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "859098c9-c31e-4dd1-8ccc-e7c261fdfe9f", "7022cb12-ed5d-4335-8bab-d1f9ad202ef3" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "vz29vVjEx02r70w0ZjFXFg==", "identifierGuid": "bdbd3dbf-c458-4dc7-abef-4c3466315716", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "9c0dd782-a8ff-4565-a314-3583e85b6ff7", "ba8166c6-f693-4d38-8f21-cf699640535c" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "5" } ], "accounts": [ { "$id": "19", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "19" } ], "sales": [ { "$id": "20", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T23:19:31.7284272", "ftpSite": { "$id": "21", "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": "20" } ], "zoneMatrix": [ { "$ref": "17" }, { "$ref": "17" } ], "cashManagements": [ { "$id": "22", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "23", "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": "22" } ], "updateStoreID": "86df32af-d62a-46c5-9e39-4b2b463cc9fd", "updateStore": { "$id": "24", "id": "8d7cb003-fe4c-486b-814d-3b56408fa556", "name": "sample string 1", "lastActivity": "2025-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "25", "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" } }, "storePrices": [ { "$id": "26", "pluG_UID": "1maQ6eudokiNPk08rMMVgw==", "pluGuid": "e99066d6-9deb-48a2-8d3e-4d3cacc31583", "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-08-02T23:19:31.7284272" }, { "$ref": "26" } ], "currentPrices": { "$id": "27", "pluPrices": { "$id": "28", "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-08-02T23:19:31.7284272", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:19:31.7284272", "startTime": 3, "endDate": "2025-08-02T23:19:31.7284272", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "aLFxIYbhBkeQ7BAbmQwggQ==", "hostIdentifierGuid": "2171b168-e186-4706-90ec-101b990c2081", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "dl1/bY6IVkqUJeq5KwVe9w==", "guid": "6d7f5d76-888e-4a56-9425-eab92b055ef7", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "/W75G0Tzqky42ynAQ+V1IA==", "priceGroupGuid": "1bf96efd-f344-4caa-b8db-29c043e57520", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:19:31.7284272", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "n36x7BZm5UutiIgjn1pPSw==", "pluGuid": "ecb17e9f-6616-4be5-ad88-88239f5a4f4b", "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": "33", "pluGuid": "c0975a31-8dd1-4a27-8f8b-cb02e16f4559", "created": "2025-08-02T23:19:31.7284272", "createdByUser": "sample string 1", "activated": "2025-08-02T23:19:31.7284272", "deactivated": "2025-08-02T23:19:31.7284272", "lastOrdered": "2025-08-02T23:19:31.7284272", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:19:31.7284272", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:19:31.7284272", "lastSold": "2025-08-02T23:19:31.7284272", "firstSold": "2025-08-02T23:19:31.7284272", "awsUpdated": "2025-08-02T23:19:31.7284272", "lastManualUpdate": "2025-08-02T23:19:31.7284272", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:19:31.7284272", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:19:31.7284272", "doNotRangeUpdated": "2025-08-02T23:19:31.7284272", "doNotOrderUpdated": "2025-08-02T23:19:31.7284272", "tracked": "2025-08-02T23:19:31.7284272" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "8ELhr2METUGzaFGL8qUIzw==", "pluGuid": "afe142f0-0463-414d-b368-518bf2a508cf", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "n1MFfm81jEKY5F7+u+plEA==", "pluGuid": "7e05539f-356f-428c-98e4-5efebbea6510", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:19:31.7284272", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-08-02T23:19:31.7284272", "createdLocal": "2025-08-02T23:19:31.7284272", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "mZtQagu1VUaLa8l3Zwgtqg==", "operatorGuid": "6a509b99-b50b-4655-8b6b-c97767082daa", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "J4D+S3HZz0SL01UL6bNQwQ==", "pluGuid": "4bfe8027-d971-44cf-8bd3-550be9b350c1", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "P24aOlhOak+wiVrmlArzLA==", "guid": "3a1a6e3f-4e58-4f6a-b089-5ae6940af32c", "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-08-02T23:19:31.7284272", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:19:31.7284272", "endShift": "2025-08-02T23:19:31.7284272", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "p4l8PxZF40e241H7/8IxNw==", "operatorGuid": "3f7c89a7-4516-47e3-b6e3-51fbffc23137", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "qIVcs9v9V06XLhwvuVkC3w==", "pluGuid": "b35c85a8-fddb-4e57-972e-1c2fb95902df", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "5ROQkdbDPEm+Erc2nb/ZYQ==", "pluGuid": "919013e5-c3d6-493c-be12-b7369dbfd961", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "NIyDmS3/Bkee9fQgex+fZg==", "identifierGuid": "99838c34-ff2d-4706-9ef5-f4207b1f9f66", "pluG_UID": "wT8kKqaL/0OBjoRfXz8a5g==", "pluGuid": "2a243fc1-8ba6-43ff-818e-845f5f3f1ae6", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "41" } ], "supplier": { "$ref": "7" }, "supplierName": "sample string 147", "children": [ { "$ref": "2" }, { "$ref": "2" } ], "ordering": { "$ref": "10" }, "flipChartPages": [ { "$id": "42", "identifier": "ZNBYJIm1pUuQ0qwFZTza5g==", "groupName": "sample string 1", "identifierGuid": "2458d064-b589-4ba5-90d2-ac05653cdae6", "exists": true, "flipChartIdentifier": "usX5GHF4EESGzQmDR2BRSw==", "flipChartIdentifierGuid": "18f9c5ba-7871-4410-86cd-09834760514b", "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": "ePbwCsVr+kewM6mquopc0w==", "groupIdentifierGuid": "0af0f678-6bc5-47fa-b033-a9aaba8a5cd3", "flipChart": { "$id": "43", "identifier": "RS7E7Tr2aEmUXsmpkOfIHQ==", "identifierGuid": "edc42e45-f63a-4968-945e-c9a990e7c81d", "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": "44", "identifier": "Ip63cDHAwUSbEdqVGp7qKg==", "identifierGuid": "70b79e22-c031-44c1-9b11-da951a9eea2a", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "km6Om9cXRU2SLX76gcyBYQ==", "guid": "9b8e6e92-17d7-4d45-922d-7efa81cc8161", "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": "ZctVXi4sOUiAC8pdQM1sCw==", "previousFormGuid": "5e55cb65-2c2e-4839-800b-ca5d40cd6c0b", "nextForm": 1, "nextFormG_UID": "ipEq0rn61kCDgPXSGFE7+Q==", "nextFormGuid": "d22a918a-fab9-40d6-8380-f5d218513bf9", "attributes": "sample string 10", "updated": "2025-08-02T23:19:31.7284272", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "45" }, "previousCheckoutForm": { "$ref": "45" }, "buttons": [ { "$id": "46", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "ckx8HHnvBkyJMndWo744/Q==", "checkoutFormGuid": "1c7c4c72-ef79-4c06-8932-7756a3be38fd", "identifier": "Ujf1Jx5nwkiG7RiyYySZAw==", "identifierGuid": "27f53752-671e-48c2-86ed-18b263249903", "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": "6OMyIDPN/EWijqzKReRdmQ==", "valueGuid": "2032e3e8-cd33-45fc-a28e-acca45e45d99", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:19:31.7284272", "action": "sample string 12", "valueForm": { "$ref": "45" }, "image": { "$id": "47", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-08-02T23:19:31.7284272", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "Cys3QgHBuE6/M1QXQYsT8g==", "checkoutFormGuid": "42372b0b-c101-4eb8-bf33-5417418b13f2", "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": "48" } ] }, { "$ref": "45" } ], "panels": [ { "$ref": "48" }, { "$ref": "48" } ] }, "pages": [ { "$ref": "42" }, { "$ref": "42" } ] }, "contentPanel": { "$ref": "48" }, "products": [ { "$id": "49", "flipChartPageIdentifier": "kpTNj/2TZU6RK+T9auGdKg==", "flipChartPageIdentifierGuid": "8fcd9492-93fd-4e65-912b-e4fd6ae19d2a", "pluG_UID": "oMwBJZ8EKke4EFK5V9tOBA==", "pluGuid": "2501cca0-049f-472a-b810-52b957db4e04", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "2" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "49" } ], "productCount": 27, "pages": [ { "$ref": "42" }, { "$ref": "42" } ] }, { "$ref": "42" } ], "priceHistory": [ { "$id": "50", "pluG_UID": "r5GZAiAG9UiW9hdVDIPsew==", "pluGuid": "029991af-0620-48f5-96f6-17550c83ec7b", "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-08-02T23:19:31.7284272", "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": "50" } ], "ingredients": [ { "$id": "51", "pluG_UID": "719k+a8Xgk+zkaFRuqvIuA==", "ingredientGuid": "BxnFvPsaZEyTu55XxK7TfA==", "ingredientIdentifier": "bcc51907-1afb-4c64-93bb-9e57c4aed37c", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "53mqrfSjeU23xYFQc2TKeg==", "pluGuid": "adaa79e7-a3f4-4d79-b7c5-81507364ca7a", "shelfLocationIdentifier": "OVrS4eAQi02fH91wjDnpbw==", "shelfLocationGuid": "e1d25a39-10e0-4d8b-9f1f-dd708c39e96f", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "mUd8nMkQAUS2Mc2en5I4Xg==", "labelPageLayoutGuid": "9c7c4799-10c9-4401-b631-cd9e9f92385e", "updated": "2025-08-02T23:19:31.7284272", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "AgiL1mHgwEqAQCJtjDN5EQ==", "storeID": 1, "identifierGuid": "d68b0802-e061-4ac0-8040-226d8c337911", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:19:31.7284272", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "52" }, { "$ref": "52" } ] } }, { "$ref": "52" } ], "bin": { "$ref": "52" }, "scaleLocations": [ { "$id": "54", "plu": 1, "pluG_UID": "SdX7KlvAIkO3w/PtyBAVGA==", "pluGuid": "2afbd549-c05b-4322-b7c3-f3edc8101518", "deptNo": 1, "product": { "$ref": "2" }, "scaleLocation": { "$id": "55", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:19:31.7284272", "department": { "$id": "56", "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": "55" }, "subDepartments": [ { "$id": "57", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "58", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "59", "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-08-02T23:19:31.7284272", "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": "x7gIeBbTOUWlrURjJTXY8g==", "labelPageLayoutGuid": "7808b8c7-d316-4539-a5ad-44632535d8f2", "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": "60", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "61", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "62", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "62" } ], "commodityCode": "sample string 6" }, { "$ref": "61" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "61" }, "mscDep": { "$id": "63", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "60" }, { "$ref": "60" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "59" } ], "updated": "2025-08-02T23:19:31.7284272", "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": "OYzApnjcyk+bg8GYWMNt6g==", "labelPageLayoutGuid": "a6c08c39-dc78-4fca-9b83-c19858c36dea", "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": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "58" } ], "investmentBuyOverride": true, "updated": "2025-08-02T23:19:31.7284272", "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": "HI0MPIlj90GxLs3wq4HGkA==", "labelPageLayoutGuid": "3c0c8d1c-6389-41f7-b12e-cdf0ab81c690", "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": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "57" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-08-02T23:19:31.7284272", "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": "n6RvjGFKbUCWND3RsIt0kg==", "labelPageLayoutGuid": "8c6fa49f-4a61-406d-9634-3dd1b08b7492", "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": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } } } }, { "$ref": "54" } ], "nextPrice": { "$id": "64", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "IG4syTL+gEe+CcLQGbZQmw==", "pluGuid": "c92c6e20-fe32-4780-be09-c2d019b6509b", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "hOKXq4umzU2JwzhxsX+klg==", "dealCostGuid": "ab97e284-a68b-4dcd-89c3-3871b17fa496", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "MsIiZSM/rkelDe5E2OfW5A==", "priceGroupGuid": "6522c232-3f23-47ae-a50d-ee44d8e7d6e4", "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-08-02T23:19:31.7284272", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "tDpJBruWGUK9K7O22nld6Q==", "campaignComboPriceGroupIdentifier": "06493ab4-96bb-4219-bd2b-b3b6da795de9", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:19:31.7284272", "operatorG_UID": "simEn0CmFUaFSd9xq3RKRQ==", "operatorGuid": "9f8429b2-a640-4615-8549-df71ab744a45", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:19:31.7284272", "signIqTicketFileMovedUtc": "2025-08-02T23:19:31.7284272", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:19:31.7284272", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "64086040-5be9-4fed-aea0-bd4ca5731bb5", "nameGuid": "64086040-5be9-4fed-aea0-bd4ca5731bb5", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:19:31.7284272", "startTime": 1, "endDate": "2025-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272", "system": true, "created": "2025-08-02T23:19:31.7284272", "updated": "2025-08-02T23:19:31.7284272", "priceChangeNotifiedUtc": "2025-08-02T23:19:31.7284272", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "jNQ0MacfiEKGgnTfaWW3cw==", "hostIdentifierGuid": "3134d48c-1fa7-4288-8682-74df6965b773", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:19:31.7284272", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "64" }, { "$ref": "64" } ], "campaignPools": [ { "$id": "67", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "cH9gExJ0KkGbX5utofYXZg==", "pluGuid": "13607f70-7412-412a-9b5f-9bada1f61766", "hostOfferID": 1, "priceGroupG_UID": "VQVBeoGIw0OjuW0gGemBmw==", "priceGroupGuid": "7a410555-8881-43c3-a3b9-6d2019e9819b", "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-08-02T23:19:31.7284272", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "eiRA8QgwB0+6gSFGClz7/A==", "identifierStr": "eiRA8QgwB0+6gSFGClz7/A==", "identifierGuid": "f140247a-3008-4f07-ba81-21460a5cfbfc", "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": "66" } }, { "$ref": "68" } ], "customers": [ { "$id": "69", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "zggojJcBPkWvve+XVfZzug==", "customerIDGuid": "8c2808ce-0197-453e-afbd-ef9755f673ba", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "VoDFBTDeUUSKhXX6Qb2Xog==", "identifierGuid": "05c58056-de30-4451-8a85-75fa41bd97a2", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:19:31.7284272", "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": "utzpEvg3c0StFEGylHfGSQ==", "communityIdentifierGuid": "12e9dcba-37f8-4473-ad14-41b29477c649", "joined": "2025-08-02T23:19:31.7284272", "updated": "2025-08-02T23:19:31.7284272", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "KN5SFeNpqUOCOHil9/PFEg==", "priceLevelIdentifierGuid": "1552de28-69e3-43a9-8238-78a5f7f3c512", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:19:31.7284272", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-08-02T23:19:31.7284272", "expiry": "2025-08-02T23:19:31.7284272", "customerID": "UB/EGG9XXES7lqXcCA5drg==", "customerIDGuid": "18c41f50-576f-445c-bb96-a5dc080e5dae", "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-08-02T23:19:31.7284272", "linkedAccount": "deZtRHi3PEiBc8r56OZxTQ==", "linkedAccountGuid": "446de675-b778-483c-8173-caf9e8e6714d", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "SaTLfu64NEy/2X97GIcQIg==", "identifierGuid": "7ecba449-b8ee-4c34-bfd9-7f7b18871022", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:19:31.7284272", "owner": "b7Y6eroKlEq0mbMiF0C1qw==", "ownerGuid": "7a3ab66f-0aba-4a94-b499-b3221740b5ab", "accountStoreGroupIdentifier": "yft4Y4HHskW8TkC/VM12MQ==", "accountStoreGroupGuid": "6378fbc9-c781-45b2-bc4e-40bf54cd7631", "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-08-02T23:19:31.7284272", "active": true, "updated": "2025-08-02T23:19:31.7284272", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "70" }, "card": { "$ref": "71" }, "members": { "$id": "73", "sample string 1": [ { "$ref": "70" }, { "$ref": "70" } ], "sample string 2": [ { "$ref": "70" }, { "$ref": "70" } ] }, "customerGroups": [ { "$id": "74", "identifier": "FdxU1Bx6LEyx+T1DIKrjgw==", "identifierGuid": "d454dc15-7a1c-4c2c-b1f9-3d4320aae383", "name": "sample string 2", "primaryContact": "k4yf6t4okkWrgG4hXy6SJA==", "primaryContactGuid": "ea9f8c93-28de-4592-ab80-6e215f2e9224", "accountID": "hjCrkAlwe0SJVyC2Zerf4A==", "accountIDGuid": "90ab3086-7009-447b-8957-20b665eadfe0", "special": true, "updated": "2025-08-02T23:19:31.7284272", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "N7vUGoCnekWRenUJr7E9ig==", "priceLevelIdentifierGuid": "1ad4bb37-a780-457a-917a-7509afb13d8a", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "0HH0aTr2AEintOqSPEalPg==", "groupIDGuid": "69f471d0-f63a-4800-a7b4-ea923c46a53e", "customerID": "Pu4v4cKr2ky7/IF0dNwTQA==", "customerIDGuid": "e12fee3e-abc2-4cda-bbfc-817474dc1340", "card": "sample string 4", "linkedAccount": "70beiDaWdEGoJ9n4DpHEDQ==", "linkedAccountGuid": "88de46ef-9636-4174-a827-d9f80e91c40d", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "Mg1UeD5UA0ypIbL4k4PNOA==", "identifierGuid": "78540d32-543e-4c03-a921-b2f89383cd38", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "wN9PMuJ9LUiRTNvYvjf06A==", "accountIDGuid": "324fdfc0-7de2-482d-914c-dbd8be37f4e8", "customerAccount": { "$ref": "72" }, "customerCard": { "$ref": "71" }, "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-08-02T23:19:31.7284272", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "mYl6jtOfoEq36q1MOWY8+A==", "idempotentVoidGuid": "8e7a8999-9fd3-4aa0-b7ea-ad4c39663cf8", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "4VTtA8vtgE6g3ujMvjdNUA==", "saleHeaderIdentifierGuid": "03ed54e1-edcb-4e80-a0de-e8ccbe374d50", "created": "2025-08-02T23:19:31.7284272", "createdLocal": "2025-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272", "storeID": 1, "operatorG_Uid": "ESIk4H30sUG0XDA5ahRKtg==", "operatorGuid": "e0242211-f47d-41b1-b45c-30396a144ab6", "customerG_Uid": "u5SQt4895Euedbw6UG+UnA==", "customerGuid": "b79094bb-3d8f-4be4-9e75-bc3a506f949c", "communityIdentifier": "ToBY/GbmVU+Cd5CVQ8gATQ==", "communityIdentifierGuid": "fc58804e-e666-4f55-8277-909543c8004d", "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": "azEuF/Hglk+0GqM5h3y8Qw==", "priceLevelIdentifierGuid": "172e316b-e0f1-4f96-b41a-a339877cbc43", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "Yn7m+khMhka/dyi5wbad9A==", "identifierGuid": "fae67e62-4c48-4686-bf77-28b9c1b69df4", "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-08-02T23:19:31.7284272", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "Ov1Hoz63Q0aT8PnmKCLRZA==", "identifierGuid": "a347fd3a-b73e-4643-93f0-f9e62822d164", "saleHeaderID": 2, "plu": 1, "pluG_UId": "xMtrKZQBPkW+I7qagvVCgA==", "pluGuid": "296bcbc4-0194-453e-be23-ba9a82f54280", "accountID": "83pMiU0T/kWnLLDesZbfoQ==", "accountIDGuid": "894c7af3-134d-45fe-a72c-b0deb196dfa1", "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-08-02T23:19:31.7284272", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "ljk+mle0mUiBBheLSOi9PA==", "refundGuid": "9a3e3996-b457-4899-8106-178b48e8bd3c", "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": "sOfXSXasM0Gb6jRzrAhclw==", "idempotentVoidGuid": "49d7e7b0-ac76-4133-9bea-3473ac085c97", "priceLevelIdentifier": "fthoujmz30W6CUPNsgTvgQ==", "priceLevelIdentifierGuid": "ba68d87e-b339-45df-ba09-43cdb204ef81", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:19:31.7284272", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "OuQZDUHIqk2sFux5u/DEhA==", "guid": "0d19e43a-c841-4daa-ac16-ec79bbf0c484", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:19:31.7284272" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "ed3Vqu52lUamUoUHh7TxoQ==", "modifierSetGuid": "aad5dd79-76ee-4695-a652-850787b4f1a1", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "+WbKC+0ncU+rwO/E+nXqvQ==", "pluGuid": "0bca66f9-27ed-4f71-abc0-efc4fa75eabd", "deleted": true, "g_UID": "xQ3jN1acSESr5Z3ktVO5Yw==", "guid": "37e30dc5-9c56-4448-abe5-9de4b553b963", "product": { "$ref": "2" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "79" } ], "eftReceipts": [ { "$id": "83", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "77" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "83" } ], "payments": [ { "$ref": "76" }, { "$ref": "76" } ], "cards": [ { "$id": "84", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "84" } ], "campaignHits": [ { "$id": "85", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "85" } ], "fuel": [ { "$id": "86", "id": 1, "plu": 1, "pluG_UID": "lxipGC6w40qoLY7C5Wm5iQ==", "pluGuid": "18a91897-b02e-4ae3-a82d-8ec2e569b989", "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-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "86" } ], "fuelResells": [ { "$id": "87", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "v3q1RuKJxU2FVYNIM9gSAQ==", "pluGuid": "46b57abf-89e2-4dc5-8555-834833d81201", "accountID": "K8FZ5hWvT0+ZHeEecvr93w==", "accountIDGuid": "e659c12b-af15-4f4f-991d-e11e72fafddf", "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-08-02T23:19:31.7284272", "bestOrExpireType": 1, "refundG_UID": "XJ/ATiTLkkqEOSgee+Yl6g==", "refundGuid": "4ec09f5c-cb24-4a92-8439-281e7be625ea", "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": "87" } ], "customerOrder": [ { "$id": "88", "identifier": "dQ6HS6TqgEG0otGq+LRT7w==", "identifierGuid": "4b870e75-eaa4-4180-b4a2-d1aaf8b453ef", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "gGPyZHceCUmzAIUk3F3JqA==", "customerIdentifierGuid": "64f26380-1e77-4909-b300-8524dc5dc9a8", "operatorNo": 1, "operatorG_UID": "ytXwi7ppO0uEEpBbfnU5cQ==", "operatorGuid": "8bf0d5ca-69ba-4b3b-8412-905b7e753971", "created": "2025-08-02T23:19:31.7284272", "ordered": "2025-08-02T23:19:31.7284272", "started": "2025-08-02T23:19:31.7284272", "completed": "2025-08-02T23:19:31.7284272", "supplied": "2025-08-02T23:19:31.7284272", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "70" }, "operator": { "$ref": "37" }, "details": [ { "$id": "89", "headerID": 1, "plu": 1, "pluG_UId": "ygD3tPy8rE6QU7Gs3UuCYQ==", "pluGuid": "b4f700ca-bcfc-4eac-9053-b1acdd4b8261", "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": "KRR3llG7JU2jsub4oVghdQ==", "headerIdentifierGuid": "96771429-bb51-4d25-a3b2-e6f8a1582175", "product": { "$ref": "2" } }, { "$ref": "89" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "77" } }, { "$ref": "88" } ], "surveyResponses": [ { "$id": "90", "surveyG_UID": "gNlJfd5X8EujrYDB8GOPsA==", "surveyGuid": "7d49d980-57de-4bf0-a3ad-80c1f0638fb0", "saleHeaderGuid": "JvrgGjWUxki9SRR64u3VZA==", "saleGuid": "1ae0fa26-9435-48c6-bd49-147ae2edd564", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "jVhJucpyF06rFdSYJsVVCA==", "guidResponse": "b949588d-72ca-4e17-ab15-d49826c55508", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:19:31.7284272", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "1NA6q1ab6U+C/UB6oe8kJQ==", "guid": "ab3ad0d4-9b56-4fe9-82fd-407aa1ef2425", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "lxL51o4P5k2QnmmuW3rivQ==", "checkoutFormGuid": "d6f91297-0f8e-4de6-909e-69ae5b7ae2bd", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:19:31.7284272", "end": "2025-08-02T23:19:31.7284272", "deleted": true, "updated": "2025-08-02T23:19:31.7284272", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "f4fe2d9f-9d10-4ba0-88cd-5fb182f28156", "c0ef34a7-e158-4f6a-849a-a92b1e526b33" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "45" } }, "ingressId": "sample string 4" }, { "$ref": "90" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "FdHUHshDwkWTNbd159bz6Q==", "accountIdentifier": "1ed4d115-43c8-45c2-9335-b775e7d6f3e9", "accountName": "sample string 42", "customerOrderIdentifier": "lhTJNCmCi0GPfYdH1gWuaA==", "customerOrderIdentifierGuid": "34c91496-8229-418b-8f7d-8747d605ae68", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "hkJnw5CJGUKTnDENAM5BxQ==", "paymentIdentifierGuid": "c3674286-8990-4219-939c-310d00ce41c5", "identifier": "uzTdpuBN/k2b5D2UECuofg==", "identifierGuid": "a6dd34bb-4de0-4dfe-9be4-3d94102ba87e", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "uP25tui7TkeRielRBgIp0g==", "itemIdentifierGuid": "b6b9fdb8-bbe8-474e-9189-e951060229d2" } }, { "$ref": "76" } ] }, { "$ref": "71" } ], "customerGroupMembers": [ { "$ref": "75" }, { "$ref": "75" } ], "customerGroups": [ { "$ref": "74" }, { "$ref": "74" } ], "accounts": [ { "$ref": "72" }, { "$ref": "72" } ], "account": { "$ref": "72" }, "vouchers": [ { "$id": "93", "customerIdentifier": "gq9DouRDK06o7VBEU32oUg==", "customerIdentifierGuid": "a243af82-43e4-4e2b-a8ed-5044537da852", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "mTu9fbocQU66IZoI+jQl5g==", "idempotentGuid": "7dbd3b99-1cba-4e41-ba21-9a08fa3425e6", "offline": true, "voucher": { "$id": "94", "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-08-02T23:19:31.7284272", "barcodeTemplate": { "$id": "95", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "96", "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-08-02T23:19:31.7284272", "labelPageLayout": "9l54DKo25EaLtxIrEDOZNA==", "pageLayoutGuid": "0c785ef6-36aa-46e4-8bb7-122b10339934", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "94" }, "elements": [ { "$id": "97", "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-08-02T23:19:31.7284272" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "OQ6pZVEtLkGM+AferJFBpA==", "customerIdentifierGuid": "65a90e39-2d51-412e-8cf8-07deac9141a4", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:19:31.7284272", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "J7mvjIIG50a0u9GDAxLitw==", "issuedIdempotentGuid": "8cafb927-0682-46e7-b4bb-d1830312e2b7", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:19:31.7284272", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:19:31.7284272", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "GDSC/5IgfEKj+a7Tn1za8w==", "redeemedIdempotentGuid": "ff823418-2092-427c-a3f9-aed39f5cdaf3", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:19:31.7284272", "storeName": "sample string 17", "scaleLabel": { "$ref": "96" }, "voucher": { "$ref": "94" }, "customer": { "$ref": "70" }, "issuedOfflinePayment": { "$ref": "76" }, "redeemedOfflinePayment": { "$ref": "76" } }, { "$ref": "98" } ] }, "customer": { "$ref": "70" } }, { "$ref": "93" } ] } }, { "$ref": "69" } ], "customerGroups": [ { "$id": "99", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "5+//b5jm/kiknoMitTui7Q==", "groupIDGuid": "6fffefe7-e698-48fe-a49e-8322b53ba2ed", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "swNMdUXtB0aQM1o5pZwXgg==", "identifierGuid": "754c03b3-ed45-4607-9033-5a39a59c1782", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "100" } ], "comboPriceGroups": [ { "$id": "101", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "34u87fJc40GhO3qbnYF3ng==", "guid": "edbc8bdf-5cf2-41e3-a13b-7a9b9d81779e", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "66" }, "comboPricePlus": [ { "$id": "102", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "QRrPeWBST0mjrZZLhtiuNw==", "groupGuid": "79cf1a41-5260-494f-a3ad-964b86d8ae37", "comboPriceType": 5, "priceType": 5, "pluG_UID": "9hCbpxigAU2fBfmKhONZ7w==", "pluGuid": "a79b10f6-a018-4d01-9f05-f98a84e359ef", "priceGroupG_UID": "HeffsRhoCU66+pki2uLFww==", "priceGroupGuid": "b1dfe71d-6818-4e09-bafa-9922dae2c5c3", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "66" }, "product": { "$ref": "2" }, "priceGroup": { "$ref": "31" }, "campaignPool": { "$ref": "66" } }, { "$ref": "102" } ] }, { "$ref": "101" } ], "priceLevels": [ { "$id": "103", "id": 1, "priceLevelIdentifier": "tE1jTlq8P0u4myeJh7ezGw==", "priceLevelIdentifierGuid": "4e634db4-bc5a-4b3f-b89b-278987b7b31b", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "6tfE7MFc/UuXFc8veDT3Xw==", "headerIdentifierGuid": "ecc4d7ea-5cc1-4bfd-9715-cf2f7834f75f", "identifier": "5HXHgtDpQUmXydxUNKA7Cw==", "identifierGuid": "82c775e4-e9d0-4941-97c9-dc5434a03b0b", "supplierIdentifier": "x6TCqr6ovEaNuXmVn62Cpw==", "supplierGuid": "aac2a4c7-a8be-46bc-8db9-79959fad82a7", "pluG_UID": "8tgIGfqKeUaab70m15Bmwg==", "pluGuid": "1908d8f2-8afa-4679-9a6f-bd26d79066c2", "campaignName": "30540074-32a5-4ddb-aa74-cf7efb1bd445", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:19:31.7284272", "end": "2025-08-02T23:19:31.7284272", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "S1B9byhlrE+213ioLt/J8g==", "bonusItemPluGuid": "6f7d504b-6528-4fac-b6d7-78a82edfc9f2", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:19:31.7284272", "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-08-02T23:19:31.7284272", "campaignEndDate": "2025-08-02T23:19:31.7284272", "masterPLUG_UID": "z1DoPqp/0keeJDt6QaizUA==", "masterID": "3ee850cf-7faa-47d2-9e24-3b7a41a8b350", "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": "QhRcUyiCJ06w/36qCId+mQ==", "bonusMasterID": "535c1442-8228-4e27-b0ff-7eaa08877e99", "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-08-02T23:19:31.7284272", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "45m64U/GIU+ijjSZsIcsOw==", "pluGuid": "e1ba99e3-c64f-4f21-a28e-3499b0872c3b", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "DebX+ZFfaU2pWz9DwK+H7Q==", "alternateProduct": "f9d7e60d-5f91-4d69-a95b-3f43c0af87ed", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "lL1mrAdmzU27T8xGL+OvSw==", "pluGuid": "ac66bd94-6607-4dcd-bb4f-cc462fe3af4b", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:19:31.7284272", "inventoryTracked": "2025-08-02T23:19:31.7284272", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "fIWSEkw4Gk+vc3qYS+4oCQ==", "pluGuid": "1292857c-384c-4f1a-af73-7a984bee2809", "orderGuid": "2Z1L089/J0iJTLlMcbA8sg==", "orderIdentifier": "d34b9dd9-7fcf-4827-894c-b94c71b03cb2", "barcode": "sample string 3", "created": "2025-08-02T23:19:31.7284272" }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "nAb1u46sLU6X/QQqFZ06og==", "pluGuid": "bbf5069c-ac8e-4e2d-97fd-042a159d3aa2", "inventoryGuid": "62q/L4vcQ0qbwcTZVUQZmw==", "inventoryIdentifier": "2fbf6aeb-dc8b-4a43-9bc1-c4d95544199b", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-08-02T23:19:31.7284272", "lastOrderQuantity": 1.1, "lastReceived": "2025-08-02T23:19:31.7284272", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-08-02T23:19:31.7284272", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "9B0Cx695nUifnCY3rf4x4w==", "orderIdentifier": "c7021df4-79af-489d-9f9c-2637adfe31e3", "backToBack": 1, "b2bGuid": "YLRMMoVGdkGicIPdv7+o6g==", "b2bIdentifier": "324cb460-4685-4176-a270-83ddbfbfa8ea", "status": 2, "created": "2025-08-02T23:19:31.7284272", "createdLocal": "2025-08-02T23:19:31.7284272", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "Sxysqa0pV0yoNVaE1tPlyQ==", "transferIdentifier": "a9ac1c4b-29ad-4c57-a835-5684d6d3e5c9", "transferInvoiceIdentifier": "F1S/CcQlbU+c20GSJAp8XQ==", "transferInvoiceGuid": "09bf5417-25c4-4f6d-9cdb-4192240a7c5d", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "gUPrUNkLPE6N1j5SYwFkMQ==", "supplierIdentifierGuid": "50eb4381-0bd9-4e3c-8dd6-3e5263016431", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-08-02T23:19:31.7284272", "sentLocal": "2025-08-02T23:19:31.7284272", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-08-02T23:19:31.7284272", "cancelledLocal": "2025-08-02T23:19:31.7284272", "cancelledByUser": "sample string 7", "shipped": "2025-08-02T23:19:31.7284272", "shippedLocal": "2025-08-02T23:19:31.7284272", "shippedByUser": "sample string 8", "stockReceived": "2025-08-02T23:19:31.7284272", "stockReceivedLocal": "2025-08-02T23:19:31.7284272", "stockReceivedByUser": "sample string 9", "received": "2025-08-02T23:19:31.7284272", "receivedLocal": "2025-08-02T23:19:31.7284272", "completed": "2025-08-02T23:19:31.7284272", "completedLocal": "2025-08-02T23:19:31.7284272", "updated": "2025-08-02T23:19:31.7284272", "updatedLocal": "2025-08-02T23:19:31.7284272", "dueDate": "2025-08-02T23:19:31.7284272", "warehouseNote": "sample string 10", "warehouseRef": "sample string 11", "pdeSerialNumber": "sample string 12", "tradingPartner": 1, "orderType": "sample string 1", "orderTypeDescription": "sample string 2", "stateCode": "sample string 15", "mailCarbonCopy": true, "mailTo": "sample string 17", "mailBcc": "sample string 18", "mailReplyTo": "sample string 19", "liquor": true, "summary": "sample string 21", "notes": "sample string 22", "supplierNotes": "sample string 23", "receiptEmailSent": true, "receiptEmailSentId": "sample string 25", "receiptEmailSentStatus": "sample string 26", "transportCompanyGuid": "VaGmXh0WgkaBvNVtRieDlQ==", "transportCompanyIdentifier": "5ea6a155-161d-4682-81bc-d56d46278395", "autoOrder": 27, "hostIdentifier": "VwxKq3ncFkWBSe6WXhgVRQ==", "hostIdentifierGuid": "ab4a0c57-dc79-4516-8149-ee965e181545", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-08-02T23:19:31.7284272", "deletedByUser": "sample string 32", "autoOrderGuid": "YwYvKrC9x0Cs9Zb25z4fQA==", "autoOrderIdentifier": "2a2f0663-bdb0-40c7-acf5-96f6e73e1f40", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "K1Wnuy1DeEaylfg2v2Lhqg==", "autoOrderIdentifier": "bba7552b-432d-4678-b295-f836bf62e1aa", "orderGuid": "VppwsEKAMUKX0oyaFE19pg==", "orderIdentifier": "b0709a56-8042-4231-97d2-8c9a144d7da6", "created": "2025-08-02T23:19:31.7284272", "orderID": 1, "storeID": 1, "orderDate": "2025-08-02T23:19:31.7284272", "supplierIdentifier": "+mD1fzdAP0ubHUEgrR7ZDg==", "supplierIdentifierGuid": "7ff560fa-4037-4b3f-9b1d-4120ad1ed90e", "orderStatus": 1, "tradingPartner": 1, "simpleAWS": 2, "defaultMPL": 3, "investmentBuy": true, "storeName": "sample string 5", "supplierName": "sample string 6", "description": "sample string 7", "orderType": "sample string 8", "mailTo": "sample string 9", "mailBcc": "sample string 10", "notes": "sample string 11", "transportCompanyGuid": "jCBmv3KCAEGRjLrmieKYbA==", "transportCompanyIdentifier": "bf66208c-8272-4100-918c-bae689e2986c", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "details": [ { "$id": "111", "autoOrderGuid": "mVhbYbyKWU6+3b9K2xtRrw==", "autoOrderIdentifier": "615b5899-8abc-4e59-bedd-bf4adb1b51af", "pluG_UID": "DYTImgg4HUaz2BgFP4dSOg==", "pluGuid": "9ac8840d-3808-461d-b3d8-18053f87523a", "orderCartons": 1, "orderUnits": 1, "orderWeight": 1, "processedCartons": 1, "processedUnits": 1, "processedWeight": 1, "cartons": 1, "units": 1, "weight": 1, "status": 1, "bestDealCartonCost": 1.1, "bestDealDays": 1, "lastDealDays": 1, "normalCartonCost": 1.1, "currentDealCartonCost": 1.1, "investmentCartons": 1, "investmentUnits": 1, "investmentWeight": 1, "investmentSavedAmt": 1.1, "investmentBuyEndDate": "2025-08-02T23:19:31.7284272", "investmentBuyStatus": 2, "processed": "2025-08-02T23:19:31.7284272", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "112", "sunday": 1.1 }, "inventory": { "$id": "113", "inventoryGuid": "SbXTav6cME67RyGrl/sUBQ==", "inventoryIdentifier": "6ad3b549-9cfe-4e30-bb47-21ab97fb1405", "created": "2025-08-02T23:19:31.7284272", "createdLocal": "2025-08-02T23:19:31.7284272", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-08-02T23:19:31.7284272", "aws": 1.0, "history": [ { "$id": "114", "inventoryGuid": "CCKbbo+y2kW0R2ZA6MHmoQ==", "inventoryIdentifier": "6e9b2208-b28f-45da-b447-6640e8c1e6a1", "pluG_UID": "igh27z0800KN+GgERTK9Aw==", "pluIdentifier": "ef76088a-3c3d-42d3-8df8-68044532bd03", "inventoryReason": 3, "inventoryInvoiceGuid": "Bv8hBRu+40etlj7JSTjj2A==", "invoiceIdentifier": "0521ff06-be1b-47e3-ad96-3ec94938e3d8", "operatorGuid": "qoTML3rhok6a6RJRI+G6qw==", "operatorIdentifier": "2fcc84aa-e17a-4ea2-9ae9-125123e1baab", "stocktakeGuid": "c3WqbX4zl0+tvU++MDSYkA==", "stocktakeIdentifier": "6daa7573-337e-4f97-adbd-4fbe30349890", "orderGuid": "23kOUAWu80avI7/3XVzQ6A==", "orderIdentifier": "500e79db-ae05-46f3-af23-bff75d5cd0e8", "saleHeaderGuid": "dPL160kOPEiM5JNm3MJXaA==", "saleHeaderGuidIdentifier": "ebf5f274-0e49-483c-8ce4-9366dcc25768", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "t/IF59o+qEatlcKkUjs8Uw==", "creditNoteGuid": "e705f2b7-3eda-46a8-ad95-c2a4523b3c53", "inventorySourceGuid": "eBg9RXYgDEylH3ZTOneJKg==", "inventorySourceIdentifier": "453d1878-2076-4c0c-a51f-76533a77892a", "createdLocal": "2025-08-02T23:19:31.7284272", "baseUnits": 4, "unitsPerCarton": 5, "unitsPerCartonWeighted": true, "counted": 7, "countedPacks": 8, "open": 1, "movementQty": 9, "close": 1, "openPacks": 1, "movementQtyPacks": 10, "closePacks": 1, "accuracy": 1, "manual": 11, "user": "sample string 12", "updated": "2025-08-02T23:19:31.7284272", "createdLocalTime": "2025-08-02T23:19:31.7284272", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "115", "inventoryInvoiceGuid": "Aivo6v6agkKMcLKFZkbCxg==", "invoiceIdentifier": "eae82b02-9afe-4282-8c70-b2856646c2c6", "inventoryGuid": "PUVE9gjGCkOJ+1a27zqnYA==", "inventoryIdentifier": "f644453d-c608-430a-89fb-56b6ef3aa760", "supplierIdentifier": "/PxaPScOhkuOjW4UtFNFhQ==", "supplierGuid": "3d5afcfc-0e27-4b86-8e8d-6e14b4534585", "orderGuid": "+eIMIXmFK0CoElJTD7xV4Q==", "orderIdentifier": "210ce2f9-8579-402b-a812-52530fbc55e1", "invoiceHeaderIdentifier": "iNTW7/8mlEqn7jD3YGRhyA==", "invoiceHeaderGuid": "efd6d488-26ff-4a94-a7ee-30f7606461c8", "created": "2025-08-02T23:19:31.7284272", "ordered": "2025-08-02T23:19:31.7284272", "storeID": 1, "bestOrExpire": "2025-08-02T23:19:31.7284272", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-08-02T23:19:31.7284272", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "QfMOJB/ZmECnw6HRAs3P7g==", "pluGuid": "240ef341-d91f-4098-a7c3-a1d102cdcfee", "orderInventoryGuid": "X4BbNuaqpEyQGxKmpIYD2w==", "orderInventoryIdentifier": "365b805f-aae6-4ca4-901b-12a6a48603db", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "116", "invoiceItemNo": 1, "inventoryInvoiceGuid": "/iVoMOSwPU+OnGaL46/3lQ==", "invoiceIdentifier": "306825fe-b0e4-4f3d-8e9c-668be3aff795", "inventoryGuid": "7H3TFQbNuESiKgvDeVJURA==", "inventoryIdentifier": "15d37dec-cd06-44b8-a22a-0bc379525444", "serialNumber": "sample string 3", "sold": "2025-08-02T23:19:31.7284272", "saleItemID": 1, "storeID": 1, "returned": "2025-08-02T23:19:31.7284272", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "116" } ] }, "invoiceHeaderIdentifier": "kU4ZRcQAak6z0w5Df39WSw==", "invoiceHeaderGuid": "45194e91-00c4-4e6a-b3d3-0e437f7f564b", "invoiceNumber": "sample string 20", "invoiceCost": 1, "invoiceCostDecimals": 1, "orderNumber": 1, "orderReceivingStoreName": "sample string 21", "orderSendingStoreName": "sample string 22", "creditNoteID": 1, "reason": { "$id": "117", "id": 1, "name": "sample string 1", "allowRF": 2, "dumpStock": 3, "creditRequest": 4, "excludeFromLoss": 5, "reserved": 6, "updated": "2025-08-02T23:19:31.7284272" }, "reasonName": "sample string 23", "operatorName": "sample string 24", "operatorNumber": "sample string 25", "stocktakeName": "sample string 26", "saleIdentifier": "sample string 27", "saleHeaderID": 1, "inventoryAfterCounted": true, "inventorySetStock": true }, { "$ref": "114" } ], "products": [ { "$ref": "2" }, { "$ref": "2" } ], "lastInvoiceCost": 1 }, "aws": 5.0, "explanations": [ { "$id": "118", "pluG_UID": "JS+s37ifd0qseU+EKlPIPA==", "pluGuid": "dfac2f25-9fb8-4a77-ac79-4f842a53c83c", "consolidatedSales": { "$id": "119", "1": { "$id": "120", "discountPercentage": 1, "days": 2, "quantity": 3.1, "aws": 3.1, "cartonQuantity": 4.1, "lowQuality": true }, "2": { "$ref": "120" } }, "dailyPrices": { "$id": "121", "2025-08-02T23:19:31.7284272": { "$id": "122", "date": "2025-08-02T23:19:31.7284272", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "ScmbmNJOs0CTCDv+alGfkQ==", "comboPriceGroupGuid": "989bc949-4ed2-40b3-9308-3bfe6a519f91" } }, "onHandPredictions": [ { "$id": "123", "autoOrderGuid": "yJWUvzZCpUyVW7V3SbvKjA==", "autoOrderIdentifier": "bf9495c8-4236-4ca5-955b-b57749bbca8c", "pluG_UID": "SzvBHg2SL0mSOdF/towDsw==", "pluGuid": "1ec13b4b-920d-492f-9239-d17fb68c03b3", "childPLUG_UID": "qECQw6cl9EiCC2uOZrzLxA==", "childPluGuid": "c39040a8-25a7-48f4-820b-6b8e66bccbc4", "date": "2025-08-02T23:19:31.7284272", "normalPrice": 2.0, "salePrice": 3.0, "discountPercentage": 4, "discountPercentageActual": -50, "predictedQuantity": 5.1, "campaign": "sample string 6", "campaignDescription": "sample string 7", "lowQuality": true, "investmentBuy": true, "buffer": 10, "boostDays": 11 }, { "$ref": "123" } ], "predictions": [ { "$ref": "123" }, { "$ref": "123" } ], "product": { "$ref": "2" } }, { "$ref": "118" } ], "supplierOrderingDetail": { "$ref": "10" }, "manufacturerSupplier": "0af736c0-ab4d-4a5a-a93c-55959cc34179", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "111" } ], "boosts": [ { "$id": "124", "autoOrderGuid": "NL5btagZVEGXTeKCyl2SFA==", "autoOrderIdentifier": "b55bbe34-19a8-4154-974d-e282ca5d9214", "date": "2025-08-02T23:19:31.7284272", "boost": 2 }, { "$ref": "124" } ] }, "supplierName": "sample string 33", "supplierStoreID": 1, "supplierCartonsOnly": true, "supplierEnforceMinimumQuantity": true, "supplierMinimumOrderValue": 1, "storeName": "sample string 36", "orderCode": { "$id": "125", "code": "sample string 1", "description": "sample string 2" }, "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "totalCostInc": 37.0, "totalPickedCostInc": 38.0, "totalReceivedCostInc": 39.0, "total": { "$id": "126", "orderGuid": "22FZJOjg8Uaheqpq1rDubw==", "orderIdentifier": "245961db-e0e8-46f1-a17a-aa6ad6b0ee6f", "supplierIdentifier": "GdffyRYjG0a2YNhYzlli6A==", "supplierGuid": "c9dfd719-2316-461b-b660-d858ce5962e8", "records": 1, "cartons": 2.1, "cartonQuantity": 3, "weight": 4, "costInc": 5, "sellInc": 6, "costGST": 7, "sellGST": 8, "pickedCostInc": 9, "pickedSellInc": 10, "receivedRecords": 11, "receivedWeight": 1, "receivedCartons": 1, "receivedCartonQuantity": 1, "receivedUnits": 1, "receivedSellInc": 12, "receivedCostInc": 13, "receivedCostGST": 14, "receivedSellGST": 15, "investmentBuyRecords": 16, "investmentBuyCartons": 17.1, "investmentBuyCartonQuantity": 18, "investmentBuyWeight": 19, "investmentBuyCostInc": 20, "investmentBuySellInc": 21, "investmentBuyCostGST": 22, "investmentBuySellGST": 23, "investmentBuySavedAmount": 24.1 }, "details": [ { "$ref": "1" }, { "$ref": "1" } ], "unknownScans": [ { "$ref": "107" }, { "$ref": "107" } ], "transportCompany": { "$id": "127", "identifier": "4f+ERzfcyEmAo2deK2H6Kg==", "identifierGuid": "4784ffe1-dc37-49c8-80a3-675e2b61fa2a", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "QNndfOzI30eI+NQDnL8l7g==", "primaryContactID": "7cddd940-c8ec-47df-88f8-d4039cbf25ee", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "ca01d8b8-fd42-4d77-a67f-846924aeda5e" }, "invoiceDetail": { "$id": "128", "identifier": "lh4jgjt65U250k9usDP8GQ==", "identifierGuid": "82231e96-7a3b-4de5-b9d2-4f6eb033fc19", "headerIdentifier": "MFpQQ/fhSU6eO8CQyFCclg==", "headerIdentifierGuid": "43505a30-e1f7-4e49-9e3b-c090c8509c96", "pluG_UID": "owdNbJ22sE6g0lhlt6/DiQ==", "pluGuid": "6c4d07a3-b69d-4eb0-a0d2-5865b7afc389", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-08-02T23:19:31.7284272", "commodity": "sample string 5", "supplier": "sample string 6", "itemDesc": "sample string 7", "itemType": 48, "investmentBuyInd": "A", "orderType": "sample string 8", "cartonQty": 1, "cartonQuantitySpecified": true, "soldByWeight": true, "orderByWeight": true, "unitsOrdered": 1, "unitsSupplied": 1, "unitsReceived": 1, "weightOrdered": 1, "weightShipped": 1, "weightReceived": 1, "unitSpecified": 11, "wholesalePrice": 1, "extWholesalePrice": 1, "normalPrice": 1, "retailPrice": 1, "pricingUnit": "sample string 12", "claimFlag": "A", "gstRate": 1, "gstAmount": 1, "extGstAmount": 1, "deliWeight": 1, "marginAmount": 1, "extMarginAmount": 1, "costAmount": 1, "orderedCostAmount": 1, "extCostAmount": 1, "costIncSpecified": true, "freightAmount": 14, "freightGstAmount": 15, "extFreightAmount": 16, "extFreightGstAmount": 17, "costDecimals": 18, "wetRate": 1, "containerDeposit": 1, "basePrice": 1, "wetValue": 1, "deliveryFee": 1, "casePrice": 1, "wholesaleExt": 1, "wetExt": 1, "totalLitres": 1, "tun": "sample string 19", "applyDetails": true, "applySell": true, "applyCost": true, "applyOr": true, "applyQty": true, "itemNumber": "sample string 20", "directNumber": "sample string 21", "itemSize": "sample string 22", "costGst": 1, "sellGst": 1, "costOr": 1, "sellOr": 1, "marginOr": 1, "grossProfit": 1.0, "sell": 1, "cartonCost": 1, "currentCost": 1, "costID": "A", "costStart": "2025-08-02T23:19:31.7284272", "costEnd": "2025-08-02T23:19:31.7284272", "createdFromUnknownScan": true, "orderGuid": "8IsFAVBiAUGx+XmzXE0oDw==", "orderIdentifierGuid": "01058bf0-6250-4101-b1f9-79b35c4d280f", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-08-02T23:19:31.7284272", "invoiceNo": "sample string 28", "hasInventory": true, "existingCost": 30.1, "existingSell": 31.1, "futureCost": 1.1, "futureSell": 1.1, "nextSell": 1.1, "nextSellCampaignName": "sample string 32", "nextSellCampaignDescription": "sample string 33", "unknownScan": { "$id": "129", "pluG_UID": "bOvyTXJ9iki4PIrQupcQKw==", "pluGuid": "4df2eb6c-7d72-488a-b83c-8ad0ba97102b", "invoiceIdentifier": "G9AOBLX6akegOQWgiVHT4A==", "invoiceGuid": "040ed01b-fab5-476a-a039-05a08951d3e0", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-08-02T23:19:31.7284272" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "taEK1kNwY0uSX+HA/Wwb7g==", "priceGroupGuid": "d60aa1b5-7043-4b63-925f-e1c0fd6c1bee", "priceGroupName": "sample string 40", "priceGroupCode": "sample string 41", "product": { "$ref": "2" }, "incrementCount": true, "minimumQuantity": 1, "randomWeight": true, "salesMode": 43, "cartons": 1, "weight": 1, "units": 1, "autoOrderStatus": 1, "invoiceDetailReceive": true }, "autoOrderDetail": { "$ref": "111" }, "doNotRange": true, "doNotOrder": true, "costGSTPercent": 1, "orderDetailReceive": true, "isBackedUp": true, "backupWarehouseIndicator": "sample string 21", "backupOrderCode": "sample string 22" }, { "$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.