GET api/order/{id}?relations={relations}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
relations | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
OrderHeaderName | Description | Type | Additional information |
---|---|---|---|
OrderID | integer |
None. |
|
OrderGuid | Collection of byte |
None. |
|
OrderIdentifier | globally unique identifier |
None. |
|
BackToBack | integer |
None. |
|
B2bGuid | Collection of byte |
None. |
|
B2bIdentifier | globally unique identifier |
None. |
|
Status | OrderStatus |
None. |
|
Created | date |
None. |
|
CreatedLocal | date |
None. |
|
CreatedByUser | string |
String length: inclusive between 0 and 191 |
|
StoreID | integer |
None. |
|
TransferGuid | Collection of byte |
None. |
|
TransferIdentifier | globally unique identifier |
None. |
|
TransferInvoiceIdentifier | Collection of byte |
None. |
|
TransferInvoiceGuid | globally unique identifier |
None. |
|
AttachedToInvoice | integer |
None. |
|
TransferType | TransferType |
None. |
|
SupplierIdentifier | Collection of byte |
None. |
|
SupplierIdentifierGuid | globally unique identifier |
None. |
|
Description | string |
None. |
|
Rows | integer |
None. |
|
Cartons | integer |
None. |
|
Units | integer |
None. |
|
SentCount | integer |
None. |
|
Sent | date |
None. |
|
SentLocal | date |
None. |
|
SentByUser | string |
String length: inclusive between 0 and 191 |
|
LastSentStatus | integer |
None. |
|
Cancelled | date |
None. |
|
CancelledLocal | date |
None. |
|
CancelledByUser | string |
String length: inclusive between 0 and 191 |
|
Shipped | date |
None. |
|
ShippedLocal | date |
None. |
|
ShippedByUser | string |
String length: inclusive between 0 and 191 |
|
StockReceived | date |
None. |
|
StockReceivedLocal | date |
None. |
|
StockReceivedByUser | string |
String length: inclusive between 0 and 191 |
|
Received | date |
None. |
|
ReceivedLocal | date |
None. |
|
Completed | date |
None. |
|
CompletedLocal | date |
None. |
|
Updated | date |
None. |
|
UpdatedLocal | date |
None. |
|
DueDate | date |
None. |
|
WarehouseNote | string |
None. |
|
WarehouseRef | string |
None. |
|
PdeSerialNumber | string |
None. |
|
TradingPartner | OrderTradingPartner |
None. |
|
OrderType | string |
String length: inclusive between 0 and 20 |
|
OrderTypeDescription | string |
String length: inclusive between 0 and 255 |
|
StateCode |
The state code of the store ordering for metcash |
string |
Deprecated. Prefer the HostStoreSetting.MetcashStateCode instead. String length: inclusive between 0 and 20 |
MailCarbonCopy |
When Placing an order via email, send a Blind Carbon Copy to the current User |
boolean |
None. |
MailTo | string |
None. |
|
MailBcc | string |
None. |
|
MailReplyTo | string |
None. |
|
Liquor | boolean |
None. |
|
Summary | string |
Data type: MultilineText |
|
Notes | string |
Data type: MultilineText |
|
SupplierNotes | string |
Data type: MultilineText |
|
ReceiptEmailSent | boolean |
None. |
|
ReceiptEmailSentId | string |
String length: inclusive between 0 and 100 |
|
ReceiptEmailSentStatus | string |
String length: inclusive between 0 and 20 |
|
TransportCompanyGuid | Collection of byte |
None. |
|
TransportCompanyIdentifier | globally unique identifier |
None. |
|
AutoOrder | integer |
None. |
|
HostIdentifier | Collection of byte |
None. |
|
HostIdentifierGuid | globally unique identifier |
None. |
|
DefaultOrderDocumentId | integer |
None. |
|
DefaultStockReceiveDocumentId | integer |
None. |
|
Temperature |
Temperature recorded of order on receive. Null indicates no temperature recorded |
decimal number |
None. |
TemperatureScale |
Temperature scale that temperature is recorded in |
TemperatureScale |
None. |
Rating |
Quality rating of the order |
integer |
None. |
LastOrderEmailSentId | string |
None. |
|
LastOrderEmailSentStatus | string |
None. |
|
Deleted | date |
None. |
|
DeletedByUser | string |
None. |
|
AutoOrderGuid | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
AutoOrderIdentifier | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
|
AutoOrderHeader | AutoOrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
SupplierName | string |
Relation. This field may not always be loaded or used for updates. |
|
SupplierStoreID | integer |
Relation. This field may not always be loaded or used for updates. |
|
SupplierCartonsOnly | boolean |
Relation. This field may not always be loaded or used for updates. |
|
SupplierEnforceMinimumQuantity | boolean |
Relation. This field may not always be loaded or used for updates. |
|
SupplierMinimumOrderValue | integer |
Relation. This field may not always be loaded or used for updates. |
|
StoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
OrderCode | OrderCode |
Relation. This field may not always be loaded or used for updates. |
|
Store | Store |
Relation. This field may not always be loaded or used for updates. |
|
Supplier | Supplier |
Relation. This field may not always be loaded or used for updates. |
|
TotalCostInc |
Summarised total cost inc tax, based on system costs |
decimal number |
Relation. This field may not always be loaded or used for updates. |
TotalPickedCostInc |
Summarised total picked cost inc tax, based on system costs, for store transfer orders |
decimal number |
Relation. This field may not always be loaded or used for updates. |
TotalReceivedCostInc |
Summarised total received cost in tax, based on system costs |
decimal number |
Relation. This field may not always be loaded or used for updates. |
Total |
Totals aggregates |
OrderSubTotal |
Relation. This field may not always be loaded or used for updates. |
Details | Collection of OrderDetail |
Relation. This field may not always be loaded or used for updates. |
|
UnknownScans | Collection of OrderUnknownScan |
Relation. This field may not always be loaded or used for updates. |
|
TransportCompany | TransportCompany |
Relation. This field may not always be loaded or used for updates. |
|
TimeZoneInfo |
For sending orders |
TimeZoneInfo |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{ "orderID": 1, "orderGuid": "wxAe6hhGQ06J9PSgYj7+KQ==", "orderIdentifier": "ea1e10c3-4618-4e43-89f4-f4a0623efe29", "backToBack": 1, "b2bGuid": "RVE9Um1XWEqvRWHBi8WyVQ==", "b2bIdentifier": "523d5145-576d-4a58-af45-61c18bc5b255", "status": 2, "created": "2025-06-14T06:54:29.0053195", "createdLocal": "2025-06-14T06:54:29.0053195", "createdByUser": "sample string 3", "storeID": 1, "transferGuid": "RZxkZojcZkydq7KTPS0cJg==", "transferIdentifier": "66649c45-dc88-4c66-9dab-b2933d2d1c26", "transferInvoiceIdentifier": "O7/6jPuxqECMG8dWEg1yvg==", "transferInvoiceGuid": "8cfabf3b-b1fb-40a8-8c1b-c756120d72be", "attachedToInvoice": 4, "transferType": 1, "supplierIdentifier": "yDfhGgJKpEuL1To5CHMB1g==", "supplierIdentifierGuid": "1ae137c8-4a02-4ba4-8bd5-3a39087301d6", "description": "sample string 5", "rows": 1, "cartons": 1, "units": 1, "sentCount": 1, "sent": "2025-06-14T06:54:29.0053195", "sentLocal": "2025-06-14T06:54:29.0053195", "sentByUser": "sample string 6", "lastSentStatus": 1, "cancelled": "2025-06-14T06:54:29.0053195", "cancelledLocal": "2025-06-14T06:54:29.0053195", "cancelledByUser": "sample string 7", "shipped": "2025-06-14T06:54:29.0053195", "shippedLocal": "2025-06-14T06:54:29.0053195", "shippedByUser": "sample string 8", "stockReceived": "2025-06-14T06:54:29.0053195", "stockReceivedLocal": "2025-06-14T06:54:29.0053195", "stockReceivedByUser": "sample string 9", "received": "2025-06-14T06:54:29.0053195", "receivedLocal": "2025-06-14T06:54:29.0053195", "completed": "2025-06-14T06:54:29.0053195", "completedLocal": "2025-06-14T06:54:29.0053195", "updated": "2025-06-14T06:54:29.0053195", "updatedLocal": "2025-06-14T06:54:29.0053195", "dueDate": "2025-06-14T06:54:29.0053195", "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": "sRJDUUhwAUODryvikbU01A==", "transportCompanyIdentifier": "514312b1-7048-4301-83af-2be291b534d4", "autoOrder": 27, "hostIdentifier": "CuaiiWfuo0iLbyqTroxzrg==", "hostIdentifierGuid": "89a2e60a-ee67-48a3-8b6f-2a93ae8c73ae", "defaultOrderDocumentId": 1, "defaultStockReceiveDocumentId": 1, "temperature": 1.1, "temperatureScale": 28, "rating": 29, "lastOrderEmailSentId": "sample string 30", "lastOrderEmailSentStatus": "sample string 31", "deleted": "2025-06-14T06:54:29.0053195", "deletedByUser": "sample string 32", "autoOrderGuid": "xWVIqqzlJkCuK4zvJPrDOQ==", "autoOrderIdentifier": "aa4865c5-e5ac-4026-ae2b-8cef24fac339", "autoOrderHeader": { "$id": "2", "autoOrderGuid": "ljcK5y6JD0yWc44AhXC35Q==", "autoOrderIdentifier": "e70a3796-892e-4c0f-9673-8e008570b7e5", "orderGuid": "l9yafBmF7USjXvesgWv1fg==", "orderIdentifier": "7c9adc97-8519-44ed-a35e-f7ac816bf57e", "created": "2025-06-14T06:54:29.0053195", "orderID": 1, "storeID": 1, "orderDate": "2025-06-14T06:54:29.0053195", "supplierIdentifier": "XBKJn7Ae2EOgK0CJptpMpw==", "supplierIdentifierGuid": "9f89125c-1eb0-43d8-a02b-4089a6da4ca7", "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": "aifoHAvfrkKcGm3on29gAg==", "transportCompanyIdentifier": "1ce8276a-df0b-42ae-9c1a-6de89f6f6002", "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-14T06:54:29.0053195", "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": "CTfOtYZaM0qV+jHrbQ7Uvg==", "hostIdentifierGuid": "b5ce3709-5a86-4a33-95fa-31eb6d0ed4be", "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-14T06:54:29.0053195", "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": "ksiXMDeVnk2cWl2fj39Tjg==", "hostIdentifierGuid": "3097c892-9537-4d9e-9c5a-5d9f8f7f538e", "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": "R+qZ16DoAEuec9U5yh82rw==", "identifierGuid": "d799ea47-e8a0-4b00-9e73-d539ca1f36af", "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": "pYL/Q0fDok2wYDtimTSTNA==", "hostSupplierIdentifierGuid": "43ff82a5-c347-4da2-b060-3b6299349334", "loyaltyPriceLevelIdentifier": "IvtTPkEym0GmzdX+RI37hA==", "loyaltyPriceLevelIdentifierGuid": "3e53fb22-3241-419b-a6cd-d5fe448dfb84", "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-14T06:54:29.0053195", "lastProcessed": "2025-06-14T06:54:29.0053195", "hold": true, "supplierName": "sample string 35", "supplier": { "$id": "7", "identifier": "wkaGe25Pf0KXv0/0IYEAwA==", "identifierGuid": "7b8646c2-4f6e-427f-97bf-4ff4218100c0", "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": "Ut7WMuePVU2Qiu6DVRTGlw==", "primaryContactID": "32d6de52-8fe7-4d55-908a-ee835514c697", "storeID": 1, "abn": "sample string 16", "supplierGroupIdentifier": "1lvn/f1dcUKaj1wRF8bNZw==", "supplierGroupGuid": "fde75bd6-5dfd-4271-9a8f-5c1117c6cd67", "rebate": 1.0, "rebateType": 1, "rebateFrequency": 1, "rebateSource": 1, "rebateLastClaimed": "2025-06-14T06:54:29.0053195", "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": "cfc61200-15d7-4664-a89e-01fbda756d14", "identifier": "2sa0yTrft0q+fcv+NCXWEg==", "identifierGuid": "c9b4c6da-df3a-4ab7-be7d-cbfe3425d612", "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": "lQJ0SXZlukSxSJkx3OOhiA==", "supplierIdentifierGuid": "49740295-6576-44ba-b148-9931dce3a188", "contactGuid": "CUjnrrC+1EKFspdD9nJ72A==", "contactID": "aee74809-beb0-42d4-85b2-9743f6727bd8", "contact": { "$ref": "8" }, "supplier": { "$ref": "7" } }, { "$ref": "9" } ], "products": [ { "$id": "10", "pluG_UID": "RdY242TLN02TDHcFn0kGeQ==", "pluGuid": "e336d645-cb64-4d37-930c-77059f490679", "supplierIdentifier": "JYc9tDeXM0G5fWTTrUhWXA==", "supplierIdentifierGuid": "b43d8725-9737-4133-b97d-64d3ad48565c", "cartonQuantity": 1, "cartonQuantityChanged": true, "productSize": "sample string 2", "cigarettesPerSleeve": 1, "randomWeight": true, "piecesPerUnit": 4, "averagePackSize": 5, "effectiveDate": "2025-06-14T06:54:29.0053195", "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-14T06:54:29.0053195", "rebate": 1.0, "rebateExclude": true, "invoiceCodes": [ { "$id": "11", "pluG_UID": "sMLyc2jdWEWDuR7yzLuwMA==", "pluGuid": "73f2c2b0-dd68-4558-83b9-1ef2ccbbb030", "supplierIdentifier": "QyiQiu6PREKhB+qnbfQcbQ==", "supplierIdentifierGuid": "8a902843-8fee-4244-a107-eaa76df41c6d", "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": "Eh5hX79rREydAEzUwgxpHA==", "parentPluGuid": "5f611e12-6bbf-4c44-9d00-4cd4c20c691c", "freight": 44.0, "freightType": 1, "product": { "$id": "12", "plu": 1, "storeID": 1, "masterPluG_UID": "QEA=", "storeIDs": [ 1, 2 ], "g_UId": "5ZX0PkFxjEm2zJrLlnB0hA==", "guid": "3ef495e5-7141-498c-b6cc-9acb96707484", "apn": "sample string 1", "apnChanged": true, "apnSwitched": true, "barcode": "sample string 4", "itemNumber": "sample string 5", "itemNumberChanged": true, "priceGroupG_UID": "+fP4mNvKYEeDHU2as3cgTw==", "priceGroupGuid": "98f8f3f9-cadb-4760-831d-4d9ab377204f", "blueprintID": 1, "lastCountedDate": "2025-06-14T06:54:29.013371", "externalID": "sample string 7", "active": true, "activated": "2025-06-14T06:54:29.013371", "pluCreated": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371", "lastManualUpdate": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371", "currentCostUpdated": "2025-06-14T06:54:29.013371", "costDecimals": 31, "costChanged": true, "dealCostIdentifier": "QEA=", "excludeFromRebate": true, "rebateOverride": 1, "costCalcMethod": 1, "costCalcMethodChanged": true, "costEffectiveDate": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371", "posTare": 1, "altPrice": 1.0, "altPriceChanged": true, "altPriceMode": 52, "altPriceModeChanged": true, "altPLUG_UID": "vta+IK0a+E+9h1iDRtEFPQ==", "altPLUGuid": "20bed6be-1aad-4ff8-bd87-588346d1053d", "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-14T06:54:29.013371", "labelLastPrice": 1, "shelfPageLayoutG_UID": "MqbcRkSDCUCaxV15D5fRLg==", "shelfPageLayoutGuid": "46dca632-8344-4009-9ac5-5d790f97d12e", "talkerPageLayoutG_UID": "3AuwkmbRiUSgi42fhDcUsA==", "talkerPageLayoutGuid": "92b00bdc-d166-4489-a08b-8d9f843714b0", "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": "rDR3LLlFLkSIPCIZSmgSiw==", "inventoryIdentifier": "2c7734ac-45b9-442e-883c-22194a68128b", "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": "zc7wwZBc9U+yEv8iqbYfbA==", "parentPluGuid": "c1f0cecd-5c90-4ff5-b212-ff22a9b61f6c", "preferredHostVendor": 103, "preferredHostChanged": true, "code": "sample string 105", "supplierIdentifier": "Lf6QpKg2y0WLZqbkgp9Dkg==", "supplierIdentifierGuid": "a490fe2d-36a8-45cb-8b66-a6e4829f4392", "supplierChanged": true, "rebateSupplierIdentifier": "lBmiQPze8k25LCCafe/nxA==", "rebateSupplierIdentifierGuid": "40a21994-defc-4df2-b92c-209a7defe7c4", "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-14T06:54:29.013371", "commodity": "sample string 120", "businessPillar": "sample string 121", "mscCommodity": "sample string 122", "hostIdentifier": "gzUXMCsqUUScq8fhkh1qow==", "hostIdentifierGuid": "30173583-2a2b-4451-9cab-c7e1921d6aa3", "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": "12" }, { "$ref": "12" } ], "store": { "$ref": "3" }, "storePrices": [ { "$id": "13", "pluG_UID": "NbNZ+w+x4km2MAH0t01X9A==", "pluGuid": "fb59b335-b10f-49e2-b630-01f4b74d57f4", "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-14T06:54:29.013371" }, { "$ref": "13" } ], "currentPrices": { "$id": "14", "pluPrices": { "$id": "15", "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-14T06:54:29.013371", "priceChangeType": 0, "costDecimals": 10 }, "normalPluPrices": { "$ref": "15" }, "winningCampaign": 1, "winner": { "$id": "16", "campaignName": "sample string 1", "campaignDescription": "sample string 2", "startDate": "2025-06-14T06:54:29.013371", "startTime": 3, "endDate": "2025-06-14T06:54:29.013371", "endTime": 4, "newPrice": 5, "newCost": 6, "newCostDecimals": 7, "pctDiscount": 8, "promoType": 1, "promotionTypeCode": "sample string 9", "hostType": 10, "hostIdentifier": "NinyMNSlwkCm3RhuVfB20Q==", "hostIdentifierGuid": "30f22936-a5d4-40c2-a6dd-186e55f076d1", "storeNames": [ "sample string 1", "sample string 2" ] }, "details": [ { "$ref": "16" }, { "$ref": "16" } ] }, "tray": { "$id": "17", "g_UId": "Rd9Wzhpnr0yN/gNNyd9mNg==", "guid": "ce56df45-671a-4caf-8dfe-034dc9df6636", "name": "sample string 1", "number": 1, "tare": 1 }, "priceGroup": { "$id": "18", "priceGroupG_UID": "0q0z1poDJUuHsU1+3ejEZQ==", "priceGroupGuid": "d633add2-039a-4b25-87b1-4d7edde8c465", "name": "sample string 2", "code": 1, "modified": true, "updated": "2025-06-14T06:54:29.013371", "buyingLimit": 1, "buyingLimitIndependent": true, "buyingLimitType": 0, "number": 1, "products": [ { "$ref": "12" }, { "$ref": "12" } ], "productCount": 1 }, "priceGroupName": "sample string 145", "nutrifacts": { "$id": "19", "pluG_UID": "r2tJQTpmF0itT4W9jfpb9Q==", "pluGuid": "41496baf-663a-4817-ad4f-85bd8dfa5bf5", "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": "20", "pluGuid": "590e632d-91bb-4800-b29e-01ce430b04b6", "created": "2025-06-14T06:54:29.013371", "createdByUser": "sample string 1", "activated": "2025-06-14T06:54:29.013371", "deactivated": "2025-06-14T06:54:29.013371", "lastOrdered": "2025-06-14T06:54:29.013371", "lastOrderedQty": 2.0, "lastReceived": "2025-06-14T06:54:29.013371", "lastReceivedQty": 3.0, "lastInvoiceStatus": 1, "lastCounted": "2025-06-14T06:54:29.013371", "lastSold": "2025-06-14T06:54:29.013371", "firstSold": "2025-06-14T06:54:29.013371", "awsUpdated": "2025-06-14T06:54:29.013371", "lastManualUpdate": "2025-06-14T06:54:29.013371", "lastManualUpdatedByUser": "sample string 5", "lastUpdated": "2025-06-14T06:54:29.013371", "lastUpdatedByUser": "sample string 7", "lastUpdatedByHost": "2025-06-14T06:54:29.013371", "doNotRangeUpdated": "2025-06-14T06:54:29.013371", "doNotOrderUpdated": "2025-06-14T06:54:29.013371", "tracked": "2025-06-14T06:54:29.013371" }, "allergens": [ { "$id": "21", "allergenID": 1, "pluG_UID": "TgVJOLMsB0C2edlZOkhxIQ==", "pluGuid": "3849054e-2cb3-4007-b679-d9593a487121", "contains": 2, "allergenName": "sample string 3", "storeIDs": [ 1, 2 ] }, { "$ref": "21" } ], "costs": { "$id": "22", "pluG_UID": "RJHHvqniykqlalBq9zqmDQ==", "pluGuid": "bec79144-e2a9-4aca-a56a-506af73aa60d", "enteredCost": 1, "weightedAvgCost": 1, "lastCost": 1, "rawEnteredCost": 2, "rawWeightedAvgCost": 3, "rawLastCost": 4, "freight": 5.0, "freightType": 6, "costDecimals": 7, "fifoCost": 1, "updated": "2025-06-14T06:54:29.013371", "normalCost": 1, "currentCost": 1 }, "sales": [ { "$id": "23", "saleHeaderID": 1, "created": "2025-06-14T06:54:29.013371", "createdLocal": "2025-06-14T06:54:29.013371", "storeID": 3, "storeName": "sample string 4", "operatorG_Uid": "KciME9wv9k6UbPl9FViP8Q==", "operatorGuid": "138cc829-2fdc-4ef6-946c-f97d15588ff1", "operatorName": "sample string 5", "tranType": 1, "plu": 1, "pluG_UId": "8BWH8//k1k+OPXC31nEWPg==", "pluGuid": "f38715f0-e4ff-4fd6-8e3d-70b7d671163e", "normalPrice": 1, "totalCents": 1, "cost": 1, "grossProfit": 1, "quantity": 1, "operator": { "$id": "24", "id": 1, "g_Uid": "T9w73VRDKUqyOfgmldR2UQ==", "guid": "dd3bdc4f-4354-4a29-b239-f82695d47651", "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-14T06:54:29.013371", "passwordResetRequired": true, "alteredInStore": true, "startShift": "2025-06-14T06:54:29.013371", "endShift": "2025-06-14T06:54:29.013371", "machineName": "sample string 20", "drawerID": 1, "stores": [ { "$id": "25", "operatorG_UID": "/9TA7QKt806ttMa91EpOZw==", "operatorGuid": "edc0d4ff-ad02-4ef3-adb4-c6bdd44a4e67", "storeID": 2, "operator": { "$ref": "24" }, "store": { "$ref": "3" } }, { "$ref": "25" } ] } }, { "$ref": "23" } ], "apns": [ { "$id": "26", "pluID": 1, "pluG_UID": "jSxvi7MeS0SDIPMNbpgcDQ==", "pluGuid": "8b6f2c8d-1eb3-444b-8320-f30d6e981c0d", "apn": "sample string 1", "deleted": true, "storeID": 1, "storeIDs": [ 1, 2 ] }, { "$ref": "26" } ], "tuns": [ { "$id": "27", "pluG_UId": "KBi07uJv4Eyb93auMQsxQQ==", "pluGuid": "eeb41828-6fe2-4ce0-9bf7-76ae310b3141", "apn": "sample string 1", "tun": "sample string 2", "cartonQuantity": 3, "product": { "$ref": "12" }, "storeIDs": [ 1, 2 ] }, { "$ref": "27" } ], "competitionPricing": [ { "$id": "28", "identifier": "VvfRujulpUW8tOlZ2AfmKQ==", "identifierGuid": "bad1f756-a53b-45a5-bcb4-e959d807e629", "pluG_UID": "W9Gm5dYAF0aTKFgrsHN+fQ==", "pluGuid": "e5a6d15b-00d6-4617-9328-582bb0737e7d", "competitionID": 1, "name": "sample string 2", "sellMultiple": 3, "retailPrice": 4, "storeName": "sample string 5" }, { "$ref": "28" } ], "supplier": { "$ref": "7" }, "supplierName": "sample string 146", "children": [ { "$ref": "12" }, { "$ref": "12" } ], "ordering": { "$ref": "10" }, "flipChartPages": [ { "$id": "29", "identifier": "sLUXqIgwFEKU69uRI+IbNA==", "groupName": "sample string 1", "identifierGuid": "a817b5b0-3088-4214-94eb-db9123e21b34", "exists": true, "flipChartIdentifier": "tpIWNH4m0k+MmwY0sHW+Vg==", "flipChartIdentifierGuid": "341692b6-267e-4fd2-8c9b-0634b075be56", "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": "woSRT7l1OkqENr9F8tRVig==", "groupIdentifierGuid": "4f9184c2-75b9-4a3a-8436-bf45f2d4558a", "flipChart": { "$id": "30", "identifier": "PkPvtL2ZAkS9+9rkW8IO5w==", "identifierGuid": "b4ef433e-99bd-4402-bdfb-dae45bc20ee7", "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": "31", "identifier": "lIGBUXj3DUC1dRd0Mlbx9w==", "identifierGuid": "51818194-f778-400d-b575-17743256f1f7", "name": "sample string 2", "formType": "sample string 3", "forms": [ { "$id": "32", "id": 1, "g_UID": "fvd6Skshg0SXcFrLzkwOqg==", "guid": "4a7af77e-214b-4483-9770-5acbce4c0eaa", "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": "wzJ4riALX0WEMMQc4VpTTg==", "previousFormGuid": "ae7832c3-0b20-455f-8430-c41ce15a534e", "nextForm": 1, "nextFormG_UID": "Afu5gQbglku2LwVsdbzMpQ==", "nextFormGuid": "81b9fb01-e006-4b96-b62f-056c75bccca5", "attributes": "sample string 10", "updated": "2025-06-14T06:54:29.013371", "positioning": 1, "contentPanel": "sample string 11", "selectionMode": 1, "maximumSelections": 1, "alteredInStore": true, "deleted": true, "blueprintID": 1, "preserveLayout": true, "mainCheckoutFormName": "sample string 13", "nextCheckoutForm": { "$ref": "32" }, "previousCheckoutForm": { "$ref": "32" }, "buttons": [ { "$id": "33", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "nCz7b/PM20mowjeswyfx7w==", "checkoutFormGuid": "6ffb2c9c-ccf3-49db-a8c2-37acc327f1ef", "identifier": "k/9e1h332kiI4maqq38QSw==", "identifierGuid": "d65eff93-f71d-48da-88e2-66aaab7f104b", "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": "1KgrQe6IWkqgDC+69nSU1w==", "valueGuid": "412ba8d4-88ee-4a5a-a00c-2fbaf67494d7", "buttonText": "sample string 10", "valueText": "sample string 11", "drawImageAndButton": true, "updated": "2025-06-14T06:54:29.013371", "action": "sample string 12", "valueForm": { "$ref": "32" }, "image": { "$id": "34", "name": "sample string 3.sample string 4", "imageID": 2, "imageName": "sample string 3", "imageExtension": "sample string 4", "lastUpdate": "2025-06-14T06:54:29.013371", "imageData": "QEA=", "readOnly": true } }, { "$ref": "33" } ], "panels": [ { "$id": "35", "id": 1, "checkoutFormID": 2, "checkoutFormG_UID": "FFAttXoUQUaHW/2SwzgGPA==", "checkoutFormGuid": "b52d5014-147a-4641-875b-fd92c338063c", "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": "35" } ] }, { "$ref": "32" } ], "panels": [ { "$ref": "35" }, { "$ref": "35" } ] }, "pages": [ { "$ref": "29" }, { "$ref": "29" } ] }, "contentPanel": { "$ref": "35" }, "products": [ { "$id": "36", "flipChartPageIdentifier": "nmkqnfYiRE67zVMNfdLB8w==", "flipChartPageIdentifierGuid": "9d2a699e-22f6-4e44-bbcd-530d7dd2c1f3", "pluG_UID": "K2iPWMhaRUeQH4LFLU2jrQ==", "pluGuid": "588f682b-5ac8-4745-901f-82c52d4da3ad", "sortOrder": 3, "sent": true, "productChanged": true, "productImageName": "sample string 6", "productShowImageOnFlipCharts": true, "productShowTextOnFlipCharts": true, "productOverrideFlipChartText": true, "productFlipChartText": "sample string 10", "product": { "$ref": "12" }, "departmentSortOrder": 11, "subDepartmentName": "sample string 12" }, { "$ref": "36" } ], "productCount": 27, "pages": [ { "$ref": "29" }, { "$ref": "29" } ] }, { "$ref": "29" } ], "priceHistory": [ { "$id": "37", "pluG_UID": "BuQE8VVNZEmwuY5Wuk2/Ow==", "pluGuid": "f104e406-4d55-4964-b0b9-8e56ba4dbf3b", "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-14T06:54:29.013371", "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": "37" } ], "ingredients": [ { "$id": "38", "pluG_UID": "a10TdwxwDUGeV5hISbGz7Q==", "ingredientGuid": "4aodk0ahTk2KD0KxLToOzA==", "ingredientIdentifier": "931daae1-a146-4d4e-8a0f-42b12d3a0ecc", "quantity": 1.0, "storeIDs": [ 1, 2 ], "ingredientText": "sample string 1", "ingredient": { "$ref": "12" } }, { "$ref": "38" } ], "bins": [ { "$id": "39", "pluG_UID": "vG5PQVhJqUutaW+OMxLR2Q==", "pluGuid": "414f6ebc-4958-4ba9-ad69-6f8e3312d1d9", "shelfLocationIdentifier": "ZSdJUffUv0iISW+Q+sHwsw==", "shelfLocationGuid": "51492765-d4f7-48bf-8849-6f90fac1f0b3", "labelShelfDefault": 1, "labelTalkerDefault": 1, "labelSmall": true, "labelPageLayoutG_UID": "hoXa7vb3h0222SXR4gyV7A==", "labelPageLayoutGuid": "eeda8586-f7f6-4d87-b6d9-25d1e20c95ec", "updated": "2025-06-14T06:54:29.013371", "electronicShelfLabelIdentifier": "sample string 5", "electronicshelfLabelsConfigurationID": 6, "labelShelfChanged": true, "productName": "sample string 8", "locationText": "sample string 9", "product": { "$ref": "12" }, "location": { "$id": "40", "identifier": "cJXe9PzDrE695MdfwY49Bw==", "storeID": 1, "identifierGuid": "f4de9570-c3fc-4eac-bde4-c75fc18e3d07", "name": "sample string 2", "haccp": true, "blueprintID": 1, "updated": "2025-06-14T06:54:29.013371", "minTemp": 1, "maxTemp": 1, "checkFrequency": 1, "storeCaseConfiguration": 5, "storeName": "sample string 6", "bins": [ { "$ref": "39" }, { "$ref": "39" } ] } }, { "$ref": "39" } ], "bin": { "$ref": "39" }, "scaleLocations": [ { "$id": "41", "plu": 1, "pluG_UID": "9Yloz3wx90K1TAqwmgnwvA==", "pluGuid": "cf6889f5-317c-42f7-b54c-0ab09a09f0bc", "deptNo": 1, "product": { "$ref": "12" }, "scaleLocation": { "$id": "42", "id": 1, "deptNo": 1, "deptCode": "sample string 2", "name": "sample string 3", "enabled": true, "updated": "2025-06-14T06:54:29.013371", "department": { "$id": "43", "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": "42" }, "subDepartments": [ { "$id": "44", "id": 1, "departmentID": 2, "name": "sample string 3", "code": "sample string 4", "departmentCode": "sample string 5", "externalSales": true, "minorDepartments": [ { "$id": "45", "id": 1, "subDepartmentID": 2, "departmentID": 3, "name": "sample string 4", "subDepartmentCode": "sample string 5", "departmentCode": "sample string 6", "code": "sample string 7", "lesserDepartments": [ { "$id": "46", "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-14T06:54:29.013371", "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": "KbFgTc7E0kqWswMxZOss3w==", "labelPageLayoutGuid": "4d60b129-c4ce-4ad2-96b3-033164eb2cdf", "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": "47", "dept": 1, "category": 2, "name": "sample string 3", "active": true, "mscCommodities": [ { "$id": "48", "dept": 1, "category": 2, "commodity": 3, "name": "sample string 4", "active": true, "mscSubCommodities": [ { "$id": "49", "dept": 1, "category": 2, "commodity": 3, "subCommodity": 4, "name": "sample string 5", "active": true, "subCommodityCode": "sample string 7" }, { "$ref": "49" } ], "commodityCode": "sample string 6" }, { "$ref": "48" } ], "categoryCode": "sample string 5" }, "mscCom": { "$ref": "48" }, "mscDep": { "$id": "50", "dept": 1, "name": "sample string 2", "active": true, "mscCategories": [ { "$ref": "47" }, { "$ref": "47" } ], "deptCode": "sample string 4" }, "mscSubCom": { "$ref": "49" } }, { "$ref": "46" } ], "updated": "2025-06-14T06:54:29.013371", "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": "nvz9Fk0rSkeZIvjhdfBq7g==", "labelPageLayoutGuid": "16fdfc9e-2b4d-474a-9922-f8e175f06aee", "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": "47" }, "mscCom": { "$ref": "48" }, "mscDep": { "$ref": "50" }, "mscSubCom": { "$ref": "49" } }, { "$ref": "45" } ], "investmentBuyOverride": true, "updated": "2025-06-14T06:54:29.013371", "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": "mz3iCHjOMUy71lRo0OxI3Q==", "labelPageLayoutGuid": "08e23d9b-ce78-4c31-bbd6-5468d0ec48dd", "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": "47" }, "mscCom": { "$ref": "48" }, "mscDep": { "$ref": "50" }, "mscSubCom": { "$ref": "49" } }, { "$ref": "44" } ], "stores": [ 1, 2 ], "investmentBuyOverride": true, "updated": "2025-06-14T06:54:29.013371", "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": "9kH05vM0hEmpRxm8Qpmk/Q==", "labelPageLayoutGuid": "e6f441f6-34f3-4984-a947-19bc4299a4fd", "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": "47" }, "mscCom": { "$ref": "48" }, "mscDep": { "$ref": "50" }, "mscSubCom": { "$ref": "49" } } } }, { "$ref": "41" } ], "nextPrice": { "$id": "51", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 1, "hostOfferID": 1, "metcashPromotionID": "sample string 4", "metcashPromotionPlacement": "sample string 5", "pluG_UID": "2tta+MbKuEeyWtHSyBRwgQ==", "pluGuid": "f85adbda-cac6-47b8-b25a-d1d2c8147081", "newPrice": 1, "pctDiscount": 1, "newCost": 1, "newCostDecimals": 6, "dealCostIdentifier": "Ba2k+vC95Ua9fzcwzNfCqw==", "dealCostGuid": "faa4ad05-bdf0-46e5-bd7f-3730ccd7c2ab", "pluName": "sample string 7", "apn": "sample string 8", "fuelItem": true, "priceGroupG_UID": "OiuHE5BTNUi+je5QBF0EOQ==", "priceGroupGuid": "13872b3a-5390-4835-be8d-ee50045d0439", "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-14T06:54:29.013371", "rrp": 26, "campaignDescription": "sample string 27", "campaignComboPriceGroupG_UID": "6ycrv7Ag0USPEsAB1NxEoQ==", "campaignComboPriceGroupIdentifier": "bf2b27eb-20b0-44d1-8f12-c001d4dc44a1", "promotionPlacementDescription": "sample string 28", "storeAcceptances": [ { "$id": "52", "plu": 1, "pluG_UId": "QEA=", "campaignID": 1, "campaignName": "sample string 2", "storeID": 3, "acceptedUtc": "2025-06-14T06:54:29.013371", "operatorG_UID": "3sM3yl+8QkSSyspf9gLHNw==", "operatorGuid": "ca37c3de-bc5f-4442-92ca-ca5ff602c737", "machineID": 1, "processed": true, "appliedUtc": "2025-06-14T06:54:29.013371", "signIqTicketFileMovedUtc": "2025-06-14T06:54:29.013371", "user": "sample string 6", "campaignDescription": "sample string 7", "productDesc": "sample string 8", "storeName": "sample string 9", "effectiveUtc": "2025-06-14T06:54:29.013371", "priceChangeType": 0, "operatorName": "sample string 10", "hostCampaign": true, "product": { "$ref": "12" }, "campaignPlu": { "$ref": "51" } }, { "$ref": "52" } ], "campaign": { "$id": "53", "id": 1, "storeID": 2, "name": "75e4e40a-d451-41ab-853c-76a653415105", "nameGuid": "75e4e40a-d451-41ab-853c-76a653415105", "description": "sample string 4", "showDiscounts": true, "showTotals": true, "onlyEvaluateOnSubtotal": true, "useDescription": true, "campaignType": 1, "startDate": "2025-06-14T06:54:29.013371", "startTime": 1, "endDate": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371", "system": true, "created": "2025-06-14T06:54:29.013371", "updated": "2025-06-14T06:54:29.013371", "priceChangeNotifiedUtc": "2025-06-14T06:54:29.013371", "promoType": 1, "promotionTypeCode": "sample string 13", "hostIdentifier": "Iw87qziAn0CVg5TV/LR6UA==", "hostIdentifierGuid": "ab3b0f23-8038-409f-9583-94d5fcb47a50", "hostType": 14, "createdByUser": "sample string 15", "fromHost": true, "deleted": true, "campaignDeleted": "2025-06-14T06:54:29.013371", "updatedByUser": "sample string 18", "offerID": 1, "isPriceChangeCampaign": true, "stores": [ 1, 2 ], "storeNames": [ "sample string 1", "sample string 2" ], "campaignPlus": [ { "$ref": "51" }, { "$ref": "51" } ], "campaignPools": [ { "$id": "54", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "plu": 4, "pluG_UID": "Z8LKV+60PUCCh4+AaWQbmg==", "pluGuid": "57cac267-b4ee-403d-8287-8f8069641b9a", "hostOfferID": 1, "priceGroupG_UID": "1NdnaOTWNkuzjEexM35DGw==", "priceGroupGuid": "6867d7d4-d6e4-4b36-b38c-47b1337e431b", "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-14T06:54:29.013371", "rrp": 17, "campaignDescription": "sample string 18", "product": { "$ref": "12" }, "campaign": { "$ref": "53" } }, { "$ref": "54" } ], "sellingRules": [ { "$id": "55", "id": 1, "identifier": "89w6G0VbaUqOag3PReKAXg==", "identifierStr": "89w6G0VbaUqOag3PReKAXg==", "identifierGuid": "1b3adcf3-5b45-4a69-8e6a-0dcf45e2805e", "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": "53" } }, { "$ref": "55" } ], "customers": [ { "$id": "56", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "customerID": "CsLhzPviy0yowplKVFkV3w==", "customerIDGuid": "cce1c20a-e2fb-4ccb-a8c2-994a545915df", "campaign": { "$ref": "53" }, "customer": { "$id": "57", "identifier": "WMps497lo0KgECfzF7yopg==", "identifierGuid": "e36cca58-e5de-42a3-a010-27f317bca8a6", "code": "sample string 2", "familyName": "sample string 3", "givenName": "sample string 4", "otherName": "sample string 5", "title": "sample string 6", "dateOfBirth": "2025-06-14T06:54:29.013371", "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": "NAoKRtlvL0KR/P2ML78Tdw==", "communityIdentifierGuid": "460a0a34-6fd9-422f-91fc-fd8c2fbf1377", "joined": "2025-06-14T06:54:29.013371", "updated": "2025-06-14T06:54:29.013371", "active": true, "reasonInactive": 1, "groupCustomer": true, "loyaltyPoints": 1, "homeStoreID": 1, "availableSpend": 1, "priceLevelIdentifier": "/pQ1gA+ynUyDesg6KfVsUw==", "priceLevelIdentifierGuid": "803594fe-b20f-4c9d-837a-c83a29f56c53", "marketingID": "sample string 18", "hidden": true, "registered": true, "registeredOn": "2025-06-14T06:54:29.013371", "emailMarketing": true, "smsMarketing": true, "deleted": true, "deletedUser": "sample string 24", "homeStoreName": "sample string 25", "customerCards": [ { "$id": "58", "cardType": 2, "issueDate": "2025-06-14T06:54:29.013371", "expiry": "2025-06-14T06:54:29.013371", "customerID": "aw2sXs2DxkCtXyeZIlMJ5g==", "customerIDGuid": "5eac0d6b-83cd-40c6-ad5f-2799225309e6", "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-14T06:54:29.013371", "linkedAccount": "lEVWn8C9FEqsuFX+TYzDVQ==", "linkedAccountGuid": "9f564594-bdc0-4a14-acb8-55fe4d8cc355", "currentValueChanged": true, "limitsChanged": true, "customer": { "$ref": "57" }, "account": { "$id": "59", "id": 1, "identifier": "bnpfdiD7oEWsgp25UbsbCQ==", "identifierGuid": "765f7a6e-fb20-45a0-ac82-9db951bb1b09", "referenceNo": "sample string 3", "name": "sample string 4", "created": "2025-06-14T06:54:29.013371", "owner": "Bn7AsHdNtUOa5ZbuHZBPEw==", "ownerGuid": "b0c07e06-4d77-43b5-9ae5-96ee1d904f13", "accountStoreGroupIdentifier": "xcZQWOrBLka/wVlEDvilYg==", "accountStoreGroupGuid": "5850c6c5-c1ea-462e-bfc1-59440ef8a562", "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-14T06:54:29.013371", "active": true, "updated": "2025-06-14T06:54:29.013371", "deleted": true, "deletedUser": "sample string 16", "currentBalanceChanged": true, "maximumLimitChanged": true, "loyaltyPointsChanged": true, "projectedBalance": 17, "accountStoreGroupStoreIDs": [ 1, 2 ], "customerEmail": "sample string 18", "ownerCustomer": { "$ref": "57" }, "card": { "$ref": "58" }, "members": { "$id": "60", "sample string 1": [ { "$ref": "57" }, { "$ref": "57" } ], "sample string 2": [ { "$ref": "57" }, { "$ref": "57" } ] }, "customerGroups": [ { "$id": "61", "identifier": "5kjSqWfk7ECFJw6GOr4Ang==", "identifierGuid": "a9d248e6-e467-40ec-8527-0e863abe009e", "name": "sample string 2", "primaryContact": "E39sIDrRW02OsMGCH/j/xg==", "primaryContactGuid": "206c7f13-d13a-4d5b-8eb0-c1821ff8ffc6", "accountID": "wDP8CxJ9pUiKpd90/RxKWQ==", "accountIDGuid": "0bfc33c0-7d12-48a5-8aa5-df74fd1c4a59", "special": true, "updated": "2025-06-14T06:54:29.013371", "active": true, "reasonInactive": 1, "priceLevelIdentifier": "3pxSlLcIS0OELjmp4UkURw==", "priceLevelIdentifierGuid": "94529cde-08b7-434b-842e-39a9e1491447", "deleted": true, "account": { "$ref": "59" }, "primaryContactCustomer": { "$ref": "57" }, "customerGroupMembers": [ { "$id": "62", "id": 1, "groupID": "FiVOw78yzUCTQFJVfa8CZw==", "groupIDGuid": "c34e2516-32bf-40cd-9340-52557daf0267", "customerID": "QIdkJg/ppkCzeIlPbVn47g==", "customerIDGuid": "26648740-e90f-40a6-b378-894f6d59f8ee", "card": "sample string 4", "linkedAccount": "6KW4+eBUqU6oLwU1FZbFAA==", "linkedAccountGuid": "f9b8a5e8-54e0-4ea9-a82f-05351596c500", "customer": { "$ref": "57" }, "group": { "$ref": "61" }, "customerCard": { "$ref": "58" } }, { "$ref": "62" } ] }, { "$ref": "61" } ] }, "payments": [ { "$id": "63", "id": 1, "identifier": "/zg4UXnMxEi/18Vn5Ny/Kg==", "identifierGuid": "513838ff-cc79-48c4-bfd7-c567e4dcbf2a", "storeID": 2, "operatorName": "sample string 3", "saleHeaderID": 4, "paymentType": 5, "amount": 6, "account": "sample string 7", "accountID": "EPiQ1mcw3U6mMED4cdi73A==", "accountIDGuid": "d690f810-3067-4edd-a630-40f871d8bbdc", "customerAccount": { "$ref": "59" }, "customerCard": { "$ref": "58" }, "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-14T06:54:29.013371", "invRocNo": "sample string 14", "responseCode": "sample string 15", "cashout": 1, "tip": 16, "idempotentVoid": "bl2lH8MEd0uL7OouKHMGLg==", "idempotentVoidGuid": "1fa55d6e-04c3-4b77-8bec-ea2e2873062e", "offline": true, "processed": 1, "storeSaleHeader": { "$id": "64", "saleHeaderID": 1, "saleHeaderGuid": "GpK2lErbKUOZNUxuwVTe8w==", "saleHeaderIdentifierGuid": "94b6921a-db4a-4329-9935-4c6ec154def3", "created": "2025-06-14T06:54:29.013371", "createdLocal": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371", "storeID": 1, "operatorG_Uid": "5Bdiv1+eTkCAWQkGryaf7Q==", "operatorGuid": "bf6217e4-9e5f-404e-8059-0906af269fed", "customerG_Uid": "rS7OXaYvOk+kb45+gnIrkA==", "customerGuid": "5dce2ead-2fa6-4f3a-a46f-8e7e82722b90", "communityIdentifier": "CfEBSOo7NE246Z15p/aYxg==", "communityIdentifierGuid": "4801f109-3bea-4d34-b8e9-9d79a7f698c6", "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": "XmYOj3VP30ec9m/cb1Xz1g==", "priceLevelIdentifierGuid": "8f0e665e-4f75-47df-9cf6-6fdc6f55f3d6", "locked": 36, "relationChecksum": "sample string 37", "loyaltyTender": 1, "giftCardTender": 1, "operator": { "$ref": "24" }, "customer": { "$ref": "57" }, "communityOrganisation": { "$id": "65", "id": 1, "identifier": "s0pYCTHzm06K5xyK41/ZAw==", "identifierGuid": "09584ab3-f331-4e9b-8ae7-1c8ae35fd903", "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-14T06:54:29.013371", "deleted": true }, "details": [ { "$id": "66", "saleItemID": 1, "identifier": "vX11u7+0Z0WLjtOM5CF4Ow==", "identifierGuid": "bb757dbd-b4bf-4567-8b8e-d38ce421783b", "saleHeaderID": 2, "plu": 1, "pluG_UId": "1cyZVlzhTUqzEwbXSccr9Q==", "pluGuid": "5699ccd5-e15c-4a4d-b313-06d749c72bf5", "accountID": "G0kKmtyqTUa8AX5LxyqFJw==", "accountIDGuid": "9a0a491b-aadc-464d-bc01-7e4bc72a8527", "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-14T06:54:29.013371", "bestOrExpireType": 1, "providerName": "sample string 11", "refundG_UID": "C14TPsX4vkWtBhpRESKnoA==", "refundGuid": "3e135e0b-f8c5-45be-ad06-1a511122a7a0", "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": "mpmVYPBxqEGXOl39m8ergg==", "idempotentVoidGuid": "6095999a-71f0-41a8-973a-5dfd9bc7ab82", "priceLevelIdentifier": "RMylgeQcJ0yocaOSALO++Q==", "priceLevelIdentifierGuid": "81a5cc44-1ce4-4c27-a871-a39200b3bef9", "productName": "sample string 23", "apn": "sample string 24", "unknownScans": [ { "$id": "67", "id": 1, "saleDetailID": 2, "storeID": 1, "scanned": "2025-06-14T06:54:29.013371", "operatorG_UID": "QEA=", "barcode": "sample string 4", "processed": 1 }, { "$ref": "67" } ], "refund": { "$id": "68", "id": 1, "g_UID": "Sq4YZDMO0EuQ80veF828pw==", "guid": "6418ae4a-0e33-4bd0-90f3-4bde17cdbca7", "description": "sample string 1", "dumped": true, "inventoryReasonID": 1, "sortOrder": 1, "updated": "2025-06-14T06:54:29.013371" }, "modifier": { "$id": "69", "id": 1, "setG_UID": "A/5vw5/al02LpNTIMNhk6g==", "modifierSetGuid": "c36ffe03-da9f-4d97-8ba4-d4c830d864ea", "name": "sample string 2", "price": 1, "quantity": 1, "modifierType": 1, "groupNumber": 1, "pageNumber": 1, "controlOrder": 1, "printToStation": true, "pluG_UID": "dmRVGBgF7EmW1wQ0rZGC+Q==", "pluGuid": "18556476-0518-49ec-96d7-0434ad9182f9", "deleted": true, "g_UID": "ECb8iO5uHEWtOS/CVZWzNw==", "guid": "88fc2610-6eee-451c-ad39-2fc25595b337", "product": { "$ref": "12" } }, "priceLevelName": "sample string 25", "pumpNumber": 1, "hoseNumber": 1 }, { "$ref": "66" } ], "eftReceipts": [ { "$id": "70", "id": 1, "storeID": 1, "saleHeaderID": 2, "storeSaleHeader": { "$ref": "64" }, "receipt": "sample string 3", "processed": 1 }, { "$ref": "70" } ], "payments": [ { "$ref": "63" }, { "$ref": "63" } ], "cards": [ { "$id": "71", "id": 1, "saleHeaderID": 1, "identifier": "sample string 2", "cardType": 3, "providerName": "sample string 4" }, { "$ref": "71" } ], "campaignHits": [ { "$id": "72", "id": 1, "saleHeaderID": 2, "campaign": "sample string 3", "name": "sample string 4", "processed": 1, "campaignDescription": "sample string 5" }, { "$ref": "72" } ], "fuel": [ { "$id": "73", "id": 1, "plu": 1, "pluG_UID": "Tk6V+XOY10WsMxGpFF/svA==", "pluGuid": "f9954e4e-9873-45d7-ac33-11a9145fecbc", "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-14T06:54:29.013371", "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-14T06:54:29.013371", "tagNumber": "sample string 15", "trackTwoRem": "sample string 16", "transCode": 1, "transType": 1, "unitPrice": 1.0, "vehicleReg": "sample string 17", "offline": true, "processed": 1 }, { "$ref": "73" } ], "fuelResells": [ { "$id": "74", "saleItemID": 1, "saleHeaderID": 2, "plu": 1, "pluG_UId": "KsnTNGfytEOYVUEb25kiqA==", "pluGuid": "34d3c92a-f267-43b4-9855-411bdb9922a8", "accountID": "nEOIoWmRx0OoLIxFuFKdYw==", "accountIDGuid": "a188439c-9169-43c7-a82c-8c45b8529d63", "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-14T06:54:29.013371", "bestOrExpireType": 1, "refundG_UID": "hix0mvVIjEeL7lOaNQZ5jA==", "refundGuid": "9a742c86-48f5-478c-8bee-539a3506798c", "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": "74" } ], "customerOrder": [ { "$id": "75", "identifier": "4oZjtNBQM0+wKlyrh00K0A==", "identifierGuid": "b46386e2-50d0-4f33-b02a-5cab874d0ad0", "id": 1, "orderNo": 2, "externalSaleIdentifier": "sample string 3", "storeID": 4, "zoneID": 5, "deptNo": 6, "customerIdentifier": "NejW9O8/uUK8/naMaaRVfw==", "customerIdentifierGuid": "f4d6e835-3fef-42b9-bcfe-768c69a4557f", "operatorNo": 1, "operatorG_UID": "qNMXxJUQ7k6nw3X3V4/6+w==", "operatorGuid": "c417d3a8-1095-4eee-a7c3-75f7578ffafb", "created": "2025-06-14T06:54:29.013371", "ordered": "2025-06-14T06:54:29.013371", "started": "2025-06-14T06:54:29.013371", "completed": "2025-06-14T06:54:29.013371", "supplied": "2025-06-14T06:54:29.013371", "quickTicket": 1, "deleted": true, "walkAway": true, "approxWait": 1, "actualWait": 1, "deliveryMethod": 8, "externalSaleType": 9, "customer": { "$ref": "57" }, "operator": { "$ref": "24" }, "details": [ { "$id": "76", "headerID": 1, "plu": 1, "pluG_UId": "Fx8ydVj6G0i1/ndOEQhJ2g==", "pluGuid": "75321f17-fa58-481b-b5fe-774e110849da", "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": "c9RJ3Gob+0+qTJ06N08ZAw==", "headerIdentifierGuid": "dc49d473-1b6a-4ffb-aa4c-9d3a374f1903", "product": { "$ref": "12" } }, { "$ref": "76" } ], "storeName": "sample string 11", "customerName": "sample string 12", "storeReplyTo": "sample string 13", "storeSubjectLine": "sample string 14", "storeSaleHeader": { "$ref": "64" } }, { "$ref": "75" } ], "surveyResponses": [ { "$id": "77", "surveyG_UID": "Vl5W2Z5kOESo1J7CXg+HJQ==", "surveyGuid": "d9565e56-649e-4438-a8d4-9ec25e0f8725", "saleHeaderGuid": "CE3XMiDqvEi7N1r4rSKASw==", "saleGuid": "32d74d08-ea20-48bc-bb37-5af8ad22804b", "textResponse": "sample string 1", "integerResponse": 1, "g_UIDResponse": "rxo+NZiKr0SwHoH0NuVBrA==", "guidResponse": "353e1aaf-8a98-44af-b01e-81f436e541ac", "whoAnswered": 2, "answeredAtUTC": "2025-06-14T06:54:29.013371", "sale": { "$ref": "64" }, "survey": { "$id": "78", "g_UID": "jvyL1gHES0mH24i6bPDrBA==", "guid": "d68bfc8e-c401-494b-87db-88ba6cf0eb04", "name": "sample string 1", "storeID": 2, "zoneID": 1, "checkoutFormG_UID": "rKKERmpWa0ik5zIiCmeg/g==", "checkoutFormGuid": "4684a2ac-566a-486b-a4e7-32220a67a0fe", "displayToWho": 3, "displayWhen": 4, "start": "2025-06-14T06:54:29.013371", "end": "2025-06-14T06:54:29.013371", "deleted": true, "updated": "2025-06-14T06:54:29.013371", "possibleIntegerResponses": [ 1, 2 ], "possibleTextResponses": [ "sample string 1", "sample string 2" ], "possibleGuidResponses": [ "28bca3e2-6fd3-4c14-a51a-ea82cf563247", "d6fece3c-e21c-4fc5-a69d-970803cafa02" ], "allowsAllTextResponses": true, "surveyForm": { "$ref": "32" } }, "ingressId": "sample string 4" }, { "$ref": "77" } ], "storeName": "sample string 38", "machineName": "sample string 39", "operatorName": "sample string 40", "direction": 1, "reason": "sample string 41", "accountG_UID": "DDXjDu3jFUi6gbczcRvYuQ==", "accountIdentifier": "0ee3350c-e3ed-4815-ba81-b733711bd8b9", "accountName": "sample string 42", "customerOrderIdentifier": "CO4UKts0gkqSEMm8+al9iA==", "customerOrderIdentifierGuid": "2a14ee08-34db-4a82-9210-c9bcf9a97d88", "priceLevelName": "sample string 43", "revision": 44, "ingressId": "sample string 45" }, "metadata": { "$id": "79", "id": 1, "paymentID": 2, "paymentIdentifier": "ofj9Nga5REmxq/+7GwEMiQ==", "paymentIdentifierGuid": "36fdf8a1-b906-4944-b1ab-ffbb1b010c89", "identifier": "d5Poj6oRC0m83c3OJn7ErA==", "identifierGuid": "8fe89377-11aa-490b-bcdd-cdce267ec4ac", "metadata": "sample string 3", "signatureImage": "QEA=", "itemIdentifier": "dn+J0OUNbkKueoWdAnDacQ==", "itemIdentifierGuid": "d0897f76-0de5-426e-ae7a-859d0270da71" } }, { "$ref": "63" } ] }, { "$ref": "58" } ], "customerGroupMembers": [ { "$ref": "62" }, { "$ref": "62" } ], "customerGroups": [ { "$ref": "61" }, { "$ref": "61" } ], "accounts": [ { "$ref": "59" }, { "$ref": "59" } ], "account": { "$ref": "59" }, "vouchers": [ { "$id": "80", "customerIdentifier": "aQCpLg1u3EG5ZarCbvDQNw==", "customerIdentifierGuid": "2ea90069-6e0d-41dc-b965-aac26ef0d037", "voucherName": "sample string 2", "count": 3, "storeID": 4, "barcode": "sample string 5", "redeemCount": 6, "issueCount": 7, "storeSalePaymentID": 1, "idempotentID": "cp0DEc2Q90yCD6f4KRYzNA==", "idempotentGuid": "11039d72-90cd-4cf7-820f-a7f829163334", "offline": true, "voucher": { "$id": "81", "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-14T06:54:29.013371", "barcodeTemplate": { "$id": "82", "templateID": 1, "template": "sample string 1", "bcFunction": "sample string 2", "sortOrder": 3 }, "scaleLabel": { "$id": "83", "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-14T06:54:29.013371", "labelPageLayout": "sg0U7gV7t0eLkz/4ALc7Ig==", "pageLayoutGuid": "ee140db2-7b05-47b7-8b93-3ff800b73b22", "labelType": 6, "oldName": "sample string 7", "voucher": { "$ref": "81" }, "elements": [ { "$id": "84", "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-14T06:54:29.013371" }, { "$ref": "84" } ] }, "customerVouchers": [ { "$id": "85", "id": 1, "customerIdentifier": "Rs3H4Nln7kOS/VCDk3+d+w==", "customerIdentifierGuid": "e0c7cd46-67d9-43ee-92fd-5083937f9dfb", "voucherID": 3, "voucherName": "sample string 4", "storeID": 1, "barcode": "sample string 5", "dateOfIssue": "2025-06-14T06:54:29.013371", "issuedSaleHeaderID": 1, "issuedSaleIdentifier": "sample string 7", "issuedOfflinePaymentID": 1, "issuedIdempotentID": "7CHl/OiRh0K11vrxDUmTCQ==", "issuedIdempotentGuid": "fce521ec-91e8-4287-b5d6-faf10d499309", "issuedOffline": true, "issuedUser": "sample string 9", "issuedNotes": "sample string 10", "expiryDate": "2025-06-14T06:54:29.013371", "expiredUser": "sample string 11", "expiredNotes": "sample string 12", "redeemed": "2025-06-14T06:54:29.013371", "redeemedSaleHeaderID": 1, "redeemedSaleIdentifier": "sample string 13", "redeemedOfflinePaymentID": 1, "redeemedIdempotentID": "JuaEpNIfikq38eUyvwbmXw==", "redeemedIdempotentGuid": "a484e626-1fd2-4a8a-b7f1-e532bf06e65f", "redeemedUser": "sample string 14", "redeemedNotes": "sample string 15", "redeemedOffline": true, "updated": "2025-06-14T06:54:29.013371", "storeName": "sample string 17", "scaleLabel": { "$ref": "83" }, "voucher": { "$ref": "81" }, "customer": { "$ref": "57" }, "issuedOfflinePayment": { "$ref": "63" }, "redeemedOfflinePayment": { "$ref": "63" } }, { "$ref": "85" } ] }, "customer": { "$ref": "57" } }, { "$ref": "80" } ] } }, { "$ref": "56" } ], "customerGroups": [ { "$id": "86", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupID": "7G4BpH6iwkyWizupSjLO7w==", "groupIDGuid": "a4016eec-a27e-4cc2-968b-3ba94a32ceef", "campaign": { "$ref": "53" }, "group": { "$ref": "61" } }, { "$ref": "86" } ], "signIqTickets": [ { "$id": "87", "identifier": "ODSdLlu5r0qBrSrKa+2tKQ==", "identifierGuid": "2e9d3438-b95b-4aaf-81ad-2aca6bedad29", "campaignName": "sample string 2", "message": "sample string 3", "ticketFileSource": "sample string 4", "ticketFileDestination": "sample string 5", "storeID": 1 }, { "$ref": "87" } ], "comboPriceGroups": [ { "$id": "88", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "g_UID": "Dy7OhF8x/0ekzHgU410LJA==", "guid": "84ce2e0f-315f-47ff-a4cc-7814e35d0b24", "description": "sample string 5", "newPrice": 1, "rangeDescription": "sample string 6", "dealDescription": "sample string 7", "labelQuantity": 8, "hostProductCategoryID": 1, "offerID": 1, "dontUpdatePricePlus": true, "campaign": { "$ref": "53" }, "comboPricePlus": [ { "$id": "89", "id": 1, "campaignID": 2, "campaignName": "sample string 3", "groupG_UID": "obLPMnhmBUOoq2q8xCxvJw==", "groupGuid": "32cfb2a1-6678-4305-a8ab-6abcc42c6f27", "comboPriceType": 5, "priceType": 5, "pluG_UID": "CZgM/AcWEEKF4W2Hd50aHw==", "pluGuid": "fc0c9809-1607-4210-85e1-6d87779d1a1f", "priceGroupG_UID": "yL+aZFNt+E+GGQIPeqLv6A==", "priceGroupGuid": "649abfc8-6d53-4ff8-8619-020f7aa2efe8", "campaignPoolID": "sample string 7", "quantity": 1, "campaign": { "$ref": "53" }, "product": { "$ref": "12" }, "priceGroup": { "$ref": "18" }, "campaignPool": { "$ref": "53" } }, { "$ref": "89" } ] }, { "$ref": "88" } ], "priceLevels": [ { "$id": "90", "id": 1, "priceLevelIdentifier": "722foWvsk0C92zGJEW8I6Q==", "priceLevelIdentifierGuid": "a19f6def-ec6b-4093-bddb-3189116f08e9", "campaignName": "sample string 3", "priceLevelName": "sample string 4" }, { "$ref": "90" } ] }, "product": { "$ref": "12" }, "dealCost": { "$id": "91", "headerIdentifier": "nWt9iq6F/EyGz4dErorScA==", "headerIdentifierGuid": "8a7d6b9d-85ae-4cfc-86cf-8744ae8ad270", "identifier": "br0KeZJcOEm99eXyGq/HNQ==", "identifierGuid": "790abd6e-5c92-4938-bdf5-e5f21aafc735", "supplierIdentifier": "f4D2XU/EF0G0C8aaBYXw2g==", "supplierGuid": "5df6807f-c44f-4117-b40b-c69a0585f0da", "pluG_UID": "7ywWhyLSv0+cSmFLPlLEeg==", "pluGuid": "87162cef-d222-4fbf-9c4a-614b3e52c47a", "campaignName": "3af7a1e0-84cb-4981-b285-16b25f9d4ea1", "description": "sample string 4", "cost": 5, "costDecimals": 6, "start": "2025-06-14T06:54:29.013371", "end": "2025-06-14T06:54:29.013371", "type": 9, "promoType": 10, "bonusItemPLUG_UID": "18EJHXpbVk2zy6bI9AnKCg==", "bonusItemPluGuid": "1d09c1d7-5b7a-4d56-b3cb-a6c8f409ca0a", "bonusPurchaseUnits": 11, "bonusReceiveUnits": 12, "updated": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371", "campaignEndDate": "2025-06-14T06:54:29.013371", "masterPLUG_UID": "NVglFVtZWkekqio2MjIJ9w==", "masterID": "15255835-595b-475a-a4aa-2a36323209f7", "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": "l5PfkWet4kiz9PHl6lnCRg==", "bonusMasterID": "91df9397-ad67-48e2-b3f4-f1e5ea59c246", "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-14T06:54:29.013371", "dealCosts": [ { "$ref": "91" }, { "$ref": "91" } ], "tags": [ { "$id": "92", "pluG_UID": "DMKPU5OY40SFBmNWlRUJOg==", "pluGuid": "538fc20c-9893-44e3-8506-63569515093a", "tagID": 1, "description": "sample string 1", "storeIDs": [ 1, 2 ] }, { "$ref": "92" } ], "alternateProductG_UID": "UBYbsNsIykKKayHJTpMgPA==", "alternateProduct": "b01b1650-08db-42ca-8a6b-21c94e93203c", "productHostCode": { "$id": "93", "id": 1, "pluG_UID": "oxbXlil2sk24rWdGWE9sMQ==", "pluGuid": "96d716a3-7629-4db2-b8ad-6746584f6c31", "ibaCode": "sample string 2" }, "mscCat": { "$ref": "47" }, "mscCom": { "$ref": "48" }, "mscDep": { "$ref": "50" }, "mscSubCom": { "$ref": "49" }, "isUserUpdate": true, "ignoreMasterProduct": true, "priceGroupLabelRequested": true, "firstSold": "2025-06-14T06:54:29.013371", "inventoryTracked": "2025-06-14T06:54:29.013371", "isNormalPriceChangesCampaign": true }, "supplier": { "$ref": "7" }, "serviceFee": { "$id": "94", "id": 1, "description": "sample string 1", "fee": 1 }, "isPrimaryHost": true, "hostVendor": 46 }, { "$ref": "10" } ], "orderCycleHeaders": [ { "$id": "95", "storeID": 1, "supplierIdentifier": "Td224CF830i85veiTZ07AA==", "supplierGuid": "e0b6dd4d-7c21-48df-bce6-f7a24d9d3b00", "departmentCode": "sample string 2", "warehouseDirectIndicator": "sample string 3", "type": 4, "storeName": "sample string 5", "departmentName": "sample string 6", "orderDays": 7 }, { "$ref": "95" } ], "cycles": [ { "$id": "96", "storeID": 1, "supplierIdentifier": "KS5t3HqGZk2CT3WGJda7Xg==", "supplierGuid": "dc6d2e29-867a-4d66-824f-758625d6bb5e", "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-14T06:54:29.013371", "deliveryDate": "2025-06-14T06:54:29.013371", "nextCutOffDate": "2025-06-14T06:54:29.013371", "nextDeliveryDate": "2025-06-14T06:54:29.013371", "nextDaysBuffer": 10 }, { "$ref": "96" } ], "store": { "$ref": "3" }, "updated": "2025-06-14T06:54:29.013371", "isHost": true }, "files": [ { "$id": "97", "id": "sample string 1", "fileName": "sample string 2", "extension": "sample string 3", "provider": 0, "type": 0, "hostType": "sample string 4", "createdUtc": "2025-06-14T06:54:29.013371", "processed": "2025-06-14T06:54:29.013371", "isProcessing": true, "processedCount": 6, "processingTime": 1, "collectedUtc": "2025-06-14T06:54:29.013371", "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": "98", "customerNumber": "sample string 1", "creationDate": "2025-06-14T06:54:29.013371", "businessPillar": "sample string 3", "fileType": "sample string 4" } }, { "$ref": "97" } ], "zoneMatrix": [ { "$id": "99", "id": 1, "hostIdentifier": "FJ/ONr8UdEOob4jvxJLRJg==", "hostIdentifierGuid": "36ce9f14-14bf-4374-a86f-88efc492d126", "storeID": 1, "departmentCode": "sample string 2", "hostGuids": [ "e1fd9527-551c-471b-a70f-b45c57a5635a", "9bd77705-bd62-43d5-9df2-d2a64b1864dc" ] }, { "$ref": "99" } ], "hostFileStoreSetting": { "$ref": "5" }, "hostStoreSettings": [ { "$ref": "5" }, { "$ref": "5" } ], "promotionPlacements": [ { "$id": "100", "identifier": "jldgVaa8LEq4IfmYB5gsZg==", "identifierGuid": "5560578e-bca6-4a2c-b821-f99807982c66", "code": "sample string 2", "description": "sample string 3", "isAdvertised": true }, { "$ref": "100" } ], "promoTypeGuids": [ "3fa9664f-b360-40c4-ba46-037d015a4981", "4b83d65f-df67-41f8-9394-e13d709f86fb" ], "isPromotionOnly": false, "isOrderable": false, "vendor": 0 }, "groupIDs": [ 1, 2 ], "hostDescription": "sample string 24" }, { "$ref": "5" } ], "accounts": [ { "$id": "101", "id": 1, "storeID": 1, "accountName": "sample string 2", "bsb": "sample string 3", "accountNumber": "sample string 4", "accountDesignated": true }, { "$ref": "101" } ], "sales": [ { "$id": "102", "id": 1, "storeID": 1, "externalSalesType": 2, "ftpSiteID": 1, "lastSaleProcessed": "2025-06-14T06:54:29.013371", "ftpSite": { "$id": "103", "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": "102" } ], "zoneMatrix": [ { "$ref": "99" }, { "$ref": "99" } ], "cashManagements": [ { "$id": "104", "id": 1, "storeID": 1, "cashManagementType": 2, "apiID": 1, "organisationID": "sample string 3", "siteName": "sample string 4", "thirdPartyAPI": { "$id": "105", "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": "104" } ], "updateStoreID": "00710c35-43f5-4e36-a600-da7b2b4838d9", "updateStore": { "$id": "106", "id": "0dc9b668-14c2-4562-824d-2009feea6436", "name": "sample string 1", "lastActivity": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371" }, "timeZoneId": "sample string 53", "securityOptions": { "$id": "107", "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" } }, "supplier": { "$ref": "7" }, "details": [ { "$id": "108", "autoOrderGuid": "ElkmfJbQm02shU7GoLTmJQ==", "autoOrderIdentifier": "7c265912-d096-4d9b-ac85-4ec6a0b4e625", "pluG_UID": "1H32yBWTcUGl5nW6yiAN4Q==", "pluGuid": "c8f67dd4-9315-4171-a5e6-75baca200de1", "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-14T06:54:29.013371", "investmentBuyStatus": 2, "processed": "2025-06-14T06:54:29.013371", "product": { "$ref": "12" }, "orderCode": "sample string 3", "directIndicator": "sample string 4", "cycle": { "$ref": "96" }, "dayWeighting": { "$id": "109", "sunday": 1.1 }, "inventory": { "$id": "110", "inventoryGuid": "fn8GP2ZUG06smCO/X1yYMg==", "inventoryIdentifier": "3f067f7e-5466-4e1b-ac98-23bf5f5c9832", "created": "2025-06-14T06:54:29.013371", "createdLocal": "2025-06-14T06:54:29.013371", "onHand": 4, "onHandPacks": 5, "onOrder": 6, "onOrderPacks": 7, "accuracy": 8, "updated": "2025-06-14T06:54:29.013371", "aws": 1.0, "history": [ { "$id": "111", "inventoryGuid": "BJbOm2WmYkGBWS717tJ5vQ==", "inventoryIdentifier": "9bce9604-a665-4162-8159-2ef5eed279bd", "pluG_UID": "bu0X4hdxWUOL8ajfaPVmMg==", "pluIdentifier": "e217ed6e-7117-4359-8bf1-a8df68f56632", "inventoryReason": 3, "inventoryInvoiceGuid": "cA4Jy1Yp7USkHfS4xcUpHQ==", "invoiceIdentifier": "cb090e70-2956-44ed-a41d-f4b8c5c5291d", "operatorGuid": "RHMEbStLbUK4TVCQeXH/lA==", "operatorIdentifier": "6d047344-4b2b-426d-b84d-50907971ff94", "stocktakeGuid": "Ml/W3p14M0a2lG2m+XGQpg==", "stocktakeIdentifier": "ded65f32-789d-4633-b694-6da6f97190a6", "orderGuid": "T559+K+ur06zApi9+t2wvA==", "orderIdentifier": "f87d9e4f-aeaf-4eaf-b302-98bdfaddb0bc", "saleHeaderGuid": "C19zr1ANzEObRAC3FA/loA==", "saleHeaderGuidIdentifier": "af735f0b-0d50-43cc-9b44-00b7140fe5a0", "dumpStockID": 1, "fuelDeliveryID": 1, "creditNoteIdentifier": "C1yrqadam0O//y8/UcYFqA==", "creditNoteGuid": "a9ab5c0b-5aa7-439b-bfff-2f3f51c605a8", "inventorySourceGuid": "IWaf9UhpdUyc8uTiM09dRQ==", "inventorySourceIdentifier": "f59f6621-6948-4c75-9cf2-e4e2334f5d45", "createdLocal": "2025-06-14T06:54:29.013371", "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-14T06:54:29.013371", "createdLocalTime": "2025-06-14T06:54:29.013371", "storeID": 14, "barcode": "sample string 15", "directCode": "sample string 16", "productName": "sample string 17", "salesMode": 18, "orderPacked": 19, "invoice": { "$id": "112", "inventoryInvoiceGuid": "nbg2PKCOCkuvsAvLBZkdHw==", "invoiceIdentifier": "3c36b89d-8ea0-4b0a-afb0-0bcb05991d1f", "inventoryGuid": "HGdhc3RT2U6wY0iPGqM43A==", "inventoryIdentifier": "7361671c-5374-4ed9-b063-488f1aa338dc", "supplierIdentifier": "l6kaGxb8ZESj9GcshWfcjw==", "supplierGuid": "1b1aa997-fc16-4464-a3f4-672c8567dc8f", "orderGuid": "8ey71ru6EE6XBC5VCfSGfA==", "orderIdentifier": "d6bbecf1-babb-4e10-9704-2e5509f4867c", "invoiceHeaderIdentifier": "YmVkpwo3lEmsUdncRtz4Yg==", "invoiceHeaderGuid": "a7646562-370a-4994-ac51-d9dc46dcf862", "created": "2025-06-14T06:54:29.013371", "ordered": "2025-06-14T06:54:29.013371", "storeID": 1, "bestOrExpire": "2025-06-14T06:54:29.013371", "bestOrExpireType": 1, "units": 1, "weight": 1, "received": "2025-06-14T06:54:29.013371", "cost": 1, "totalCost": 1, "freightCost": 1, "inStock": 1, "pluG_UID": "smmZeqFiaUOts4F34DJs3Q==", "pluGuid": "7a9969b2-62a1-4369-adb3-8177e0326cdd", "orderInventoryGuid": "gVox+JPesUae4lGU/YgmDg==", "orderInventoryIdentifier": "f8315a81-de93-46b1-9ee2-5194fd88260e", "supplier": { "$ref": "7" }, "inventoryUnits": [ { "$id": "113", "invoiceItemNo": 1, "inventoryInvoiceGuid": "uUfoI+Stx06hJE+VaKtE8A==", "invoiceIdentifier": "23e847b9-ade4-4ec7-a124-4f9568ab44f0", "inventoryGuid": "EHNvn1D+/0yGTFc0Y5ijSw==", "inventoryIdentifier": "9f6f7310-fe50-4cff-864c-57346398a34b", "serialNumber": "sample string 3", "sold": "2025-06-14T06:54:29.013371", "saleItemID": 1, "storeID": 1, "returned": "2025-06-14T06:54:29.013371", "dumped": 1, "saleHeaderID": 1 }, { "$ref": "113" } ] }, "invoiceHeaderIdentifier": "phT5lmxhA0qHy9UvLdDqNg==", "invoiceHeaderGuid": "96f914a6-616c-4a03-87cb-d52f2dd0ea36", "invoiceNumber": "sample string 20", "invoiceCost": 1, "invoiceCostDecimals": 1, "orderNumber": 1, "orderReceivingStoreName": "sample string 21", "orderSendingStoreName": "sample string 22", "creditNoteID": 1, "reason": { "$id": "114", "id": 1, "name": "sample string 1", "allowRF": 2, "dumpStock": 3, "creditRequest": 4, "excludeFromLoss": 5, "reserved": 6, "updated": "2025-06-14T06:54:29.013371" }, "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": "111" } ], "products": [ { "$ref": "12" }, { "$ref": "12" } ], "lastInvoiceCost": 1 }, "aws": 5.0, "explanations": [ { "$id": "115", "pluG_UID": "Rm1XAgbtKUqz3sUT+uBRlQ==", "pluGuid": "02576d46-ed06-4a29-b3de-c513fae05195", "consolidatedSales": { "$id": "116", "1": { "$id": "117", "discountPercentage": 1, "days": 2, "quantity": 3.1, "aws": 3.1, "cartonQuantity": 4.1, "lowQuality": true }, "2": { "$ref": "117" } }, "dailyPrices": { "$id": "118", "2025-06-14T06:54:29.013371": { "$id": "119", "date": "2025-06-14T06:54:29.013371", "salePrice": 1, "campaign": "sample string 2", "campaignDescription": "sample string 3", "combo": true, "comboPriceGroupG_UID": "0TuiNY1k0Eaw0CGfLrg4WQ==", "comboPriceGroupGuid": "35a23bd1-648d-46d0-b0d0-219f2eb83859" } }, "onHandPredictions": [ { "$id": "120", "autoOrderGuid": "aa4w3uwZ60CGJV8qkik54w==", "autoOrderIdentifier": "de30ae69-19ec-40eb-8625-5f2a922939e3", "pluG_UID": "djei6+CHeEmMWI/jOZHvUw==", "pluGuid": "eba23776-87e0-4978-8c58-8fe33991ef53", "childPLUG_UID": "6V8ADUa9b0O3JiTPhqOpDw==", "childPluGuid": "0d005fe9-bd46-436f-b726-24cf86a3a90f", "date": "2025-06-14T06:54:29.013371", "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": "120" } ], "predictions": [ { "$ref": "120" }, { "$ref": "120" } ], "product": { "$ref": "12" } }, { "$ref": "115" } ], "supplierOrderingDetail": { "$ref": "10" }, "manufacturerSupplier": "385c5722-f889-4a94-ad6e-ba8a1e366f19", "cartonQuantity": 1, "sellPrice": 1, "cost": 1, "costDecimals": 1, "bufferDays": 6, "boostDays": 7 }, { "$ref": "108" } ], "boosts": [ { "$id": "121", "autoOrderGuid": "h8AlPrjd2EaGAkm+YzA+Bw==", "autoOrderIdentifier": "3e25c087-ddb8-46d8-8602-49be63303e07", "date": "2025-06-14T06:54:29.013371", "boost": 2 }, { "$ref": "121" } ] }, "supplierName": "sample string 33", "supplierStoreID": 1, "supplierCartonsOnly": true, "supplierEnforceMinimumQuantity": true, "supplierMinimumOrderValue": 1, "storeName": "sample string 36", "orderCode": { "$id": "122", "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": "123", "orderGuid": "+vkkx0IOwUOfL+l2BDDmgw==", "orderIdentifier": "c724f9fa-0e42-43c1-9f2f-e9760430e683", "supplierIdentifier": "+ZTy0Uhx8EWr5GBysAswzw==", "supplierGuid": "d1f294f9-7148-45f0-abe4-6072b00b30cf", "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": [ { "$id": "124", "id": 1, "orderGuid": "eY+my0rwEESgzd7FXFtV8A==", "orderIdentifier": "cba68f79-f04a-4410-a0cd-dec55c5b55f0", "pluG_UID": "ZnsD7ztKREexgwxiiLX+sQ==", "pluGuid": "ef037b66-4a3b-4744-b183-0c6288b5feb1", "created": "2025-06-14T06:54:29.013371", "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": "v44+GMdOuEWyz+ZZc859AQ==", "substituteGuid": "183e8ebf-4ec7-45b8-b2cf-e65973ce7d01", "warehousePLUG_UID": "eNtneDx1fUqcu0F+8PuI1g==", "warehousePluGuid": "7867db78-753c-4a7d-9cbb-417ef0fb88d6", "updated": "2025-06-14T06:54:29.013371", "increment": true, "description": "sample string 13", "product": { "$ref": "12" }, "unknownScan": { "$id": "125", "pluG_UID": "mdL+hPnv30ywbca5Cd/SvA==", "pluGuid": "84fed299-eff9-4cdf-b06d-c6b909dfd2bc", "orderGuid": "inz4daLxEkqMflHB0F5fHg==", "orderIdentifier": "75f87c8a-f1a2-4a12-8c7e-51c1d05e5f1e", "barcode": "sample string 3", "created": "2025-06-14T06:54:29.013371" }, "unknownScanItem": true, "substitute": { "$ref": "12" }, "warehouseProduct": { "$ref": "12" }, "lookup": { "$id": "126", "pluG_UID": "6nfjUAgRlk+EdlLBUcYjvQ==", "pluGuid": "50e377ea-1108-4f96-8476-52c151c623bd", "inventoryGuid": "p6wyH+Y1HEC2pZwb0yiInQ==", "inventoryIdentifier": "1f32aca7-35e6-401c-b6a5-9c1bd328889d", "averageWeeklySales": 1.0, "inventoryAverageWeeklySales": 1.0, "onHand": 1, "onHandPacks": 1, "onOrder": 1, "onOrderPacks": 1, "accuracy": 1, "lastOrdered": "2025-06-14T06:54:29.013371", "lastOrderQuantity": 1.1, "lastReceived": "2025-06-14T06:54:29.013371", "lastReceivedQuantity": 1.1, "lastInvoiceStatus": 1 }, "productOrderingDetail": { "$ref": "10" }, "dealCost": { "$ref": "91" }, "nextCost": { "$ref": "91" }, "lastChance": true, "holdOff": 16, "holdOffDate": "2025-06-14T06:54:29.013371", "orderHeader": { "$ref": "1" }, "invoiceDetail": { "$id": "127", "identifier": "AftNvmaflUG81VsDAPp+6g==", "identifierGuid": "be4dfb01-9f66-4195-bcd5-5b0300fa7eea", "headerIdentifier": "TsR36d06t0ikrQoRyTCtgA==", "headerIdentifierGuid": "e977c44e-3add-48b7-a4ad-0a11c930ad80", "pluG_UID": "DIPMqzKVf0CnvijmE8yQOw==", "pluGuid": "abcc830c-9532-407f-a7be-28e613cc903b", "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-14T06:54:29.013371", "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-14T06:54:29.013371", "costEnd": "2025-06-14T06:54:29.013371", "createdFromUnknownScan": true, "orderGuid": "MzrleUQLd02/gR2Nv1uGnA==", "orderIdentifierGuid": "79e53a33-0b44-4d77-bf81-1d8dbf5b869c", "processed": true, "received": true, "inventoried": true, "fromElectronicInvoice": true, "allowDelete": true, "updated": "2025-06-14T06:54:29.013371", "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": "128", "pluG_UID": "vxyi/z9c7kSb0Y6SFFYZOQ==", "pluGuid": "ffa21cbf-5c3f-44ee-9bd1-8e9214561939", "invoiceIdentifier": "ZGiv65CgRkS5hfW23IzxoQ==", "invoiceGuid": "ebaf6864-a090-4446-b985-f5b6dc8cf1a1", "barcode": "sample string 3", "itemNumber": "sample string 4", "created": "2025-06-14T06:54:29.013371" }, "productActive": true, "productSalesMode": 35, "productGSTPercent": 36, "productCostCalcMethod": 37, "productAlwaysApplyMargin": true, "productMarginRanged": true, "productMargin": 1.1, "productMinimumMargin": 1.1, "productMaximumMargin": 1.1, "priceGroupG_UID": "Y1QSuNCoH0yGxSv+z8bUMg==", "priceGroupGuid": "b8125463-a8d0-4c1f-86c5-2bfecfc6d432", "priceGroupName": "sample string 40", "priceGroupCode": "sample string 41", "product": { "$ref": "12" }, "incrementCount": true, "minimumQuantity": 1, "randomWeight": true, "salesMode": 43, "cartons": 1, "weight": 1, "units": 1, "autoOrderStatus": 1, "invoiceDetailReceive": true }, "autoOrderDetail": { "$ref": "108" }, "doNotRange": true, "doNotOrder": true, "costGSTPercent": 1, "orderDetailReceive": true }, { "$ref": "124" } ], "unknownScans": [ { "$ref": "125" }, { "$ref": "125" } ], "transportCompany": { "$id": "129", "identifier": "l0RnbwjSck+Kj2PjEy+k+A==", "identifierGuid": "6f674497-d208-4f72-8a8f-63e3132fa4f8", "companyName": "sample string 1", "abn": "sample string 2", "address1": "sample string 3", "address2": "sample string 4", "telephone": "sample string 5", "primaryContactGuid": "5BokZ5xXmU2tRWW6SD39gA==", "primaryContactID": "67241ae4-579c-4d99-ad45-65ba483dfd80", "primaryContact": { "$ref": "8" } } }
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �6�ZPzeU� 5 xl/workbook.xml � (� ���� D�M��(h�U�����C�k! ���_�h�[o;��o����1��Q�Xx?��V���b&�a���Ҿ��{�Bmڷ�ILiJ,��K��������,�� �� ��Ը:�bK���٭2{��Dd��[a�Ū�� J\s�1Z�{W�#[�0<2�����$�6�`0F���PK �6�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 �6�Zؘ�e' ' _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="Rf5e4cff0c07d4772" /></Relationships>PK �6�Z�쯆 �4 xl/worksheets/sheet1.xml � (� ���r�8�_���� �$�N�K��m���w��i<���m��vLK�1���&�A����AO��������t���P��`z5���?�Z����=��.o��� ��/�-������g����vz7Y������|q7Yſ.���77���������~5�J��b�c���Z��~.��ٺ�Z�\L'כ)��xLu7��O��g1�z�����x8�gՅF'G��ϳ�ò��`�*���������x�6�����������������t��vU��1W��͟���Z���n������zu{<�t����\��.����qz;N��֡3ƨ ��x��x�M`�U��7��~>^�`|�@���v;����ێw��}���5:����NO��o��zں�!j�S:N����z��xQuS�UF� �{�;➊$�/t��l.�U^�7��� q5x�� �ry`��Z�C*�&�!�5|@���h�1(�� ?�&�;�u��#e��"��k�P��\"��J;os[PbQ�eQ'��������:21��#{�����,�L�Ğ�=��{��͐���w�{�73��ud5A&ABO��1��-��X� M�����=ph�}� A�}�bW��� �ǘ������D�s11!���A��0�7EO�1!� $�n�1 ��aKƄ$�HjUh ;fHHb��I� �ǭ4�jl e2:�ĤQ=�`����-��������搘4}�4�I�����K9�K�;��SHH۔�Ǻf)�F�!d2$$��!!i��=D7�6AY��h��7� @�C�a�dg2$$M�in���5���A'̷ I=�� I��JF������!1iMs��'��t��YM��W�2i��f�۹�&-�}vb����6����N�O��e��2$4 rq��P�]b��,j]����!s�w�E��9�ݴn~)��.��j����E�BB���E�`QEW�&�i_p��ٵ6�'�߉IGͷP����C�w�IW3;9o�(CQ����I��`�A[흉=�˕lJLR�d�;��'YJHRI*��`M̠\n1)!IOmd(�H��Ԍ�@O�Ln� Ejl�� �F�s�f�P�� %�o���]N�� "�ƞr�A E�QD*bK] 6� D�A���c���,fV�'�ꩂO$�V��8�+\:2;�O �F��At7�|�7nw �*�̮�"��B��7x�u@F��2\�G߷L�ģ�y4~�heBl }�]3���4� d@��������b}�ibW�̾E"ҷ:����6Vܼ!T�Щ8P��㐈�ܟ���3�k�\W��F�`���nk��F� v�� ��f{��Cb2�LR�!�p`����Z��6�\� z�Ɨ��-BB2���'�ؔ�,���������h1,6������������p9<9�}��F��c��~�#��ݎ8ݏ�v�_��q�a���#\;��~�#^�G�vī��Ўx-(�D�[a��B��o���;!� {.�0e�!L�!�i�Aa�~B���ژ��������"�0u� !L�oBSw,�P3yǂ 5�w,� <����c���$vD��X0$2�ǂ%��<L�L�`K�:�D���L�:�D���M�:�4\g����,��p���`P�uj�E �Y��:&5\g����,��r��Z�s)��2�K����\ >�L�R�e:��O-ӹ��&ӹ|j�Υ�S�t.�:~�|�O�Y��:>u\g����,��q��:���S�u|�O��,���O��,���O��,���O��,���Ε�Sb:W�O��\ >�L�J���c����\ >�L�J�g:W�O=ӹ��L�J�)?�U�O=�|��Z>�|-���O_���������B�i��b�]���nKo ]T���Bغ�x�_�'� !lE�7���{���X�u���GK���e��W@������~#�0��泼��=o�5���E���dz4����L���.|���g_;��s�x,�(?�f5��?�{��@P��}�=���/�G�{wW�_u}-=z����M�з�C�u=���{�E�P��{��ۧOR��~|)d��]�/R��U �}�7)�H%��k�R(��/�J����*O��I�>?Q�B�~GV>��x� �}oN/� ~�V �uZ)x�W�R(��/�ʖ�� W١�R!�w����C��l� ������}l}��L2#�O,?KA\���{I)Y��>��5�t�������U�$gr����"U]Y���Ag�#9�ߔV��Ui%9�ߕV��ei�:�˪Uf��e�2�������$����\ ��{)���p2��k=�a��7`����tq6�����wd���t�?PK �6�Zp��v� P xl/_rels/workbook.xml.rels � (� ��An� E��f_M�*$�n�Ms�c�Hڜ���W(J�֑��&+4��i������m�C콓���m�: �d*�n�{T�7��H�%ؔ�'J��8�X� ]�F�r::)}TҒ�% s�2��2��ޘ^�ק]�L_}8F���T�0I��"���T �V¾b|�Y]V�� �h�л��t0�z}�3ӖF�����2Vl_Rț�;��Z�Ҍ�E�M]]��Ϳ�|PK �6�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 �6�Zs��� � xl/sharedStrings.xml � (� �Ymo����?�\�z�$9$v�g�yi�\� ���X�L�D*�\���!%;�H����b��gf8�wj���-�wR�ы�;vF���9}��<����������'�#��s΅��_�6B�g� ��E|�JB�X�E~V�^V�|C���q���tdaVS����U����̿(pH~y..��mB��<�HJC}�RR}���,SBE���5�o�L�mB,��Ąyɰʵ@��}��,�f^K^1�����NaY.��� Q��]�ÆM�s�w�c�Ì�Ӯ�@��3k��t<���˲0���Yf:zA8��R@��'���U�Q��Bs��p�JJ`�#+sXW��$���!�v�9�v�@*m��u�d�l05���$7h�f�]� CʏꝳmYS � ��K�� �%E5Y �'�Ud�jN���d}�1%kR�0�>($٠��`C}��hI�:R,2 ���������9+?�� t��b����Z��JZ~�i`jTT�,L� F3��U�5��z�}�2�*�J��0�u_���a.g�KV K� ���{�n�W�`*�}�W�Ű�!j���t/�����\��f~&ےT�J� _� Kß��L75Me���<�,��G�ds;�;�8w��W؋���=�ʁu`�#�Z��Xn(�h���4��ۿ����-���7TԺa� ��J��T���L�b.��b#���7��� �c<z�d�a%x��Bj��B�V5<ߒ�Ҽ?kW��l�ן����>H�K\�v������Y�Y����IF�Y_&��4t���Qj(�m�����n��0�°/Ñ���Wr��}8��`�AG�c0G�=KQb'���S/u��eb��$���;pPl��Ml< #�sҩ�hwq�)�#���A�;N����?s�︩vΡ�'nvBzz���Z$a�9��'p�~>%�y��+�'s�_� ��'<杺҉;yZ"��٢'5ԕ�z�kO� �Ҏ}�ِ���MB?H�f�#��lB���j8�@�|Db<��O����O�����PG!m"��E6"^J2/��}-67�w��WR�||s7�����1���y��L;"_�nƒ � �l���$��g���矖��r�*���`G���i/I� �s9ĀֳI�/O+ ��5+v�ۨ#���f�E�E�5`*�f;�C���Ҵ"��:렞�����0�uH]@=t�Sb�=\$��a���r,V0���:�滜�WX}�;�vA�oY�x��iu�7���ʿKx�J� �����jX�� ���Q$�R���� &��Vtg�̺�kE���V��^�vu}��9�g�ʦu���`�� �5�����)���쾗���*�d�A��9h@�+��P�`�b����T�2�|�y�Ž�9dLO���1Lk��!�m�JBL��3�CG�5��=3d�.I��!i���p[���w[�A������z�x��8����2k2uJn+�]������7� ��{ϛt��Ch�N�;����{g ��7 L��/nc��&�,�Ͽ�*�����M��I�N���Mw�MU����;έ�u!?��l}]�*�E�>Ԙ��PImM���"�X�غ͋�hs� �&/���cA�{Rp���[�\�u�3�g�z~F�ֵ�M�Uf,��2N9�[� x���~��4��@�TO�e�/r��~DV9|������~�:��T�����$Z�>a�{v�Gi٣�s�W�Y��;�5D���S������b��?A:��[^��#�w�2��^!���8�}d�����wpG�� ����U���v"�'北��Q �&�;��R9��ҟ�ji���veЀ��z�E��:�:�MyM�8O{ ]'w#��@oGÜ��֧FW�ǫ�������<����Cu�CA_��D�U�@�}Ƙ�}�k��#_�'����PK- �6�ZPzeU� 5 xl/workbook.xmlPK- �6�Z���� � [Content_Types].xmlPK- �6�Zؘ�e' ' V _rels/.relsPK- �6�Z�쯆 �4 � xl/worksheets/sheet1.xmlPK- �6�Zp��v� P � xl/_rels/workbook.xml.relsPK- �6�ZЃc'2 E � xl/styles.xmlPK- �6�Zs��� � Z xl/sharedStrings.xmlPK � ^
application/vnd.ms-excel
PK �6�Z�K�� 5 xl/workbook.xml � (� ����0��&�C��`�?�p��Ճ��lmmI[��o�@�������G继s��ކ�WT�8����@8�m�I� �$��9)��Ɖ�A�1�N�cQ;�]h����ڠ���mi��§f�c�e2ֺ�I�b�)>ö�Y+�@Jf��V4�ė: w(�/��p.$ �����w�PK �6�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 �6�Z�n$�' ' _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="R8a87fb6c3de44c48" /></Relationships>PK �6�Z�쯆 �4 xl/worksheets/sheet1.xml � (� ���r�8�_���� �$�N�K��m���w��i<���m��vLK�1���&�A����AO��������t���P��`z5���?�Z����=��.o��� ��/�-������g����vz7Y������|q7Yſ.���77���������~5�J��b�c���Z��~.��ٺ�Z�\L'כ)��xLu7��O��g1�z�����x8�gՅF'G��ϳ�ò��`�*���������x�6�����������������t��vU��1W��͟���Z���n������zu{<�t����\��.����qz;N��֡3ƨ ��x��x�M`�U��7��~>^�`|�@���v;����ێw��}���5:����NO��o��zں�!j�S:N����z��xQuS�UF� �{�;➊$�/t��l.�U^�7��� q5x�� �ry`��Z�C*�&�!�5|@���h�1(�� ?�&�;�u��#e��"��k�P��\"��J;os[PbQ�eQ'��������:21��#{�����,�L�Ğ�=��{��͐���w�{�73��ud5A&ABO��1��-��X� M�����=ph�}� A�}�bW��� �ǘ������D�s11!���A��0�7EO�1!� $�n�1 ��aKƄ$�HjUh ;fHHb��I� �ǭ4�jl e2:�ĤQ=�`����-��������搘4}�4�I�����K9�K�;��SHH۔�Ǻf)�F�!d2$$��!!i��=D7�6AY��h��7� @�C�a�dg2$$M�in���5���A'̷ I=�� I��JF������!1iMs��'��t��YM��W�2i��f�۹�&-�}vb����6����N�O��e��2$4 rq��P�]b��,j]����!s�w�E��9�ݴn~)��.��j����E�BB���E�`QEW�&�i_p��ٵ6�'�߉IGͷP����C�w�IW3;9o�(CQ����I��`�A[흉=�˕lJLR�d�;��'YJHRI*��`M̠\n1)!IOmd(�H��Ԍ�@O�Ln� Ejl�� �F�s�f�P�� %�o���]N�� "�ƞr�A E�QD*bK] 6� D�A���c���,fV�'�ꩂO$�V��8�+\:2;�O �F��At7�|�7nw �*�̮�"��B��7x�u@F��2\�G߷L�ģ�y4~�heBl }�]3���4� d@��������b}�ibW�̾E"ҷ:����6Vܼ!T�Щ8P��㐈�ܟ���3�k�\W��F�`���nk��F� v�� ��f{��Cb2�LR�!�p`����Z��6�\� z�Ɨ��-BB2���'�ؔ�,���������h1,6������������p9<9�}��F��c��~�#��ݎ8ݏ�v�_��q�a���#\;��~�#^�G�vī��Ўx-(�D�[a��B��o���;!� {.�0e�!L�!�i�Aa�~B���ژ��������"�0u� !L�oBSw,�P3yǂ 5�w,� <����c���$vD��X0$2�ǂ%��<L�L�`K�:�D���L�:�D���M�:�4\g����,��p���`P�uj�E �Y��:&5\g����,��r��Z�s)��2�K����\ >�L�R�e:��O-ӹ��&ӹ|j�Υ�S�t.�:~�|�O�Y��:>u\g����,��q��:���S�u|�O��,���O��,���O��,���O��,���Ε�Sb:W�O��\ >�L�J���c����\ >�L�J�g:W�O=ӹ��L�J�)?�U�O=�|��Z>�|-���O_���������B�i��b�]���nKo ]T���Bغ�x�_�'� !lE�7���{���X�u���GK���e��W@������~#�0��泼��=o�5���E���dz4����L���.|���g_;��s�x,�(?�f5��?�{��@P��}�=���/�G�{wW�_u}-=z����M�з�C�u=���{�E�P��{��ۧOR��~|)d��]�/R��U �}�7)�H%��k�R(��/�J����*O��I�>?Q�B�~GV>��x� �}oN/� ~�V �uZ)x�W�R(��/�ʖ�� W١�R!�w����C��l� ������}l}��L2#�O,?KA\���{I)Y��>��5�t�������U�$gr����"U]Y���Ag�#9�ߔV��Ui%9�ߕV��ei�:�˪Uf��e�2�������$����\ ��{)���p2��k=�a��7`����tq6�����wd���t�?PK �6�Zt�5� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�)v��ݰa[z��Q;�]�gc���V���X��j4��'�|�lvo�D^Ї��ʂA�\?ڡ�S�w 춛=N2��`�%��bC&�eMiPg ��M��,cJ�@��r@�b��>g�5�����>:u���?����c0��A�c?�@/�,�S��^�c�X)k�%�7S�<a����3��LT�u�\�����>]:w�˙Z�����꺆�Z\���_l� PK �6�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 �6�Zs��� � xl/sharedStrings.xml � (� �Ymo����?�\�z�$9$v�g�yi�\� ���X�L�D*�\���!%;�H����b��gf8�wj���-�wR�ы�;vF���9}��<����������'�#��s΅��_�6B�g� ��E|�JB�X�E~V�^V�|C���q���tdaVS����U����̿(pH~y..��mB��<�HJC}�RR}���,SBE���5�o�L�mB,��Ąyɰʵ@��}��,�f^K^1�����NaY.��� Q��]�ÆM�s�w�c�Ì�Ӯ�@��3k��t<���˲0���Yf:zA8��R@��'���U�Q��Bs��p�JJ`�#+sXW��$���!�v�9�v�@*m��u�d�l05���$7h�f�]� CʏꝳmYS � ��K�� �%E5Y �'�Ud�jN���d}�1%kR�0�>($٠��`C}��hI�:R,2 ���������9+?�� t��b����Z��JZ~�i`jTT�,L� F3��U�5��z�}�2�*�J��0�u_���a.g�KV K� ���{�n�W�`*�}�W�Ű�!j���t/�����\��f~&ےT�J� _� Kß��L75Me���<�,��G�ds;�;�8w��W؋���=�ʁu`�#�Z��Xn(�h���4��ۿ����-���7TԺa� ��J��T���L�b.��b#���7��� �c<z�d�a%x��Bj��B�V5<ߒ�Ҽ?kW��l�ן����>H�K\�v������Y�Y����IF�Y_&��4t���Qj(�m�����n��0�°/Ñ���Wr��}8��`�AG�c0G�=KQb'���S/u��eb��$���;pPl��Ml< #�sҩ�hwq�)�#���A�;N����?s�︩vΡ�'nvBzz���Z$a�9��'p�~>%�y��+�'s�_� ��'<杺҉;yZ"��٢'5ԕ�z�kO� �Ҏ}�ِ���MB?H�f�#��lB���j8�@�|Db<��O����O�����PG!m"��E6"^J2/��}-67�w��WR�||s7�����1���y��L;"_�nƒ � �l���$��g���矖��r�*���`G���i/I� �s9ĀֳI�/O+ ��5+v�ۨ#���f�E�E�5`*�f;�C���Ҵ"��:렞�����0�uH]@=t�Sb�=\$��a���r,V0���:�滜�WX}�;�vA�oY�x��iu�7���ʿKx�J� �����jX�� ���Q$�R���� &��Vtg�̺�kE���V��^�vu}��9�g�ʦu���`�� �5�����)���쾗���*�d�A��9h@�+��P�`�b����T�2�|�y�Ž�9dLO���1Lk��!�m�JBL��3�CG�5��=3d�.I��!i���p[���w[�A������z�x��8����2k2uJn+�]������7� ��{ϛt��Ch�N�;����{g ��7 L��/nc��&�,�Ͽ�*�����M��I�N���Mw�MU����;έ�u!?��l}]�*�E�>Ԙ��PImM���"�X�غ͋�hs� �&/���cA�{Rp���[�\�u�3�g�z~F�ֵ�M�Uf,��2N9�[� x���~��4��@�TO�e�/r��~DV9|������~�:��T�����$Z�>a�{v�Gi٣�s�W�Y��;�5D���S������b��?A:��[^��#�w�2��^!���8�}d�����wpG�� ����U���v"�'北��Q �&�;��R9��ҟ�ji���veЀ��z�E��:�:�MyM�8O{ ]'w#��@oGÜ��֧FW�ǫ�������<����Cu�CA_��D�U�@�}Ƙ�}�k��#_�'����PK- �6�Z�K�� 5 xl/workbook.xmlPK- �6�Z���� � � [Content_Types].xmlPK- �6�Z�n$�' ' U _rels/.relsPK- �6�Z�쯆 �4 � xl/worksheets/sheet1.xmlPK- �6�Zt�5� P � xl/_rels/workbook.xml.relsPK- �6�ZЃc'2 E � xl/styles.xmlPK- �6�Zs��� � X xl/sharedStrings.xmlPK � \