POST api/autoOrder/{id}/product/{pluGuid}
Add a new Auto Order detail and process for auto order
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Auto Order identifier |
globally unique identifier |
Required |
pluGuid |
Product identifier |
globally unique identifier |
Required |
Body Parameters
Order detail auto order processing should be based off
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": "HJjoIj14rEmz5tkno5Ftcg==", "orderIdentifier": "22e8981c-783d-49ac-b3e6-d927a3916d72", "pluG_UID": "yTwLSGrwEEu51U76Fskrkw==", "pluGuid": "480b3cc9-f06a-4b10-b9d5-4efa16c92b93", "created": "2025-08-02T23:22:04.7023692", "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": "g0ACq2/Wwkihq5PE6bgRdA==", "substituteGuid": "ab024083-d66f-48c2-a1ab-93c4e9b81174", "warehousePLUG_UID": "gYCm8UZUw0+IIcKst6EuRw==", "warehousePluGuid": "f1a68081-5446-4fc3-8821-c2acb7a12e47", "updated": "2025-08-02T23:22:04.7023692", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "59gcTDjN0U+mBY9iDKpFgg==", "guid": "4c1cd8e7-cd38-4fd1-a605-8f620caa4582", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "vj6j0hXr40aavulPwkktPg==", "priceGroupGuid": "d2a33ebe-eb15-46e3-9abe-e94fc2492d3e", "blueprintID": 1, "lastCountedDate": "2025-08-02T23:22:04.7023692", "externalID": "sample string 7", "active": true, "activated": "2025-08-02T23:22:04.7023692", "pluCreated": "2025-08-02T23:22:04.7023692", "createdByUser": "sample string 9", "name": "sample string 10", "nameChanged": true, "secondDescription": "sample string 12", "hostDescription": "sample string 13", "keepCartonQty": true, "keepDescription": true, "keepDepartments": true, "keepSuppliers": true, "markdownDescription": "sample string 18", "altDescription": "sample string 19", "bestOrExpire": 20, "lastUpdate": "2025-08-02T23:22:04.7023692", "lastManualUpdate": "2025-08-02T23:22:04.7023692", "imageName": "sample string 23", "showImageOnFlipCharts": true, "showTextOnFlipCharts": true, "overrideFlipChartText": true, "flipChartText": "sample string 27", "salesMode": 1, "eftCode": 1, "price": 1, "priceChanged": true, "rrp": 1, "gstPercent": 28, "gstPercentChanged": true, "costGSTPercent": 29, "costGSTPercentChanged": true, "wetPercent": 1, "priceOverride": 1, "cost": 1, "currentCost": 1, "currentCostDecimals": 1, "grossProfit": 1.0, "currentCostDesc": "sample string 30", "currentCostEnd": "2025-08-02T23:22:04.7023692", "currentCostUpdated": "2025-08-02T23:22:04.7023692", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 32, "costCalcMethodChanged": true, "costEffectiveDate": "2025-08-02T23:22:04.7023692", "defaultGP": 1, "breakTargetMode": 33, "break1": 1, "price1": 1, "target1": 34, "break2": 1, "price2": 1, "target2": 35, "break3": 1, "price3": 1, "target3": 36, "break1Changed": true, "price1Changed": true, "target1Changed": true, "break2Changed": true, "price2Changed": true, "target2Changed": true, "break3Changed": true, "price3Changed": true, "target3Changed": true, "breakTargetModeChanged": true, "margin": 1.1, "marginChanged": true, "marginRanged": true, "marginRangedChanged": true, "minimumMargin": 1.1, "minimumMarginChanged": true, "maximumMargin": 1.1, "maximumMarginChanged": true, "overrideHostWarehouseIndicator": true, "overrideHostWarehouseIndicatorChanged": true, "overrideHostPrice": true, "overrideHostPriceChanged": true, "overrideHostCost": true, "overrideHostCostChanged": true, "overrideHostMargin": true, "overrideHostMarginChanged": true, "alwaysApplyMargin": true, "alwaysApplyMarginChanged": true, "aws": 1.0, "awsUpdated": "2025-08-02T23:22:04.7023692", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 53, "altPriceModeChanged": true, "altPLUG_UID": "Fh4Ne6hv/kSuIOIXD7Anvg==", "altPLUGuid": "7b0d1e16-6fa8-44fe-ae20-e2170fb027be", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 54", "altPriceDescription2": "sample string 55", "cartonQuantity": 56, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 58", "text2": "sample string 59", "text3": "sample string 60", "labelText": "sample string 61", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 65", "barcodeFormat": "sample string 66", "austMade": 1, "coolCode": 67, "countryOfOrigin": "sample string 68", "percentContent": 69.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 70", "subDeptCode": "sample string 71", "minorDeptCode": "sample string 72", "lesserDeptCode": "sample string 73", "deptName": "sample string 74", "subDeptName": "sample string 75", "minorDeptName": "sample string 76", "lesserDeptName": "sample string 77", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 80, "labelShelfChanged": true, "labelTalkerQty": 82, "labelSmall": true, "labelLastPrinted": "2025-08-02T23:22:04.7023692", "labelLastPrice": 1, "shelfPageLayoutG_UID": "6c7j4DH4VkCBI5AA2oYapA==", "shelfPageLayoutGuid": "e0e3cee9-f831-4056-8123-9000da861aa4", "talkerPageLayoutG_UID": "BQpZTcRdUESOsBtkcqUguQ==", "talkerPageLayoutGuid": "4d590a05-5dc4-4450-8eb0-1b6472a520b9", "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": "fc73N+XrB0iYPMfZ0omwmg==", "inventoryIdentifier": "37f7ce7d-ebe5-4807-983c-c7d9d289b09a", "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": "UB544w7aj0eoWZ49RrVR9Q==", "parentPluGuid": "e3781e50-da0e-478f-a859-9e3d46b551f5", "preferredHostVendor": 104, "preferredHostChanged": true, "code": "sample string 106", "supplierIdentifier": "xb8m2hhUjEuyPlKefOJr5Q==", "supplierIdentifierGuid": "da26bfc5-5418-4b8c-b23e-529e7ce26be5", "supplierChanged": true, "rebateSupplierIdentifier": "p9/qUUXcBESdvPcsX64SHA==", "rebateSupplierIdentifierGuid": "51eadfa7-dc45-4404-9dbc-f72c5fae121c", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 108", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 110", "productType": "sample string 111", "productGroup": "sample string 112", "complianceIndicator": "sample string 113", "inhouseBrand": "sample string 114", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 117", "lastUpdatedByUser": "sample string 118", "lastManualUpdatedByUser": "sample string 119", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-08-02T23:22:04.7023692", "commodity": "sample string 121", "businessPillar": "sample string 122", "mscCommodity": "sample string 123", "hostIdentifier": "T1GE3M2EoEu9fpif4qq0fA==", "hostIdentifierGuid": "dc84514f-84cd-4ba0-bd7e-989fe2aab47c", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 125", "aisleEnds": "sample string 126", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 137, "webPriceRounding": true, "webMarkup": 139, "webPriceMode": 140, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 141", "altSubDeptCode": "sample string 142", "altMinorDeptCode": "sample string 143", "altLesserDeptCode": "sample string 144", "altDepartmentChanged": true, "storeProducts": [ { "$ref": "2" }, { "$ref": "2" } ], "store": { "$id": "3", "id": 1, "isMaster": true, "shortName": "sample string 3", "url": "sample string 4", "sortOrder": 1, "name": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "state": "sample string 12", "country": "sample string 13", "postCode": "sample string 14", "delivery": 1, "exportAccounts": 1, "salesAccountFolder": "sample string 15", "purchaseAccountFolder": "sample string 16", "initLoad": 1, "initIDs": 1, "zoneID": 1, "actAsMaster": 1, "lastActiveUtc": "2025-08-02T23:22:04.7023692", "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": "xIXBe5r9fE+YOW0CeHmO8A==", "hostIdentifierGuid": "7bc185c4-fd9a-4f7c-9839-6d0278798ef0", "hostName": 1, "hostAddress": "sample string 27", "hostUsername": "sample string 28", "hostPassword": "sample string 29", "excludeFromLeadInOut": true, "accountingProvider": 31, "accountingAddress": "sample string 32", "accountingUsername": "sample string 33", "accountingPassword": "sample string 34", "storeAccountingCode": "sample string 35", "softwareVariance": 36, "fuelWarningVariance": 37.0, "fuelErrorVariance": 38.0, "fuelAccumulatedWarningVariance": 39.0, "fuelAccumulatedErrorVariance": 40.0, "drawManagment": 41, "endOfDayManagment": true, "autoFillCashBalancing": true, "fuelDayVariance": 44, "accountingTradingTime": "00:00:00.1234567", "stockActivateProduct": 46, "giftCardSalesAccountingDeptCode": "sample string 47", "transactionDiscountAccountingDeptCode": "sample string 48", "size": 49, "updated": "2025-08-02T23:22:04.7023692", "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": "8G2S2CEJYUimALf4+mhRcw==", "hostIdentifierGuid": "d8926df0-0921-4861-a600-b7f8fa685173", "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": "ktBSJ9lIb0+ipy1IXs4l3w==", "identifierGuid": "2752d092-48d9-4f6f-a2a7-2d485ece25df", "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": "Dh9rwpD/nUeFyQ027J4njw==", "hostSupplierIdentifierGuid": "c26b1f0e-ff90-479d-85c9-0d36ec9e278f", "loyaltyPriceLevelIdentifier": "6cxfNM3BYkOHW01qhXyHgQ==", "loyaltyPriceLevelIdentifierGuid": "345fcce9-c1cd-4362-875b-4d6a857c8781", "isGroup": true, "description": "sample string 22", "hostProvider": 23, "hostTypeEnum": 24, "hostType": "sample string 25", "hostCode": "sample string 26", "username": "sample string 27", "password": "sample string 28", "passwordPlain": "sample string 29", "server": "sample string 30", "url": "sample string 31", "global": true, "stateCode": "sample string 33", "lastCollected": "2025-08-02T23:22:04.7023692", "lastProcessed": "2025-08-02T23:22:04.7023692", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "kJJfj1lwZECBf0zn6FCogA==", "identifierGuid": "8f5f9290-7059-4064-817f-4ce7e850a880", "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": "hEUl4w1jVU2FQiuHkfwyJg==", "primaryContactID": "e3254584-630d-4d55-8542-2b8791fc3226", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "2uzHlPD0rECZZfvnxIYEaw==", "supplierGroupGuid": "94c7ecda-f4f0-40ac-9965-fbe7c486046b", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-08-02T23:22:04.7023692", "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": "70a2bbc8-238d-4f1a-9d18-c1cf5436abf6", "identifier": "w+Lsfnul0UqVEjp4pvyE0g==", "identifierGuid": "7eece2c3-a57b-4ad1-9512-3a78a6fc84d2", "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": "yclIQ4tsa0yQ9LLIXk4fFQ==", "supplierIdentifierGuid": "4348c9c9-6c8b-4c6b-90f4-b2c85e4e1f15", "contactGuid": "iw2lu4J3tkCixH4lycorvg==", "contactID": "bba50d8b-7782-40b6-a2c4-7e25c9ca2bbe", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "RGQMx3GeQ0uBk7Omyb/HTQ==", "pluGuid": "c70c6444-9e71-4b43-8193-b3a6c9bfc74d", "supplierIdentifier": "jW2MHKlfXEGxQX0CyixEeQ==", "supplierIdentifierGuid": "1c8c6d8d-5fa9-415c-b141-7d02ca2c4479", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 3", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 5, "averagePackSize": 6, "effectiveDate": "2025-08-02T23:22:04.7023692", "pricedByWeight": true, "landedUnitCostEx": 9, "landedUnitCostInc": 10, "landedCartonCostInc": 11, "landedCartonCostEx": 12, "standardCost": 13, "deliveryFee": 1, "deliveryFeeBasis": "sample string 14", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 15", "financeFee": 1, "financeFeeBasis": "sample string 16", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 17", "invoiceCode": "sample string 18", "invoiceDesc": "sample string 19", "orderDirect": true, "useCost": true, "minimumQuantity": 20, "hostType": 21, "fromHost": 22, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 23.1, "sellMultiple": 24.1, "baseMultiple": 25.1, "hostStandardCost": 26, "hostTotalCost": 27, "hostRetail": 28, "hostLandedUnitCostEx": 29, "hostLandedUnitCostInc": 30, "hostDesc": "sample string 31", "directIndicator": "sample string 32", "availableToOrder": true, "hostRangeIndicator": "sample string 34", "hostProductType": "sample string 35", "hostProductGrade": "sample string 36", "hostProductGroup": "sample string 37", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 40", "hostLastUpdated": "2025-08-02T23:22:04.7023692", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "kAaNjEBbxUOIO7+9ZVZOCw==", "pluGuid": "8c8d0690-5b40-43c5-883b-bfbd65564e0b", "supplierIdentifier": "YbXq+qn2YkC3TNN3XdmVyA==", "supplierIdentifierGuid": "faeab561-f6a9-4062-b74c-d3775dd995c8", "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": "wZZJlX3Zr0aiAColLyiI8w==", "parentPluGuid": "954996c1-d97d-46af-a200-2a252f2888f3", "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": "XbH9rSP1KkioT0TYSSPTiA==", "supplierGuid": "adfdb15d-f523-482a-a84f-44d84923d388", "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": "fCEUuYHDrkKQU7uHopkPOg==", "supplierGuid": "b914217c-c381-42ae-9053-bb87a2990f3a", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "cutOffWeek": 5, "cutOffDay": 6, "cutOffTime": "00:00:00.1234567", "leadTime": 7, "daysBuffer": 8, "supplierName": "sample string 9", "cutOffDate": "2025-08-02T23:22:04.7023692", "deliveryDate": "2025-08-02T23:22:04.7023692", "nextCutOffDate": "2025-08-02T23:22:04.7023692", "nextDeliveryDate": "2025-08-02T23:22:04.7023692", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-08-02T23:22:04.7023692", "isHost": true }, "files": [ { "$id": "15", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-08-02T23:22:04.7023692", "processed": "2025-08-02T23:22:04.7023692", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-08-02T23:22:04.7023692", "size": 1, "sizeFormat": "sample string 7", "isArchive": true, "version": "sample string 9", "reference": "sample string 10", "digest": "sample string 11", "contentType": "sample string 12", "host": { "$ref": "6" }, "metcashHeader": { "$id": "16", "customerNumber": "sample string 1", "creationDate": "2025-08-02T23:22:04.7023692", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "/b8ykumT4kOvCkpMdNbncg==", "hostIdentifierGuid": "9232bffd-93e9-43e2-af0a-4a4c74d6e772", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "16cda10f-17e8-4d15-9954-15b4e654199c", "4dbd0c62-068b-44e9-98b1-b2ce30fdfe83" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "1XbMdsrEx0OREEdDGVG5fA==", "identifierGuid": "76cc76d5-c4ca-43c7-9110-47431951b97c", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "98250c4c-beb8-4dfc-8cb1-11bd251aff51", "2ee89d44-0736-41bd-95e7-638e4fc57059" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "5" } ], "accounts": [ { "$id": "19", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "19" } ], "sales": [ { "$id": "20", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-08-02T23:22:04.7023692", "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": "e65a0f24-62ac-4a18-bf5e-eedf1f78d9b1", "updateStore": { "$id": "24", "id": "397e322d-de7b-4811-96d8-e3421b78bee1", "name": "sample string 1", "lastActivity": "2025-08-02T23:22:04.7023692", "zone": "sample string 2", "timeZoneOffset": 0.0, "businessHoursStart": "00:00:00.1234567", "businessHoursEnd": "00:00:00.1234567", "master": true, "lastIP": "sample string 10", "lastHostName": "sample string 11", "ping": 1, "pingStatus": "sample string 12", "lastUpdateCompleted": "2025-08-02T23:22:04.7023692" }, "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": "eS6IEdiFB0KSDTY9RJKMXw==", "pluGuid": "11882e79-85d8-4207-920d-363d44928c5f", "plu": 1, "storeID": 1, "zoneID": 2, "zoneName": "sample string 3", "store": "sample string 4", "priceNow": 5, "costNow": 6, "costNowDecimals": 7, "normalPrice": 8, "gstPercent": 9, "normalCost": 10, "normalCostDecimals": 11, "costGstPercent": 12, "costCalcMethod": 1, "currentCost": 13, "currentCostDecimals": 14, "break1": 15, "price1": 16, "break2": 17, "price2": 18, "break3": 19, "price3": 20, "fuelItem": 21, "fixedWeight": 22, "active": true, "complianceIndicator": "sample string 23", "doNotOrder": true, "doNotRange": true, "isNormalPriceChangesCampaign": true, "updated": "2025-08-02T23:22:04.7023692" }, { "$ref": "26" } ], "currentPrices": { "$id": "27", "pluPrices": { "$id": "28", "plu": 1, "pluG_UID": "QEA=", "stores": [ 1, 2 ], "normalPrice": 1, "cost": 2, "break1": 3, "price1": 4, "break2": 5, "price2": 6, "break3": 7, "price3": 8, "discountPrice": 9, "acceptedUtc": "2025-08-02T23:22:04.7023692", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-08-02T23:22:04.7023692", "startTime": 3, "endDate": "2025-08-02T23:22:04.7023692", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "qrVGz7k9eEi8xpkVCTlrhg==", "hostIdentifierGuid": "cf46b5aa-3db9-4878-bcc6-991509396b86", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "/xhLG1m+50CKGDKaeuc4FA==", "guid": "1b4b18ff-be59-40e7-8a18-329a7ae73814", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "MGe1AIK1c0G/+vizMz+y5Q==", "priceGroupGuid": "00b56730-b582-4173-bffa-f8b3333fb2e5", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-08-02T23:22:04.7023692", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 146", "nutrifacts": { "$id": "32", "pluG_UID": "Ri/b/P1gQkiOuh4VXfGyEA==", "pluGuid": "fcdb2f46-60fd-4842-8eba-1e155df1b210", "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": "2b3aee59-1b78-4823-ac73-78f5ce6a8fbb", "created": "2025-08-02T23:22:04.7023692", "createdByUser": "sample string 1", "activated": "2025-08-02T23:22:04.7023692", "deactivated": "2025-08-02T23:22:04.7023692", "lastOrdered": "2025-08-02T23:22:04.7023692", "lastOrderedQty": 2.0, "lastReceived": "2025-08-02T23:22:04.7023692", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-08-02T23:22:04.7023692", "lastSold": "2025-08-02T23:22:04.7023692", "firstSold": "2025-08-02T23:22:04.7023692", "awsUpdated": "2025-08-02T23:22:04.7023692", "lastManualUpdate": "2025-08-02T23:22:04.7023692", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-08-02T23:22:04.7023692", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-08-02T23:22:04.7023692", "doNotRangeUpdated": "2025-08-02T23:22:04.7023692", "doNotOrderUpdated": "2025-08-02T23:22:04.7023692", "tracked": "2025-08-02T23:22:04.7023692" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "qsgq8R3s5UWLlBKO6fpfpA==", "pluGuid": "f12ac8aa-ec1d-45e5-8b94-128ee9fa5fa4", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "t276vWrLnEup60MKs5xJ2w==", "pluGuid": "bdfa6eb7-cb6a-4b9c-a9eb-430ab39c49db", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-08-02T23:22:04.7023692", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-08-02T23:22:04.7023692", "createdLocal": "2025-08-02T23:22:04.7023692", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "RmJBLMlZykynaAH96Ce4+g==", "operatorGuid": "2c416246-59c9-4cca-a768-01fde827b8fa", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "JXJCMkaF606jIIFsbWLlSA==", "pluGuid": "32427225-8546-4eeb-a320-816c6d62e548", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "IbD7ZTjSX0e1QUOs9e07bQ==", "guid": "65fbb021-d238-475f-b541-43acf5ed3b6d", "operatorNumber": 1, "shortName": "sample string 2", "firstName": "sample string 3", "lastName": "sample string 4", "password": "sample string 5", "hasPassword": true, "passwordText": "sample string 6", "rfidTagID": "sample string 7", "blueprintID": 1, "groupID": 1, "groupName": "sample string 8", "managerGroupID": 1, "managerGroupName": "sample string 9", "zoneID": 1, "zoneName": "sample string 10", "loggedIn": 1, "lastUsedIP": "sample string 11", "deleted": true, "locked": true, "allowOpenTill": true, "webEmail": "sample string 14", "simpleOperatorType": 0, "webRole": "sample string 15", "updated": "2025-08-02T23:22:04.7023692", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-08-02T23:22:04.7023692", "endShift": "2025-08-02T23:22:04.7023692", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "bGxmKVy5skekXAehWdDQ3w==", "operatorGuid": "29666c6c-b95c-47b2-a45c-07a159d0d0df", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "momFcxJFUUeRh5g/sF5ymA==", "pluGuid": "7385899a-4512-4751-9187-983fb05e7298", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "JrCYFg8XpUm+h4kE6xrelQ==", "pluGuid": "1698b026-170f-49a5-be87-8904eb1ade95", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "Q54O0+xJDUSctx1Bguge2g==", "identifierGuid": "d30e9e43-49ec-440d-9cb7-1d4182e81eda", "pluG_UID": "WE8pZHzg30uPMrMQcOFlrg==", "pluGuid": "64294f58-e07c-4bdf-8f32-b31070e165ae", "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": "NMOZM77I/UaziO6uCgf6Hw==", "groupName": "sample string 1", "identifierGuid": "3399c334-c8be-46fd-b388-eeae0a07fa1f", "exists": true, "flipChartIdentifier": "AXcE7+SFWEigm6qFtNXu5w==", "flipChartIdentifierGuid": "ef047701-85e4-4858-a09b-aa85b4d5eee7", "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": "zvDK6nHXnUeLYxU4bZXqpw==", "groupIdentifierGuid": "eacaf0ce-d771-479d-8b63-15386d95eaa7", "flipChart": { "$id": "43", "identifier": "iXbXOLp2WECQLpqBLhutSg==", "identifierGuid": "38d77689-76ba-4058-902e-9a812e1bad4a", "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": "92zvW9GaL0WXISQBBECuDA==", "identifierGuid": "5bef6cf7-9ad1-452f-9721-24010440ae0c", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "Je1ZtQDeQE+hnX0Ev0hP2w==", "guid": "b559ed25-de00-4f40-a19d-7d04bf484fdb", "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": "Eupq8PlDBEaeLV+P4zUMGg==", "previousFormGuid": "f06aea12-43f9-4604-9e2d-5f8fe3350c1a", "nextForm": 1, "nextFormG_UID": "HkuGJazzX0ymgarwnc7x2w==", "nextFormGuid": "25864b1e-f3ac-4c5f-a681-aaf09dcef1db", "attributes": "sample string 10", "updated": "2025-08-02T23:22:04.7023692", "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": "FGI68c9uVUKSxQroNWz8gA==", "checkoutFormGuid": "f13a6214-6ecf-4255-92c5-0ae8356cfc80", "identifier": "8fbQaeUYSEOHaAH+TEbwWQ==", "identifierGuid": "69d0f6f1-18e5-4348-8768-01fe4c46f059", "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": "xqLYeMj+J0+qLjyMkJF1ug==", "valueGuid": "78d8a2c6-fec8-4f27-aa2e-3c8c909175ba", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-08-02T23:22:04.7023692", "action": "sample string 12", "valueForm": { "$ref": "45" }, "image": { "$id": "47", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-08-02T23:22:04.7023692", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "0DBWgs+7UkCDS4kaiEEh4w==", "checkoutFormGuid": "825630d0-bbcf-4052-834b-891a884121e3", "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": "r2/Y5322oUCvmhXTinTr4A==", "flipChartPageIdentifierGuid": "e7d86faf-b67d-40a1-af9a-15d38a74ebe0", "pluG_UID": "kZhyVvk2F0WCMmlPiunYeA==", "pluGuid": "56729891-36f9-4517-8232-694f8ae9d878", "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": "OpSxj57SlEyXgaiuIipEIA==", "pluGuid": "8fb1943a-d29e-4c94-9781-a8ae222a4420", "price": 1, "costCalcMethod": 1, "cost": 2, "weightedAvgCost": 3, "lastCost": 4, "rawCost": 5, "rawWeightedAvgCost": 6, "rawLastCost": 7, "costDecimals": 8, "serviceFeeID": 9, "freight": 10.0, "freightType": 11, "process": "sample string 12", "user": "sample string 13", "updated": "2025-08-02T23:22:04.7023692", "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": "otrPB45+hUidZGuVhPPoKw==", "ingredientGuid": "zHH+FQwN3EuB6jlULhDUtg==", "ingredientIdentifier": "15fe71cc-0d0c-4bdc-81ea-39542e10d4b6", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "JgTvRBLJ2UmLxoSQ07N4Jg==", "pluGuid": "44ef0426-c912-49d9-8bc6-8490d3b37826", "shelfLocationIdentifier": "6bkUlLCLa0u8PrROnvEYNQ==", "shelfLocationGuid": "9414b9e9-8bb0-4b6b-bc3e-b44e9ef11835", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "W5XkcsXWxEGjGwYqiVrhUA==", "labelPageLayoutGuid": "72e4955b-d6c5-41c4-a31b-062a895ae150", "updated": "2025-08-02T23:22:04.7023692", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "QJW1u7XFzUW/mWUCZQZopw==", "storeID": 1, "identifierGuid": "bbb59540-c5b5-45cd-bf99-6502650668a7", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-08-02T23:22:04.7023692", "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": "Guk6FMqT70S8t4sE7odKyw==", "pluGuid": "143ae91a-93ca-44ef-bcb7-8b04ee874acb", "deptNo": 1, "product": { "$ref": "2" }, "scaleLocation": { "$id": "55", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-08-02T23:22:04.7023692", "department": { "$id": "56", "id": 1, "name": "sample string 2", "code": "sample string 3", "sortOrder": 4, "isLiquor": true, "isTobacco": true, "excludeTalker": true, "externalSales": true, "saleGLCode": "sample string 9", "cogsglCode": "sample string 10", "accountingCategoryID": 11, "maximumMarkdownPercentage": 12.0, "accountingOnly": true, "generateExternalID": 1, "useNonReportableTaxCode": true, "minPLU": 15, "maxPLU": 16, "scaleLocation": { "$ref": "55" }, "subDepartments": [ { "$id": "57", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "58", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "59", "id": 1, "departmentID": 2, "subDepartmentID": 3, "minorDepartmentID": 4, "name": "sample string 5", "code": "sample string 6", "departmentCode": "sample string 7", "subDepartmentCode": "sample string 8", "minorDepartmentCode": "sample string 9", "updated": "2025-08-02T23:22:04.7023692", "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": "Hd7L1FCwVEeNXpzey/vDNQ==", "labelPageLayoutGuid": "d4cbde1d-b050-4754-8d5e-9cdecbfbc335", "minimumAge": 17, "countryOfOrigin": "sample string 18", "serviceFeeID": 1, "eftCode": 19, "defaultPrinter": "sample string 20", "defaultPrinterGroup": "sample string 21", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$id": "60", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "61", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "62", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "62" } ], "commodityCode": "sample string 6" }, { "$ref": "61" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "61" }, "mscDep": { "$id": "63", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "60" }, { "$ref": "60" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "59" } ], "updated": "2025-08-02T23:22:04.7023692", "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": "TioEbIytIkGN4UEufMLsOw==", "labelPageLayoutGuid": "6c042a4e-ad8c-4122-8de1-412e7cc2ec3b", "minimumAge": 15, "countryOfOrigin": "sample string 16", "serviceFeeID": 1, "eftCode": 17, "defaultPrinter": "sample string 18", "defaultPrinterGroup": "sample string 19", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "58" } ], "investmentBuyOverride": true, "updated": "2025-08-02T23:22:04.7023692", "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": "bz/q3B55+kiJVCGy0odLaw==", "labelPageLayoutGuid": "dcea3f6f-791e-48fa-8954-21b2d2874b6b", "minimumAge": 15, "countryOfOrigin": "sample string 16", "serviceFeeID": 1, "eftCode": 17, "defaultPrinter": "sample string 18", "defaultPrinterGroup": "sample string 19", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "includeInDistinctLimit": true, "defaultsEmpty": false, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" } }, { "$ref": "57" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-08-02T23:22:04.7023692", "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": "z+vbZi68QkWIFGedp2B7/Q==", "labelPageLayoutGuid": "66dbebcf-bc2e-4542-8814-679da7607bfd", "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": "UGGuu4DSYU2IHRf1C+ctBA==", "pluGuid": "bbae6150-d280-4d61-881d-17f50be72d04", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "WbWtzEHkJUOB+AXWoAcjbQ==", "dealCostGuid": "ccadb559-e441-4325-81f8-05d6a007236d", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "tTdGdGS/i02ViaJG3d2dDg==", "priceGroupGuid": "744637b5-bf64-4d8b-9589-a246dddd9d0e", "itemNumber": "sample string 10", "cri": "sample string 11", "pluPrice": 12, "pluCost": 13, "pluCostIndicator": "sample string 14", "pluPriceGstPercent": 15, "pluCostGstPercent": 16, "pluActive": true, "cartonQty": 1.1, "baseUnits": 18.1, "salesMode": 1, "pluNormalCost": 19, "pluaws": 20.0, "directNumber": "sample string 21", "departmentName": "sample string 22", "subDepartmentName": "sample string 23", "priceGroupName": "sample string 24", "supplierName": "sample string 25", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:22:04.7023692", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "fDA+O6EatEeUrfoDBtM6Bg==", "campaignComboPriceGroupIdentifier": "3b3e307c-1aa1-47b4-94ad-fa0306d33a06", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-08-02T23:22:04.7023692", "operatorG_UID": "lWVPPE7yfkqetoF8qzv4ig==", "operatorGuid": "3c4f6595-f24e-4a7e-9eb6-817cab3bf88a", "machineID": 1, "processed": true, "appliedUtc": "2025-08-02T23:22:04.7023692", "signIqTicketFileMovedUtc": "2025-08-02T23:22:04.7023692", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-08-02T23:22:04.7023692", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "623f905c-f3d0-4ebd-8323-77288bb98f07", "nameGuid": "623f905c-f3d0-4ebd-8323-77288bb98f07", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-08-02T23:22:04.7023692", "startTime": 1, "endDate": "2025-08-02T23:22:04.7023692", "endTime": 1, "recurrence": 1, "recurrenceType": 1, "monthType": 1, "weekDays": 1, "months": 1, "monthWeeks": 1, "monthDays": "sample string 7", "printed": true, "talkerText": "sample string 8", "rangeDescription": "sample string 9", "dealDescription": "sample string 10", "labelQuantity": 11, "active": 1, "deactivated": "2025-08-02T23:22:04.7023692", "system": true, "created": "2025-08-02T23:22:04.7023692", "updated": "2025-08-02T23:22:04.7023692", "priceChangeNotifiedUtc": "2025-08-02T23:22:04.7023692", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "JMe5EkZMIUuqs720hzR6qA==", "hostIdentifierGuid": "12b9c724-4c46-4b21-aab3-bdb487347aa8", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-08-02T23:22:04.7023692", "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": "YH1+l77sYkihzyRbdU83Bg==", "pluGuid": "977e7d60-ecbe-4862-a1cf-245b754f3706", "hostOfferID": 1, "priceGroupG_UID": "yCTWHrDRwk2QMTCX5vdPMg==", "priceGroupGuid": "1ed624c8-d1b0-4dc2-9031-3097e6f74f32", "fuelItem": true, "pluName": "sample string 6", "apn": "sample string 7", "pluActive": true, "cartonQty": 1, "baseUnits": 9.1, "cri": "sample string 10", "salesMode": 1, "pluaws": 11.0, "directNumber": "sample string 12", "departmentName": "sample string 13", "subDepartmentName": "sample string 14", "priceGroupName": "sample string 15", "supplierName": "sample string 16", "stockOnHand": 1.1, "stockOnOrder": 1.1, "lastReceived": "2025-08-02T23:22:04.7023692", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "6QXTkCzoE0WyN1K2/RQmTQ==", "identifierStr": "6QXTkCzoE0WyN1K2/RQmTQ==", "identifierGuid": "90d305e9-e82c-4513-b237-52b6fd14264d", "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": "bwx5fxwAEECQKEPnpiH4Gg==", "customerIDGuid": "7f790c6f-001c-4010-9028-43e7a621f81a", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "RC4s6bvOX0W2jNQaP2rlGA==", "identifierGuid": "e92c2e44-cebb-455f-b68c-d41a3f6ae518", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-08-02T23:22:04.7023692", "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": "jtbpzN6aw0yMggzQWg2n+A==", "communityIdentifierGuid": "cce9d68e-9ade-4cc3-8c82-0cd05a0da7f8", "joined": "2025-08-02T23:22:04.7023692", "updated": "2025-08-02T23:22:04.7023692", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "m3qDZlX5P0+KuQVG12zY2w==", "priceLevelIdentifierGuid": "66837a9b-f955-4f3f-8ab9-0546d76cd8db", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-08-02T23:22:04.7023692", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-08-02T23:22:04.7023692", "expiry": "2025-08-02T23:22:04.7023692", "customerID": "YDJ1/bRcw06AWn3W73GGEA==", "customerIDGuid": "fd753260-5cb4-4ec3-805a-7dd6ef718610", "initialValue": 1, "currentValue": 1, "maxLimit": 1, "minTransaction": 1, "maxTransaction": 1, "multiplier": 1.1, "active": true, "reasonInactive": 1, "idRequired": true, "idType": 1, "idValue": "sample string 5", "updated": "2025-08-02T23:22:04.7023692", "linkedAccount": "zb+h4p1LjEGEwYQPaTPk2Q==", "linkedAccountGuid": "e2a1bfcd-4b9d-418c-84c1-840f6933e4d9", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "K+pG+RuFyUygpSLIt8QDWw==", "identifierGuid": "f946ea2b-851b-4cc9-a0a5-22c8b7c4035b", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-08-02T23:22:04.7023692", "owner": "ecz69ttcg0SpIfLqy8tz8A==", "ownerGuid": "f6facc79-5cdb-4483-a921-f2eacbcb73f0", "accountStoreGroupIdentifier": "Ef3lSps+HE2zzFwYIiJn/Q==", "accountStoreGroupGuid": "4ae5fd11-3e9b-4d1c-b3cc-5c18222267fd", "accountType": 1, "currentBalance": 1, "externalID": "sample string 7", "maximumLimit": 1, "accruePoints": true, "loyaltyPoints": 1, "termsOfTrade": 1, "signatureRequired": true, "referenceRequired": true, "statementSendType": 10, "ageingPeriod": 1, "monthlyAgeingPeriod": true, "explodedInvoice": true, "isFifoAllocation": true, "lastStatementSent": "2025-08-02T23:22:04.7023692", "active": true, "updated": "2025-08-02T23:22:04.7023692", "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": "i8Z9fnY/lUOwpjR34JLQFA==", "identifierGuid": "7e7dc68b-3f76-4395-b0a6-3477e092d014", "name": "sample string 2", "primaryContact": "gVVYpOEFbEKt2/dAMr6obg==", "primaryContactGuid": "a4585581-05e1-426c-addb-f74032bea86e", "accountID": "1wHlr3lJdU+KfmTpfDzpuw==", "accountIDGuid": "afe501d7-4979-4f75-8a7e-64e97c3ce9bb", "special": true, "updated": "2025-08-02T23:22:04.7023692", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "keptPP75fUuduojPeRoVuw==", "priceLevelIdentifierGuid": "3c6dea91-f9fe-4b7d-9dba-88cf791a15bb", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "0IpAIDrVrEm8PGpzn9sEQg==", "groupIDGuid": "20408ad0-d53a-49ac-bc3c-6a739fdb0442", "customerID": "J9EdgCPA+UWG/b9kLfKemQ==", "customerIDGuid": "801dd127-c023-45f9-86fd-bf642df29e99", "card": "sample string 4", "linkedAccount": "I8NULOMhQkmGKXNRvunHVQ==", "linkedAccountGuid": "2c54c323-21e3-4942-8629-7351bee9c755", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "vs+cOaPcp06mzx4Qs0isMA==", "identifierGuid": "399ccfbe-dca3-4ea7-a6cf-1e10b348ac30", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "Ce4Vi8B8G0ejHrmUYjyj5g==", "accountIDGuid": "8b15ee09-7cc0-471b-a31e-b994623ca3e6", "customerAccount": { "$ref": "72" }, "customerCard": { "$ref": "71" }, "accountType": 1, "cardName": "sample string 8", "authorisationNumber": "sample string 9", "bankReference": "sample string 10", "merchantID": "sample string 11", "terminalID": "sample string 12", "cardNumber": "sample string 13", "paymentDate": "2025-08-02T23:22:04.7023692", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "tnOVw4b6VUynXujCIy6k7w==", "idempotentVoidGuid": "c39573b6-fa86-4c55-a75e-e8c2232ea4ef", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "gRL7oN73Nkua0hvIeAW+Sw==", "saleHeaderIdentifierGuid": "a0fb1281-f7de-4b36-9ad2-1bc87805be4b", "created": "2025-08-02T23:22:04.7023692", "createdLocal": "2025-08-02T23:22:04.7023692", "createdText": "sample string 4", "itemCount": 5, "totalAmount": 6, "cashTender": 1, "cardTender": 1, "cheqTender": 1, "acctTender": 1, "voucherTender": 1, "loyaltyPoints": 1, "cashout": 1, "changeAmount": 1, "rounding": 1, "gstAmount": 1, "transactionDiscountTender": 1, "totalTip": 7, "tranType": 1, "processed": 1, "imported": "2025-08-02T23:22:04.7023692", "storeID": 1, "operatorG_Uid": "CkPpaVfmJUOCic0Sp3QBtw==", "operatorGuid": "69e9430a-e657-4325-8289-cd12a77401b7", "customerG_Uid": "AwmMPI2ozkSj0GVFl7HKtw==", "customerGuid": "3c8c0903-a88d-44ce-a3d0-654597b1cab7", "communityIdentifier": "VZu8eA8md0CXhXlGZzy2Rg==", "communityIdentifierGuid": "78bc9b55-260f-4077-9785-7946673cb646", "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": "VTu9NXrXI02hpkBF9ndCwA==", "priceLevelIdentifierGuid": "35bd3b55-d77a-4d23-a1a6-4045f67742c0", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "Ig3c0TERWESiNyjiVc+I3w==", "identifierGuid": "d1dc0d22-1131-4458-a237-28e255cf88df", "name": "sample string 3", "lookupIdentifier": "sample string 4", "externalID": "sample string 5", "phone": "sample string 6", "fax": "sample string 7", "email": "sample string 8", "address1": "sample string 9", "address2": "sample string 10", "city": "sample string 11", "postCode": "sample string 12", "state": "sample string 13", "country": "sample string 14", "totalAmountAwarded": 15.1, "updated": "2025-08-02T23:22:04.7023692", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "qgHPBJOTWkalxF6rokyOJw==", "identifierGuid": "04cf01aa-9393-465a-a5c4-5eaba24c8e27", "saleHeaderID": 2, "plu": 1, "pluG_UId": "x96RnDSpKkG7tfYsgGtdEg==", "pluGuid": "9c91dec7-a934-412a-bbb5-f62c806b5d12", "accountID": "geIYwgDCs0SdcOF3LJf0VQ==", "accountIDGuid": "c218e281-c200-44b3-9d70-e1772c97f455", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "discountType": 1, "cost": 1, "costDecimals": 8, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "offline": true, "barcode": "sample string 9", "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 10", "bestOrExpire": "2025-08-02T23:22:04.7023692", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "u9g2g+hQukCdjLArtVXggg==", "refundGuid": "8336d8bb-50e8-40ba-9d8c-b02bb555e082", "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": "nA/F+t1AqE+kkY4xJvrCRA==", "idempotentVoidGuid": "fac50f9c-40dd-4fa8-a491-8e3126fac244", "priceLevelIdentifier": "n89X7FuVB0andyI83OMOTg==", "priceLevelIdentifierGuid": "ec57cf9f-955b-4607-a777-223cdce30e4e", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-08-02T23:22:04.7023692", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "UXV9gkpgo0OvweEPvPnKow==", "guid": "827d7551-604a-43a3-afc1-e10fbcf9caa3", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-08-02T23:22:04.7023692" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "5A24BZ6H+kS5lbRFDJqKUg==", "modifierSetGuid": "05b80de4-879e-44fa-b995-b4450c9a8a52", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "gAIVFz69l0ma6LkyTpVtEA==", "pluGuid": "17150280-bd3e-4997-9ae8-b9324e956d10", "deleted": true, "g_UID": "+wXsdqReD0+FMYuUyxu7ww==", "guid": "76ec05fb-5ea4-4f0f-8531-8b94cb1bbbc3", "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": "h92BYidsNUms0hvzBZE0Eg==", "pluGuid": "6281dd87-6c27-4935-acd2-1bf305913412", "saleHeaderID": 2, "totalCents": 3, "grade": 1, "gradeDescription": "sample string 4", "dispenser": 1, "hose": 1, "quantity": 1, "cost": 1, "acquirerNum": 1, "attendant": 1, "ePurseBalance": 1.0, "cardSignature": "sample string 5", "compartmentNumber": 1, "contractNumber": 1, "discountCardPAN": "sample string 6", "discountID": 1, "discountName": "sample string 7", "discountNetValue": 1.0, "discountType": 1, "discountValue": 1.0, "discretionaryData": "sample string 8", "driverID": "sample string 9", "eftBatchNumber": 1, "eftResponseCode": "sample string 10", "endDateTime": "2025-08-02T23:22:04.7023692", "engineHours": 1.1, "fposNumber": 1, "loyaltyCardPAN": "sample string 11", "miscData1": 1, "miscData2": "sample string 12", "miscFlags": 1, "mop": 1, "odometer": 1, "panNumber": "sample string 13", "saleRefund": true, "saleStatus": 1, "sequenceNumber": 1, "stan": 1, "startDateTime": "2025-08-02T23:22:04.7023692", "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": "eb/5QhkdZE2wrNaNIHd/YA==", "pluGuid": "42f9bf79-1d19-4d64-b0ac-d68d20777f60", "accountID": "NoNHY30txkuAeDVmuiZbtw==", "accountIDGuid": "63478336-2d7d-4bc6-8078-3566ba265bb7", "normalPrice": 3, "originalSellingPrice": 4, "discountPrice": 5, "unit": 1, "quantity": 6, "totalCents": 7, "fixedPrice": 1, "tranType": 1, "processed": 1, "discountType": 1, "cost": 1, "costDecimals": 1, "markdown": 1, "manualQuantity": 1, "manualPrice": 1, "manualMode": 1, "active": 1, "barcode": "sample string 8", "offline": 1, "keyedSale": 1, "discountedID": 1, "fuelID": 1, "serialNumber": "sample string 9", "bestOrExpire": "2025-08-02T23:22:04.7023692", "bestOrExpireType": 1, "refundG_UID": "aLseDKuU+UKXIXCNZ4EDfw==", "refundGuid": "0c1ebb68-94ab-42f9-9721-708d6781037f", "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": "OM14G39Y7EuOcfhnPe4wLA==", "identifierGuid": "1b78cd38-587f-4bec-8e71-f8673dee302c", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "2P+rL42irUyjr1dJnxZdgQ==", "customerIdentifierGuid": "2fabffd8-a28d-4cad-a3af-57499f165d81", "operatorNo": 1, "operatorG_UID": "EwkOY3Z2nUmvJH3HWDC5aQ==", "operatorGuid": "630e0913-7676-499d-af24-7dc75830b969", "created": "2025-08-02T23:22:04.7023692", "ordered": "2025-08-02T23:22:04.7023692", "started": "2025-08-02T23:22:04.7023692", "completed": "2025-08-02T23:22:04.7023692", "supplied": "2025-08-02T23:22:04.7023692", "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": "5LVhSPW1QUC8GpD8/mZoog==", "pluGuid": "4861b5e4-b5f5-4041-bc1a-90fcfe6668a2", "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": "QJO+jraGAUauRrtFL4RI/Q==", "headerIdentifierGuid": "8ebe9340-86b6-4601-ae46-bb452f8448fd", "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": "tI0qcc5EiEqFZM9cdtvGwQ==", "surveyGuid": "712a8db4-44ce-4a88-8564-cf5c76dbc6c1", "saleHeaderGuid": "86KulHUGTkiHOlxBjq70Kw==", "saleGuid": "94aea2f3-0675-484e-873a-5c418eaef42b", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "qsSl3zu7Rkeg8onyrG4aPA==", "guidResponse": "dfa5c4aa-bb3b-4746-a0f2-89f2ac6e1a3c", "whoAnswered": 2, "answeredAtUTC": "2025-08-02T23:22:04.7023692", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "ipicRX9LJE+gGV3vS6O6Hw==", "guid": "459c988a-4b7f-4f24-a019-5def4ba3ba1f", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "5/RHpEH7N0qXEhwtlzp2Zg==", "checkoutFormGuid": "a447f4e7-fb41-4a37-9712-1c2d973a7666", "displayToWho": 3, "displayWhen": 4, "start": "2025-08-02T23:22:04.7023692", "end": "2025-08-02T23:22:04.7023692", "deleted": true, "updated": "2025-08-02T23:22:04.7023692", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "7cce238b-cb6e-4edc-b099-c7a6e6fe7a87", "a5ee4973-9979-4a8a-8f3d-04540020dfa6" ], "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": "ahPgonIFd0a5ra56De5rEg==", "accountIdentifier": "a2e0136a-0572-4677-b9ad-ae7a0dee6b12", "accountName": "sample string 42", "customerOrderIdentifier": "iNTfwpZoNkKbUSTvXrzfaQ==", "customerOrderIdentifierGuid": "c2dfd488-6896-4236-9b51-24ef5ebcdf69", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "4lriAoiFoE6+2iry7qOD9g==", "paymentIdentifierGuid": "02e25ae2-8588-4ea0-beda-2af2eea383f6", "identifier": "xQm4q6JxvUaZvbYBZakLpg==", "identifierGuid": "abb809c5-71a2-46bd-99bd-b60165a90ba6", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "VZkRnxGFEE+O7pL+gep5fw==", "itemIdentifierGuid": "9f119955-8511-4f10-8eee-92fe81ea797f" } }, { "$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": "ql7KTQcuR0ao5O8ZyfoxwA==", "customerIdentifierGuid": "4dca5eaa-2e07-4647-a8e4-ef19c9fa31c0", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "Dkif5CMtNkq2ds11O157HQ==", "idempotentGuid": "e49f480e-2d23-4a36-b676-cd753b5e7b1d", "offline": true, "voucher": { "$id": "94", "id": 1, "name": "sample string 2", "description": "sample string 3", "shortDescription": "sample string 4", "url": "sample string 5", "barcodeTemplateID": 1, "expiry": 0, "voucherType": 6, "limitPerTransaction": 7, "customerTracking": true, "discountAccount": "sample string 9", "endDate": "2025-08-02T23:22:04.7023692", "barcodeTemplate": { "$id": "95", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "96", "id": 1, "uid": "sample string 2", "name": "sample string 3", "width": 1.1, "height": 1.1, "showBorder": true, "borderWidth": 1.1, "borderStyle": 1, "borderColour": "sample string 5", "updated": "2025-08-02T23:22:04.7023692", "labelPageLayout": "LtjLCu88LEm4fnoq6YWxSg==", "pageLayoutGuid": "0acbd82e-3cef-492c-b87e-7a2ae985b14a", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "94" }, "elements": [ { "$id": "97", "id": 1, "scaleLabelID": 2, "showPercentDI": true, "showAvgPerHundred": true, "showAvgPerServe": true, "name": "sample string 6", "x": 1.1, "y": 1.1, "width": 1.1, "height": 1.1, "type": 1, "rotation": 1, "text": "sample string 7", "fontFamily": "sample string 8", "align": 1, "bold": true, "italic": true, "underline": true, "strikeout": true, "reverse": true, "textColour": "sample string 9", "fontSize": 1.1, "picture": "QEA=", "borderWidth": 10, "sortOrder": 11, "printOptions": 12, "superScriptTextFontSize": 1.1, "lineStyle": 1, "spacingStyle": 1, "interCharacterSpacing": 1.1, "superScriptOffset": 1.1, "lineSpacing": 1.1, "dateFormat": "sample string 13", "autoGrow": true, "fontAutoResize": true, "updated": "2025-08-02T23:22:04.7023692" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "feKoZF/JeEmYG0zksjBzLQ==", "customerIdentifierGuid": "64a8e27d-c95f-4978-981b-4ce4b230732d", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-08-02T23:22:04.7023692", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "T6zPoiyfKEOIScEvC7duxg==", "issuedIdempotentGuid": "a2cfac4f-9f2c-4328-8849-c12f0bb76ec6", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-08-02T23:22:04.7023692", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-08-02T23:22:04.7023692", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "/FNZ9QEDX0G1aJVBT2P6Lg==", "redeemedIdempotentGuid": "f55953fc-0301-415f-b568-95414f63fa2e", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-08-02T23:22:04.7023692", "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": "IJBgTZVbi0e3EauM4BfmAQ==", "groupIDGuid": "4d609020-5b95-478b-b711-ab8ce017e601", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "ld92qdyWbUaJi9NPW7LYFw==", "identifierGuid": "a976df95-96dc-466d-898b-d34f5bb2d817", "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": "g2Td5b+oJECy/3M65UZZIA==", "guid": "e5dd6483-a8bf-4024-b2ff-733ae5465920", "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": "3tovC2QEpku0vNM4/PtLtA==", "groupGuid": "0b2fdade-0464-4ba6-b4bc-d338fcfb4bb4", "comboPriceType": 5, "priceType": 5, "pluG_UID": "yFCkr/9SLUyRg+3pNBNQ+Q==", "pluGuid": "afa450c8-52ff-4c2d-9183-ede9341350f9", "priceGroupG_UID": "+bmSwdaH5k+tCZqxCLKRJw==", "priceGroupGuid": "c192b9f9-87d6-4fe6-ad09-9ab108b29127", "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": "g5jnutFiR0umhxQr7fgErw==", "priceLevelIdentifierGuid": "bae79883-62d1-4b47-a687-142bedf804af", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "IhphvnRvEkCNyiOEjhTb5Q==", "headerIdentifierGuid": "be611a22-6f74-4012-8dca-23848e14dbe5", "identifier": "kqOn2MXWcU6c1+Aga0CWOA==", "identifierGuid": "d8a7a392-d6c5-4e71-9cd7-e0206b409638", "supplierIdentifier": "J0Or3vPVykyC42a00IG9Wg==", "supplierGuid": "deab4327-d5f3-4cca-82e3-66b4d081bd5a", "pluG_UID": "bhRj+PWvPUeUP7dCzL7n+A==", "pluGuid": "f863146e-aff5-473d-943f-b742ccbee7f8", "campaignName": "26c7f716-5f5e-491a-be18-872ba3181551", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-08-02T23:22:04.7023692", "end": "2025-08-02T23:22:04.7023692", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "h1hq3+bM8EiVQWZ2bb9XVg==", "bonusItemPluGuid": "df6a5887-cce6-48f0-9541-66766dbf5756", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-08-02T23:22:04.7023692", "metcashPromotionID": "sample string 14", "fromHost": 15, "storeNames": "sample string 16", "storeIDs": [ 1, 2 ], "supplierName": "sample string 17", "campaignDescription": "sample string 18", "newPrice": 1, "campaignMetcashPromotionID": "sample string 19", "campaignActive": true, "campaignStartDate": "2025-08-02T23:22:04.7023692", "campaignEndDate": "2025-08-02T23:22:04.7023692", "masterPLUG_UID": "z3HXZFqbaEC+kF+R7WEgsQ==", "masterID": "64d771cf-9b5a-4068-be90-5f91ed6120b1", "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": "aM8Y4V8G8k6pmeR4qkoYKA==", "bonusMasterID": "e118cf68-065f-4ef2-a999-e478aa4a1828", "bonusProductName": "sample string 34", "bonusProductAPN": "sample string 35", "bonusOrderCode": "sample string 36", "bonusNormalSell": 37, "bonusNormalCost": 38, "bonusNormalCostDecimals": 39, "bonusCartonQuantity": 40, "bonusSalesMode": 41, "bonusOrderPacked": 42, "bonusFuelItem": true, "bonusActive": true } }, "currentCostStart": "2025-08-02T23:22:04.7023692", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "CXwkpPIyWU2vvHTdbhdCAQ==", "pluGuid": "a4247c09-32f2-4d59-afbc-74dd6e174201", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "PZsHU+AOB0WlDRDnsYdnOA==", "alternateProduct": "53079b3d-0ee0-4507-a50d-10e7b1876738", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "uraiE7Y+d0aXluOCZMQIIg==", "pluGuid": "13a2b6ba-3eb6-4677-9796-e38264c40822", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-08-02T23:22:04.7023692", "inventoryTracked": "2025-08-02T23:22:04.7023692", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "eHn2o+IBS0i6TP2kuE64nA==", "pluGuid": "a3f67978-01e2-484b-ba4c-fda4b84eb89c", "orderGuid": "fwLCJzZK1EyI2F7+Mt1etQ==", "orderIdentifier": "27c2027f-4a36-4cd4-88d8-5efe32dd5eb5", "barcode": "sample string 3", "created": "2025-08-02T23:22:04.7023692" }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "9ivoRTFkokWQW2VZ64h4zA==", "pluGuid": "45e82bf6-6431-45a2-905b-6559eb8878cc", "inventoryGuid": "bLIYJafvfESizaA78eGS8w==", "inventoryIdentifier": "2518b26c-efa7-447c-a2cd-a03bf1e192f3", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-08-02T23:22:04.7023692", "lastOrderQuantity": 1.1, "lastReceived": "2025-08-02T23:22:04.7023692", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-08-02T23:22:04.7023692", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "/EOfca25jUqNypswq6/OFA==", "orderIdentifier": "719f43fc-b9ad-4a8d-8dca-9b30abafce14", "backToBack": 1, "b2bGuid": "psxF0OADsku1C5Rq/ctQvQ==", "b2bIdentifier": "d045cca6-03e0-4bb2-b50b-946afdcb50bd", "status": 2, "created": "2025-08-02T23:22:04.7023692", "createdLocal": "2025-08-02T23:22:04.7023692", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "GmaCDIJrW0Gf0RqrVF0sZg==", "transferIdentifier": "0c82661a-6b82-415b-9fd1-1aab545d2c66", "transferInvoiceIdentifier": "zxv5QcJpO06Ku49xC8V2Bw==", "transferInvoiceGuid": "41f91bcf-69c2-4e3b-8abb-8f710bc57607", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "L11YTi0ZCU6TXX4Xjj2T2w==", "supplierIdentifierGuid": "4e585d2f-192d-4e09-935d-7e178e3d93db", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-08-02T23:22:04.7023692", "sentLocal": "2025-08-02T23:22:04.7023692", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-08-02T23:22:04.7023692", "cancelledLocal": "2025-08-02T23:22:04.7023692", "cancelledByUser": "sample string 7", "shipped": "2025-08-02T23:22:04.7023692", "shippedLocal": "2025-08-02T23:22:04.7023692", "shippedByUser": "sample string 8", "stockReceived": "2025-08-02T23:22:04.7023692", "stockReceivedLocal": "2025-08-02T23:22:04.7023692", "stockReceivedByUser": "sample string 9", "received": "2025-08-02T23:22:04.7023692", "receivedLocal": "2025-08-02T23:22:04.7023692", "completed": "2025-08-02T23:22:04.7023692", "completedLocal": "2025-08-02T23:22:04.7023692", "updated": "2025-08-02T23:22:04.7023692", "updatedLocal": "2025-08-02T23:22:04.7023692", "dueDate": "2025-08-02T23:22:04.7023692", "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": "4cwtSPi7dkK34TaFvL2NFg==", "transportCompanyIdentifier": "482dcce1-bbf8-4276-b7e1-3685bcbd8d16", "autoOrder": 27, "hostIdentifier": "d3cjai2kRk6ifYqeGFkgoQ==", "hostIdentifierGuid": "6a237777-a42d-4e46-a27d-8a9e185920a1", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-08-02T23:22:04.7023692", "deletedByUser": "sample string 32", "autoOrderGuid": "lNuiZToVFUugDzVhrU/QNg==", "autoOrderIdentifier": "65a2db94-153a-4b15-a00f-3561ad4fd036", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "tYYzLZOlAU6y8UukfPvNHg==", "autoOrderIdentifier": "2d3386b5-a593-4e01-b2f1-4ba47cfbcd1e", "orderGuid": "gE/3+Iisdkqp8/qh/xJ/tg==", "orderIdentifier": "f8f74f80-ac88-4a76-a9f3-faa1ff127fb6", "created": "2025-08-02T23:22:04.7023692", "orderID": 1, "storeID": 1, "orderDate": "2025-08-02T23:22:04.7023692", "supplierIdentifier": "D0GKdLi2NUWHGL5K6Jwpig==", "supplierIdentifierGuid": "748a410f-b6b8-4535-8718-be4ae89c298a", "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": "XFgCAf9QnE637wImV1g8Vg==", "transportCompanyIdentifier": "0102585c-50ff-4e9c-b7ef-022657583c56", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "details": [ { "$id": "111", "autoOrderGuid": "miX0K7Ir4EO5ZJBVirbz+Q==", "autoOrderIdentifier": "2bf4259a-2bb2-43e0-b964-90558ab6f3f9", "pluG_UID": "FK6qBKOZIkKmwM4t7rE87Q==", "pluGuid": "04aaae14-99a3-4222-a6c0-ce2deeb13ced", "orderCartons": 1, "orderUnits": 1, "orderWeight": 1, "processedCartons": 1, "processedUnits": 1, "processedWeight": 1, "cartons": 1, "units": 1, "weight": 1, "status": 1, "bestDealCartonCost": 1.1, "bestDealDays": 1, "lastDealDays": 1, "normalCartonCost": 1.1, "currentDealCartonCost": 1.1, "investmentCartons": 1, "investmentUnits": 1, "investmentWeight": 1, "investmentSavedAmt": 1.1, "investmentBuyEndDate": "2025-08-02T23:22:04.7023692", "investmentBuyStatus": 2, "processed": "2025-08-02T23:22:04.7023692", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "112", "sunday": 1.1 }, "inventory": { "$id": "113", "inventoryGuid": "yVBwntAOLUqiVJSLXRNMoQ==", "inventoryIdentifier": "9e7050c9-0ed0-4a2d-a254-948b5d134ca1", "created": "2025-08-02T23:22:04.7023692", "createdLocal": "2025-08-02T23:22:04.7023692", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-08-02T23:22:04.7023692", "aws": 1.0, "history": [ { "$id": "114", "inventoryGuid": "pFCbL5Xec0aCJgCGsJZ9pA==", "inventoryIdentifier": "2f9b50a4-de95-4673-8226-0086b0967da4", "pluG_UID": "YzfWsQQRjkizoOSOHWrJsA==", "pluIdentifier": "b1d63763-1104-488e-b3a0-e48e1d6ac9b0", "inventoryReason": 3, "inventoryInvoiceGuid": "qHiBJ85+akaNyp8nWy3JJw==", "invoiceIdentifier": "278178a8-7ece-466a-8dca-9f275b2dc927", "operatorGuid": "y0AQNfEFoUeYW7xAinNJ9Q==", "operatorIdentifier": "351040cb-05f1-47a1-985b-bc408a7349f5", "stocktakeGuid": "YxwTYLxtB0mTwV8JXXokUw==", "stocktakeIdentifier": "60131c63-6dbc-4907-93c1-5f095d7a2453", "orderGuid": "ySmFxzuZx0G3Ng4BUBwJHw==", "orderIdentifier": "c78529c9-993b-41c7-b736-0e01501c091f", "saleHeaderGuid": "nO4IyhYJDkq1jerJUJ9GcQ==", "saleHeaderGuidIdentifier": "ca08ee9c-0916-4a0e-b58d-eac9509f4671", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "n6jYWrqL/0KI5NF3wNkRFQ==", "creditNoteGuid": "5ad8a89f-8bba-42ff-88e4-d177c0d91115", "inventorySourceGuid": "XXj9lsH69EClopZG+wrDvg==", "inventorySourceIdentifier": "96fd785d-fac1-40f4-a5a2-9646fb0ac3be", "createdLocal": "2025-08-02T23:22:04.7023692", "baseUnits": 4, "unitsPerCarton": 5, "unitsPerCartonWeighted": true, "counted": 7, "countedPacks": 8, "open": 1, "movementQty": 9, "close": 1, "openPacks": 1, "movementQtyPacks": 10, "closePacks": 1, "accuracy": 1, "manual": 11, "user": "sample string 12", "updated": "2025-08-02T23:22:04.7023692", "createdLocalTime": "2025-08-02T23:22:04.7023692", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "115", "inventoryInvoiceGuid": "X//ty7olvUGVQe7O5xOYSw==", "invoiceIdentifier": "cbedff5f-25ba-41bd-9541-eecee713984b", "inventoryGuid": "a0sWvfh/U0i5ztfXC4u9YQ==", "inventoryIdentifier": "bd164b6b-7ff8-4853-b9ce-d7d70b8bbd61", "supplierIdentifier": "d2/vMFM2TECf6iGmBiciXA==", "supplierGuid": "30ef6f77-3653-404c-9fea-21a60627225c", "orderGuid": "G28K2nLV60ix75L+Ou6k8Q==", "orderIdentifier": "da0a6f1b-d572-48eb-b1ef-92fe3aeea4f1", "invoiceHeaderIdentifier": "NYDwOUtbIkazyUt8ss0mMA==", "invoiceHeaderGuid": "39f08035-5b4b-4622-b3c9-4b7cb2cd2630", "created": "2025-08-02T23:22:04.7023692", "ordered": "2025-08-02T23:22:04.7023692", "storeID": 1, "bestOrExpire": "2025-08-02T23:22:04.7023692", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-08-02T23:22:04.7023692", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "VSIfgOLB6k6FsS7l5IfEbg==", "pluGuid": "801f2255-c1e2-4eea-85b1-2ee5e487c46e", "orderInventoryGuid": "YdU1KXio006Lh5oo5BdeaQ==", "orderInventoryIdentifier": "2935d561-a878-4ed3-8b87-9a28e4175e69", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "116", "invoiceItemNo": 1, "inventoryInvoiceGuid": "/TxJ+mAGPk2wn56y+HBztA==", "invoiceIdentifier": "fa493cfd-0660-4d3e-b09f-9eb2f87073b4", "inventoryGuid": "PGdCetBYE02tHB+t51hurA==", "inventoryIdentifier": "7a42673c-58d0-4d13-ad1c-1fade7586eac", "serialNumber": "sample string 3", "sold": "2025-08-02T23:22:04.7023692", "saleItemID": 1, "storeID": 1, "returned": "2025-08-02T23:22:04.7023692", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "116" } ] }, "invoiceHeaderIdentifier": "ekhq5s9jBEiIjEiwD+b94Q==", "invoiceHeaderGuid": "e66a487a-63cf-4804-888c-48b00fe6fde1", "invoiceNumber": "sample string 20", "invoiceCost": 1, "invoiceCostDecimals": 1, "orderNumber": 1, "orderReceivingStoreName": "sample string 21", "orderSendingStoreName": "sample string 22", "creditNoteID": 1, "reason": { "$id": "117", "id": 1, "name": "sample string 1", "allowRF": 2, "dumpStock": 3, "creditRequest": 4, "excludeFromLoss": 5, "reserved": 6, "updated": "2025-08-02T23:22:04.7023692" }, "reasonName": "sample string 23", "operatorName": "sample string 24", "operatorNumber": "sample string 25", "stocktakeName": "sample string 26", "saleIdentifier": "sample string 27", "saleHeaderID": 1, "inventoryAfterCounted": true, "inventorySetStock": true }, { "$ref": "114" } ], "products": [ { "$ref": "2" }, { "$ref": "2" } ], "lastInvoiceCost": 1 }, "aws": 5.0, "explanations": [ { "$id": "118", "pluG_UID": "92rlvsNTt0e9M1b72ECUBg==", "pluGuid": "bee56af7-53c3-47b7-bd33-56fbd8409406", "consolidatedSales": { "$id": "119", "1": { "$id": "120", "discountPercentage": 1, "days": 2, "quantity": 3.1, "aws": 3.1, "cartonQuantity": 4.1, "lowQuality": true }, "2": { "$ref": "120" } }, "dailyPrices": { "$id": "121", "2025-08-02T23:22:04.7023692": { "$id": "122", "date": "2025-08-02T23:22:04.7023692", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "PQTuqo8rpUe7mjO5Vi2PTQ==", "comboPriceGroupGuid": "aaee043d-2b8f-47a5-bb9a-33b9562d8f4d" } }, "onHandPredictions": [ { "$id": "123", "autoOrderGuid": "TZWMNcCkEUiVZlfftsR3kg==", "autoOrderIdentifier": "358c954d-a4c0-4811-9566-57dfb6c47792", "pluG_UID": "dlr3tNouRkStySBcknBJcw==", "pluGuid": "b4f75a76-2eda-4446-adc9-205c92704973", "childPLUG_UID": "5vo/uoon00Wln5E2knPcjw==", "childPluGuid": "ba3ffae6-278a-45d3-a59f-91369273dc8f", "date": "2025-08-02T23:22:04.7023692", "normalPrice": 2.0, "salePrice": 3.0, "discountPercentage": 4, "discountPercentageActual": -50, "predictedQuantity": 5.1, "campaign": "sample string 6", "campaignDescription": "sample string 7", "lowQuality": true, "investmentBuy": true, "buffer": 10, "boostDays": 11 }, { "$ref": "123" } ], "predictions": [ { "$ref": "123" }, { "$ref": "123" } ], "product": { "$ref": "2" } }, { "$ref": "118" } ], "supplierOrderingDetail": { "$ref": "10" }, "manufacturerSupplier": "161c7d17-5120-4b59-a8fd-a3b3b1e21d22", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "111" } ], "boosts": [ { "$id": "124", "autoOrderGuid": "qpsQdytbR0upatrsHMnKjQ==", "autoOrderIdentifier": "77109baa-5b2b-4b47-a96a-daec1cc9ca8d", "date": "2025-08-02T23:22:04.7023692", "boost": 2 }, { "$ref": "124" } ] }, "supplierName": "sample string 33", "supplierStoreID": 1, "supplierCartonsOnly": true, "supplierEnforceMinimumQuantity": true, "supplierMinimumOrderValue": 1, "storeName": "sample string 36", "orderCode": { "$id": "125", "code": "sample string 1", "description": "sample string 2" }, "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "totalCostInc": 37.0, "totalPickedCostInc": 38.0, "totalReceivedCostInc": 39.0, "total": { "$id": "126", "orderGuid": "HxvrazFl4UWzAObYXQOMkQ==", "orderIdentifier": "6beb1b1f-6531-45e1-b300-e6d85d038c91", "supplierIdentifier": "EofTktowmEObdYcDhPzobA==", "supplierGuid": "92d38712-30da-4398-9b75-870384fce86c", "records": 1, "cartons": 2.1, "cartonQuantity": 3, "weight": 4, "costInc": 5, "sellInc": 6, "costGST": 7, "sellGST": 8, "pickedCostInc": 9, "pickedSellInc": 10, "receivedRecords": 11, "receivedWeight": 1, "receivedCartons": 1, "receivedCartonQuantity": 1, "receivedUnits": 1, "receivedSellInc": 12, "receivedCostInc": 13, "receivedCostGST": 14, "receivedSellGST": 15, "investmentBuyRecords": 16, "investmentBuyCartons": 17.1, "investmentBuyCartonQuantity": 18, "investmentBuyWeight": 19, "investmentBuyCostInc": 20, "investmentBuySellInc": 21, "investmentBuyCostGST": 22, "investmentBuySellGST": 23, "investmentBuySavedAmount": 24.1 }, "details": [ { "$ref": "1" }, { "$ref": "1" } ], "unknownScans": [ { "$ref": "107" }, { "$ref": "107" } ], "transportCompany": { "$id": "127", "identifier": "ZyyJ3angRUa7nDg4VKlvXw==", "identifierGuid": "dd892c67-e0a9-4645-bb9c-383854a96f5f", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "NZOiDx7CnU+4DjNAeOvwGQ==", "primaryContactID": "0fa29335-c21e-4f9d-b80e-334078ebf019", "primaryContact": { "$ref": "8" } }, "isMetcashSorted": true, "backupOrderType": "sample string 41", "backupOrderTypeDescription": "sample string 42", "backupTradingPartner": 1, "backupHostIdentifier": "b92a6d57-6a16-41b2-b1cd-01b6f36c57e4" }, "invoiceDetail": { "$id": "128", "identifier": "FXY2ejQgT0OUb3xn5ROBEA==", "identifierGuid": "7a367615-2034-434f-946f-7c67e5138110", "headerIdentifier": "YughBtVah0m85v/MFXInZw==", "headerIdentifierGuid": "0621e862-5ad5-4987-bce6-ffcc15722767", "pluG_UID": "H/SPOWLKlESzghdZJXMX+Q==", "pluGuid": "398ff41f-ca62-4494-b382-1759257317f9", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-08-02T23:22:04.7023692", "commodity": "sample string 5", "supplier": "sample string 6", "itemDesc": "sample string 7", "itemType": 48, "investmentBuyInd": "A", "orderType": "sample string 8", "cartonQty": 1, "cartonQuantitySpecified": true, "soldByWeight": true, "orderByWeight": true, "unitsOrdered": 1, "unitsSupplied": 1, "unitsReceived": 1, "weightOrdered": 1, "weightShipped": 1, "weightReceived": 1, "unitSpecified": 11, "wholesalePrice": 1, "extWholesalePrice": 1, "normalPrice": 1, "retailPrice": 1, "pricingUnit": "sample string 12", "claimFlag": "A", "gstRate": 1, "gstAmount": 1, "extGstAmount": 1, "deliWeight": 1, "marginAmount": 1, "extMarginAmount": 1, "costAmount": 1, "orderedCostAmount": 1, "extCostAmount": 1, "costIncSpecified": true, "freightAmount": 14, "freightGstAmount": 15, "extFreightAmount": 16, "extFreightGstAmount": 17, "costDecimals": 18, "wetRate": 1, "containerDeposit": 1, "basePrice": 1, "wetValue": 1, "deliveryFee": 1, "casePrice": 1, "wholesaleExt": 1, "wetExt": 1, "totalLitres": 1, "tun": "sample string 19", "applyDetails": true, "applySell": true, "applyCost": true, "applyOr": true, "applyQty": true, "itemNumber": "sample string 20", "directNumber": "sample string 21", "itemSize": "sample string 22", "costGst": 1, "sellGst": 1, "costOr": 1, "sellOr": 1, "marginOr": 1, "grossProfit": 1.0, "sell": 1, "cartonCost": 1, "currentCost": 1, "costID": "A", "costStart": "2025-08-02T23:22:04.7023692", "costEnd": "2025-08-02T23:22:04.7023692", "createdFromUnknownScan": true, "orderGuid": "knILlu2dc0yaSdkWU81RZQ==", "orderIdentifierGuid": "960b7292-9ded-4c73-9a49-d91653cd5165", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-08-02T23:22:04.7023692", "invoiceNo": "sample string 28", "hasInventory": true, "existingCost": 30.1, "existingSell": 31.1, "futureCost": 1.1, "futureSell": 1.1, "nextSell": 1.1, "nextSellCampaignName": "sample string 32", "nextSellCampaignDescription": "sample string 33", "unknownScan": { "$id": "129", "pluG_UID": "AUSAqVvZbECJPAsDf2b4JA==", "pluGuid": "a9804401-d95b-406c-893c-0b037f66f824", "invoiceIdentifier": "f93FCzuZQ0KNpYjN834eLw==", "invoiceGuid": "0bc5dd7f-993b-4243-8da5-88cdf37e1e2f", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-08-02T23:22:04.7023692" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "TbW5PypEck+sIJEY6XFUOg==", "priceGroupGuid": "3fb9b54d-442a-4f72-ac20-9118e971543a", "priceGroupName": "sample string 40", "priceGroupCode": "sample string 41", "product": { "$ref": "2" }, "incrementCount": true, "minimumQuantity": 1, "randomWeight": true, "salesMode": 43, "cartons": 1, "weight": 1, "units": 1, "autoOrderStatus": 1, "invoiceDetailReceive": true }, "autoOrderDetail": { "$ref": "111" }, "doNotRange": true, "doNotOrder": true, "costGSTPercent": 1, "orderDetailReceive": true, "isBackedUp": true, "backupWarehouseIndicator": "sample string 21", "backupOrderCode": "sample string 22" }
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.