GET api/order/{id}/detail/{pluGuid}?relations={relations}
Returns the product of an order detail line
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Order identifier |
globally unique identifier |
Required |
pluGuid |
Product identifier |
globally unique identifier |
Required |
relations |
Load order detail relations, default true |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
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. |
Response Formats
application/json, text/json
{ "id": 1, "orderGuid": "RmnuUiPUBkGAIiP+4SLEzw==", "orderIdentifier": "52ee6946-d423-4106-8022-23fee122c4cf", "pluG_UID": "Tz+vRkKKu0uRTi+sM/Iayw==", "pluGuid": "46af3f4f-8a42-4bbb-914e-2fac33f21acb", "created": "2025-06-14T07:42:11.9746105", "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": "jIehYObMiE2fewMoIuUvng==", "substituteGuid": "60a1878c-cce6-4d88-9f7b-032822e52f9e", "warehousePLUG_UID": "C1W+HmROSkui0G23M5MFiQ==", "warehousePluGuid": "1ebe550b-4e64-4b4a-a2d0-6db733930589", "updated": "2025-06-14T07:42:11.9746105", "increment": true, "description": "sample string 13", "product": { "$id": "2", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "kPCDjPPInUGUGU1+CvpVJg==", "guid": "8c83f090-c8f3-419d-9419-4d7e0afa5526", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "xpR+25d+50u3bxFeBZLGJQ==", "priceGroupGuid": "db7e94c6-7e97-4be7-b76f-115e0592c625", "blueprintID": 1, "lastCountedDate": "2025-06-14T07:42:11.9746105", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T07:42:11.9746105", "pluCreated": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "lastManualUpdate": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "currentCostUpdated": "2025-06-14T07:42:11.9746105", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T07:42:11.9746105", "defaultGP": 1, "breakTargetMode": 32, "break1": 1, "price1": 1, "target1": 33, "break2": 1, "price2": 1, "target2": 34, "break3": 1, "price3": 1, "target3": 35, "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-06-14T07:42:11.9746105", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "NVy6fB4DU0SVPCG9kFE9aA==", "altPLUGuid": "7cba5c35-031e-4453-953c-21bd90513d68", "altPLUGuidChanged": true, "altPriceDescription1": "sample string 53", "altPriceDescription2": "sample string 54", "cartonQuantity": 55, "cartonQuantityChanged": true, "trayID": 1, "promptID": 1, "tare": 1, "packQty": 1, "fixedWeight": 1, "extraMesg": 1, "text1": "sample string 57", "text2": "sample string 58", "text3": "sample string 59", "labelText": "sample string 60", "labelTextChanged": true, "sendToScale": true, "nonScaleWeigh": true, "labelFormat": "sample string 64", "barcodeFormat": "sample string 65", "austMade": 1, "coolCode": 66, "countryOfOrigin": "sample string 67", "percentContent": 68.1, "departmentID": 1, "subDepartmentID": 1, "minorDepartmentID": 1, "lesserDepartmentID": 1, "deptCode": "sample string 69", "subDeptCode": "sample string 70", "minorDeptCode": "sample string 71", "lesserDeptCode": "sample string 72", "deptName": "sample string 73", "subDeptName": "sample string 74", "minorDeptName": "sample string 75", "lesserDeptName": "sample string 76", "departmentChanged": true, "subCategoryID": 1, "expiry": 1, "showDays": 1, "datePrint": 1, "labelRequired": true, "labelShelfQty": 79, "labelShelfChanged": true, "labelTalkerQty": 81, "labelSmall": true, "labelLastPrinted": "2025-06-14T07:42:11.9746105", "labelLastPrice": 1, "shelfPageLayoutG_UID": "qvRGcwE0DkOSSBKdYau8nQ==", "shelfPageLayoutGuid": "7346f4aa-3401-430e-9248-129d61abbc9d", "talkerPageLayoutG_UID": "uT6NAvNifUSTQ3JVFDbWXg==", "talkerPageLayoutGuid": "028d3eb9-62f3-447d-9343-72551436d65e", "unitMeasure": 1.1, "unitMeasureChanged": true, "unitMeasureKind": 84, "unitMeasureKindChanged": true, "signIQData": "sample string 86", "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": 90, "notForSaleChanged": true, "excludeFromDeals": true, "excludeFromVoucher": true, "minimumAge": 93, "minimumAgeChanged": true, "buyingLimit": 1, "buyingLimitChanged": true, "buyingLimitIndependent": true, "buyingLimitIndependentChanged": true, "inventoryGuid": "y0Hnhb5brkSLYmdMg78BQw==", "inventoryIdentifier": "85e741cb-5bbe-44ae-8b62-674c83bf0143", "inventoryAccuracy": 1, "baseUnits": 97, "orderPacked": 1, "isManufactured": true, "isIngredient": true, "isModifier": true, "isModifierChanged": true, "hasModifiers": 98, "defaultPrinter": "sample string 99", "defaultPrinterGroup": "sample string 100", "ingredientsOnManufacture": true, "manufactureUnitMeasure": 1, "mpl": 1, "maxShelfQty": 101, "allowAutoOrder": true, "warrantyPeriod": 1, "parentPluG_UId": "yB79mDoLgkeij/xohIVPvg==", "parentPluGuid": "98fd1ec8-0b3a-4782-a28f-fc6884854fbe", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "fyvuPKr/p0egxIcnip2WvA==", "supplierIdentifierGuid": "3cee2b7f-ffaa-47a7-a0c4-87278a9d96bc", "supplierChanged": true, "rebateSupplierIdentifier": "/GQg4+nWZUWjaKE/NiD6Mw==", "rebateSupplierIdentifierGuid": "e32064fc-d6e9-4565-a368-a13f3620fa33", "rebateSupplierChanged": true, "availableForOrder": true, "warehouseDirectIndicator": "sample string 107", "warehouseDirectIndicatorChanged": true, "productGrade": "sample string 109", "productType": "sample string 110", "productGroup": "sample string 111", "complianceIndicator": "sample string 112", "inhouseBrand": "sample string 113", "slowMoving": true, "generalMerchandise": true, "comment": "sample string 116", "lastUpdatedByUser": "sample string 117", "lastManualUpdatedByUser": "sample string 118", "lastUpdatedByUserOverride": true, "lastUpdatedByHost": "2025-06-14T07:42:11.9746105", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "x7kiVJ3mIUG4MnWKqtIelg==", "hostIdentifierGuid": "5422b9c7-e69d-4121-b832-758aaad21e96", "serviceFeeID": 1, "serviceFeeIDChanged": true, "providerName": "sample string 124", "aisleEnds": "sample string 125", "deleted": true, "deletedChanged": true, "hidden": true, "doNotRange": true, "doNotRangeChanged": true, "doNotOrder": true, "doNotOrderChanged": true, "locked": true, "excludeFromWebUpdate": true, "excludeFromWebUpdateChanged": true, "webPriceBasedOn": 136, "webPriceRounding": true, "webMarkup": 138, "webPriceMode": 139, "altDepartmentID": 1, "altSubDepartmentID": 1, "altMinorDepartmentID": 1, "altLesserDepartmentID": 1, "altDeptCode": "sample string 140", "altSubDeptCode": "sample string 141", "altMinorDeptCode": "sample string 142", "altLesserDeptCode": "sample string 143", "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-06-14T07:42:11.9746105", "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": "NySmvN/Y6USzvfdA721Rvw==", "hostIdentifierGuid": "bca62437-d8df-44e9-b3bd-f740ef6d51bf", "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-06-14T07:42:11.9746105", "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": "mc6ilA2z2UOB0yU60GE9TQ==", "hostIdentifierGuid": "94a2ce99-b30d-43d9-81d3-253ad0613d4d", "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": "AsStd+F3LkSzdIaTQXEcHg==", "identifierGuid": "77adc402-77e1-442e-b374-869341711c1e", "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": "yNe9H+py3Uq9n4jF1nqnKw==", "hostSupplierIdentifierGuid": "1fbdd7c8-72ea-4add-bd9f-88c5d67aa72b", "loyaltyPriceLevelIdentifier": "jNvG7uBFjUywja74iJKZKw==", "loyaltyPriceLevelIdentifierGuid": "eec6db8c-45e0-4c8d-b08d-aef88892992b", "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-06-14T07:42:11.9746105", "lastProcessed": "2025-06-14T07:42:11.9746105", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "VqapO7gYYUC8TPjsoc8KIQ==", "identifierGuid": "3ba9a656-18b8-4061-bc4c-f8eca1cf0a21", "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": "MX74M9u5VkaIfFL185pDkw==", "primaryContactID": "33f87e31-b9db-4656-887c-52f5f39a4393", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "SZbt8pUIXEKO7GiboZ1Ipw==", "supplierGroupGuid": "f2ed9649-0895-425c-8eec-689ba19d48a7", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T07:42:11.9746105", "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": "6838507d-beaf-41d3-a3d7-273b7018ff99", "identifier": "t5aWSXHK0UK2m9AvZz0/EQ==", "identifierGuid": "499696b7-ca71-42d1-b69b-d02f673d3f11", "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": "S0d/Iit1IEi+TRP63jPULA==", "supplierIdentifierGuid": "227f474b-752b-4820-be4d-13fade33d42c", "contactGuid": "mD9FBspX4EWBq+E3ZslttA==", "contactID": "06453f98-57ca-45e0-81ab-e13766c96db4", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "Xz4CsK5h0ESXVcPvQCLeRA==", "pluGuid": "b0023e5f-61ae-44d0-9755-c3ef4022de44", "supplierIdentifier": "m8z14eiry02zgsKsJ/FCXQ==", "supplierIdentifierGuid": "e1f5cc9b-abe8-4dcb-b382-c2ac27f1425d", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T07:42:11.9746105", "pricedByWeight": true, "landedUnitCostEx": 8, "landedUnitCostInc": 9, "landedCartonCostInc": 10, "landedCartonCostEx": 11, "standardCost": 12, "deliveryFee": 1, "deliveryFeeBasis": "sample string 13", "pickAndPackFee": 1, "pickAndPackFeeBasis": "sample string 14", "financeFee": 1, "financeFeeBasis": "sample string 15", "cartonLength": 1, "cartonWidth": 1, "cartonHeight": 1, "palletLayerQuantity": 1, "palletLayers": 1, "itemCode": "sample string 16", "invoiceCode": "sample string 17", "invoiceDesc": "sample string 18", "orderDirect": true, "useCost": true, "minimumQuantity": 19, "hostType": 20, "fromHost": 21, "minimumReorder": 1, "maximumReorder": 1, "orderMultiple": 22.1, "sellMultiple": 23.1, "baseMultiple": 24.1, "hostStandardCost": 25, "hostTotalCost": 26, "hostRetail": 27, "hostLandedUnitCostEx": 28, "hostLandedUnitCostInc": 29, "hostDesc": "sample string 30", "directIndicator": "sample string 31", "availableToOrder": true, "hostRangeIndicator": "sample string 33", "hostProductType": "sample string 34", "hostProductGrade": "sample string 35", "hostProductGroup": "sample string 36", "hostSlowMoving": true, "hostGeneralMerchandise": true, "hostPillar": "sample string 39", "hostLastUpdated": "2025-06-14T07:42:11.9746105", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "8cFiRZKwoUKtmC+osESj9g==", "pluGuid": "4562c1f1-b092-42a1-ad98-2fa8b044a3f6", "supplierIdentifier": "+Wm94IXmFUWMT5ynZAh2EQ==", "supplierIdentifierGuid": "e0bd69f9-e685-4515-8c4f-9ca764087611", "invoiceCode": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "11" } ], "storeIDs": [ 1, 2 ], "preferredSupplier": true, "preferredRebateSupplier": true, "supplierName": "sample string 40", "salesMode": 41, "orderPacked": true, "active": true, "price": 1, "costGstPercent": 43, "parentPluG_UID": "B2KxRJM5BEiQdbHJ9BDrkA==", "parentPluGuid": "44b16207-3993-4804-9075-b1c9f410eb90", "freight": 44.0, "freightType": 1, "product": { "$ref": "2" }, "supplier": { "$ref": "7" }, "serviceFee": { "$id": "12", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "10" } ], "orderCycleHeaders": [ { "$id": "13", "storeID": 1, "supplierIdentifier": "Ju15yWOQIkWM7WEnIflMwA==", "supplierGuid": "c979ed26-9063-4522-8ced-612721f94cc0", "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": "9/koktbjS0KSS21hnN8HIw==", "supplierGuid": "9228f9f7-e3d6-424b-924b-6d619cdf0723", "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-06-14T07:42:11.9746105", "deliveryDate": "2025-06-14T07:42:11.9746105", "nextCutOffDate": "2025-06-14T07:42:11.9746105", "nextDeliveryDate": "2025-06-14T07:42:11.9746105", "nextDaysBuffer": 10 }, { "$ref": "14" } ], "store": { "$ref": "3" }, "updated": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "processed": "2025-06-14T07:42:11.9746105", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "15" } ], "zoneMatrix": [ { "$id": "17", "id": 1, "hostIdentifier": "Bn6bgy5uIkCuN89fhSToRg==", "hostIdentifierGuid": "839b7e06-6e2e-4022-ae37-cf5f8524e846", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "030a550f-0f2f-406a-aed3-37b993b921d2", "bb0a3f5b-a3f6-4759-afbd-30247d2e7834" ] }, { "$ref": "17" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "18", "identifier": "OnpQ1y37pUmcuMrwv+TacA==", "identifierGuid": "d7507a3a-fb2d-49a5-9cb8-caf0bfe4da70", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "18" } ], "promoTypeGuids": [ "9fca9c6d-e8b8-4f84-bf3e-331039442430", "8b086f06-9ca7-4d32-ac99-0cf1f87f8b6a" ], "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-06-14T07:42:11.9746105", "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": "ac354470-1f35-43fe-a25c-00c1c5ea55e4", "updateStore": { "$id": "24", "id": "8e7e1753-b820-4cbb-917b-5ecf660138a3", "name": "sample string 1", "lastActivity": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105" }, "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": "snm/tSBbDkyiS/Aa1V73PQ==", "pluGuid": "b5bf79b2-5b20-4c0e-a24b-f01ad55ef73d", "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-06-14T07:42:11.9746105" }, { "$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-06-14T07:42:11.9746105", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "28" }, "winningCampaign": 1, "winner": { "$id": "29", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T07:42:11.9746105", "startTime": 3, "endDate": "2025-06-14T07:42:11.9746105", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "vxvtSUhAr0uxf98fxZMDgQ==", "hostIdentifierGuid": "49ed1bbf-4048-4baf-b17f-df1fc5930381", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "29" }, { "$ref": "29" } ] }, "tray": { "$id": "30", "g_UId": "ft3vZM6nXke4AfcXLYectQ==", "guid": "64efdd7e-a7ce-475e-b801-f7172d879cb5", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "31", "priceGroupG_UID": "Ohml6BRvd0y7d6irxRmNzg==", "priceGroupGuid": "e8a5193a-6f14-4c77-bb77-a8abc5198dce", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T07:42:11.9746105", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "2" }, { "$ref": "2" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "32", "pluG_UID": "sWJU99aaYUiOTya2neH1tQ==", "pluGuid": "f75462b1-9ad6-4861-8e4f-26b69de1f5b5", "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": "f2a3aca4-8355-44de-8466-11cf48c4dd82", "created": "2025-06-14T07:42:11.9746105", "createdByUser": "sample string 1", "activated": "2025-06-14T07:42:11.9746105", "deactivated": "2025-06-14T07:42:11.9746105", "lastOrdered": "2025-06-14T07:42:11.9746105", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T07:42:11.9746105", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T07:42:11.9746105", "lastSold": "2025-06-14T07:42:11.9746105", "firstSold": "2025-06-14T07:42:11.9746105", "awsUpdated": "2025-06-14T07:42:11.9746105", "lastManualUpdate": "2025-06-14T07:42:11.9746105", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T07:42:11.9746105", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T07:42:11.9746105", "doNotRangeUpdated": "2025-06-14T07:42:11.9746105", "doNotOrderUpdated": "2025-06-14T07:42:11.9746105", "tracked": "2025-06-14T07:42:11.9746105" }, "allergens": [ { "$id": "34", "allergenID": 1, "pluG_UID": "u/8Qr73/DkCzI+jYXPUeWQ==", "pluGuid": "af10ffbb-ffbd-400e-b323-e8d85cf51e59", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "34" } ], "costs": { "$id": "35", "pluG_UID": "L0ud20XNSEC1cAbQCu7WhA==", "pluGuid": "db9d4b2f-cd45-4048-b570-06d00aeed684", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T07:42:11.9746105", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "36", "saleHeaderID": 1, "created": "2025-06-14T07:42:11.9746105", "createdLocal": "2025-06-14T07:42:11.9746105", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "M0wuWWhZkkOjBkl3FBwfGw==", "operatorGuid": "592e4c33-5968-4392-a306-4977141c1f1b", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "UgcKKY/Mska8OCJSMJubMw==", "pluGuid": "290a0752-cc8f-46b2-bc38-2252309b9b33", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "37", "id": 1, "g_Uid": "UVZdby4buUazPc0BgWAb7w==", "guid": "6f5d5651-1b2e-46b9-b33d-cd0181601bef", "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-06-14T07:42:11.9746105", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T07:42:11.9746105", "endShift": "2025-06-14T07:42:11.9746105", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "38", "operatorG_UID": "3DB1wJAbvEmWj9heoIfxYQ==", "operatorGuid": "c07530dc-1b90-49bc-968f-d85ea087f161", "storeID": 2, "operator": { "$ref": "37" }, "store": { "$ref": "3" } }, { "$ref": "38" } ] } }, { "$ref": "36" } ], "apns": [ { "$id": "39", "pluID": 1, "pluG_UID": "F4t7XsYmVUybZGhLtuSlyw==", "pluGuid": "5e7b8b17-26c6-4c55-9b64-684bb6e4a5cb", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "39" } ], "tuns": [ { "$id": "40", "pluG_UId": "UcT7UO848E2oeoKKYVo6sQ==", "pluGuid": "50fbc451-38ef-4df0-a87a-828a615a3ab1", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "2" }, "storeIDs": [ 1, 2 ] }, { "$ref": "40" } ], "competitionPricing": [ { "$id": "41", "identifier": "4Q/WsbT5SEO2Ax3fH4jM9w==", "identifierGuid": "b1d60fe1-f9b4-4348-b603-1ddf1f88ccf7", "pluG_UID": "RnqIncoZzUSy2KKnfnLqPA==", "pluGuid": "9d887a46-19ca-44cd-b2d8-a2a77e72ea3c", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "41" } ], "supplier": { "$ref": "7" }, "supplierName": "sample string 146", "children": [ { "$ref": "2" }, { "$ref": "2" } ], "ordering": { "$ref": "10" }, "flipChartPages": [ { "$id": "42", "identifier": "IjDEeUGicke4OQcqErjh0w==", "groupName": "sample string 1", "identifierGuid": "79c43022-a241-4772-b839-072a12b8e1d3", "exists": true, "flipChartIdentifier": "YtGCuxmbEkC5xr7/9NjEuQ==", "flipChartIdentifierGuid": "bb82d162-9b19-4012-b9c6-befff4d8c4b9", "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": "71F8DZOMn0ykszBWGLO2YA==", "groupIdentifierGuid": "0d7c51ef-8c93-4c9f-a4b3-305618b3b660", "flipChart": { "$id": "43", "identifier": "162KM3N9rEe5uuhtyD+MqA==", "identifierGuid": "338aadd7-7d73-47ac-b9ba-e86dc83f8ca8", "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": "y0hhFzS0j0yxeakrEukuNQ==", "identifierGuid": "176148cb-b434-4c8f-b179-a92b12e92e35", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "45", "id": 1, "g_UID": "NWQXRgHYmkCozj/kbOfgBA==", "guid": "46176435-d801-409a-a8ce-3fe46ce7e004", "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": "HIfiTfjkpEWnwCgW4g4aDg==", "previousFormGuid": "4de2871c-e4f8-45a4-a7c0-2816e20e1a0e", "nextForm": 1, "nextFormG_UID": "kR2TTJ3RA06xpIUs1X/4xw==", "nextFormGuid": "4c931d91-d19d-4e03-b1a4-852cd57ff8c7", "attributes": "sample string 10", "updated": "2025-06-14T07:42:11.9746105", "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": "1McIcD98QUmRyUlLUPyWLw==", "checkoutFormGuid": "7008c7d4-7c3f-4941-91c9-494b50fc962f", "identifier": "suMt8rn7jkSgdZmpqpRVuQ==", "identifierGuid": "f22de3b2-fbb9-448e-a075-99a9aa9455b9", "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": "zVAIIdpPlEWAGtnbP9fPVQ==", "valueGuid": "210850cd-4fda-4594-801a-d9db3fd7cf55", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "imageData": "QEA=", "readOnly": true } }, { "$ref": "46" } ], "panels": [ { "$id": "48", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "KJqw0gNz00ml4Aboqvj2eQ==", "checkoutFormGuid": "d2b09a28-7303-49d3-a5e0-06e8aaf8f679", "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": "l8LO6BYIh0GcpZ+ZO5JOMw==", "flipChartPageIdentifierGuid": "e8cec297-0816-4187-9ca5-9f993b924e33", "pluG_UID": "ovb04/wxiEqRG1LcrDYH7g==", "pluGuid": "e3f4f6a2-31fc-4a88-911b-52dcac3607ee", "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": "cInTie1dlk6wAm8xBYJqww==", "pluGuid": "89d38970-5ded-4e96-b002-6f3105826ac3", "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-06-14T07:42:11.9746105", "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": "ZuM/qkBhuUigB1Olw1z64Q==", "ingredientGuid": "DMW+Jc3ci0SSBve/3GQKGA==", "ingredientIdentifier": "25bec50c-dccd-448b-9206-f7bfdc640a18", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "2" } }, { "$ref": "51" } ], "bins": [ { "$id": "52", "pluG_UID": "UybSaFt54U6hXFyekXGOcw==", "pluGuid": "68d22653-795b-4ee1-a15c-5c9e91718e73", "shelfLocationIdentifier": "2wcczzd/+UC5IhexECQcwg==", "shelfLocationGuid": "cf1c07db-7f37-40f9-b922-17b110241cc2", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "y1Ew0Pp6Tk2nF/Yt7Nq4cQ==", "labelPageLayoutGuid": "d03051cb-7afa-4d4e-a717-f62decdab871", "updated": "2025-06-14T07:42:11.9746105", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "2" }, "location": { "$id": "53", "identifier": "sJBIgfwfvECwAIYL+xka0A==", "storeID": 1, "identifierGuid": "814890b0-1ffc-40bc-b000-860bfb191ad0", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T07:42:11.9746105", "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": "mVUjPdcYi0qloiqU/N10mw==", "pluGuid": "3d235599-18d7-4a8b-a5a2-2a94fcdd749b", "deptNo": 1, "product": { "$ref": "2" }, "scaleLocation": { "$id": "55", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "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": "iAv3CVF7OEaZs+JXOfWbEg==", "labelPageLayoutGuid": "09f70b88-7b51-4638-99b3-e25739f59b12", "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-06-14T07:42:11.9746105", "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": "FxgjtqThd0O5snR2oQVJBw==", "labelPageLayoutGuid": "b6231817-e1a4-4377-b9b2-7476a1054907", "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-06-14T07:42:11.9746105", "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": "R7X5ja/I6k2h3KlaOkn2Iw==", "labelPageLayoutGuid": "8df9b547-c8af-4dea-a1dc-a95a3a49f623", "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-06-14T07:42:11.9746105", "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": "foKID5Pp1kugTyaCPpgfVw==", "labelPageLayoutGuid": "0f88827e-e993-4bd6-a04f-26823e981f57", "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": "QZ/EC2M2yU+7nrjNop3FXw==", "pluGuid": "0bc49f41-3663-4fc9-bb9e-b8cda29dc55f", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "DuuxSwJ8p0iuUEdkiDYu9Q==", "dealCostGuid": "4bb1eb0e-7c02-48a7-ae50-476488362ef5", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "NRoKS5au10i9PqfYWcmS+g==", "priceGroupGuid": "4b0a1a35-ae96-48d7-bd3e-a7d859c992fa", "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-06-14T07:42:11.9746105", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "XVCl2faASkW24RE8OSb1Aw==", "campaignComboPriceGroupIdentifier": "d9a5505d-80f6-454a-b6e1-113c3926f503", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "65", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T07:42:11.9746105", "operatorG_UID": "huGiGxOdfEi1Zqdvf7L/DA==", "operatorGuid": "1ba2e186-9d13-487c-b566-a76f7fb2ff0c", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T07:42:11.9746105", "signIqTicketFileMovedUtc": "2025-06-14T07:42:11.9746105", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T07:42:11.9746105", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "2" }, "campaignPlu": { "$ref": "64" } }, { "$ref": "65" } ], "campaign": { "$id": "66", "id": 1, "storeID": 2, "name": "2a57f5f4-4742-410d-b658-261988974225", "nameGuid": "2a57f5f4-4742-410d-b658-261988974225", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T07:42:11.9746105", "startTime": 1, "endDate": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "system": true, "created": "2025-06-14T07:42:11.9746105", "updated": "2025-06-14T07:42:11.9746105", "priceChangeNotifiedUtc": "2025-06-14T07:42:11.9746105", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "ACUzyWgyhUmANKWsdz3WQw==", "hostIdentifierGuid": "c9332500-3268-4985-8034-a5ac773dd643", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T07:42:11.9746105", "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": "F1k2qqkbX0Cq7MOp3BBnIw==", "pluGuid": "aa365917-1ba9-405f-aaec-c3a9dc106723", "hostOfferID": 1, "priceGroupG_UID": "g/hZkJjYqEWlW1ohsvysBA==", "priceGroupGuid": "9059f883-d898-45a8-a55b-5a21b2fcac04", "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-06-14T07:42:11.9746105", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "2" }, "campaign": { "$ref": "66" } }, { "$ref": "67" } ], "sellingRules": [ { "$id": "68", "id": 1, "identifier": "1KnpmFc2qEy5Q7oR6/Cryw==", "identifierStr": "1KnpmFc2qEy5Q7oR6/Cryw==", "identifierGuid": "98e9a9d4-3657-4ca8-b943-ba11ebf0abcb", "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": "PEHLV/7gQUezjc6f7p4GXQ==", "customerIDGuid": "57cb413c-e0fe-4741-b38d-ce9fee9e065d", "campaign": { "$ref": "66" }, "customer": { "$id": "70", "identifier": "GsXzbeD7OkSr0r5WyHBXqA==", "identifierGuid": "6df3c51a-fbe0-443a-abd2-be56c87057a8", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T07:42:11.9746105", "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": "db6ffoSLFE+KFd3T8KSLTA==", "communityIdentifierGuid": "7e9fbe75-8b84-4f14-8a15-ddd3f0a48b4c", "joined": "2025-06-14T07:42:11.9746105", "updated": "2025-06-14T07:42:11.9746105", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "e8C105AEsEyOUkCHQL0DBA==", "priceLevelIdentifierGuid": "d3b5c07b-0490-4cb0-8e52-408740bd0304", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T07:42:11.9746105", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "71", "cardType": 2, "issueDate": "2025-06-14T07:42:11.9746105", "expiry": "2025-06-14T07:42:11.9746105", "customerID": "nZlYH1dokUeCpFlU2h0koA==", "customerIDGuid": "1f58999d-6857-4791-82a4-5954da1d24a0", "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-06-14T07:42:11.9746105", "linkedAccount": "qYqhwemYnkGPZgsCa/yr9A==", "linkedAccountGuid": "c1a18aa9-98e9-419e-8f66-0b026bfcabf4", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "70" }, "account": { "$id": "72", "id": 1, "identifier": "+mnefMoh902eVjHuAGjPog==", "identifierGuid": "7cde69fa-21ca-4df7-9e56-31ee0068cfa2", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T07:42:11.9746105", "owner": "R9xQfBJU7E2oIreQlaRnZQ==", "ownerGuid": "7c50dc47-5412-4dec-a822-b79095a46765", "accountStoreGroupIdentifier": "l/0yARiw3EGPcGxUAJzXuA==", "accountStoreGroupGuid": "0132fd97-b018-41dc-8f70-6c54009cd7b8", "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-06-14T07:42:11.9746105", "active": true, "updated": "2025-06-14T07:42:11.9746105", "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": "hAtMC4MnGk2kTRhpopFoBQ==", "identifierGuid": "0b4c0b84-2783-4d1a-a44d-1869a2916805", "name": "sample string 2", "primaryContact": "bJ/CidwUU0+TDUcezdAzXw==", "primaryContactGuid": "89c29f6c-14dc-4f53-930d-471ecdd0335f", "accountID": "hE/2ouLZLUSd1KrwqmQHKg==", "accountIDGuid": "a2f64f84-d9e2-442d-9dd4-aaf0aa64072a", "special": true, "updated": "2025-06-14T07:42:11.9746105", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "XMKLX2tb50erPtyy9/JRKQ==", "priceLevelIdentifierGuid": "5f8bc25c-5b6b-47e7-ab3e-dcb2f7f25129", "deleted": true, "account": { "$ref": "72" }, "primaryContactCustomer": { "$ref": "70" }, "customerGroupMembers": [ { "$id": "75", "id": 1, "groupID": "HLhbdE9W2k62T/yajYMWjw==", "groupIDGuid": "745bb81c-564f-4eda-b64f-fc9a8d83168f", "customerID": "H2R4JnhOC0GzK+MgccdMow==", "customerIDGuid": "2678641f-4e78-410b-b32b-e32071c74ca3", "card": "sample string 4", "linkedAccount": "U1uijWKPCUORHitmVdA4gA==", "linkedAccountGuid": "8da25b53-8f62-4309-911e-2b6655d03880", "customer": { "$ref": "70" }, "group": { "$ref": "74" }, "customerCard": { "$ref": "71" } }, { "$ref": "75" } ] }, { "$ref": "74" } ] }, "payments": [ { "$id": "76", "id": 1, "identifier": "MfPlw4zvpE+MY1of/3KfYw==", "identifierGuid": "c3e5f331-ef8c-4fa4-8c63-5a1fff729f63", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "tu2dqsZsFkOQKTs/XwJ3vg==", "accountIDGuid": "aa9dedb6-6cc6-4316-9029-3b3f5f0277be", "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-06-14T07:42:11.9746105", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "EqcSg8q0w0KQyErJ0Hyr/w==", "idempotentVoidGuid": "8312a712-b4ca-42c3-90c8-4ac9d07cabff", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "77", "saleHeaderID": 1, "saleHeaderGuid": "wD0zwkl120aFrce78exjVg==", "saleHeaderIdentifierGuid": "c2333dc0-7549-46db-85ad-c7bbf1ec6356", "created": "2025-06-14T07:42:11.9746105", "createdLocal": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "storeID": 1, "operatorG_Uid": "R0QjiVcu+Uia6htMoV///g==", "operatorGuid": "89234447-2e57-48f9-9aea-1b4ca15ffffe", "customerG_Uid": "SyRlJFta8E+eQI69VB6KAA==", "customerGuid": "2465244b-5a5b-4ff0-9e40-8ebd541e8a00", "communityIdentifier": "wps3Bkb5gEGwO9uYVXuueQ==", "communityIdentifierGuid": "06379bc2-f946-4180-b03b-db98557bae79", "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": "fZMUIZ9kakabfZG80eo4EA==", "priceLevelIdentifierGuid": "2114937d-649f-466a-9b7d-91bcd1ea3810", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "37" }, "customer": { "$ref": "70" }, "communityOrganisation": { "$id": "78", "id": 1, "identifier": "LTc53xhcmk6FOD13l35xVw==", "identifierGuid": "df39372d-5c18-4e9a-8538-3d77977e7157", "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-06-14T07:42:11.9746105", "deleted": true }, "details": [ { "$id": "79", "saleItemID": 1, "identifier": "RZqe2BbBqUqdGBSZVdRa0g==", "identifierGuid": "d89e9a45-c116-4aa9-9d18-149955d45ad2", "saleHeaderID": 2, "plu": 1, "pluG_UId": "xfzVunHT20ytPa3Y9RzKVw==", "pluGuid": "bad5fcc5-d371-4cdb-ad3d-add8f51cca57", "accountID": "rBWTUr7VDEuWxmfahLQZrg==", "accountIDGuid": "529315ac-d5be-4b0c-96c6-67da84b419ae", "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-06-14T07:42:11.9746105", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "26f212BXSkq3zfbfXGxM+w==", "refundGuid": "d7f6a7db-5760-4a4a-b7cd-f6df5c6c4cfb", "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": "FqDMm6DATUO5qKUB1Udlkg==", "idempotentVoidGuid": "9bcca016-c0a0-434d-b9a8-a501d5476592", "priceLevelIdentifier": "s1d7aWdW+0qBOeeNBBPa9w==", "priceLevelIdentifierGuid": "697b57b3-5667-4afb-8139-e78d0413daf7", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "80", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T07:42:11.9746105", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "80" } ], "refund": { "$id": "81", "id": 1, "g_UID": "OppCkapqX0id3ApvahtXMA==", "guid": "91429a3a-6aaa-485f-9ddc-0a6f6a1b5730", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T07:42:11.9746105" }, "modifier": { "$id": "82", "id": 1, "setG_UID": "PczdeZ0FLUmNkcEia4jElw==", "modifierSetGuid": "79ddcc3d-059d-492d-8d91-c1226b88c497", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "3WKVchQZZkySBmvq662nYg==", "pluGuid": "729562dd-1914-4c66-9206-6beaebada762", "deleted": true, "g_UID": "DoUphVVPAUekCTbbYmIr2A==", "guid": "8529850e-4f55-4701-a409-36db62622bd8", "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": "9CI+4XxCEECUam/p9qywIA==", "pluGuid": "e13e22f4-427c-4010-946a-6fe9f6acb020", "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-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "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": "2H32PR8sqk6KUFGhSNvVIQ==", "pluGuid": "3df67dd8-2c1f-4eaa-8a50-51a148dbd521", "accountID": "B0wBJIh7xEOVkhINTWIDFQ==", "accountIDGuid": "24014c07-7b88-43c4-9592-120d4d620315", "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-06-14T07:42:11.9746105", "bestOrExpireType": 1, "refundG_UID": "TM5NAiF7IkCZdLWyFr1gdQ==", "refundGuid": "024dce4c-7b21-4022-9974-b5b216bd6075", "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": "Am7dd/hwkEKGZtZ0wlMUlA==", "identifierGuid": "77dd6e02-70f8-4290-8666-d674c2531494", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "NHyEO6bhikyUP4JNP9kWyw==", "customerIdentifierGuid": "3b847c34-e1a6-4c8a-943f-824d3fd916cb", "operatorNo": 1, "operatorG_UID": "dbIw6U6p8U2oYmqu0LYHoQ==", "operatorGuid": "e930b275-a94e-4df1-a862-6aaed0b607a1", "created": "2025-06-14T07:42:11.9746105", "ordered": "2025-06-14T07:42:11.9746105", "started": "2025-06-14T07:42:11.9746105", "completed": "2025-06-14T07:42:11.9746105", "supplied": "2025-06-14T07:42:11.9746105", "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": "fWV8KCE1b0Sjh+Ff6M3FYQ==", "pluGuid": "287c657d-3521-446f-a387-e15fe8cdc561", "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": "9uPUx2qI3Uuv1+TMwIBcdw==", "headerIdentifierGuid": "c7d4e3f6-886a-4bdd-afd7-e4ccc0805c77", "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": "Hs8qCdflqE6s0en1iXR34g==", "surveyGuid": "092acf1e-e5d7-4ea8-acd1-e9f5897477e2", "saleHeaderGuid": "A80VZCsMvE29gxI4eyrY1A==", "saleGuid": "6415cd03-0c2b-4dbc-bd83-12387b2ad8d4", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "Aw9y0S9VAEyKrUOxwcucIw==", "guidResponse": "d1720f03-552f-4c00-8aad-43b1c1cb9c23", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T07:42:11.9746105", "sale": { "$ref": "77" }, "survey": { "$id": "91", "g_UID": "zNiIvkLXJUS2VE4dWb5U6g==", "guid": "be88d8cc-d742-4425-b654-4e1d59be54ea", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "lYsFk1FVaUShLMLPc5CeyA==", "checkoutFormGuid": "93058b95-5551-4469-a12c-c2cf73909ec8", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T07:42:11.9746105", "end": "2025-06-14T07:42:11.9746105", "deleted": true, "updated": "2025-06-14T07:42:11.9746105", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "47d0a123-780b-4626-95e1-e945d274c8e7", "55d8d4d7-64c3-4c7e-be11-58f2dc09581c" ], "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": "thHo46K3tU+xDJfl1CgZGQ==", "accountIdentifier": "e3e811b6-b7a2-4fb5-b10c-97e5d4281919", "accountName": "sample string 42", "customerOrderIdentifier": "XN1Qmrtpek2R65N2EDJ5wg==", "customerOrderIdentifierGuid": "9a50dd5c-69bb-4d7a-91eb-9376103279c2", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "92", "id": 1, "paymentID": 2, "paymentIdentifier": "ko0JgCIfLU2X9fkJT/nLnA==", "paymentIdentifierGuid": "80098d92-1f22-4d2d-97f5-f9094ff9cb9c", "identifier": "rupMamWOHkWkXs576+KrNA==", "identifierGuid": "6a4ceaae-8e65-451e-a45e-ce7bebe2ab34", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "pDEdfsHn6Ey3S4+ma022kw==", "itemIdentifierGuid": "7e1d31a4-e7c1-4ce8-b74b-8fa66b4db693" } }, { "$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": "ja1K1JGCYUKPQIyILvup4A==", "customerIdentifierGuid": "d44aad8d-8291-4261-8f40-8c882efba9e0", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "+7uLUR/5hk+fqM5DTtoJzw==", "idempotentGuid": "518bbbfb-f91f-4f86-9fa8-ce434eda09cf", "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-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "labelPageLayout": "mBGhcmAYI0u5XJTeR0l5cA==", "pageLayoutGuid": "72a11198-1860-4b23-b95c-94de47497970", "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-06-14T07:42:11.9746105" }, { "$ref": "97" } ] }, "customerVouchers": [ { "$id": "98", "id": 1, "customerIdentifier": "BcSPjTWZPkuv+l64Undg1Q==", "customerIdentifierGuid": "8d8fc405-9935-4b3e-affa-5eb8527760d5", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T07:42:11.9746105", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "q3iUX3mKPkeUjXXYl2VjEA==", "issuedIdempotentGuid": "5f9478ab-8a79-473e-948d-75d897656310", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T07:42:11.9746105", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T07:42:11.9746105", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "jWEWlwKOuECjS9LvN7erAg==", "redeemedIdempotentGuid": "9716618d-8e02-40b8-a34b-d2ef37b7ab02", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T07:42:11.9746105", "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": "mPZ4EG02bEmb1zzs34tm0Q==", "groupIDGuid": "1078f698-366d-496c-9bd7-3cecdf8b66d1", "campaign": { "$ref": "66" }, "group": { "$ref": "74" } }, { "$ref": "99" } ], "signIqTickets": [ { "$id": "100", "identifier": "eS6ad5idbkSfTzSbfZk3TA==", "identifierGuid": "779a2e79-9d98-446e-9f4f-349b7d99374c", "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": "bhok0lYBMk+bMsFrT1p0dg==", "guid": "d2241a6e-0156-4f32-9b32-c16b4f5a7476", "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": "yYvfICLM7Eii86PPQLrMMQ==", "groupGuid": "20df8bc9-cc22-48ec-a2f3-a3cf40bacc31", "comboPriceType": 5, "priceType": 5, "pluG_UID": "kPnfcNiykECxd3lGxEPBYA==", "pluGuid": "70dff990-b2d8-4090-b177-7946c443c160", "priceGroupG_UID": "TnDNOBDhlE6sJ+8Qn9dN7A==", "priceGroupGuid": "38cd704e-e110-4e94-ac27-ef109fd74dec", "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": "g5Jjrh4tCUiD4q+CAo4BSA==", "priceLevelIdentifierGuid": "ae639283-2d1e-4809-83e2-af82028e0148", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "103" } ] }, "product": { "$ref": "2" }, "dealCost": { "$id": "104", "headerIdentifier": "ji+1AXvupEmqjlzb77uTAg==", "headerIdentifierGuid": "01b52f8e-ee7b-49a4-aa8e-5cdbefbb9302", "identifier": "2QARFW2+LkKaNak0DcBW5Q==", "identifierGuid": "151100d9-be6d-422e-9a35-a9340dc056e5", "supplierIdentifier": "ZY6nU7Uc30KFpZyrJ9Wrfw==", "supplierGuid": "53a78e65-1cb5-42df-85a5-9cab27d5ab7f", "pluG_UID": "g9hzu9kUhEu7ttFvTXpuUg==", "pluGuid": "bb73d883-14d9-4b84-bbb6-d16f4d7a6e52", "campaignName": "584d82fb-3fe3-4ed7-8c48-b840041f7fc6", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T07:42:11.9746105", "end": "2025-06-14T07:42:11.9746105", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "o1/GxzB+KE6zWHhHVBsC2w==", "bonusItemPluGuid": "c7c65fa3-7e30-4e28-b358-7847541b02db", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "campaignEndDate": "2025-06-14T07:42:11.9746105", "masterPLUG_UID": "cVPwetZvW0SUQuzDk1ngsQ==", "masterID": "7af05371-6fd6-445b-9442-ecc39359e0b1", "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": "U38XoBYgSECHsozvsgDTqg==", "bonusMasterID": "a0177f53-2016-4048-87b2-8cefb200d3aa", "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-06-14T07:42:11.9746105", "dealCosts": [ { "$ref": "104" }, { "$ref": "104" } ], "tags": [ { "$id": "105", "pluG_UID": "EdypsZxMs0unvqR7F5y7aw==", "pluGuid": "b1a9dc11-4c9c-4bb3-a7be-a47b179cbb6b", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "105" } ], "alternateProductG_UID": "ZxxGngrGCEqbekh+pEVxPQ==", "alternateProduct": "9e461c67-c60a-4a08-9b7a-487ea445713d", "productHostCode": { "$id": "106", "id": 1, "pluG_UID": "8Tyvzpzgq0yEBnoEattxSQ==", "pluGuid": "ceaf3cf1-e09c-4cab-8406-7a046adb7149", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "60" }, "mscCom": { "$ref": "61" }, "mscDep": { "$ref": "63" }, "mscSubCom": { "$ref": "62" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T07:42:11.9746105", "inventoryTracked": "2025-06-14T07:42:11.9746105", "isNormalPriceChangesCampaign": true }, "unknownScan": { "$id": "107", "pluG_UID": "lVS8el2CSESwN4Cp1tMpdA==", "pluGuid": "7abc5495-825d-4448-b037-80a9d6d32974", "orderGuid": "UBwomdCGoU2z9aHxX6hDpg==", "orderIdentifier": "99281c50-86d0-4da1-b3f5-a1f15fa843a6", "barcode": "sample string 3", "created": "2025-06-14T07:42:11.9746105" }, "unknownScanItem": true, "substitute": { "$ref": "2" }, "warehouseProduct": { "$ref": "2" }, "lookup": { "$id": "108", "pluG_UID": "NVyluWvJy0yMd6wec53dEQ==", "pluGuid": "b9a55c35-c96b-4ccb-8c77-ac1e739ddd11", "inventoryGuid": "TFN3FbLgTkWr9nxveJHjVg==", "inventoryIdentifier": "1577534c-e0b2-454e-abf6-7c6f7891e356", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-06-14T07:42:11.9746105", "lastOrderQuantity": 1.1, "lastReceived": "2025-06-14T07:42:11.9746105", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "104" }, "nextCost": { "$ref": "104" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-06-14T07:42:11.9746105", "orderHeader": { "$id": "109", "orderID": 1, "orderGuid": "yRwMfppWdUKgPLL0LP5a1Q==", "orderIdentifier": "7e0c1cc9-569a-4275-a03c-b2f42cfe5ad5", "backToBack": 1, "b2bGuid": "24P1JftP8UOBEOfEKsKhFQ==", "b2bIdentifier": "25f583db-4ffb-43f1-8110-e7c42ac2a115", "status": 2, "created": "2025-06-14T07:42:11.9746105", "createdLocal": "2025-06-14T07:42:11.9746105", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "bvnXtUO3zkqNz7aZwxF5rQ==", "transferIdentifier": "b5d7f96e-b743-4ace-8dcf-b699c31179ad", "transferInvoiceIdentifier": "7VZDz65dj02Ip9BYIj0nCA==", "transferInvoiceGuid": "cf4356ed-5dae-4d8f-88a7-d058223d2708", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "AMWVu/bJv0utBIiiPOFeZg==", "supplierIdentifierGuid": "bb95c500-c9f6-4bbf-ad04-88a23ce15e66", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-06-14T07:42:11.9746105", "sentLocal": "2025-06-14T07:42:11.9746105", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-06-14T07:42:11.9746105", "cancelledLocal": "2025-06-14T07:42:11.9746105", "cancelledByUser": "sample string 7", "shipped": "2025-06-14T07:42:11.9746105", "shippedLocal": "2025-06-14T07:42:11.9746105", "shippedByUser": "sample string 8", "stockReceived": "2025-06-14T07:42:11.9746105", "stockReceivedLocal": "2025-06-14T07:42:11.9746105", "stockReceivedByUser": "sample string 9", "received": "2025-06-14T07:42:11.9746105", "receivedLocal": "2025-06-14T07:42:11.9746105", "completed": "2025-06-14T07:42:11.9746105", "completedLocal": "2025-06-14T07:42:11.9746105", "updated": "2025-06-14T07:42:11.9746105", "updatedLocal": "2025-06-14T07:42:11.9746105", "dueDate": "2025-06-14T07:42:11.9746105", "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": "J5+e1AA/K0W+1LKJZYDFvw==", "transportCompanyIdentifier": "d49e9f27-3f00-452b-bed4-b2896580c5bf", "autoOrder": 27, "hostIdentifier": "TpjgALkkzkWSqg46o1Ogvw==", "hostIdentifierGuid": "00e0984e-24b9-45ce-92aa-0e3aa353a0bf", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-06-14T07:42:11.9746105", "deletedByUser": "sample string 32", "autoOrderGuid": "+a1rleR12k6KDK0FRrosxg==", "autoOrderIdentifier": "956badf9-75e4-4eda-8a0c-ad0546ba2cc6", "autoOrderHeader": { "$id": "110", "autoOrderGuid": "HnmDLHbZiEKw87J6ma9eZA==", "autoOrderIdentifier": "2c83791e-d976-4288-b0f3-b27a99af5e64", "orderGuid": "Q7/sPjip4EaJ53qAnJhmkg==", "orderIdentifier": "3eecbf43-a938-46e0-89e7-7a809c986692", "created": "2025-06-14T07:42:11.9746105", "orderID": 1, "storeID": 1, "orderDate": "2025-06-14T07:42:11.9746105", "supplierIdentifier": "zXxuAZPbbE+Q9ro4z2a4xg==", "supplierIdentifierGuid": "016e7ccd-db93-4f6c-90f6-ba38cf66b8c6", "orderStatus": 1, "tradingPartner": 1, "simpleAWS": true, "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": "uq5INZAFpEe/1JwVs4HqJA==", "transportCompanyIdentifier": "3548aeba-0590-47a4-bfd4-9c15b381ea24", "store": { "$ref": "3" }, "supplier": { "$ref": "7" }, "details": [ { "$id": "111", "autoOrderGuid": "shNU8zXjhEW288opL6oi6g==", "autoOrderIdentifier": "f35413b2-e335-4584-b6f3-ca292faa22ea", "pluG_UID": "U09+tMvZYkC5jlIwLOhuDA==", "pluGuid": "b47e4f53-d9cb-4062-b98e-52302ce86e0c", "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-06-14T07:42:11.9746105", "investmentBuyStatus": 2, "processed": "2025-06-14T07:42:11.9746105", "product": { "$ref": "2" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "14" }, "dayWeighting": { "$id": "112", "sunday": 1.1 }, "inventory": { "$id": "113", "inventoryGuid": "CfxjkEgMoEGQwSdAbcYXvA==", "inventoryIdentifier": "9063fc09-0c48-41a0-90c1-27406dc617bc", "created": "2025-06-14T07:42:11.9746105", "createdLocal": "2025-06-14T07:42:11.9746105", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-06-14T07:42:11.9746105", "aws": 1.0, "history": [ { "$id": "114", "inventoryGuid": "S4U93PtIykuRFM2aFzYIhQ==", "inventoryIdentifier": "dc3d854b-48fb-4bca-9114-cd9a17360885", "pluG_UID": "4Sy2w2Je60O7zAjYLen8iQ==", "pluIdentifier": "c3b62ce1-5e62-43eb-bbcc-08d82de9fc89", "inventoryReason": 3, "inventoryInvoiceGuid": "n+QFkSRKC0WyyBOowSFT9Q==", "invoiceIdentifier": "9105e49f-4a24-450b-b2c8-13a8c12153f5", "operatorGuid": "SvhZwUTxKk6YYPWmV8jWnw==", "operatorIdentifier": "c159f84a-f144-4e2a-9860-f5a657c8d69f", "stocktakeGuid": "/SCvzJbWa06lBd1Z8Mc2ig==", "stocktakeIdentifier": "ccaf20fd-d696-4e6b-a505-dd59f0c7368a", "orderGuid": "UvfUGSSAx0mVjgTihHCDBg==", "orderIdentifier": "19d4f752-8024-49c7-958e-04e284708306", "saleHeaderGuid": "ZYkTQPK/w0mLYDy2oN5Hgw==", "saleHeaderGuidIdentifier": "40138965-bff2-49c3-8b60-3cb6a0de4783", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "9jfI3j9vSUSMz+dLUHwXoA==", "creditNoteGuid": "dec837f6-6f3f-4449-8ccf-e74b507c17a0", "inventorySourceGuid": "lscR4NUSDECUwUMLkkukNw==", "inventorySourceIdentifier": "e011c796-12d5-400c-94c1-430b924ba437", "createdLocal": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "createdLocalTime": "2025-06-14T07:42:11.9746105", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "115", "inventoryInvoiceGuid": "1h8X/B6x9E+0933CpwVeEA==", "invoiceIdentifier": "fc171fd6-b11e-4ff4-b4f7-7dc2a7055e10", "inventoryGuid": "p/nTbaL2v0CN0KXE/kcZJA==", "inventoryIdentifier": "6dd3f9a7-f6a2-40bf-8dd0-a5c4fe471924", "supplierIdentifier": "yXAHLrRHh0mwvQptWd6dow==", "supplierGuid": "2e0770c9-47b4-4987-b0bd-0a6d59de9da3", "orderGuid": "ixFXRlljJ0O1/Gwf7W0KXQ==", "orderIdentifier": "4657118b-6359-4327-b5fc-6c1fed6d0a5d", "invoiceHeaderIdentifier": "3DR2517sYUy4SwXBI9yI0A==", "invoiceHeaderGuid": "e77634dc-ec5e-4c61-b84b-05c123dc88d0", "created": "2025-06-14T07:42:11.9746105", "ordered": "2025-06-14T07:42:11.9746105", "storeID": 1, "bestOrExpire": "2025-06-14T07:42:11.9746105", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-06-14T07:42:11.9746105", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "fvkv/r/kC0WNNIJv9E4Jfw==", "pluGuid": "fe2ff97e-e4bf-450b-8d34-826ff44e097f", "orderInventoryGuid": "nrk9RDrItkeFFDVzFmoWvg==", "orderInventoryIdentifier": "443db99e-c83a-47b6-8514-3573166a16be", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "116", "invoiceItemNo": 1, "inventoryInvoiceGuid": "CvUweTwyLUaowNFsKknQ1w==", "invoiceIdentifier": "7930f50a-323c-462d-a8c0-d16c2a49d0d7", "inventoryGuid": "7XD+jajBu0q94cQiWzgfIw==", "inventoryIdentifier": "8dfe70ed-c1a8-4abb-bde1-c4225b381f23", "serialNumber": "sample string 3", "sold": "2025-06-14T07:42:11.9746105", "saleItemID": 1, "storeID": 1, "returned": "2025-06-14T07:42:11.9746105", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "116" } ] }, "invoiceHeaderIdentifier": "2aVP1hQhTEK1g6jpksI9sg==", "invoiceHeaderGuid": "d64fa5d9-2114-424c-b583-a8e992c23db2", "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-06-14T07:42:11.9746105" }, "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": "VJvO0uToFkK62wfV4R2Xrw==", "pluGuid": "d2ce9b54-e8e4-4216-badb-07d5e11d97af", "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-06-14T07:42:11.9746105": { "$id": "122", "date": "2025-06-14T07:42:11.9746105", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "M+nCfXZgUEmP9+KYpoyixQ==", "comboPriceGroupGuid": "7dc2e933-6076-4950-8ff7-e298a68ca2c5" } }, "onHandPredictions": [ { "$id": "123", "autoOrderGuid": "/3ywDQnPuUWXwYuzxOFNhg==", "autoOrderIdentifier": "0db07cff-cf09-45b9-97c1-8bb3c4e14d86", "pluG_UID": "PlJFXbxqGUuCF+cm2HgFXA==", "pluGuid": "5d45523e-6abc-4b19-8217-e726d878055c", "childPLUG_UID": "DYiYIXPt4EmhEycFrtR1JA==", "childPluGuid": "2198880d-ed73-49e0-a113-2705aed47524", "date": "2025-06-14T07:42:11.9746105", "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": "65d7509d-b4be-4c1b-b425-afe9c51bf46e", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "111" } ], "boosts": [ { "$id": "124", "autoOrderGuid": "NRTlMJnlIkmblmYgbfrQ2w==", "autoOrderIdentifier": "30e51435-e599-4922-9b96-66206dfad0db", "date": "2025-06-14T07:42:11.9746105", "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": "3o2rrJF/WUqfD0CmnFKi3g==", "orderIdentifier": "acab8dde-7f91-4a59-9f0f-40a69c52a2de", "supplierIdentifier": "GooM9W17XUWk29VWr3bFvw==", "supplierGuid": "f50c8a1a-7b6d-455d-a4db-d556af76c5bf", "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": "6RMpGQVelUCAeOz48bf0Tg==", "identifierGuid": "192913e9-5e05-4095-8078-ecf8f1b7f44e", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "Ocf/jf4ph0CdAkj/FMRSFA==", "primaryContactID": "8dffc739-29fe-4087-9d02-48ff14c45214", "primaryContact": { "$ref": "8" } } }, "invoiceDetail": { "$id": "128", "identifier": "4+5U3DrK+kmkCzjIpi2Zsw==", "identifierGuid": "dc54eee3-ca3a-49fa-a40b-38c8a62d99b3", "headerIdentifier": "E+uKSjOg1UC79LF+Z413FQ==", "headerIdentifierGuid": "4a8aeb13-a033-40d5-bbf4-b17e678d7715", "pluG_UID": "6JD2uWkFpkGdME+ZeTbsWw==", "pluGuid": "b9f690e8-0569-41a6-9d30-4f997936ec5b", "pageNo": 1, "lineNo": 1, "itemOrdered": "sample string 1", "itemShipped": "sample string 2", "apn": "sample string 3", "barcode": "sample string 4", "prodStatus": 0, "dateAvailable": "2025-06-14T07:42:11.9746105", "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-06-14T07:42:11.9746105", "costEnd": "2025-06-14T07:42:11.9746105", "createdFromUnknownScan": true, "orderGuid": "uCDbkj0XK0aR2zuyfYGxzQ==", "orderIdentifierGuid": "92db20b8-173d-462b-91db-3bb27d81b1cd", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-06-14T07:42:11.9746105", "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": "isWltjpTOU+ZmhqqTpeIlA==", "pluGuid": "b6a5c58a-533a-4f39-999a-1aaa4e978894", "invoiceIdentifier": "mDNT7IWVLEC+M/wVUmbcSw==", "invoiceGuid": "ec533398-9585-402c-be33-fc155266dc4b", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-06-14T07:42:11.9746105" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "230vP0WFJEqkErsIFVpvyw==", "priceGroupGuid": "3f2f7ddb-8545-4a24-a412-bb08155a6fcb", "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 }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK F=�Z�[v˷ 5 xl/workbook.xml � (� ����0��&�C����AR8q���{-[�@�����O ��mgv��a��ӹ}�`cj�R�!Q(0<��;���I�qRj�o6��� 0𤝍J��W�?���.*�d�e���9bs���1.r2�����"�)����E!� Ը�c�8���F���pEYPZ^�ʳ(s��w#���PK F=�Z���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK F=�Z'##' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R8809ea72574e4adf" /></Relationships>PK F=�Z*�c.J �$ xl/worksheets/sheet1.xml � (� �ZkSK�+�|��y�,��|"*��ra���PI��Lv��w&��t�̙s�{S��;��������n�/���w����ݯ������y��8���������ً�~�f>�1�.o��pVL��;\��L��9�:�5�\_�.����ø���v0�o�s|��ft?�?e�&��~Z��[�>�Gw����f_�7�����|Q��~op��D����Y�soq�'�ߋ_N���b�l���O?���������l�x\�~�̑%�����Ζ?{�т�~o<����qt5���B�� ї��d|���2F?ũU�Z�I]�- � ]p�x����x� � �<V��̧�U�i�n���9 >oW�y�*| c��B��ٿ[Ż& g �z�T:ޯ��3��*><3^�(�d���9-�Z�L����I42H�R��%([4���(�����NE(���Q��B���h�b!�!JP�����];!��.�AE([*D�Bo�`��t��? Pv(�2N��d��a����D���j��54_�d��S;W�u���=��{<<�_fDɩFrR�����|��v��Z����{����L[8B:#���Qzʶ�g���= x����(=���T���FFɩ]%���tGr>%Bp6o5%�;�}�4x�`3��Qz�#=����������)�tزiG�i�-dX�}���=mڅ�;�Db��ޓI��[ҳ��=R�Mdܯ��t#=���W�Di��!JP�6�I4+8�"��(E�D��q.�Ӫ�� JD{�� �=4[H J�UP+�A�ʼn�$!JԎ��(EН[�B{�;�3���"N�V���TX�s�����E�墁��s�Z�F� ��:�8H�� jZ��N�$D-�o7@�f�) �!<S�&j�4Z���TPv9d�4Q���"��$����2D-�nj�)�WR�N5i�sO5i��/&�&�+6x,�&W�LԤi4iT�W ��p��(�DM�F� p��~`ћ2�2Q��?7CԤ �v�����B�.�,5iŎ��F-Z�LOڨE�h��pV�p>���F-Z��p�pXqF��!j�6Z4��whm�sC�lԢ5mVG���Ŝmׯɝ�d|;C&��`iɝ"jѺvm㵕x���,�h[�����=M�����/J�ߪ�Ã���7].c�ŧ?Ζ��������ޟ�7���]!�M��"^m"Tq���]��MtG��E��D�.�xẈ�M��"�n"B�a�����V?0B�GBx��@���0���j���!�~e ��o������{�@��a�!��d �ݒ1�"�� ��H.+*�pɘQ�KƎ�p\2�Ԅ䒱�&,��)5��dl�)ό15�q��<3�Ԕgƛ��̘(ό;����(ό?���(όC���X(όG��̘(όK�����P���s����+Ƨ��\1>5���!<W�O ���&�b|j��SCx��Z:M0>��gƧ�����R��Z�3�SKyf|j)όOm�� �����K�����R� ɥ�b �N�Y^oB����>qrU��J'���&9�1!�{�@ȃ�2r���g�ɽH�̇�CN�O ��9���ڗ����ڷ��yb�"��=����FT�3W�LSV��W��������Qj�Mj�8�x�Z|�ZL��O�sJ������bG��}����1Z��3f�tj��E��L��"]��s&��.�T�ob<�T~0����~�2���iB�yڭ�6�i�f�����hׁ�ٻƣ��d����6����1�LƖ��i�8���J��:M&xd���n��U==�L��t����O��PK F=�Z���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�N��TM�a�m��3��&vd����G� XE�Tb�������4�����y�{���N��w]�d$l7�=*�h�)���b6�iEi�G?���èRNCG'���CZ2��a[&9\&���k|��4�K��هc�� �A�S?�H��� d�6�ו���%gFhY�wS��2`����g2�Z�e�j&��w��*`��B���i^����|�B�k)43W5z��/PK F=�ZЃc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK F=�Z)��o� �. xl/sharedStrings.xml � (� ��n�8�}�����W�$_����L�,v)����zD�q�b�}��J�:yI��X,�b��}�/ޠ�YY|:�N͓q�d������/Fp��5)��|:9 =Y���#��Y��䥮���h�;BO�=�I�jGj���gt_I�@���l���v$+Nq���� i���.{ .�}�X^]}<�?<c_�X%P�4Y�E�(�,͠���U�4q��ˊW�7:��I ��y�0��j�=4�H]�+�M`��F*x) �U�d1�K�yCr��^.��� ��K�pA���XQ�xC۔��K��n�О`��<���� �c�5��I�JU�-���e�,��4�b�+����u�B�(�1s��x-�L��&�K9�KR�e���!�q�b�V�~-�Z���Q/G ��j�9^��~Vh��Jmqz�OC�6+w���XG��s(�f�j�~jR7�.���nM 7��� ����^�}ղ���u��ZU���^�)� h\e���L�S��(���(�ų����J��]Y�6�y��ts5�ru�$�]�x�u�;B��RĊ��e�<��������b�R�2�A��yS��wfK�CY?�b�,�1�@ʶz�y^Ck�@Z�uv��O���P���"=�]�H\�1\����m�vR ˶c7V���$uR75�چE�Z.vJb�Im��є���>,'�q/��h�8�9�v���Q�2�ǜ�}�X�2��8�p� 0�t�c� ����L"�<32\�]��Kb'��'��qB���z([� ��.��7,�O���2����{�|,�w��� b���"D��@�A�e����BOo�����e����GK�*j���Ll��B8pR34�8H�c���h�%�$%�g���|���3�v���H�B��{Vc�ɠ�`�T��R�9�g �����h���f?kE�DlB7� �o�^ K#Z��aY�^hǾ��أ�p�<��*��Y.Ͷ�X~p���8�g���x��9�xSKn'<�7�L�,���r���q�����j,2��S��2;�j� �e�H�L��-�؎P9��W�}[k��>�c����,�`6�~�cO!��I��`�<�M� �W�[�(����}V1��f� �&8r�� �H��aE�=��m�R~�4�ŗ<��1U#[0�3���#��U�@�d�~ ���ݶ�y�q��>�e}�����(��Ɍ�A*�8�2�P�l߮%�A����0��MU1YzPה�ۨJJ1����Ɗ9sBu]��a[�#���SM�UpCc��y]��~��=�*wO /��J tƾ$y|�K��z�NS���� R���M�l_�I����`�����5�/A�>���G����}:nO�h�1-�t�A������z��� �UzF�3#How4#h0�J��X�p��X˔�aT%UیEe���U!�ԁ�4Ѓ5LY�횝���-����*WwX��[�~�� �z�セ�5�e�6����C���c���y���9��¯�4��6ݍ:�N�%EO���Q��uz L8<{ Գ��]�l�"�.�x��a�b�ẞc���%��YN�c�y�b�Rjg��VIyτ��=��9e3���^*��3`<Q�O>�����x�+rt۳c}��ڲ�i�t8GŅ�L� �>�9���"y.71�F��>��Hp.����K�R�4G��ް;%��2o�0� �R��c�Xe�ZM�pku%S� ���@���Nm�D:0F˲�!�R�b�U���a!=�Ҕל�/?Cdw��w�b� �_qV� �}k<��.1Rm1� F��EX-��7үY3�[�����`G�L�k�y*n�2CUm�k��*�l��̧�YK�u9ke�!�r���ܑC��� ]'�O]B�5-�uL0B� ��"Q��0l7?��B(�1� q �f�w���:���<�u����9���mD<wG�Ɩ��f��\ \�3ٶX��n@W|Qg�P9�\���+$��2�� N]���R��qOQ����t�,G��(���#4�L���*8M%������2Xez(��M!3t���u����:�Lѭ1���}i g�KH���� T�/����?�*�u���Y��m#2fh�A*��^�~t������_@.��B�|˗q� M���:�e����@G�>�=�"��cO-����6�(a�'��K#Ë"V50�ȷ �Ɓ�&��w�@��P�ov�<� �_����W���R����VtUl��7�b�NE�����H�H �'��E�ь1C���xJ�4� :U�c!mH��:������$�R��L�w��qI�=\�V6L:ք�s���� �a�&āaF1�e`�R#�� p�M�6&@�Q�w��.ǻK�t�n����,�E�����T��N`GK�7%L}�4��F��� �ЏbY�fn�I?��m�8��il$>�����A?0�夎o�)㞱M |#YN���s��縖[��}���uـ?9�TD{Z�D�|�kHĨ���6V�W 0c/�G���U���@gO44b�Ͳ\�� ���C����&�/%*��e*�Ef?�y�eG(�����\��f��V�N�G���80�'�H4+��XgyN4j�"�l.�I��`�_�[���sm; �~�..hD�cK/ �$��/��� s��^7e��]��r�������yFs�.�!�D�ϡ����'Y���)�7}-PSF�O�SԴPe�15e�7����c�AjA ��K��#5:��x�:6_&D�2��h� d���� E��u�9�g�|�̶������J�.�r�ѪsTS ���6s��bM�U�4��t W���2U�d���hlZ�w1XN� n�)�D6����j�H��=��<�g?"n&ܻ=`ϖ�SM��0��Q�h���I��f?An`$w-�;$k���*��T���yVL>e��d/-�?������br�̂�Ւ-߾��LG����?�;G�Fsx5ϋ��(��<@� �܍��c ;��V���>:�d�ߧh��|�A��}gV���\���r���6�̥f�^�}%�V>��Mzs�W�)��:e�-������ܣ������~�,~���y�����?��9��ޥN�~]�c��?���?���G5wt;����9����PK- F=�Z�[v˷ 5 xl/workbook.xmlPK- F=�Z���� � [Content_Types].xmlPK- F=�Z'##' ' V _rels/.relsPK- F=�Z*�c.J �$ � xl/worksheets/sheet1.xmlPK- F=�Z���� P ^ xl/_rels/workbook.xml.relsPK- F=�ZЃc'2 E � xl/styles.xmlPK- F=�Z)��o� �. xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK F=�Zovo� 5 xl/workbook.xml � (� ����0��&�C�����N\�z�^�b�O�||K $���~;t2nh��G�ڗ��"[�;������7N��{�����to:��x,���i��z���ay�q/ ��bR�z�C��͞&�d4ֺ���"�)�`�ERH3nX`%��+|�ȕ2�6� ��� �/�Z����w�PK F=�Z���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d� �d�k��<�H���V���= ��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ �1Z�$�8z�R��3 tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b ��%#H'�2}���e�B)��~j/F�t��PK F=�Z� .>' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R6a576ef5eeab420b" /></Relationships>PK F=�Z*�c.J �$ xl/worksheets/sheet1.xml � (� �ZkSK�+�|��y�,��|"*��ra���PI��Lv��w&��t�̙s�{S��;��������n�/���w����ݯ������y��8���������ً�~�f>�1�.o��pVL��;\��L��9�:�5�\_�.����ø���v0�o�s|��ft?�?e�&��~Z��[�>�Gw����f_�7�����|Q��~op��D����Y�soq�'�ߋ_N���b�l���O?���������l�x\�~�̑%�����Ζ?{�т�~o<����qt5���B�� ї��d|���2F?ũU�Z�I]�- � ]p�x����x� � �<V��̧�U�i�n���9 >oW�y�*| c��B��ٿ[Ż& g �z�T:ޯ��3��*><3^�(�d���9-�Z�L����I42H�R��%([4���(�����NE(���Q��B���h�b!�!JP�����];!��.�AE([*D�Bo�`��t��? Pv(�2N��d��a����D���j��54_�d��S;W�u���=��{<<�_fDɩFrR�����|��v��Z����{����L[8B:#���Qzʶ�g���= x����(=���T���FFɩ]%���tGr>%Bp6o5%�;�}�4x�`3��Qz�#=����������)�tزiG�i�-dX�}���=mڅ�;�Db��ޓI��[ҳ��=R�Mdܯ��t#=���W�Di��!JP�6�I4+8�"��(E�D��q.�Ӫ�� JD{�� �=4[H J�UP+�A�ʼn�$!JԎ��(EН[�B{�;�3���"N�V���TX�s�����E�墁��s�Z�F� ��:�8H�� jZ��N�$D-�o7@�f�) �!<S�&j�4Z���TPv9d�4Q���"��$����2D-�nj�)�WR�N5i�sO5i��/&�&�+6x,�&W�LԤi4iT�W ��p��(�DM�F� p��~`ћ2�2Q��?7CԤ �v�����B�.�,5iŎ��F-Z�LOڨE�h��pV�p>���F-Z��p�pXqF��!j�6Z4��whm�sC�lԢ5mVG���Ŝmׯɝ�d|;C&��`iɝ"jѺvm㵕x���,�h[�����=M�����/J�ߪ�Ã���7].c�ŧ?Ζ��������ޟ�7���]!�M��"^m"Tq���]��MtG��E��D�.�xẈ�M��"�n"B�a�����V?0B�GBx��@���0���j���!�~e ��o������{�@��a�!��d �ݒ1�"�� ��H.+*�pɘQ�KƎ�p\2�Ԅ䒱�&,��)5��dl�)ό15�q��<3�Ԕgƛ��̘(ό;����(ό?���(όC���X(όG��̘(όK�����P���s����+Ƨ��\1>5���!<W�O ���&�b|j��SCx��Z:M0>��gƧ�����R��Z�3�SKyf|j)όOm�� �����K�����R� ɥ�b �N�Y^oB����>qrU��J'���&9�1!�{�@ȃ�2r���g�ɽH�̇�CN�O ��9���ڗ����ڷ��yb�"��=����FT�3W�LSV��W��������Qj�Mj�8�x�Z|�ZL��O�sJ������bG��}����1Z��3f�tj��E��L��"]��s&��.�T�ob<�T~0����~�2���iB�yڭ�6�i�f�����hׁ�ٻƣ��d����6����1�LƖ��i�8���J��:M&xd���n��U==�L��t����O��PK F=�Z�ƅ�� P xl/_rels/workbook.xml.rels � (� ��An� E��f_c�Q�l��6����9[=R�P�J�#u�MVh���������4��0X��r h�U��Z8G�T�v���(b�������B�[Qd���uhRG[?��J�Q'�ItH�<���p�$�����փĝ�� M�L_�?�19�al�' �v�,Q�<��Ǣ��V�B���B �S�:b����g2������arY�#{�L/<���Ӧ�N�x>'�M�J&4��E�75z�/6_PK F=�ZЃc'2 E xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&� AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK F=�Z)��o� �. xl/sharedStrings.xml � (� ��n�8�}�����W�$_����L�,v)����zD�q�b�}��J�:yI��X,�b��}�/ޠ�YY|:�N͓q�d������/Fp��5)��|:9 =Y���#��Y��䥮���h�;BO�=�I�jGj���gt_I�@���l���v$+Nq���� i���.{ .�}�X^]}<�?<c_�X%P�4Y�E�(�,͠���U�4q��ˊW�7:��I ��y�0��j�=4�H]�+�M`��F*x) �U�d1�K�yCr��^.��� ��K�pA���XQ�xC۔��K��n�О`��<���� �c�5��I�JU�-���e�,��4�b�+����u�B�(�1s��x-�L��&�K9�KR�e���!�q�b�V�~-�Z���Q/G ��j�9^��~Vh��Jmqz�OC�6+w���XG��s(�f�j�~jR7�.���nM 7��� ����^�}ղ���u��ZU���^�)� h\e���L�S��(���(�ų����J��]Y�6�y��ts5�ru�$�]�x�u�;B��RĊ��e�<��������b�R�2�A��yS��wfK�CY?�b�,�1�@ʶz�y^Ck�@Z�uv��O���P���"=�]�H\�1\����m�vR ˶c7V���$uR75�چE�Z.vJb�Im��є���>,'�q/��h�8�9�v���Q�2�ǜ�}�X�2��8�p� 0�t�c� ����L"�<32\�]��Kb'��'��qB���z([� ��.��7,�O���2����{�|,�w��� b���"D��@�A�e����BOo�����e����GK�*j���Ll��B8pR34�8H�c���h�%�$%�g���|���3�v���H�B��{Vc�ɠ�`�T��R�9�g �����h���f?kE�DlB7� �o�^ K#Z��aY�^hǾ��أ�p�<��*��Y.Ͷ�X~p���8�g���x��9�xSKn'<�7�L�,���r���q�����j,2��S��2;�j� �e�H�L��-�؎P9��W�}[k��>�c����,�`6�~�cO!��I��`�<�M� �W�[�(����}V1��f� �&8r�� �H��aE�=��m�R~�4�ŗ<��1U#[0�3���#��U�@�d�~ ���ݶ�y�q��>�e}�����(��Ɍ�A*�8�2�P�l߮%�A����0��MU1YzPה�ۨJJ1����Ɗ9sBu]��a[�#���SM�UpCc��y]��~��=�*wO /��J tƾ$y|�K��z�NS���� R���M�l_�I����`�����5�/A�>���G����}:nO�h�1-�t�A������z��� �UzF�3#How4#h0�J��X�p��X˔�aT%UیEe���U!�ԁ�4Ѓ5LY�횝���-����*WwX��[�~�� �z�セ�5�e�6����C���c���y���9��¯�4��6ݍ:�N�%EO���Q��uz L8<{ Գ��]�l�"�.�x��a�b�ẞc���%��YN�c�y�b�Rjg��VIyτ��=��9e3���^*��3`<Q�O>�����x�+rt۳c}��ڲ�i�t8GŅ�L� �>�9���"y.71�F��>��Hp.����K�R�4G��ް;%��2o�0� �R��c�Xe�ZM�pku%S� ���@���Nm�D:0F˲�!�R�b�U���a!=�Ҕל�/?Cdw��w�b� �_qV� �}k<��.1Rm1� F��EX-��7үY3�[�����`G�L�k�y*n�2CUm�k��*�l��̧�YK�u9ke�!�r���ܑC��� ]'�O]B�5-�uL0B� ��"Q��0l7?��B(�1� q �f�w���:���<�u����9���mD<wG�Ɩ��f��\ \�3ٶX��n@W|Qg�P9�\���+$��2�� N]���R��qOQ����t�,G��(���#4�L���*8M%������2Xez(��M!3t���u����:�Lѭ1���}i g�KH���� T�/����?�*�u���Y��m#2fh�A*��^�~t������_@.��B�|˗q� M���:�e����@G�>�=�"��cO-����6�(a�'��K#Ë"V50�ȷ �Ɓ�&��w�@��P�ov�<� �_����W���R����VtUl��7�b�NE�����H�H �'��E�ь1C���xJ�4� :U�c!mH��:������$�R��L�w��qI�=\�V6L:ք�s���� �a�&āaF1�e`�R#�� p�M�6&@�Q�w��.ǻK�t�n����,�E�����T��N`GK�7%L}�4��F��� �ЏbY�fn�I?��m�8��il$>�����A?0�夎o�)㞱M |#YN���s��縖[��}���uـ?9�TD{Z�D�|�kHĨ���6V�W 0c/�G���U���@gO44b�Ͳ\�� ���C����&�/%*��e*�Ef?�y�eG(�����\��f��V�N�G���80�'�H4+��XgyN4j�"�l.�I��`�_�[���sm; �~�..hD�cK/ �$��/��� s��^7e��]��r�������yFs�.�!�D�ϡ����'Y���)�7}-PSF�O�SԴPe�15e�7����c�AjA ��K��#5:��x�:6_&D�2��h� d���� E��u�9�g�|�̶������J�.�r�ѪsTS ���6s��bM�U�4��t W���2U�d���hlZ�w1XN� n�)�D6����j�H��=��<�g?"n&ܻ=`ϖ�SM��0��Q�h���I��f?An`$w-�;$k���*��T���yVL>e��d/-�?������br�̂�Ւ-߾��LG����?�;G�Fsx5ϋ��(��<@� �܍��c ;��V���>:�d�ߧh��|�A��}gV���\���r���6�̥f�^�}%�V>��Mzs�W�)��:e�-������ܣ������~�,~���y�����?��9��ޥN�~]�c��?���?���G5wt;����9����PK- F=�Zovo� 5 xl/workbook.xmlPK- F=�Z���� � [Content_Types].xmlPK- F=�Z� .>' ' V _rels/.relsPK- F=�Z*�c.J �$ � xl/worksheets/sheet1.xmlPK- F=�Z�ƅ�� P ^ xl/_rels/workbook.xml.relsPK- F=�ZЃc'2 E � xl/styles.xmlPK- F=�Z)��o� �. xl/sharedStrings.xmlPK � �