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": "j/4dX/2eIki9LFGVxpGm/g==", "orderIdentifier": "5f1dfe8f-9efd-4822-bd2c-5195c691a6fe", "pluG_UID": "Pjqsiq2R8Uazupjrp34d4Q==", "pluGuid": "8aac3a3e-91ad-46f1-b3ba-98eba77e1de1", "created": "2025-10-05T00:01:03.2240958", "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": "VqX+e10dBUaqSvIz1AX+nA==", "substituteGuid": "7bfea556-1d5d-4605-aa4a-f233d405fe9c", "warehousePLUG_UID": "A6hmTeZ47U2BbEk3Fo1Oog==", "warehousePluGuid": "4d66a803-78e6-4ded-816c-4937168d4ea2", "updated": "2025-10-05T00:01:03.2240958", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "HWivg9l9l0y/T4IO4vSrzQ==", "guid": "83af681d-7dd9-4c97-bf4f-820ee2f4abcd", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "FQx3UjdgNE+4FYJLYRqy0Q==", "priceGroupGuid": "52770c15-6037-4f34-b815-824b611ab2d1", "blueprintID": 1, "lastCountedDate": "2025-10-05T00:01:03.2240958", "externalID": "sample string 7", "active": true, "activated": "2025-10-05T00:01:03.2240958", "pluCreated": "2025-10-05T00:01:03.2240958", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-10-05T00:01:03.2240958", "lastManualUpdate": "2025-10-05T00:01:03.2240958", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-10-05T00:01:03.2240958", "currentCostUpdated": "2025-10-05T00:01:03.2240958", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-05T00:01:03.2240958", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "paws": 1.0, "awsUpdated": "2025-10-05T00:01:03.2240958", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "MzUku3pYJE6YS4xrWeNS0Q==", "altPLUGuid": "bb243533-587a-4e24-984b-8c6b59e352d1", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-10-05T00:01:03.2240958", "labelLastPrice": 1, "shelfPageLayoutG_UID": "aWs8X/4ZAk+UfZoAvHZWeQ==", "shelfPageLayoutGuid": "5f3c6b69-19fe-4f02-947d-9a00bc765679", "talkerPageLayoutG_UID": "DzBVucCKtU+MugBYO3tNqw==", "talkerPageLayoutGuid": "b955300f-8ac0-4fb5-8cba-00583b7b4dab", "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": "AgB0RX0L3kqUgUrjvmB0Vg==", "inventoryIdentifier": "45740002-0b7d-4ade-9481-4ae3be607456", "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": "QG+2G4dSZUuS/tM8ULK8nQ==", "parentPluGuid": "1bb66f40-5287-4b65-92fe-d33c50b2bc9d", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "7lAKKhrz4kuhSch3UFHSUg==", "supplierIdentifierGuid": "2a0a50ee-f31a-4be2-a149-c8775051d252", "supplierChanged": true, "rebateSupplierIdentifier": "aC1kP1iQsUOjdYS7CGpyDA==", "rebateSupplierIdentifierGuid": "3f642d68-9058-43b1-a375-84bb086a720c", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-10-05T00:01:03.2240958", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "dh5vkNJg0kiJ0lLq/WGVpQ==", "hostIdentifierGuid": "906f1e76-60d2-48d2-89d2-52eafd6195a5", "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-10-05T00:01:03.2240958", "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": "xdTg4ZsfxEeS7Yl2ESdXgg==", "hostIdentifierGuid": "e1e0d4c5-1f9b-47c4-92ed-897611275782", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-10-05T00:01:03.2240958", "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": "V5SjD5gr0k2nEEerJqXRsw==", "hostIdentifierGuid": "0fa39457-2b98-4dd2-a710-47ab26a5d1b3", "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": "ODo04xV6zEWt15qDsjDiXw==", "identifierGuid": "e3343a38-7a15-45cc-add7-9a83b230e25f", "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": "MPzt8NH8xUyc6PsMRlvwcg==", "hostSupplierIdentifierGuid": "f0edfc30-fcd1-4cc5-9ce8-fb0c465bf072", "loyaltyPriceLevelIdentifier": "bZ1fKWAQQUeNcYBBMGD5Sg==", "loyaltyPriceLevelIdentifierGuid": "295f9d6d-1060-4741-8d71-80413060f94a", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-10-05T00:01:03.2240958", "lastProcessed": "2025-10-05T00:01:03.2240958", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "xwvLqpWGp0mRVMrRpkPL9A==", "identifierGuid": "aacb0bc7-8695-49a7-9154-cad1a643cbf4", "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": "HABTZmGybUCMLIP8+doecQ==", "primaryContactID": "6653001c-b261-406d-8c2c-83fcf9da1e71", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "wrTQxD0tfkK1eqQS3BwHEg==", "supplierGroupGuid": "c4d0b4c2-2d3d-427e-b57a-a412dc1c0712", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-05T00:01:03.2240958", "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": "30e673d5-da2c-4aa4-a316-44083b9797f8", "identifier": "4q50xua44kqtCxskf2Po+Q==", "identifierGuid": "c674aee2-b8e6-4ae2-ad0b-1b247f63e8f9", "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": "OGT38Nfvnk+tZss18WazBA==", "supplierIdentifierGuid": "f0f76438-efd7-4f9e-ad66-cb35f166b304", "contactGuid": "X09HJ9KHek2liaRsHuzmbw==", "contactID": "27474f5f-87d2-4d7a-a589-a46c1eece66f", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "q7H/NTUq1U+uZhzRq8DwrQ==", "pluGuid": "35ffb1ab-2a35-4fd5-ae66-1cd1abc0f0ad", "supplierIdentifier": "QvXLqaAl+0+6COM/DAijSQ==", "supplierIdentifierGuid": "a9cbf542-25a0-4ffb-ba08-e33f0c08a349", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-05T00:01:03.2240958", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-10-05T00:01:03.2240958", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "DUw6n3JJvk2cwosoieUOZg==", "pluGuid": "9f3a4c0d-4972-4dbe-9cc2-8b2889e50e66", "supplierIdentifier": "OZF2jn+BLEG8UlRoOvmMTg==", "supplierIdentifierGuid": "8e769139-817f-412c-bc52-54683af98c4e", "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": "FYOM5ff1fEqMPGaahnC4Mg==", "parentPluGuid": "e58c8315-f5f7-4a7c-8c3c-669a8670b832", "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": "qucVJwa3h0S7nG7PirjsKQ==", "supplierGuid": "2715e7aa-b706-4487-bb9c-6ecf8ab8ec29", "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": "9Sh7W0fZBEKgy1onECzOiA==", "supplierGuid": "5b7b28f5-d947-4204-a0cb-5a27102cce88", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-10-05T00:01:03.2240958", "deliveryDate": "2025-10-05T00:01:03.2240958", "nextCutOffDate": "2025-10-05T00:01:03.2240958", "nextDeliveryDate": "2025-10-05T00:01:03.2240958", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-10-05T00:01:03.2240958", "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-10-05T00:01:03.2240958", "processed": "2025-10-05T00:01:03.2240958", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-05T00:01:03.2240958", "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-10-05T00:01:03.2240958", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "PVB++nqOmEeYJBv50frp2A==", "hostIdentifierGuid": "fa7e503d-8e7a-4798-9824-1bf9d1fae9d8", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "b2232c7f-5ebe-4a9f-b577-cf6d70af039e", "ae4bdd3d-76d2-44a7-9698-e6dd09388321" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "3Gb/mGMcvkO+IwWqHE18MQ==", "identifierGuid": "98ff66dc-1c63-43be-be23-05aa1c4d7c31", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "e0d5affd-cedf-4861-ba43-b7db28fdea80", "d8cf2495-87e5-4ec0-925c-7752c4b835b3" ], "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-10-05T00:01:03.2240958", "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": "3a63c7d3-584d-4698-8804-fd213ec54fb2", "updateStore": { "$id": "24", "id": "b71bd63b-4283-4a26-9d57-3e0dc8a1e114", "name": "sample string 1", "lastActivity": "2025-10-05T00:01:03.2240958", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-10-05T00:01:03.2240958" }, "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": "UMCtlELxMUKhCOuByd9NMQ==", "pluGuid": "94adc050-f142-4231-a108-eb81c9df4d31", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "priceNext": 1, "costNext": 1, "costNextDecimals": 9, "nextCampaignName": "sample string 10", "gstPercent": 11, "normalCost": 12, "normalCostDecimals": 13, "costGstPercent": 14, "costCalcMethod": 1, "currentCost": 15, "currentCostDecimals": 16, "break1": 17, "price1": 18, "break2": 19, "price2": 20, "break3": 21, "price3": 22, "fuelItem": 23, "fixedWeight": 24, "active": true, "complianceIndicator": "sample string 25", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-10-05T00:01:03.2240958" }, { "$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-10-05T00:01:03.2240958", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-10-05T00:01:03.2240958", "startTime": 3, "endDate": "2025-10-05T00:01:03.2240958", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "V2joDvvHVkihsm+nre6k8A==", "hostIdentifierGuid": "0ee86857-c7fb-4856-a1b2-6fa7adeea4f0", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "K90ScUg1j0+vBBTufgA/nw==", "guid": "7112dd2b-3548-4f8f-af04-14ee7e003f9f", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "xaKKIA6hJkGxoBWKRLqMkQ==", "priceGroupGuid": "208aa2c5-a10e-4126-b1a0-158a44ba8c91", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-05T00:01:03.2240958", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "8kgQ83lSAEObSlUzNiilVQ==", "pluGuid": "f31048f2-5279-4300-9b4a-55333628a555", "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": "314df4f0-ef9c-4287-80f5-f0b9b6cc3225", "created": "2025-10-05T00:01:03.2240958", "createdByUser": "sample string 1", "activated": "2025-10-05T00:01:03.2240958", "deactivated": "2025-10-05T00:01:03.2240958", "lastOrdered": "2025-10-05T00:01:03.2240958", "lastOrderedQty": 2.0, "lastReceived": "2025-10-05T00:01:03.2240958", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-05T00:01:03.2240958", "lastSold": "2025-10-05T00:01:03.2240958", "firstSold": "2025-10-05T00:01:03.2240958", "awsUpdated": "2025-10-05T00:01:03.2240958", "lastManualUpdate": "2025-10-05T00:01:03.2240958", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-05T00:01:03.2240958", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-05T00:01:03.2240958", "doNotRangeUpdated": "2025-10-05T00:01:03.2240958", "doNotOrderUpdated": "2025-10-05T00:01:03.2240958", "tracked": "2025-10-05T00:01:03.2240958" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "Gj4TuwJPakmdn+FgtFbcHg==", "pluGuid": "bb133e1a-4f02-496a-9d9f-e160b456dc1e", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "Qm9Qv0scmk+5ghJ2ynuVWA==", "pluGuid": "bf506f42-1c4b-4f9a-b982-1276ca7b9558", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-10-05T00:01:03.2240958", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-10-05T00:01:03.2240958", "createdLocal": "2025-10-05T00:01:03.2240958", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "0xKyya1r5UC0hzcUGPdz3Q==", "operatorGuid": "c9b212d3-6bad-40e5-b487-371418f773dd", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "XKolE3cLQk2yLVs2lVL+zg==", "pluGuid": "1325aa5c-0b77-4d42-b22d-5b369552fece", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "baIVK9bYtkC6zkCEnlEpnw==", "guid": "2b15a26d-d8d6-40b6-bace-40849e51299f", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-10-05T00:01:03.2240958", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-05T00:01:03.2240958", "endShift": "2025-10-05T00:01:03.2240958", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "T/syoLWna0iwVAe/sWb3KA==", "operatorGuid": "a032fb4f-a7b5-486b-b054-07bfb166f728", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "Zfd3UoJSu0S28+j33RzwSw==", "pluGuid": "5277f765-5282-44bb-b6f3-e8f7dd1cf04b", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "HWLvDPBEgkWNKOTZhGUTdQ==", "pluGuid": "0cef621d-44f0-4582-8d28-e4d984651375", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "tJ7wLhPE0kKL9iCRW8bp+g==", "identifierGuid": "2ef09eb4-c413-42d2-8bf6-20915bc6e9fa", "pluG_UID": "aZzuihYkW02boBVN3P2Jng==", "pluGuid": "8aee9c69-2416-4d5b-9ba0-154ddcfd899e", "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": "RaXg6Lj0lUaxgEr7NlMHYA==", "groupName": "sample string 1", "identifierGuid": "e8e0a545-f4b8-4695-b180-4afb36530760", "exists": true, "flipChartIdentifier": "ehXDW2DBq02ejogU+XiugQ==", "flipChartIdentifierGuid": "5bc3157a-c160-4dab-9e8e-8814f978ae81", "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": "Jq7sQos3iU6R9KsNENfXIA==", "groupIdentifierGuid": "42ecae26-378b-4e89-91f4-ab0d10d7d720", "flipChart": { "$id": "43", "identifier": "ChOzRnpl+UKA1DHF3I8yNA==", "identifierGuid": "46b3130a-657a-42f9-80d4-31c5dc8f3234", "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": "dBCkw3hH+kKHflj8GhRMzg==", "identifierGuid": "c3a41074-4778-42fa-877e-58fc1a144cce", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "HhslsaMsEEKooXCng2sCzw==", "guid": "b1251b1e-2ca3-4210-a8a1-70a7836b02cf", "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": "03CYtfv2T0qjSrWfTL4gwA==", "previousFormGuid": "b59870d3-f6fb-4a4f-a34a-b59f4cbe20c0", "nextForm": 1, "nextFormG_UID": "auT1PoTCYUGC0xCLSRYf0Q==", "nextFormGuid": "3ef5e46a-c284-4161-82d3-108b49161fd1", "attributes": "sample string 10", "updated": "2025-10-05T00:01:03.2395727", "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": "LqUyRqpW5kS+1xXe/TzSRw==", "checkoutFormGuid": "4632a52e-56aa-44e6-bed7-15defd3cd247", "identifier": "Yxt+BNzLoEK81eQyA22aTQ==", "identifierGuid": "047e1b63-cbdc-42a0-bcd5-e432036d9a4d", "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": "ZiaZ9RrhTkSmjcvJpOAGag==", "valueGuid": "f5992666-e11a-444e-a68d-cbc9a4e0066a", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-05T00:01:03.2395727", "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-10-05T00:01:03.2395727", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "GepvAbO7nEW+0KCT1wgXFw==", "checkoutFormGuid": "016fea19-bbb3-459c-bed0-a093d7081717", "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": "1oysFclGukKlF5WYcESlGg==", "flipChartPageIdentifierGuid": "15ac8cd6-46c9-42ba-a517-95987044a51a", "pluG_UID": "ahWqr7JBZUSqs6dsTBW6zw==", "pluGuid": "afaa156a-41b2-4465-aab3-a76c4c15bacf", "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": "cfAY3viNOk6smmj37iayrw==", "pluGuid": "de18f071-8df8-4e3a-ac9a-68f7ee26b2af", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-10-05T00:01:03.2395727", "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": "xWPn2sYshkyZ5QcoZe/mVA==", "ingredientGuid": "BguEC+tJ+kuCxci3k2hvJg==", "ingredientIdentifier": "0b840b06-49eb-4bfa-82c5-c8b793686f26", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "XloRDztB+UCRj1rwOx2pew==", "pluGuid": "0f115a5e-413b-40f9-918f-5af03b1da97b", "shelfLocationIdentifier": "BEwArT+n0Ei0kf+03palrw==", "shelfLocationGuid": "ad004c04-a73f-48d0-b491-ffb4de96a5af", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "hjbX/1wNtE28LoHWPISriw==", "labelPageLayoutGuid": "ffd73686-0d5c-4db4-bc2e-81d63c84ab8b", "updated": "2025-10-05T00:01:03.2395727", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "FBZALM7WA02bbvUjKYSSMQ==", "storeID": 1, "identifierGuid": "2c401614-d6ce-4d03-9b6e-f52329849231", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-05T00:01:03.2395727", "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": "VmosrDyb6E2VXuEeAubAvA==", "pluGuid": "ac2c6a56-9b3c-4de8-955e-e11e02e6c0bc", "deptNo": 1, "product": { "$ref": "2" }, "scaleLocation": { "$id": "55", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-10-05T00:01:03.2395727", "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-10-05T00:01:03.2395727", "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": "aACNWTc22kOIlXBWmGwI9Q==", "labelPageLayoutGuid": "598d0068-3637-43da-8895-7056986c08f5", "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-10-05T00:01:03.2395727", "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": "WisTdqLgG0ildjXCvZJaKw==", "labelPageLayoutGuid": "76132b5a-e0a2-481b-a576-35c2bd925a2b", "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-10-05T00:01:03.2395727", "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": "IoclujGzl0+4KIDVe8Ys2w==", "labelPageLayoutGuid": "ba258722-b331-4f97-b828-80d57bc62cdb", "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-10-05T00:01:03.2395727", "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": "/8gnnpvWPUuvYNi7o2XqpQ==", "labelPageLayoutGuid": "9e27c8ff-d69b-4b3d-af60-d8bba365eaa5", "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": "iEvzIOqMuEGSeRFmHoBk1A==", "pluGuid": "20f34b88-8cea-41b8-9279-11661e8064d4", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "RX8j8ghycEKnC7AVy1jCpA==", "dealCostGuid": "f2237f45-7208-4270-a70b-b015cb58c2a4", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "EZcmltOdrkuBrqyvWHNLSQ==", "priceGroupGuid": "96269711-9dd3-4bae-81ae-acaf58734b49", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-10-05T00:01:03.2395727", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "1qCvHtTeA0+ciMRnAOL95Q==", "campaignComboPriceGroupIdentifier": "1eafa0d6-ded4-4f03-9c88-c46700e2fde5", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-10-05T00:01:03.2395727", "operatorG_UID": "EYBZvcejt0mpBK2sfUfRug==", "operatorGuid": "bd598011-a3c7-49b7-a904-adac7d47d1ba", "machineID": 1, "processed": true, "appliedUtc": "2025-10-05T00:01:03.2395727", "signIqTicketFileMovedUtc": "2025-10-05T00:01:03.2395727", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-05T00:01:03.2395727", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "ea31eca4-be7c-46fd-98be-823a89d30cca", "nameGuid": "ea31eca4-be7c-46fd-98be-823a89d30cca", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-05T00:01:03.2395727", "startTime": 1, "endDate": "2025-10-05T00:01:03.2395727", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-10-05T00:01:03.2395727", "system": true, "created": "2025-10-05T00:01:03.2395727", "updated": "2025-10-05T00:01:03.2395727", "priceChangeNotifiedUtc": "2025-10-05T00:01:03.2395727", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "aZ2U2KP6nkeavm8+kRXLzg==", "hostIdentifierGuid": "d8949d69-faa3-479e-9abe-6f3e9115cbce", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-05T00:01:03.2395727", "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": "tQL39eY/6kSrtALcT7T3qQ==", "pluGuid": "f5f702b5-3fe6-44ea-abb4-02dc4fb4f7a9", "hostOfferID": 1, "priceGroupG_UID": "A9ymizR+D0GeE2akkjE4jg==", "priceGroupGuid": "8ba6dc03-7e34-410f-9e13-66a49231388e", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-10-05T00:01:03.2395727", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "EtZuXcY7Sku5SxX6T856Tg==", "identifierStr": "EtZuXcY7Sku5SxX6T856Tg==", "identifierGuid": "5d6ed612-3bc6-4b4a-b94b-15fa4fce7a4e", "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": "3SZPl6Q3g06LFVTTOJA4Tg==", "customerIDGuid": "974f26dd-37a4-4e83-8b15-54d33890384e", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "nerWApsqJ0eT1x7NIbrz/w==", "identifierGuid": "02d6ea9d-2a9b-4727-93d7-1ecd21baf3ff", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-10-05T00:01:03.2395727", "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": "D/RzVaSZBEWRLphl9Stfvw==", "communityIdentifierGuid": "5573f40f-99a4-4504-912e-9865f52b5fbf", "joined": "2025-10-05T00:01:03.2395727", "updated": "2025-10-05T00:01:03.2395727", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "54wYy4V6qEC13E24g/G3eg==", "priceLevelIdentifierGuid": "cb188ce7-7a85-40a8-b5dc-4db883f1b77a", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-05T00:01:03.2395727", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-10-05T00:01:03.2395727", "expiry": "2025-10-05T00:01:03.2395727", "customerID": "9ubKMD+V5U28K3Rpz35Geg==", "customerIDGuid": "30cae6f6-953f-4de5-bc2b-7469cf7e467a", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-10-05T00:01:03.2395727", "linkedAccount": "BWjgvfg4KUuq/pt2ir1EDg==", "linkedAccountGuid": "bde06805-38f8-4b29-aafe-9b768abd440e", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "5+hURcC5Fk286Gl+WducQg==", "identifierGuid": "4554e8e7-b9c0-4d16-bce8-697e59db9c42", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-05T00:01:03.2395727", "owner": "QcoVG581+kaqbtGtPcEcvQ==", "ownerGuid": "1b15ca41-359f-46fa-aa6e-d1ad3dc11cbd", "accountStoreGroupIdentifier": "LHkANY/tQEOyUIobQP2UrA==", "accountStoreGroupGuid": "3500792c-ed8f-4340-b250-8a1b40fd94ac", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-10-05T00:01:03.2395727", "active": true, "updated": "2025-10-05T00:01:03.2395727", "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": "aVV62Ynsl0GJMW75UlQzYg==", "identifierGuid": "d97a5569-ec89-4197-8931-6ef952543362", "name": "sample string 2", "primaryContact": "EWYjM+f1lUylmi5mAHexSA==", "primaryContactGuid": "33236611-f5e7-4c95-a59a-2e660077b148", "accountID": "hXXwECkS1kyWbZ6bd8mIYg==", "accountIDGuid": "10f07585-1229-4cd6-966d-9e9b77c98862", "special": true, "updated": "2025-10-05T00:01:03.2395727", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "5hwNodmb3Ua00oVlsxmUmg==", "priceLevelIdentifierGuid": "a10d1ce6-9bd9-46dd-b4d2-8565b319949a", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "QU8KzrZXd0ChpHowNoj+vQ==", "groupIDGuid": "ce0a4f41-57b6-4077-a1a4-7a303688febd", "customerID": "2iUt5qy/e0iDOYQ5H5+IEg==", "customerIDGuid": "e62d25da-bfac-487b-8339-84391f9f8812", "card": "sample string 4", "linkedAccount": "i+s8/W+AZ0atijRVBrMhFw==", "linkedAccountGuid": "fd3ceb8b-806f-4667-ad8a-345506b32117", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "Yl4JPq8tY0OvmzAlRu0nnQ==", "identifierGuid": "3e095e62-2daf-4363-af9b-302546ed279d", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "ZtfBT/SXPkqycxud8/YWfA==", "accountIDGuid": "4fc1d766-97f4-4a3e-b273-1b9df3f6167c", "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-10-05T00:01:03.2395727", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "PHg04rOKhUm55VLO52CQtg==", "idempotentVoidGuid": "e234783c-8ab3-4985-b9e5-52cee76090b6", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "h/QZCqZ39k6f/qLdSlgFEw==", "saleHeaderIdentifierGuid": "0a19f487-77a6-4ef6-9ffe-a2dd4a580513", "created": "2025-10-05T00:01:03.2395727", "createdLocal": "2025-10-05T00:01:03.2395727", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-10-05T00:01:03.2395727", "storeID": 1, "operatorG_Uid": "U//o0JVjUkq7HPwYewoc7w==", "operatorGuid": "d0e8ff53-6395-4a52-bb1c-fc187b0a1cef", "customerG_Uid": "pNyrHyG4ikOMG38DjrZ1Ag==", "customerGuid": "1fabdca4-b821-438a-8c1b-7f038eb67502", "communityIdentifier": "D3mGKnpbcke5kxfE4ucP2Q==", "communityIdentifierGuid": "2a86790f-5b7a-4772-b993-17c4e2e70fd9", "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": "ojh2lWMfDkSWFZ4fnPOqGg==", "priceLevelIdentifierGuid": "957638a2-1f63-440e-9615-9e1f9cf3aa1a", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "GEqTvS4hzE+yJVU4y8iOWA==", "identifierGuid": "bd934a18-212e-4fcc-b225-5538cbc88e58", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-10-05T00:01:03.2395727", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "YzbbjrWmpkWUD2UfaDqoJQ==", "identifierGuid": "8edb3663-a6b5-45a6-940f-651f683aa825", "saleHeaderID": 2, "plu": 1, "pluG_UId": "s4w/70PtbEqim48wgT4UEA==", "pluGuid": "ef3f8cb3-ed43-4a6c-a29b-8f30813e1410", "accountID": "eiZN88AxgUOXR0oAtOI3aQ==", "accountIDGuid": "f34d267a-31c0-4381-9747-4a00b4e23769", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-10-05T00:01:03.2395727", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "fggZnKNqikWXqtuQR7pc0A==", "refundGuid": "9c19087e-6aa3-458a-97aa-db9047ba5cd0", "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": "q1unux4tsEebAL5cFN6xRw==", "idempotentVoidGuid": "bba75bab-2d1e-47b0-9b00-be5c14deb147", "priceLevelIdentifier": "YSaqXuqxnUydRsbXlZwpcA==", "priceLevelIdentifierGuid": "5eaa2661-b1ea-4c9d-9d46-c6d7959c2970", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-05T00:01:03.2395727", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "T8OzZlUcNE+D7rLBzp+9CQ==", "guid": "66b3c34f-1c55-4f34-83ee-b2c1ce9fbd09", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:01:03.2395727" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "Vwd8p+5cs0ueZMuPolPd9Q==", "modifierSetGuid": "a77c0757-5cee-4bb3-9e64-cb8fa253ddf5", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "0QN1NjPWaUaVZ1+L+Bwqfw==", "pluGuid": "367503d1-d633-4669-9567-5f8bf81c2a7f", "deleted": true, "g_UID": "xPo4uhRM30GxYOLOG7Qv6A==", "guid": "ba38fac4-4c14-41df-b160-e2ce1bb42fe8", "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": "bQkY3vC74UaTYN9hZ4qHbQ==", "pluGuid": "de18096d-bbf0-46e1-9360-df61678a876d", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-10-05T00:01:03.2395727", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-10-05T00:01:03.2395727", "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": "eI2kq0OPcE6BujHHVTqHNQ==", "pluGuid": "aba48d78-8f43-4e70-81ba-31c7553a8735", "accountID": "EaeqmsiNxEGa6cI8Ucvbyw==", "accountIDGuid": "9aaaa711-8dc8-41c4-9ae9-c23c51cbdbcb", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-10-05T00:01:03.2395727", "bestOrExpireType": 1, "refundG_UID": "jXfAZzLfdkqJfmWbLlGZLA==", "refundGuid": "67c0778d-df32-4a76-897e-659b2e51992c", "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": "dpDD+WRAHEm0qZyDJOQPJw==", "identifierGuid": "f9c39076-4064-491c-b4a9-9c8324e40f27", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "ojgBDCWAjkCVY52mKZ+8Kg==", "customerIdentifierGuid": "0c0138a2-8025-408e-9563-9da6299fbc2a", "operatorNo": 1, "operatorG_UID": "yZer2xxEU0CIqCMaytZQ4w==", "operatorGuid": "dbab97c9-441c-4053-88a8-231acad650e3", "created": "2025-10-05T00:01:03.2395727", "ordered": "2025-10-05T00:01:03.2395727", "started": "2025-10-05T00:01:03.2395727", "completed": "2025-10-05T00:01:03.2395727", "supplied": "2025-10-05T00:01:03.2395727", "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": "pMkcby2MJ0W1g5byGS6SzQ==", "pluGuid": "6f1cc9a4-8c2d-4527-b583-96f2192e92cd", "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": "wZ4UzbF2vkuNpABIH0pUPQ==", "headerIdentifierGuid": "cd149ec1-76b1-4bbe-8da4-00481f4a543d", "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": "G7suMLdfhUivIxuA9aM7Dg==", "surveyGuid": "302ebb1b-5fb7-4885-af23-1b80f5a33b0e", "saleHeaderGuid": "JSYNZUuliUmBckzLD2y6tA==", "saleGuid": "650d2625-a54b-4989-8172-4ccb0f6cbab4", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "T+CQygvOwEmmAKwTe3wFaA==", "guidResponse": "ca90e04f-ce0b-49c0-a600-ac137b7c0568", "whoAnswered": 2, "answeredAtUTC": "2025-10-05T00:01:03.2395727", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "FwCItr/5jkiMB/8KlwWU9Q==", "guid": "b6880017-f9bf-488e-8c07-ff0a970594f5", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "fEb1TC4bY0mj7y9RpIvGWA==", "checkoutFormGuid": "4cf5467c-1b2e-4963-a3ef-2f51a48bc658", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-05T00:01:03.2395727", "end": "2025-10-05T00:01:03.2395727", "deleted": true, "updated": "2025-10-05T00:01:03.2395727", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "57e26d4e-96ee-40d2-a3e1-7e0b9eefe69c", "932ad8d7-f3ec-4a7e-834d-1e58347b6872" ], "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": "9RGD00fHJk60N6k1xBWmhg==", "accountIdentifier": "d38311f5-c747-4e26-b437-a935c415a686", "accountName": "sample string 42", "customerOrderIdentifier": "zFjsvTr4zkOzF6L0p8Hu5Q==", "customerOrderIdentifierGuid": "bdec58cc-f83a-43ce-b317-a2f4a7c1eee5", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "NKkCe6hWgUynGnuHzuXhNw==", "paymentIdentifierGuid": "7b02a934-56a8-4c81-a71a-7b87cee5e137", "identifier": "ceYXHwryN0OFtza+1hVslQ==", "identifierGuid": "1f17e671-f20a-4337-85b7-36bed6156c95", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "ailwy/M060eqVR+xXCL/BQ==", "itemIdentifierGuid": "cb70296a-34f3-47eb-aa55-1fb15c22ff05" } }, { "$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": "4RyOf/qoDkicvjHAPPH99g==", "customerIdentifierGuid": "7f8e1ce1-a8fa-480e-9cbe-31c03cf1fdf6", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "5ePdCSIdoUeZAYCvk3Vxxw==", "idempotentGuid": "09dde3e5-1d22-47a1-9901-80af937571c7", "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-10-05T00:01:03.2395727", "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-10-05T00:01:03.2395727", "labelPageLayout": "XxF6gC9aqE2z1F53xdUYDw==", "pageLayoutGuid": "807a115f-5a2f-4da8-b3d4-5e77c5d5180f", "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-10-05T00:01:03.2395727" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "91Fa1ttWj0iYnkHnNI4cZg==", "customerIdentifierGuid": "d65a51f7-56db-488f-989e-41e7348e1c66", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-05T00:01:03.2395727", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "BG58iTEMJEGCSkmL+aWQnA==", "issuedIdempotentGuid": "897c6e04-0c31-4124-824a-498bf9a5909c", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-05T00:01:03.2395727", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-05T00:01:03.2395727", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "zHvRJFc5fUy9gbmKyrOhdg==", "redeemedIdempotentGuid": "24d17bcc-3957-4c7d-bd81-b98acab3a176", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-05T00:01:03.2395727", "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": "mlyvW0OW40uw7ZrD0gj+lA==", "groupIDGuid": "5baf5c9a-9643-4be3-b0ed-9ac3d208fe94", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "mtfLhr+tz0aBmBktCz+E2Q==", "identifierGuid": "86cbd79a-adbf-46cf-8198-192d0b3f84d9", "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": "8rX4VpErrEGQk8gMDe2Fsg==", "guid": "56f8b5f2-2b91-41ac-9093-c80c0ded85b2", "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": "JZNM3vT9pUy29PHYzJ2ZUQ==", "groupGuid": "de4c9325-fdf4-4ca5-b6f4-f1d8cc9d9951", "comboPriceType": 5, "priceType": 5, "pluG_UID": "O+hOGbY800aebnX1WXyz+w==", "pluGuid": "194ee83b-3cb6-46d3-9e6e-75f5597cb3fb", "priceGroupG_UID": "k5WdJ5KMck22d9/ZVQ0Hug==", "priceGroupGuid": "279d9593-8c92-4d72-b677-dfd9550d07ba", "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": "vtkKIRXyXECy0TBsS3tOvg==", "priceLevelIdentifierGuid": "210ad9be-f215-405c-b2d1-306c4b7b4ebe", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "KqNhLXG5fUu7X3G6a2OE7A==", "headerIdentifierGuid": "2d61a32a-b971-4b7d-bb5f-71ba6b6384ec", "identifier": "EaoacMlkRUmhxC8W+r03Ig==", "identifierGuid": "701aaa11-64c9-4945-a1c4-2f16fabd3722", "supplierIdentifier": "GBP6u5G15k+Lor276LyoZw==", "supplierGuid": "bbfa1318-b591-4fe6-8ba2-bdbbe8bca867", "pluG_UID": "/y9SD2cZj0+g211Ss33q8A==", "pluGuid": "0f522fff-1967-4f8f-a0db-5d52b37deaf0", "campaignName": "4fecb0e7-ba7c-400d-ac0e-4515db4a579f", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-05T00:01:03.2395727", "end": "2025-10-05T00:01:03.2395727", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "OGQWG76rQEu0cDweSBtHWQ==", "bonusItemPluGuid": "1b166438-abbe-4b40-b470-3c1e481b4759", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-05T00:01:03.2395727", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-10-05T00:01:03.2395727", "campaignEndDate": "2025-10-05T00:01:03.2395727", "masterPLUG_UID": "3f9NRP7N3kCJ/AWs7a7hTw==", "masterID": "444dffdd-cdfe-40de-89fc-05acedaee14f", "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": "/k3j61wrsEWk74zmiqBGDQ==", "bonusMasterID": "ebe34dfe-2b5c-45b0-a4ef-8ce68aa0460d", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-10-05T00:01:03.2395727", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "yXcZ06CoUkyrvSSbv5dlPQ==", "pluGuid": "d31977c9-a8a0-4c52-abbd-249bbf97653d", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "jt+ZxMJpdEi6mVUOBzVT+Q==", "alternateProduct": "c499df8e-69c2-4874-ba99-550e073553f9", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "GtlZmRodBEW2IKGR72o9Ng==", "pluGuid": "9959d91a-1d1a-4504-b620-a191ef6a3d36", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-10-05T00:01:03.2395727", "inventoryTracked": "2025-10-05T00:01:03.2395727", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "M10hTD6FJUG6tMTlk/NHTQ==", "pluGuid": "4c215d33-853e-4125-bab4-c4e593f3474d", "orderGuid": "0JfpV2FbS0uuYbCtPhaYwA==", "orderIdentifier": "57e997d0-5b61-4b4b-ae61-b0ad3e1698c0", "barcode": "sample string 3", "created": "2025-10-05T00:01:03.2395727", "assigned": true }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "GW4YITjHjE+ynCJhXGGqAg==", "pluGuid": "21186e19-c738-4f8c-b29c-22615c61aa02", "inventoryGuid": "5gotWPbATUaKCCqlPneM2g==", "inventoryIdentifier": "582d0ae6-c0f6-464d-8a08-2aa53e778cda", "averageWeeklySales": 1.0, "promotionalAverageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "inventoryPromotionalAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-10-05T00:01:03.2395727", "lastOrderQuantity": 1.1, "lastReceived": "2025-10-05T00:01:03.2395727", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-10-05T00:01:03.2395727", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "/acl7A5E/UW3qe07b1gwJw==", "orderIdentifier": "ec25a7fd-440e-45fd-b7a9-ed3b6f583027", "backToBack": 1, "b2bGuid": "hRdQ1LAVKEeSeGiYBKWSbA==", "b2bIdentifier": "d4501785-15b0-4728-9278-689804a5926c", "status": 2, "created": "2025-10-05T00:01:03.2395727", "createdLocal": "2025-10-05T00:01:03.2395727", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "jdeWy6LzckCCIjgFa09xPA==", "transferIdentifier": "cb96d78d-f3a2-4072-8222-38056b4f713c", "transferInvoiceIdentifier": "V10rvrdF60KvFCvMTZYBJQ==", "transferInvoiceGuid": "be2b5d57-45b7-42eb-af14-2bcc4d960125", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "hAkYCu4N1U+KZe/zw/P43Q==", "supplierIdentifierGuid": "0a180984-0dee-4fd5-8a65-eff3c3f3f8dd", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-10-05T00:01:03.2395727", "sentLocal": "2025-10-05T00:01:03.2395727", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-10-05T00:01:03.2395727", "cancelledLocal": "2025-10-05T00:01:03.2395727", "cancelledByUser": "sample string 7", "shipped": "2025-10-05T00:01:03.2395727", "shippedLocal": "2025-10-05T00:01:03.2395727", "shippedByUser": "sample string 8", "stockReceived": "2025-10-05T00:01:03.2395727", "stockReceivedLocal": "2025-10-05T00:01:03.2395727", "stockReceivedByUser": "sample string 9", "received": "2025-10-05T00:01:03.2395727", "receivedLocal": "2025-10-05T00:01:03.2395727", "completed": "2025-10-05T00:01:03.2395727", "completedLocal": "2025-10-05T00:01:03.2395727", "updated": "2025-10-05T00:01:03.2395727", "updatedLocal": "2025-10-05T00:01:03.2395727", "dueDate": "2025-10-05T00:01:03.2395727", "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": "ENeo6mzY1kqoThJm/vsWSw==", "transportCompanyIdentifier": "eaa8d710-d86c-4ad6-a84e-1266fefb164b", "autoOrder": 27, "hostIdentifier": "ar+i4U1pGkKNFYZg4Ldzgg==", "hostIdentifierGuid": "e1a2bf6a-694d-421a-8d15-8660e0b77382", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-10-05T00:01:03.2395727", "deletedByUser": "sample string 32", "autoOrderGuid": "NYeKFcK1UkKYxK3kEVYBgA==", "autoOrderIdentifier": "158a8735-b5c2-4252-98c4-ade411560180", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "UZcPKf6fa0eiBPqwb8vi5w==", "autoOrderIdentifier": "290f9751-9ffe-476b-a204-fab06fcbe2e7", "orderGuid": "tSw1XqSqIUKpuoZ/QZD/gg==", "orderIdentifier": "5e352cb5-aaa4-4221-a9ba-867f4190ff82", "created": "2025-10-05T00:01:03.2395727", "orderID": 1, "storeID": 1, "orderDate": "2025-10-05T00:01:03.2395727", "supplierIdentifier": "u+z0/cPKukyOhM/rckn96A==", "supplierIdentifierGuid": "fdf4ecbb-cac3-4cba-8e84-cfeb7249fde8", "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": "aEiWS4kIO0qrbZ5NZPFqwA==", "transportCompanyIdentifier": "4b964868-0889-4a3b-ab6d-9e4d64f16ac0", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "orderCycle": { "$id": "111", "id": 1, "autoOrderGuid": "noid2sdIZkuQNwExqK2hZA==", "autoOrderIdentifier": "da9d889e-48c7-4b66-9037-0131a8ada164", "cutOffDate": "2025-10-05T00:01:03.2395727", "deliveryDate": "2025-10-05T00:01:03.2395727", "daysBuffer": 3, "nextCutOffDate": "2025-10-05T00:01:03.2395727", "nextDeliveryDate": "2025-10-05T00:01:03.2395727", "nextDaysBuffer": 5 }, "details": [ { "$id": "112", "autoOrderGuid": "l5kcx4veBkKSYySD+RkXnA==", "autoOrderIdentifier": "c71c9997-de8b-4206-9263-2483f919179c", "pluG_UID": "Hp742lEGk0Kj8y/Bz2U6pQ==", "pluGuid": "daf89e1e-0651-4293-a3f3-2fc1cf653aa5", "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-10-05T00:01:03.2395727", "investmentBuyStatus": 2, "processed": "2025-10-05T00:01:03.2395727", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "113", "sunday": 1.1 }, "inventory": { "$id": "114", "inventoryGuid": "NnMmtw7in0CBZVg7Xlt65A==", "inventoryIdentifier": "b7267336-e20e-409f-8165-583b5e5b7ae4", "created": "2025-10-05T00:01:03.2395727", "createdLocal": "2025-10-05T00:01:03.2395727", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-10-05T00:01:03.2395727", "history": [ { "$id": "115", "inventoryGuid": "ANYXUQRs4EObHuf0VMO8Ww==", "inventoryIdentifier": "5117d600-6c04-43e0-9b1e-e7f454c3bc5b", "pluG_UID": "AlW45+pzqk+fdRd8OjExRA==", "pluIdentifier": "e7b85502-73ea-4faa-9f75-177c3a313144", "inventoryReason": 3, "inventoryInvoiceGuid": "77q5BPjf5UW8VAobg8cpdQ==", "invoiceIdentifier": "04b9baef-dff8-45e5-bc54-0a1b83c72975", "operatorGuid": "wdbbIqaQa0m8sCFfIOSu3g==", "operatorIdentifier": "22dbd6c1-90a6-496b-bcb0-215f20e4aede", "stocktakeGuid": "3rcfUCFIyk67/t68eBWaoQ==", "stocktakeIdentifier": "501fb7de-4821-4eca-bbfe-debc78159aa1", "orderGuid": "wC1vL7j53USFV3QCRmvvMw==", "orderIdentifier": "2f6f2dc0-f9b8-44dd-8557-7402466bef33", "saleHeaderGuid": "Qh2N46EmS063Au/ntu1qPw==", "saleHeaderGuidIdentifier": "e38d1d42-26a1-4e4b-b702-efe7b6ed6a3f", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "4iCT0Z91P0OIb0XYlvkTYg==", "creditNoteGuid": "d19320e2-759f-433f-886f-45d896f91362", "inventorySourceGuid": "UoDJG0Z7uEi1hShtsQjEoQ==", "inventorySourceIdentifier": "1bc98052-7b46-48b8-b585-286db108c4a1", "createdLocal": "2025-10-05T00:01:03.2395727", "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-10-05T00:01:03.2395727", "createdLocalTime": "2025-10-05T00:01:03.2395727", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "116", "inventoryInvoiceGuid": "1OVF+5Au00i9mZ/8LklHpA==", "invoiceIdentifier": "fb45e5d4-2e90-48d3-bd99-9ffc2e4947a4", "inventoryGuid": "/U7nLmkWOEuT83+saGBEJQ==", "inventoryIdentifier": "2ee74efd-1669-4b38-93f3-7fac68604425", "supplierIdentifier": "ViB/kbjMOkinDRH2v31f/Q==", "supplierGuid": "917f2056-ccb8-483a-a70d-11f6bf7d5ffd", "orderGuid": "Hy/wrcMaUkimwRfb+69GPw==", "orderIdentifier": "adf02f1f-1ac3-4852-a6c1-17dbfbaf463f", "invoiceHeaderIdentifier": "k5B2eBSjwEayLgIbjtmYkg==", "invoiceHeaderGuid": "78769093-a314-46c0-b22e-021b8ed99892", "created": "2025-10-05T00:01:03.2395727", "ordered": "2025-10-05T00:01:03.2395727", "storeID": 1, "bestOrExpire": "2025-10-05T00:01:03.2395727", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-10-05T00:01:03.2395727", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "vkXODRjtjESm+2Ibeo67Sw==", "pluGuid": "0dce45be-ed18-448c-a6fb-621b7a8ebb4b", "orderInventoryGuid": "H4A9UzNAJUK5p0r/Syj92g==", "orderInventoryIdentifier": "533d801f-4033-4225-b9a7-4aff4b28fdda", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "117", "invoiceItemNo": 1, "inventoryInvoiceGuid": "LZAUrzWsUUaybqthF1D2nQ==", "invoiceIdentifier": "af14902d-ac35-4651-b26e-ab611750f69d", "inventoryGuid": "f66agyLQLkKVt7Qtle7QKQ==", "inventoryIdentifier": "839aae7f-d022-422e-95b7-b42d95eed029", "serialNumber": "sample string 3", "sold": "2025-10-05T00:01:03.2395727", "saleItemID": 1, "storeID": 1, "returned": "2025-10-05T00:01:03.2395727", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "117" } ] }, "invoiceHeaderIdentifier": "6wd2JInqr0OqLyzADp74vw==", "invoiceHeaderGuid": "247607eb-ea89-43af-aa2f-2cc00e9ef8bf", "invoiceNumber": "sample string 20", "invoiceCost": 1, "invoiceCostDecimals": 1, "orderNumber": 1, "orderReceivingStoreName": "sample string 21", "orderSendingStoreName": "sample string 22", "creditNoteID": 1, "reason": { "$id": "118", "id": 1, "name": "sample string 1", "allowRF": 2, "dumpStock": 3, "creditRequest": 4, "excludeFromLoss": 5, "reserved": 6, "updated": "2025-10-05T00:01:03.2395727" }, "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": "115" } ], "products": [ { "$ref": "2" }, { "$ref": "2" } ], "lastInvoiceCost": 1 }, "aws": 5.0, "explanations": [ { "$id": "119", "pluG_UID": "tKaba0LijE2uURqD0qsDnA==", "pluGuid": "6b9ba6b4-e242-4d8c-ae51-1a83d2ab039c", "consolidatedSales": { "$id": "120", "1": { "$id": "121", "discountPercentage": 1, "days": 2, "quantity": 3.1, "aws": 3.1, "cartonQuantity": 4.1, "lowQuality": true }, "2": { "$ref": "121" } }, "dailyPrices": { "$id": "122", "2025-10-05T00:01:03.2395727": { "$id": "123", "date": "2025-10-05T00:01:03.2395727", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "1DZkULs0dEaGVNocFVn2gQ==", "comboPriceGroupGuid": "506436d4-34bb-4674-8654-da1c1559f681" } }, "onHandPredictions": [ { "$id": "124", "autoOrderGuid": "q4hGmnx9REeB+wyqbTC9HQ==", "autoOrderIdentifier": "9a4688ab-7d7c-4744-81fb-0caa6d30bd1d", "pluG_UID": "D5y1npp1k0+rPZS7Bb5VgA==", "pluGuid": "9eb59c0f-759a-4f93-ab3d-94bb05be5580", "childPLUG_UID": "3XiGjtPa5EKnWHH1Shlsww==", "childPluGuid": "8e8678dd-dad3-42e4-a758-71f54a196cc3", "date": "2025-10-05T00:01:03.2395727", "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": "124" } ], "predictions": [ { "$ref": "124" }, { "$ref": "124" } ], "product": { "$ref": "2" } }, { "$ref": "119" } ], "supplierOrderingDetail": { "$ref": "10" }, "manufacturerSupplier": "bdd5a54a-b82d-4924-8067-05444cec5b89", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "112" } ], "boosts": [ { "$id": "125", "autoOrderGuid": "1rhvsxUZZEGzmvH6mm18tw==", "autoOrderIdentifier": "b36fb8d6-1915-4164-b39a-f1fa9a6d7cb7", "date": "2025-10-05T00:01:03.2395727", "boost": 2 }, { "$ref": "125" } ] }, "supplierName": "sample string 33", "supplierStoreID": 1, "supplierCartonsOnly": true, "supplierEnforceMinimumQuantity": true, "supplierMinimumOrderValue": 1, "storeName": "sample string 36", "orderCode": { "$id": "126", "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": "127", "orderGuid": "lYKxSYObDU2+nfeK4bG/Og==", "orderIdentifier": "49b18295-9b83-4d0d-be9d-f78ae1b1bf3a", "supplierIdentifier": "0QeNTGLiQkSD7JrcaX1+QA==", "supplierGuid": "4c8d07d1-e262-4442-83ec-9adc697d7e40", "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": "128", "identifier": "y4GuhbwDtEKqY25SzqQHlw==", "identifierGuid": "85ae81cb-03bc-42b4-aa63-6e52cea40797", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "ZQWbnS4k50SLoffzzA1EhQ==", "primaryContactID": "9d9b0565-242e-44e7-8ba1-f7f3cc0d4485", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "3c656c07-7dd5-40d8-bada-b10286bfc9b2" }, "invoiceDetail": { "$id": "129", "identifier": "AauEoJlJDUyFLTCZIrA4gQ==", "identifierGuid": "a084ab01-4999-4c0d-852d-309922b03881", "headerIdentifier": "oQH/VabqIUOmSPkTqwbhuQ==", "headerIdentifierGuid": "55ff01a1-eaa6-4321-a648-f913ab06e1b9", "pluG_UID": "AoqiJvHMxkG02irYRrBNFg==", "pluGuid": "26a28a02-ccf1-41c6-b4da-2ad846b04d16", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-10-05T00:01:03.2395727", "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-10-05T00:01:03.2395727", "costEnd": "2025-10-05T00:01:03.2395727", "createdFromUnknownScan": true, "orderGuid": "0tX7Cg3OHU2CbK9tjSLTUg==", "orderIdentifierGuid": "0afbd5d2-ce0d-4d1d-826c-af6d8d22d352", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-10-05T00:01:03.2395727", "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": "130", "pluG_UID": "6v3W1C0Ssk6NQ0U77KmeYg==", "pluGuid": "d4d6fdea-122d-4eb2-8d43-453beca99e62", "invoiceIdentifier": "YvxiLoB6FESN3HDG003Oag==", "invoiceGuid": "2e62fc62-7a80-4414-8ddc-70c6d34dce6a", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-10-05T00:01:03.2395727" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "3ZpHU84hXkSTK/hq/7UxOg==", "priceGroupGuid": "53479add-21ce-445e-932b-f86affb5313a", "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": "112" }, "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.