PUT api/order/{id}/detail/{pluGuid}
Save order detail
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order identifier |
globally unique identifier |
Required |
pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail to save
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, "orderGuid": "8+lTXi8NtEOjTsBySKfpxA==", "orderIdentifier": "5e53e9f3-0d2f-43b4-a34e-c07248a7e9c4", "pluG_UID": "KVhJswYph0akI5SuEdZUIA==", "pluGuid": "b3495829-2906-4687-a423-94ae11d65420", "created": "2025-10-05T00:01:42.7443117", "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": "OxyXCqx0S0SrB8pEilImVA==", "substituteGuid": "0a971c3b-74ac-444b-ab07-ca448a522654", "warehousePLUG_UID": "V6SQ7AJE0EmMeu3NTJ9Usg==", "warehousePluGuid": "ec90a457-4402-49d0-8c7a-edcd4c9f54b2", "updated": "2025-10-05T00:01:42.7443117", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "KggOzRb7jU2jduxzn4UvKg==", "guid": "cd0e082a-fb16-4d8d-a376-ec739f852f2a", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "yYdMGpYpN0ukh4mKi35VsQ==", "priceGroupGuid": "1a4c87c9-2996-4b37-a487-898a8b7e55b1", "blueprintID": 1, "lastCountedDate": "2025-10-05T00:01:42.7443117", "externalID": "sample string 7", "active": true, "activated": "2025-10-05T00:01:42.7443117", "pluCreated": "2025-10-05T00:01:42.7443117", "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:42.7443117", "lastManualUpdate": "2025-10-05T00:01:42.7443117", "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:42.7443117", "currentCostUpdated": "2025-10-05T00:01:42.7443117", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-10-05T00:01:42.7443117", "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:42.7443117", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "X3LEUQVFs0WA4oh3eOuDdg==", "altPLUGuid": "51c4725f-4505-45b3-80e2-887778eb8376", "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:42.7443117", "labelLastPrice": 1, "shelfPageLayoutG_UID": "tJPvEd4uhES9CezEoAgV1Q==", "shelfPageLayoutGuid": "11ef93b4-2ede-4484-bd09-ecc4a00815d5", "talkerPageLayoutG_UID": "x5GJU4SBFUaa3CRMpi4abg==", "talkerPageLayoutGuid": "538991c7-8184-4615-9adc-244ca62e1a6e", "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": "ePlSY1jQQEGGCeHHry/Rlw==", "inventoryIdentifier": "6352f978-d058-4140-8609-e1c7af2fd197", "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": "TsIkbD12skG7xoOxzAzcSw==", "parentPluGuid": "6c24c24e-763d-41b2-bbc6-83b1cc0cdc4b", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "J0wrzX1geUeiLxRAViPPdw==", "supplierIdentifierGuid": "cd2b4c27-607d-4779-a22f-14405623cf77", "supplierChanged": true, "rebateSupplierIdentifier": "WR91au9Xj0qQf/TAaDRA6g==", "rebateSupplierIdentifierGuid": "6a751f59-57ef-4a8f-907f-f4c0683440ea", "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:42.7443117", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "Alh8YDG3z0ibsG0+tmEneA==", "hostIdentifierGuid": "607c5802-b731-48cf-9bb0-6d3eb6612778", "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:42.7443117", "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": "dRMspqbr5E68c14ZFKiN+Q==", "hostIdentifierGuid": "a62c1375-eba6-4ee4-bc73-5e1914a88df9", "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:42.7443117", "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": "OJZeHjCtbE2FI4HRsZH1Ew==", "hostIdentifierGuid": "1e5e9638-ad30-4d6c-8523-81d1b191f513", "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": "xJ0D7m4fhUO+uoxGA7Qr+A==", "identifierGuid": "ee039dc4-1f6e-4385-beba-8c4603b42bf8", "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": "dpmbzdNMqE+zuon6kw0d+g==", "hostSupplierIdentifierGuid": "cd9b9976-4cd3-4fa8-b3ba-89fa930d1dfa", "loyaltyPriceLevelIdentifier": "uRPyZ4dFwE+/X/bx9Dq0Yw==", "loyaltyPriceLevelIdentifierGuid": "67f213b9-4587-4fc0-bf5f-f6f1f43ab463", "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:42.7443117", "lastProcessed": "2025-10-05T00:01:42.7443117", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "ErsSbiuj706M1m30Sq6Y5Q==", "identifierGuid": "6e12bb12-a32b-4eef-8cd6-6df44aae98e5", "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": "nfE1Hd9LN0eLxbpRsoyf4Q==", "primaryContactID": "1d35f19d-4bdf-4737-8bc5-ba51b28c9fe1", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "IRO1Maj1/E+eLWHMdKO/6w==", "supplierGroupGuid": "31b51321-f5a8-4ffc-9e2d-61cc74a3bfeb", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-10-05T00:01:42.7443117", "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": "980024a1-51ee-4029-be0f-e42e28d3d5f9", "identifier": "TT9ME59jy0q+BAZZCJTzTA==", "identifierGuid": "134c3f4d-639f-4acb-be04-06590894f34c", "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": "zvzjH0vRj06WziCSaW5CVA==", "supplierIdentifierGuid": "1fe3fcce-d14b-4e8f-96ce-2092696e4254", "contactGuid": "BWnXbuMmqk6n75PG2vjUFQ==", "contactID": "6ed76905-26e3-4eaa-a7ef-93c6daf8d415", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "uifsW5HIqEC0LjreMphE2Q==", "pluGuid": "5bec27ba-c891-40a8-b42e-3ade329844d9", "supplierIdentifier": "ftj16ZPCs0uuAkCu8CK8og==", "supplierIdentifierGuid": "e9f5d87e-c293-4bb3-ae02-40aef022bca2", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-10-05T00:01:42.7443117", "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:42.7443117", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "L7gJA+tAA0iwcYrB68aPLQ==", "pluGuid": "0309b82f-40eb-4803-b071-8ac1ebc68f2d", "supplierIdentifier": "Lx4RjxYxm0OXORAOvJREbA==", "supplierIdentifierGuid": "8f111e2f-3116-439b-9739-100ebc94446c", "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": "ItjilhNlF0qJist77X8Fzg==", "parentPluGuid": "96e2d822-6513-4a17-898a-cb7bed7f05ce", "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": "F8b6oZfBxkWTPZnh7Xg+8w==", "supplierGuid": "a1fac617-c197-45c6-933d-99e1ed783ef3", "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": "JxXXNkKDXUCuuWOQDgGkXg==", "supplierGuid": "36d71527-8342-405d-aeb9-63900e01a45e", "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:42.7443117", "deliveryDate": "2025-10-05T00:01:42.7443117", "nextCutOffDate": "2025-10-05T00:01:42.7443117", "nextDeliveryDate": "2025-10-05T00:01:42.7443117", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-10-05T00:01:42.7443117", "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:42.7443117", "processed": "2025-10-05T00:01:42.7443117", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-10-05T00:01:42.7443117", "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:42.7443117", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "dSO8IEZWJEKCrTCyO0wmbg==", "hostIdentifierGuid": "20bc2375-5646-4224-82ad-30b23b4c266e", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "2928dedf-ac39-4b06-9255-cd493814c6f3", "cbf6db5e-0c60-4853-b387-8c3564cdf124" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "m+nFvDi6fUSXIeorplWAoA==", "identifierGuid": "bcc5e99b-ba38-447d-9721-ea2ba65580a0", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "202628ab-d390-4c99-8793-a459857cbb46", "5dee34bb-73ab-4ff4-8355-aa87425f3538" ], "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:42.7443117", "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": "c24552b7-89c4-417f-92cf-358a11bc21bc", "updateStore": { "$id": "24", "id": "b7c02c06-2c76-4e04-a422-3921658cafb0", "name": "sample string 1", "lastActivity": "2025-10-05T00:01:42.7443117", "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:42.7443117" }, "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": "i392emKGt0CQQ9VFyafXYA==", "pluGuid": "7a767f8b-8662-40b7-9043-d545c9a7d760", "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:42.7443117" }, { "$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:42.7443117", "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:42.7443117", "startTime": 3, "endDate": "2025-10-05T00:01:42.7443117", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "8iJIfD2o2ki5JkL8vAg/FQ==", "hostIdentifierGuid": "7c4822f2-a83d-48da-b926-42fcbc083f15", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "wznUQBBDnkOX8cXR74qdvA==", "guid": "40d439c3-4310-439e-97f1-c5d1ef8a9dbc", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "MV1NPTVKokuFQaZ4Fx4jvQ==", "priceGroupGuid": "3d4d5d31-4a35-4ba2-8541-a678171e23bd", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-10-05T00:01:42.7443117", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "Bghms77gX0qUF+OVZ4dalA==", "pluGuid": "b3660806-e0be-4a5f-9417-e39567875a94", "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": "7c061467-8625-413b-8753-2a1f8ac852e4", "created": "2025-10-05T00:01:42.7443117", "createdByUser": "sample string 1", "activated": "2025-10-05T00:01:42.7443117", "deactivated": "2025-10-05T00:01:42.7443117", "lastOrdered": "2025-10-05T00:01:42.7443117", "lastOrderedQty": 2.0, "lastReceived": "2025-10-05T00:01:42.7443117", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-10-05T00:01:42.7443117", "lastSold": "2025-10-05T00:01:42.7443117", "firstSold": "2025-10-05T00:01:42.7443117", "awsUpdated": "2025-10-05T00:01:42.7443117", "lastManualUpdate": "2025-10-05T00:01:42.7443117", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-10-05T00:01:42.7443117", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-10-05T00:01:42.7443117", "doNotRangeUpdated": "2025-10-05T00:01:42.7443117", "doNotOrderUpdated": "2025-10-05T00:01:42.7443117", "tracked": "2025-10-05T00:01:42.7443117" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "Ozg3FOjJNkCfZT1j1ncsOQ==", "pluGuid": "1437383b-c9e8-4036-9f65-3d63d6772c39", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "UDtqv1QWOk6ae7JbupRZ/g==", "pluGuid": "bf6a3b50-1654-4e3a-9a7b-b25bba9459fe", "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:42.7443117", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-10-05T00:01:42.7443117", "createdLocal": "2025-10-05T00:01:42.7443117", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "BihF0ye2AUOSL3BRG/5eOw==", "operatorGuid": "d3452806-b627-4301-922f-70511bfe5e3b", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "RziWm7nmvUuuC26/oBfAZw==", "pluGuid": "9b963847-e6b9-4bbd-ae0b-6ebfa017c067", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "UiQwztPqUUqSTpjqvmtedw==", "guid": "ce302452-ead3-4a51-924e-98eabe6b5e77", "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:42.7443117", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-10-05T00:01:42.7443117", "endShift": "2025-10-05T00:01:42.7443117", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "kUudbcMDbEmd3B7WNbTMsg==", "operatorGuid": "6d9d4b91-03c3-496c-9ddc-1ed635b4ccb2", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "4BWUjm8tJkSiHut0YfSHjQ==", "pluGuid": "8e9415e0-2d6f-4426-a21e-eb7461f4878d", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "NzEauLzCyE+zxKozkUX46w==", "pluGuid": "b81a3137-c2bc-4fc8-b3c4-aa339145f8eb", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "H+kHqauxmkiLZlOeen+X6A==", "identifierGuid": "a907e91f-b1ab-489a-8b66-539e7a7f97e8", "pluG_UID": "N4WqlnxXEEmuxYsAljf/Tg==", "pluGuid": "96aa8537-577c-4910-aec5-8b009637ff4e", "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": "HXtpXjXH4U+q9NAy1asc8A==", "groupName": "sample string 1", "identifierGuid": "5e697b1d-c735-4fe1-aaf4-d032d5ab1cf0", "exists": true, "flipChartIdentifier": "BaSuB4nbEkGyC2s9vt2ocA==", "flipChartIdentifierGuid": "07aea405-db89-4112-b20b-6b3dbedda870", "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": "b5WNoAUjwkW4EJyjgpaJ2A==", "groupIdentifierGuid": "a08d956f-2305-45c2-b810-9ca3829689d8", "flipChart": { "$id": "43", "identifier": "zMOIr1P+h0SZlwlERIOPrw==", "identifierGuid": "af88c3cc-fe53-4487-9997-094444838faf", "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": "IqJ1QAg31EihlDSZ37xQvQ==", "identifierGuid": "4075a222-3708-48d4-a194-3499dfbc50bd", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "CjWjMNPwGUmCiVElRyfK9g==", "guid": "30a3350a-f0d3-4919-8289-51254727caf6", "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": "LG2Oumr3TkCiEL6Z/0rcgQ==", "previousFormGuid": "ba8e6d2c-f76a-404e-a210-be99ff4adc81", "nextForm": 1, "nextFormG_UID": "6UUA819hj02sOGJQnBpftA==", "nextFormGuid": "f30045e9-615f-4d8f-ac38-62509c1a5fb4", "attributes": "sample string 10", "updated": "2025-10-05T00:01:42.7443117", "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": "yTi8pkk3zUah2hie43cDEw==", "checkoutFormGuid": "a6bc38c9-3749-46cd-a1da-189ee3770313", "identifier": "fZCgdtrSmkeru+7EsnoekQ==", "identifierGuid": "76a0907d-d2da-479a-abbb-eec4b27a1e91", "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": "FlgD5S8UlEank/PAk+KVTQ==", "valueGuid": "e5035816-142f-4694-a793-f3c093e2954d", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-10-05T00:01:42.7443117", "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:42.7443117", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "Vb27vA/QMkikDfHNJ2ux2g==", "checkoutFormGuid": "bcbbbd55-d00f-4832-a40d-f1cd276bb1da", "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": "pLFBdZP3DU6qOwZH31zvLw==", "flipChartPageIdentifierGuid": "7541b1a4-f793-4e0d-aa3b-0647df5cef2f", "pluG_UID": "oMCT0vE3CU+CFcmioCX6Xg==", "pluGuid": "d293c0a0-37f1-4f09-8215-c9a2a025fa5e", "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": "O98Q7psapUaNPNUApMjR4A==", "pluGuid": "ee10df3b-1a9b-46a5-8d3c-d500a4c8d1e0", "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:42.7443117", "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": "xnJ5hpraQ0SbEbfD37+F/A==", "ingredientGuid": "WzUckMk8r0apyDtpJF3YdQ==", "ingredientIdentifier": "901c355b-3cc9-46af-a9c8-3b69245dd875", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "Ae6QzUCvE0WoxY+JA8laGg==", "pluGuid": "cd90ee01-af40-4513-a8c5-8f8903c95a1a", "shelfLocationIdentifier": "xEOeUFHTUU2JmXxWFCxHkA==", "shelfLocationGuid": "509e43c4-d351-4d51-8999-7c56142c4790", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "QfAVz80fnEexxnD73cCH1g==", "labelPageLayoutGuid": "cf15f041-1fcd-479c-b1c6-70fbddc087d6", "updated": "2025-10-05T00:01:42.7443117", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "khYq8GpUIU2KXAyxvFcRiQ==", "storeID": 1, "identifierGuid": "f02a1692-546a-4d21-8a5c-0cb1bc571189", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-10-05T00:01:42.7443117", "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": "xYcp5h0avkSX+F6tjJbJWw==", "pluGuid": "e62987c5-1a1d-44be-97f8-5ead8c96c95b", "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:42.7443117", "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:42.7443117", "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": "i2NBSO7WCEqolI4pAQfCvw==", "labelPageLayoutGuid": "4841638b-d6ee-4a08-a894-8e290107c2bf", "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:42.7443117", "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": "mLZKFDXyoUiVnDJ4KRqKyA==", "labelPageLayoutGuid": "144ab698-f235-48a1-959c-3278291a8ac8", "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:42.7443117", "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": "m3XbSK2IR0SuP/dsFjvmFA==", "labelPageLayoutGuid": "48db759b-88ad-4447-ae3f-f76c163be614", "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:42.7443117", "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": "7xEACtlFFE+ua7ZG1rqsCg==", "labelPageLayoutGuid": "0a0011ef-45d9-4f14-ae6b-b646d6baac0a", "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": "NVB9fCiDHESa0Km83WA9Qw==", "pluGuid": "7c7d5035-8328-441c-9ad0-a9bcdd603d43", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "X+Te+/bWe06kKCRKkTT4YQ==", "dealCostGuid": "fbdee45f-d6f6-4e7b-a428-244a9134f861", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "hfZUZYLSkkmwzsLqT9c0xQ==", "priceGroupGuid": "6554f685-d282-4992-b0ce-c2ea4fd734c5", "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:42.7443117", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "i0hC4rVheUKaCuOCgA0uKg==", "campaignComboPriceGroupIdentifier": "e242488b-61b5-4279-9a0a-e382800d2e2a", "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:42.7443117", "operatorG_UID": "o8+Y480x1EWYN9TMMUfPsA==", "operatorGuid": "e398cfa3-31cd-45d4-9837-d4cc3147cfb0", "machineID": 1, "processed": true, "appliedUtc": "2025-10-05T00:01:42.7443117", "signIqTicketFileMovedUtc": "2025-10-05T00:01:42.7443117", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-10-05T00:01:42.7443117", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "cff8b9b2-14e7-4aa5-b50b-c59a92251098", "nameGuid": "cff8b9b2-14e7-4aa5-b50b-c59a92251098", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-10-05T00:01:42.7443117", "startTime": 1, "endDate": "2025-10-05T00:01:42.7443117", "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:42.7443117", "system": true, "created": "2025-10-05T00:01:42.7443117", "updated": "2025-10-05T00:01:42.7443117", "priceChangeNotifiedUtc": "2025-10-05T00:01:42.7443117", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "AmMuxqHBJ02Ts1mteY7sZw==", "hostIdentifierGuid": "c62e6302-c1a1-4d27-93b3-59ad798eec67", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-10-05T00:01:42.7443117", "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": "VphNPnH6UU2+eyb274kKzg==", "pluGuid": "3e4d9856-fa71-4d51-be7b-26f6ef890ace", "hostOfferID": 1, "priceGroupG_UID": "tjKYnE68K0aIm5RB7hkOVw==", "priceGroupGuid": "9c9832b6-bc4e-462b-889b-9441ee190e57", "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:42.7443117", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "mIrvEMjjz0yqQD0KqO0XFA==", "identifierStr": "mIrvEMjjz0yqQD0KqO0XFA==", "identifierGuid": "10ef8a98-e3c8-4ccf-aa40-3d0aa8ed1714", "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": "/8sdn0xRfE6un5M34hy12A==", "customerIDGuid": "9f1dcbff-514c-4e7c-ae9f-9337e21cb5d8", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "GGpK3XYRk0exKrCAHiktVA==", "identifierGuid": "dd4a6a18-1176-4793-b12a-b0801e292d54", "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:42.7443117", "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": "CVYRiQqD4UK/BSrFiKgNcQ==", "communityIdentifierGuid": "89115609-830a-42e1-bf05-2ac588a80d71", "joined": "2025-10-05T00:01:42.7443117", "updated": "2025-10-05T00:01:42.7443117", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "r7s3vWIkEkuSITDEJ3EO7Q==", "priceLevelIdentifierGuid": "bd37bbaf-2462-4b12-9221-30c427710eed", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-10-05T00:01:42.7443117", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-10-05T00:01:42.7443117", "expiry": "2025-10-05T00:01:42.7443117", "customerID": "DilLmKbKhUC8mEbToIIcFg==", "customerIDGuid": "984b290e-caa6-4085-bc98-46d3a0821c16", "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:42.7443117", "linkedAccount": "hBUShvwGwEeklTQD6HO1hw==", "linkedAccountGuid": "86121584-06fc-47c0-a495-3403e873b587", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "zDOkzb4Rj06eW+BumG6r9Q==", "identifierGuid": "cda433cc-11be-4e8f-9e5b-e06e986eabf5", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-10-05T00:01:42.7443117", "owner": "bK0xHuV5Kk2+k4Kq3n3s2w==", "ownerGuid": "1e31ad6c-79e5-4d2a-be93-82aade7decdb", "accountStoreGroupIdentifier": "iY9QLOWDbECAGSeXjPROOg==", "accountStoreGroupGuid": "2c508f89-83e5-406c-8019-27978cf44e3a", "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:42.7443117", "active": true, "updated": "2025-10-05T00:01:42.7443117", "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": "iwoYiW5MQUGhRtBLkK4fhA==", "identifierGuid": "89180a8b-4c6e-4141-a146-d04b90ae1f84", "name": "sample string 2", "primaryContact": "zK9IpKqHXker64Sc6FAlOw==", "primaryContactGuid": "a448afcc-87aa-475e-abeb-849ce850253b", "accountID": "ieyRobMEBkuDn/yc+8Rylw==", "accountIDGuid": "a191ec89-04b3-4b06-839f-fc9cfbc47297", "special": true, "updated": "2025-10-05T00:01:42.7443117", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "zpN0wWuUqkamw7+YsBgXJg==", "priceLevelIdentifierGuid": "c17493ce-946b-46aa-a6c3-bf98b0181726", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "vDAE0VCti06WZSb8fOXAFw==", "groupIDGuid": "d10430bc-ad50-4e8b-9665-26fc7ce5c017", "customerID": "oBAHveFnyEaTucKnhWvFoQ==", "customerIDGuid": "bd0710a0-67e1-46c8-93b9-c2a7856bc5a1", "card": "sample string 4", "linkedAccount": "awLRiTd7YUugyalYUU9UsQ==", "linkedAccountGuid": "89d1026b-7b37-4b61-a0c9-a958514f54b1", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "XtzrUGjM7EWTYY/CPpPYDw==", "identifierGuid": "50ebdc5e-cc68-45ec-9361-8fc23e93d80f", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "t+fmtp4pBUi4nrXu/Vm3sA==", "accountIDGuid": "b6e6e7b7-299e-4805-b89e-b5eefd59b7b0", "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:42.7443117", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "MOyQ6ARLoEqaHLaePAHWTQ==", "idempotentVoidGuid": "e890ec30-4b04-4aa0-9a1c-b69e3c01d64d", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "u/nZpUdE6kmyEA9/GHS0iQ==", "saleHeaderIdentifierGuid": "a5d9f9bb-4447-49ea-b210-0f7f1874b489", "created": "2025-10-05T00:01:42.7443117", "createdLocal": "2025-10-05T00:01:42.7443117", "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:42.7443117", "storeID": 1, "operatorG_Uid": "s+FhqvjUaEq+n0kHzZlvqw==", "operatorGuid": "aa61e1b3-d4f8-4a68-be9f-4907cd996fab", "customerG_Uid": "3oC5JRYnQUCVYMsuR08htQ==", "customerGuid": "25b980de-2716-4041-9560-cb2e474f21b5", "communityIdentifier": "b5miOrYj0US5uT8Tk4mOHw==", "communityIdentifierGuid": "3aa2996f-23b6-44d1-b9b9-3f1393898e1f", "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": "c0is6xxGvECW5zqTk2Plcg==", "priceLevelIdentifierGuid": "ebac4873-461c-40bc-96e7-3a939363e572", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "jqbfUL4DoUyE2uvw5IJTpw==", "identifierGuid": "50dfa68e-03be-4ca1-84da-ebf0e48253a7", "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:42.7443117", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "26NYb8PzgEaBefeunj2PSA==", "identifierGuid": "6f58a3db-f3c3-4680-8179-f7ae9e3d8f48", "saleHeaderID": 2, "plu": 1, "pluG_UId": "3ErmNYN8/kuSDChZ8OQTPQ==", "pluGuid": "35e64adc-7c83-4bfe-920c-2859f0e4133d", "accountID": "HgjXFDDXyUWfqo9tXSqQ8A==", "accountIDGuid": "14d7081e-d730-45c9-9faa-8f6d5d2a90f0", "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:42.7443117", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "4AQIzdLcVk2c9lpAZc2e3A==", "refundGuid": "cd0804e0-dcd2-4d56-9cf6-5a4065cd9edc", "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": "O//YT9rYNUWusG8+zn+ecA==", "idempotentVoidGuid": "4fd8ff3b-d8da-4535-aeb0-6f3ece7f9e70", "priceLevelIdentifier": "71mOEDD3wU2zF0EE7yhOnA==", "priceLevelIdentifierGuid": "108e59ef-f730-4dc1-b317-4104ef284e9c", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-10-05T00:01:42.7443117", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "LBhEQr8qrUOC0LEtrwp8Gg==", "guid": "4244182c-2abf-43ad-82d0-b12daf0a7c1a", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-10-05T00:01:42.7443117" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "VXvNXr16Vk2BUnHGE7ZTwA==", "modifierSetGuid": "5ecd7b55-7abd-4d56-8152-71c613b653c0", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "q7IGvpTTbUKApjT7iPvseQ==", "pluGuid": "be06b2ab-d394-426d-80a6-34fb88fbec79", "deleted": true, "g_UID": "gLR8k9INLUSxfJ0SPuZQ7g==", "guid": "937cb480-0dd2-442d-b17c-9d123ee650ee", "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": "V4El6gbziUemtfyPVVEd1Q==", "pluGuid": "ea258157-f306-4789-a6b5-fc8f55511dd5", "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:42.7443117", "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:42.7443117", "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": "ucutYlJ3qkq8Aclc/x//9w==", "pluGuid": "62adcbb9-7752-4aaa-bc01-c95cff1ffff7", "accountID": "YO/1lMKL3U+MgRvnI1DLlQ==", "accountIDGuid": "94f5ef60-8bc2-4fdd-8c81-1be72350cb95", "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:42.7443117", "bestOrExpireType": 1, "refundG_UID": "GC1vQdICMEm1KC4SnT98mg==", "refundGuid": "416f2d18-02d2-4930-b528-2e129d3f7c9a", "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": "qcX1Ec9eRkqtujJWYuEcUw==", "identifierGuid": "11f5c5a9-5ecf-4a46-adba-325662e11c53", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "szgF0yiN/ke98QPqliHEXw==", "customerIdentifierGuid": "d30538b3-8d28-47fe-bdf1-03ea9621c45f", "operatorNo": 1, "operatorG_UID": "DNuCE3yTyEud0DsXKhcY1A==", "operatorGuid": "1382db0c-937c-4bc8-9dd0-3b172a1718d4", "created": "2025-10-05T00:01:42.7443117", "ordered": "2025-10-05T00:01:42.7443117", "started": "2025-10-05T00:01:42.7443117", "completed": "2025-10-05T00:01:42.7443117", "supplied": "2025-10-05T00:01:42.7443117", "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": "iBHpIj19gkuQLvzBcYQA6g==", "pluGuid": "22e91188-7d3d-4b82-902e-fcc1718400ea", "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": "QIPFcKrrvEWp1ae3PT8mIQ==", "headerIdentifierGuid": "70c58340-ebaa-45bc-a9d5-a7b73d3f2621", "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": "TSSmtk7mvkyy+evpLnZ5Qw==", "surveyGuid": "b6a6244d-e64e-4cbe-b2f9-ebe92e767943", "saleHeaderGuid": "xH0E8etsPUm5CRt2b1Fa7g==", "saleGuid": "f1047dc4-6ceb-493d-b909-1b766f515aee", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "vDbwSk4PJUq7xPVatF8jUw==", "guidResponse": "4af036bc-0f4e-4a25-bbc4-f55ab45f2353", "whoAnswered": 2, "answeredAtUTC": "2025-10-05T00:01:42.7443117", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "2Bg8wgSIuE2O/VYQknElog==", "guid": "c23c18d8-8804-4db8-8efd-5610927125a2", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "dCbApDx2/UGgJCsstJs5Yg==", "checkoutFormGuid": "a4c02674-763c-41fd-a024-2b2cb49b3962", "displayToWho": 3, "displayWhen": 4, "start": "2025-10-05T00:01:42.7443117", "end": "2025-10-05T00:01:42.7443117", "deleted": true, "updated": "2025-10-05T00:01:42.7443117", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "4a13a786-0dd0-4d0a-ae05-19e435a8e5f3", "24fd6b8f-2799-43e6-962a-c063a92bc301" ], "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": "pSS2TIhP6EitS94mMEA7Tg==", "accountIdentifier": "4cb624a5-4f88-48e8-ad4b-de2630403b4e", "accountName": "sample string 42", "customerOrderIdentifier": "MlTdnPwx40Owg9Fef9cjbQ==", "customerOrderIdentifierGuid": "9cdd5432-31fc-43e3-b083-d15e7fd7236d", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "ib6se1DzVE+h8gt5d60tNA==", "paymentIdentifierGuid": "7bacbe89-f350-4f54-a1f2-0b7977ad2d34", "identifier": "goaGFw77/UufQR7mK4BBLA==", "identifierGuid": "17868682-fb0e-4bfd-9f41-1ee62b80412c", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "77sglGkPX0KtXoHtacn/8g==", "itemIdentifierGuid": "9420bbef-0f69-425f-ad5e-81ed69c9fff2" } }, { "$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": "NdcglBEj902w0gZduWwmJg==", "customerIdentifierGuid": "9420d735-2311-4df7-b0d2-065db96c2626", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "q3wpGVLu10SWk/NJswTp6w==", "idempotentGuid": "19297cab-ee52-44d7-9693-f349b304e9eb", "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:42.7443117", "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:42.7443117", "labelPageLayout": "pwijlzhmpkixTL5sy2rv3w==", "pageLayoutGuid": "97a308a7-6638-48a6-b14c-be6ccb6aefdf", "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:42.7443117" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "wT+wagm3FUOUs8oyARG1Vw==", "customerIdentifierGuid": "6ab03fc1-b709-4315-94b3-ca320111b557", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-10-05T00:01:42.7443117", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "6w2nDpOdj0KsmwcvQnK6lg==", "issuedIdempotentGuid": "0ea70deb-9d93-428f-ac9b-072f4272ba96", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-10-05T00:01:42.7443117", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-10-05T00:01:42.7443117", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "LeFhnmQMC0GHyoMMzUwe0g==", "redeemedIdempotentGuid": "9e61e12d-0c64-410b-87ca-830ccd4c1ed2", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-10-05T00:01:42.7443117", "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": "rWz1L+r3iUamfLruI4Kngg==", "groupIDGuid": "2ff56cad-f7ea-4689-a67c-baee2382a782", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "oRAJiZzPP0i4bp61U13iDA==", "identifierGuid": "890910a1-cf9c-483f-b86e-9eb5535de20c", "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": "7dIHzPns4EGUrQBrWjWV3Q==", "guid": "cc07d2ed-ecf9-41e0-94ad-006b5a3595dd", "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": "uLvmXc/wTEidQLToXnpu+Q==", "groupGuid": "5de6bbb8-f0cf-484c-9d40-b4e85e7a6ef9", "comboPriceType": 5, "priceType": 5, "pluG_UID": "3R3IZ6DWHUSzbz2ZlGnqzQ==", "pluGuid": "67c81ddd-d6a0-441d-b36f-3d999469eacd", "priceGroupG_UID": "jGjMz66Dd02Tmchr320t4A==", "priceGroupGuid": "cfcc688c-83ae-4d77-9399-c86bdf6d2de0", "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": "DJuJGtrrtUiYRHcdryoF9w==", "priceLevelIdentifierGuid": "1a899b0c-ebda-48b5-9844-771daf2a05f7", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "coLixh0JXkSViqQl1VXE8Q==", "headerIdentifierGuid": "c6e28272-091d-445e-958a-a425d555c4f1", "identifier": "wL05Iy463EWoz0aMSVcciw==", "identifierGuid": "2339bdc0-3a2e-45dc-a8cf-468c49571c8b", "supplierIdentifier": "i0G601ozm0STZSRtMwd2xA==", "supplierGuid": "d3ba418b-335a-449b-9365-246d330776c4", "pluG_UID": "CXXgOCDNKUO162+j4XlKDQ==", "pluGuid": "38e07509-cd20-4329-b5eb-6fa3e1794a0d", "campaignName": "ecfcf1a6-0c35-4485-84d8-1a6d744f372b", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-10-05T00:01:42.7443117", "end": "2025-10-05T00:01:42.7443117", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "4YWC8UZeRE+QPuHQtvvrvQ==", "bonusItemPluGuid": "f18285e1-5e46-4f44-903e-e1d0b6fbebbd", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-10-05T00:01:42.7443117", "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:42.7443117", "campaignEndDate": "2025-10-05T00:01:42.7443117", "masterPLUG_UID": "8AU/FhIcDEaRyIcsNRH1UQ==", "masterID": "163f05f0-1c12-460c-91c8-872c3511f551", "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": "9Rnww7WOTU6pgTmvJGCAug==", "bonusMasterID": "c3f019f5-8eb5-4e4d-a981-39af246080ba", "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:42.7443117", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "y9CLzVYzKEqCFJODFMqlJw==", "pluGuid": "cd8bd0cb-3356-4a28-8214-938314caa527", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "Vn/9rHFA80aEZ9LapFtjpA==", "alternateProduct": "acfd7f56-4071-46f3-8467-d2daa45b63a4", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "4NMHXRVmmEW5AVevKdrq9A==", "pluGuid": "5d07d3e0-6615-4598-b901-57af29daeaf4", "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:42.7443117", "inventoryTracked": "2025-10-05T00:01:42.7443117", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "F6LpvxxgGk2DDv3UR2zY8A==", "pluGuid": "bfe9a217-601c-4d1a-830e-fdd4476cd8f0", "orderGuid": "P6VLk6DnxEGnlsWcdzOkHQ==", "orderIdentifier": "934ba53f-e7a0-41c4-a796-c59c7733a41d", "barcode": "sample string 3", "created": "2025-10-05T00:01:42.7443117", "assigned": true }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "kabqQpxdHkOy6HQ1m6Gnzg==", "pluGuid": "42eaa691-5d9c-431e-b2e8-74359ba1a7ce", "inventoryGuid": "bV2AwRIS4U2uYr/plzyqwQ==", "inventoryIdentifier": "c1805d6d-1212-4de1-ae62-bfe9973caac1", "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:42.7443117", "lastOrderQuantity": 1.1, "lastReceived": "2025-10-05T00:01:42.7443117", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-10-05T00:01:42.7443117", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "+s02WsdLzE2bCsX/4hWd2Q==", "orderIdentifier": "5a36cdfa-4bc7-4dcc-9b0a-c5ffe2159dd9", "backToBack": 1, "b2bGuid": "+LZLIVo1wESDYkzISgdiSA==", "b2bIdentifier": "214bb6f8-355a-44c0-8362-4cc84a076248", "status": 2, "created": "2025-10-05T00:01:42.7443117", "createdLocal": "2025-10-05T00:01:42.7443117", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "gASdY/p0fkq3qNdLPtlL7A==", "transferIdentifier": "639d0480-74fa-4a7e-b7a8-d74b3ed94bec", "transferInvoiceIdentifier": "AucoxeDSgUKKnSTctMpHzA==", "transferInvoiceGuid": "c528e702-d2e0-4281-8a9d-24dcb4ca47cc", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "WCUDD+JWykeRSHuwkbUNoA==", "supplierIdentifierGuid": "0f032558-56e2-47ca-9148-7bb091b50da0", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-10-05T00:01:42.7443117", "sentLocal": "2025-10-05T00:01:42.7443117", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-10-05T00:01:42.7443117", "cancelledLocal": "2025-10-05T00:01:42.7443117", "cancelledByUser": "sample string 7", "shipped": "2025-10-05T00:01:42.7443117", "shippedLocal": "2025-10-05T00:01:42.7443117", "shippedByUser": "sample string 8", "stockReceived": "2025-10-05T00:01:42.7443117", "stockReceivedLocal": "2025-10-05T00:01:42.7443117", "stockReceivedByUser": "sample string 9", "received": "2025-10-05T00:01:42.7443117", "receivedLocal": "2025-10-05T00:01:42.7443117", "completed": "2025-10-05T00:01:42.7443117", "completedLocal": "2025-10-05T00:01:42.7443117", "updated": "2025-10-05T00:01:42.7443117", "updatedLocal": "2025-10-05T00:01:42.7443117", "dueDate": "2025-10-05T00:01:42.7443117", "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": "4PGzADybmUyYPyeDHc/6fg==", "transportCompanyIdentifier": "00b3f1e0-9b3c-4c99-983f-27831dcffa7e", "autoOrder": 27, "hostIdentifier": "vqMi4bBkFEiKMDW9Oo3LOw==", "hostIdentifierGuid": "e122a3be-64b0-4814-8a30-35bd3a8dcb3b", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-10-05T00:01:42.7443117", "deletedByUser": "sample string 32", "autoOrderGuid": "KOSVRtjJTkukE3NQd8mQsg==", "autoOrderIdentifier": "4695e428-c9d8-4b4e-a413-735077c990b2", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "sqdXV7LyEkW4uMUNICdibQ==", "autoOrderIdentifier": "5757a7b2-f2b2-4512-b8b8-c50d2027626d", "orderGuid": "1cebScKjoESnX35A2nffRw==", "orderIdentifier": "499bc7d5-a3c2-44a0-a75f-7e40da77df47", "created": "2025-10-05T00:01:42.7443117", "orderID": 1, "storeID": 1, "orderDate": "2025-10-05T00:01:42.7443117", "supplierIdentifier": "bKsl31e3OUiigtHenH7Eqg==", "supplierIdentifierGuid": "df25ab6c-b757-4839-a282-d1de9c7ec4aa", "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": "m4AanftYsUGYqsMSKEB3Jw==", "transportCompanyIdentifier": "9d1a809b-58fb-41b1-98aa-c31228407727", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "orderCycle": { "$id": "111", "id": 1, "autoOrderGuid": "krCSMOUmjEyfCW5pZH2Rcg==", "autoOrderIdentifier": "3092b092-26e5-4c8c-9f09-6e69647d9172", "cutOffDate": "2025-10-05T00:01:42.7443117", "deliveryDate": "2025-10-05T00:01:42.7443117", "daysBuffer": 3, "nextCutOffDate": "2025-10-05T00:01:42.7443117", "nextDeliveryDate": "2025-10-05T00:01:42.7443117", "nextDaysBuffer": 5 }, "details": [ { "$id": "112", "autoOrderGuid": "fDnDFJJ9IEq0XDepAxEhRw==", "autoOrderIdentifier": "14c3397c-7d92-4a20-b45c-37a903112147", "pluG_UID": "TEStF+yADkutCosUk2YoVg==", "pluGuid": "17ad444c-80ec-4b0e-ad0a-8b1493662856", "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:42.7443117", "investmentBuyStatus": 2, "processed": "2025-10-05T00:01:42.7443117", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "113", "sunday": 1.1 }, "inventory": { "$id": "114", "inventoryGuid": "vNOGJgXvHU+CniHrrs9iNA==", "inventoryIdentifier": "2686d3bc-ef05-4f1d-829e-21ebaecf6234", "created": "2025-10-05T00:01:42.7443117", "createdLocal": "2025-10-05T00:01:42.7443117", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-10-05T00:01:42.7443117", "history": [ { "$id": "115", "inventoryGuid": "nTNcDnX31ECcY/80NsLB7w==", "inventoryIdentifier": "0e5c339d-f775-40d4-9c63-ff3436c2c1ef", "pluG_UID": "ZrCHsmG+mUyv3ZmjM9NNRg==", "pluIdentifier": "b287b066-be61-4c99-afdd-99a333d34d46", "inventoryReason": 3, "inventoryInvoiceGuid": "yTqfLON2MUmiYj8+OzDuyQ==", "invoiceIdentifier": "2c9f3ac9-76e3-4931-a262-3f3e3b30eec9", "operatorGuid": "nexYDZRj30W/i/S1UdqtbQ==", "operatorIdentifier": "0d58ec9d-6394-45df-bf8b-f4b551daad6d", "stocktakeGuid": "15W5YFwoaU6/r5QG827byA==", "stocktakeIdentifier": "60b995d7-285c-4e69-bfaf-9406f36edbc8", "orderGuid": "07onvLMxikWYtpxC3yn96g==", "orderIdentifier": "bc27bad3-31b3-458a-98b6-9c42df29fdea", "saleHeaderGuid": "X0nhowY8uUKPEw2xmkcg9A==", "saleHeaderGuidIdentifier": "a3e1495f-3c06-42b9-8f13-0db19a4720f4", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "bE12ZvPq1EGlc3YWCjx5yg==", "creditNoteGuid": "66764d6c-eaf3-41d4-a573-76160a3c79ca", "inventorySourceGuid": "HnlAiEjMmEazeRdA8hMdlw==", "inventorySourceIdentifier": "8840791e-cc48-4698-b379-1740f2131d97", "createdLocal": "2025-10-05T00:01:42.7443117", "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:42.7443117", "createdLocalTime": "2025-10-05T00:01:42.7443117", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "116", "inventoryInvoiceGuid": "r/sdSQR2JEG+qBkGKDCpvw==", "invoiceIdentifier": "491dfbaf-7604-4124-bea8-19062830a9bf", "inventoryGuid": "EIZMFlJQCUqcaaaLGlQG4g==", "inventoryIdentifier": "164c8610-5052-4a09-9c69-a68b1a5406e2", "supplierIdentifier": "o2ErGCOs+k28Fx9/LRtH6A==", "supplierGuid": "182b61a3-ac23-4dfa-bc17-1f7f2d1b47e8", "orderGuid": "pvVtsqAn10ihmsnPkIswyg==", "orderIdentifier": "b26df5a6-27a0-48d7-a19a-c9cf908b30ca", "invoiceHeaderIdentifier": "jAsIyG/0mkermUl412ZXzQ==", "invoiceHeaderGuid": "c8080b8c-f46f-479a-ab99-4978d76657cd", "created": "2025-10-05T00:01:42.7443117", "ordered": "2025-10-05T00:01:42.7443117", "storeID": 1, "bestOrExpire": "2025-10-05T00:01:42.7443117", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-10-05T00:01:42.7443117", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "dpQFbi3ngkSvJCnFdwXSzQ==", "pluGuid": "6e059476-e72d-4482-af24-29c57705d2cd", "orderInventoryGuid": "Zep9lx/aBE+r38epSnJRkA==", "orderInventoryIdentifier": "977dea65-da1f-4f04-abdf-c7a94a725190", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "117", "invoiceItemNo": 1, "inventoryInvoiceGuid": "tU+Q1Nq+JkKooGAnQ9X43Q==", "invoiceIdentifier": "d4904fb5-beda-4226-a8a0-602743d5f8dd", "inventoryGuid": "px38IdqWnESynfLa2eJWcw==", "inventoryIdentifier": "21fc1da7-96da-449c-b29d-f2dad9e25673", "serialNumber": "sample string 3", "sold": "2025-10-05T00:01:42.7443117", "saleItemID": 1, "storeID": 1, "returned": "2025-10-05T00:01:42.7443117", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "117" } ] }, "invoiceHeaderIdentifier": "piLUVHC6X0iFFfrYnlVtYw==", "invoiceHeaderGuid": "54d422a6-ba70-485f-8515-fad89e556d63", "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:42.7443117" }, "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": "KCyb9WVBYk6cIb1jMXxAxw==", "pluGuid": "f59b2c28-4165-4e62-9c21-bd63317c40c7", "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:42.7443117": { "$id": "123", "date": "2025-10-05T00:01:42.7443117", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "kW3+ckfYAUqlcPnkFKwUww==", "comboPriceGroupGuid": "72fe6d91-d847-4a01-a570-f9e414ac14c3" } }, "onHandPredictions": [ { "$id": "124", "autoOrderGuid": "pal1HwDkHEKxnx1YtdDOgA==", "autoOrderIdentifier": "1f75a9a5-e400-421c-b19f-1d58b5d0ce80", "pluG_UID": "Jd1yqpYQ80ulT0f0YVtmxA==", "pluGuid": "aa72dd25-1096-4bf3-a54f-47f4615b66c4", "childPLUG_UID": "v4SHBlaezU+xY2464Qf1BQ==", "childPluGuid": "068784bf-9e56-4fcd-b163-6e3ae107f505", "date": "2025-10-05T00:01:42.7443117", "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": "0aaccc20-3ef3-49d4-89c2-e0cc7832f80b", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "112" } ], "boosts": [ { "$id": "125", "autoOrderGuid": "GFHe086SpUa4bamOonIb/Q==", "autoOrderIdentifier": "d3de5118-92ce-46a5-b86d-a98ea2721bfd", "date": "2025-10-05T00:01:42.7443117", "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": "YLZWrKCpK0WSVv8htUrWIw==", "orderIdentifier": "ac56b660-a9a0-452b-9256-ff21b54ad623", "supplierIdentifier": "mc1hjwY5+UWfxSL6aoafRQ==", "supplierGuid": "8f61cd99-3906-45f9-9fc5-22fa6a869f45", "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": "YLehA6eLXkeDLJQw4A2HuQ==", "identifierGuid": "03a1b760-8ba7-475e-832c-9430e00d87b9", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "AoFt3mfp2U+Nj1CyFpCrpA==", "primaryContactID": "de6d8102-e967-4fd9-8d8f-50b21690aba4", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "e93f736d-735e-404d-9efe-913d4d9d0ffc" }, "invoiceDetail": { "$id": "129", "identifier": "A7LpNUWWnUasQnrErucECQ==", "identifierGuid": "35e9b203-9645-469d-ac42-7ac4aee70409", "headerIdentifier": "kWAM5ivr6kSez0DYYJVGSw==", "headerIdentifierGuid": "e60c6091-eb2b-44ea-9ecf-40d86095464b", "pluG_UID": "rv7rpD1vIUCZA8LN5M6asQ==", "pluGuid": "a4ebfeae-6f3d-4021-9903-c2cde4ce9ab1", "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:42.7443117", "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:42.7443117", "costEnd": "2025-10-05T00:01:42.7443117", "createdFromUnknownScan": true, "orderGuid": "g2Tdy/0UoUODQ4R26fUXIQ==", "orderIdentifierGuid": "cbdd6483-14fd-43a1-8343-8476e9f51721", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-10-05T00:01:42.7443117", "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": "+cC8RXM2/0SUEEyt17S8RA==", "pluGuid": "45bcc0f9-3673-44ff-9410-4cadd7b4bc44", "invoiceIdentifier": "aROts7Hfck+JZfxNdBjGbQ==", "invoiceGuid": "b3ad1369-dfb1-4f72-8965-fc4d7418c66d", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-10-05T00:01:42.7443117" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "UNJRazBJrEqL0tjeR/KCbQ==", "priceGroupGuid": "6b51d250-4930-4aac-8bd2-d8de47f2826d", "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" }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.