GET api/order/id/{id}?relations={relations}&details={details}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| relations | boolean |
Default value is False |
|
| details | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
OrderHeader| Name | 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 |
|
| StockReceiveInventorySetting | UpdateInventory |
None. |
|
| 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. |
| IsMetcashSorted | boolean |
Relation. This field may not always be loaded or used for updates. |
|
| BackupOrderType | string |
Relation. This field may not always be loaded or used for updates. |
|
| BackupOrderTypeDescription | string |
Relation. This field may not always be loaded or used for updates. |
|
| BackupTradingPartner | integer |
Relation. This field may not always be loaded or used for updates. |
|
| BackupHostIdentifier | globally unique identifier |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"orderID": 1,
"orderGuid": "D5cAc8Oo/Ue9taTmo4NITQ==",
"orderIdentifier": "7300970f-a8c3-47fd-bdb5-a4e6a383484d",
"backToBack": 1,
"b2bGuid": "8JHR4hQByEuFYXGW50MQsw==",
"b2bIdentifier": "e2d191f0-0114-4bc8-8561-7196e74310b3",
"status": 2,
"created": "2026-04-03T06:25:22.9143836",
"createdLocal": "2026-04-03T06:25:22.9143836",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "egv8rp51mUqTk+yCzTnSdg==",
"transferIdentifier": "aefc0b7a-759e-4a99-9393-ec82cd39d276",
"transferInvoiceIdentifier": "6w3alnaSPU2nng/vVBa9hQ==",
"transferInvoiceGuid": "96da0deb-9276-4d3d-a79e-0fef5416bd85",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "Ec1PSLrk3UmOAYHCK58oBA==",
"supplierIdentifierGuid": "484fcd11-e4ba-49dd-8e01-81c22b9f2804",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-04-03T06:25:22.9143836",
"sentLocal": "2026-04-03T06:25:22.9143836",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-04-03T06:25:22.9143836",
"cancelledLocal": "2026-04-03T06:25:22.9143836",
"cancelledByUser": "sample string 7",
"shipped": "2026-04-03T06:25:22.9143836",
"shippedLocal": "2026-04-03T06:25:22.9143836",
"shippedByUser": "sample string 8",
"stockReceived": "2026-04-03T06:25:22.9143836",
"stockReceivedLocal": "2026-04-03T06:25:22.9143836",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-04-03T06:25:22.9143836",
"receivedLocal": "2026-04-03T06:25:22.9143836",
"completed": "2026-04-03T06:25:22.9143836",
"completedLocal": "2026-04-03T06:25:22.9143836",
"updated": "2026-04-03T06:25:22.9143836",
"updatedLocal": "2026-04-03T06:25:22.9143836",
"dueDate": "2026-04-03T06:25:22.9143836",
"warehouseNote": "sample string 11",
"warehouseRef": "sample string 12",
"pdeSerialNumber": "sample string 13",
"tradingPartner": 1,
"orderType": "sample string 1",
"orderTypeDescription": "sample string 2",
"stateCode": "sample string 16",
"mailCarbonCopy": true,
"mailTo": "sample string 18",
"mailBcc": "sample string 19",
"mailReplyTo": "sample string 20",
"liquor": true,
"summary": "sample string 22",
"notes": "sample string 23",
"supplierNotes": "sample string 24",
"receiptEmailSent": true,
"receiptEmailSentId": "sample string 26",
"receiptEmailSentStatus": "sample string 27",
"transportCompanyGuid": "O3th890f/U6ijR2rFzu1iQ==",
"transportCompanyIdentifier": "f3617b3b-1fdd-4efd-a28d-1dab173bb589",
"autoOrder": 28,
"hostIdentifier": "nELh8kUUoEq+xYSi4wXAoQ==",
"hostIdentifierGuid": "f2e1429c-1445-4aa0-bec5-84a2e305c0a1",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-04-03T06:25:22.9143836",
"deletedByUser": "sample string 33",
"autoOrderGuid": "PjsoqV9G/kObfA1/Ahh3tA==",
"autoOrderIdentifier": "a9283b3e-465f-43fe-9b7c-0d7f021877b4",
"autoOrderHeader": {
"$id": "2",
"autoOrderGuid": "gsczfX9/AkKkAB+/cnvF1g==",
"autoOrderIdentifier": "7d33c782-7f7f-4202-a400-1fbf727bc5d6",
"orderGuid": "szFnpxTnEEuZAryHMnDjEQ==",
"orderIdentifier": "a76731b3-e714-4b10-9902-bc873270e311",
"created": "2026-04-03T06:25:22.9143836",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-04-03T06:25:22.9143836",
"supplierIdentifier": "kI8FpXuO5Um+yAJDUWf7RQ==",
"supplierIdentifierGuid": "a5058f90-8e7b-49e5-bec8-02435167fb45",
"orderStatus": 1,
"tradingPartner": 1,
"simpleAWS": 2,
"defaultMPL": 3,
"investmentBuy": true,
"storeName": "sample string 5",
"supplierName": "sample string 6",
"description": "sample string 7",
"orderType": "sample string 8",
"mailTo": "sample string 9",
"mailBcc": "sample string 10",
"notes": "sample string 11",
"transportCompanyGuid": "skZARft3y0WsteF9OqRnkQ==",
"transportCompanyIdentifier": "454046b2-77fb-45cb-acb5-e17d3aa46791",
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": 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": "2026-04-03T06:25:22.9143836",
"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": "3ngD1qRg50i760U1va8vIQ==",
"hostIdentifierGuid": "d60378de-60a4-48e7-bbeb-4535bdaf2f21",
"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,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:25:22.9143836",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "iyQZjt3YrEyT8O3eB1yutA==",
"hostIdentifierGuid": "8e19248b-d8dd-4cac-93f0-edde075caeb4",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"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"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "7zBIDQ/3yE6FiDkm8hJ1Pw==",
"hostIdentifierGuid": "0d4830ef-f70f-4ec8-8588-3926f212753f",
"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,
"secondPassword": "sample string 23",
"secondPasswordPlain": "sample string 24",
"secondServerAddress": "sample string 25",
"processPromotions": true,
"hostProvider": 0,
"host": {
"$id": "7",
"identifier": "u6CKrhfOsUi4U4JY1mSEcw==",
"identifierGuid": "ae8aa0bb-ce17-48b1-b853-8258d6648473",
"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": "UC7Odc1OG0+eL6InI3vIqA==",
"hostSupplierIdentifierGuid": "75ce2e50-4ecd-4f1b-9e2f-a227237bc8a8",
"loyaltyPriceLevelIdentifier": "yOX2yEwFNU26IgwYPGl2dA==",
"loyaltyPriceLevelIdentifierGuid": "c8f6e5c8-054c-4d35-ba22-0c183c697674",
"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": "2026-04-03T06:25:22.9143836",
"lastProcessed": "2026-04-03T06:25:22.9143836",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "im53OkGdW0mbv+E8hX+uDg==",
"identifierGuid": "3a776e8a-9d41-495b-9bbf-e13c857fae0e",
"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": "1z2rjBEBG06CcFJhz8reIQ==",
"primaryContactID": "8cab3dd7-0111-4e1b-8270-5261cfcade21",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "Or2g+7uVu0+BWqG2Owyuag==",
"supplierGroupGuid": "fba0bd3a-95bb-4fbb-815a-a1b63b0cae6a",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:25:22.9143836",
"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": "9",
"id": "c1d88cc9-7ca3-498b-b737-1400bf73e596",
"identifier": "ewEu5kUktk+R+looUC251A==",
"identifierGuid": "e62e017b-2445-4fb6-91fa-5a28502db9d4",
"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": "10",
"supplierIdentifier": "dduoqqW5CE+9eONqDwLA1Q==",
"supplierIdentifierGuid": "aaa8db75-b9a5-4f08-bd78-e36a0f02c0d5",
"contactGuid": "YRPnapQA3U6XimpXdlAbiQ==",
"contactID": "6ae71361-0094-4edd-978a-6a5776501b89",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "M1ZLSqcieUKIZk57npmURg==",
"pluGuid": "4a4b5633-22a7-4279-8866-4e7b9e999446",
"supplierIdentifier": "uoTa9NL7HEWbPB4+Z136OQ==",
"supplierIdentifierGuid": "f4da84ba-fbd2-451c-9b3c-1e3e675dfa39",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:25:22.9143836",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:25:22.9143836",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "20EcLRajLUO8Ticxx3lpRw==",
"pluGuid": "2d1c41db-a316-432d-bc4e-2731c7796947",
"supplierIdentifier": "XvuQOuR6jU65gkJ/v8AV+Q==",
"supplierIdentifierGuid": "3a90fb5e-7ae4-4e8d-b982-427fbfc015f9",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "7+G/FRXgS06BPSfqabzfAA==",
"parentPluGuid": "15bfe1ef-e015-4e4b-813d-27ea69bcdf00",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "13",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "8yvesQHfjE+Qc+C7xmWUHg==",
"guid": "b1de2bf3-df01-4f8c-9073-e0bbc665941e",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "TcH5NoexJ0OImKN11qD8wQ==",
"priceGroupGuid": "36f9c14d-b187-4327-8898-a375d6a0fcc1",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:25:22.9143836",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:25:22.9143836",
"pluCreated": "2026-04-03T06:25:22.9143836",
"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": "2026-04-03T06:25:22.9143836",
"lastManualUpdate": "2026-04-03T06:25:22.9143836",
"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": "2026-04-03T06:25:22.9143836",
"currentCostUpdated": "2026-04-03T06:25:22.9143836",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:25:22.9143836",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:25:22.9143836",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "Edgx6N0vjU6sHiN4TtFTsg==",
"altPLUGuid": "e831d811-2fdd-4e8d-ac1e-23784ed153b2",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:25:22.9143836",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "n4HeSNgb6Ei+zrdE/xhRSA==",
"shelfPageLayoutGuid": "48de819f-1bd8-48e8-bece-b744ff185148",
"talkerPageLayoutG_UID": "EuJuAMDpHEiSJyyiTB9LIA==",
"talkerPageLayoutGuid": "006ee212-e9c0-481c-9227-2ca24c1f4b20",
"unitMeasure": 1.1,
"unitMeasureChanged": true,
"unitMeasureKind": 85,
"unitMeasureKindChanged": true,
"signIQData": "sample string 87",
"refresh": true,
"earnLoyaltyPoints": true,
"earnLoyaltyPointsChanged": true,
"quantityOverride": true,
"quantityOverrideChanged": true,
"quantityRequired": true,
"quantityRequiredChanged": true,
"allowDiscounts": true,
"allowDiscountsChanged": true,
"discountDiscounts": true,
"discountDiscountsChanged": true,
"itemRecalled": true,
"itemRecalledChanged": true,
"noRefund": true,
"noRefundChanged": true,
"allowMarkdown": true,
"allowMarkdownChanged": true,
"priceRequired": true,
"priceRequiredChanged": true,
"fuelItem": true,
"fuelItemChanged": true,
"liabilityItem": true,
"trackSerial": true,
"trackSerialChanged": true,
"allowZeroPrice": true,
"allowZeroPriceChanged": true,
"notForSale": 92,
"notForSaleChanged": true,
"excludeFromDeals": true,
"excludeFromVoucher": true,
"minimumAge": 95,
"minimumAgeChanged": true,
"buyingLimit": 1,
"buyingLimitChanged": true,
"buyingLimitIndependent": true,
"buyingLimitIndependentChanged": true,
"inventoryGuid": "a6+mCQhVEUib2tF93DPyog==",
"inventoryIdentifier": "09a6af6b-5508-4811-9bda-d17ddc33f2a2",
"inventoryAccuracy": 1,
"baseUnits": 99,
"orderPacked": 1,
"isManufactured": true,
"isIngredient": true,
"isModifier": true,
"isModifierChanged": true,
"hasModifiers": 100,
"defaultPrinter": "sample string 101",
"defaultPrinterGroup": "sample string 102",
"ingredientsOnManufacture": true,
"manufactureUnitMeasure": 1,
"mpl": 1,
"maxShelfQty": 103,
"allowAutoOrder": true,
"warrantyPeriod": 1,
"parentPluG_UId": "bZnziCETxkepSWm+L25ecA==",
"parentPluGuid": "88f3996d-1321-47c6-a949-69be2f6e5e70",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "19QjfvVGpUOlibApCfcUwg==",
"supplierIdentifierGuid": "7e23d4d7-46f5-43a5-a589-b02909f714c2",
"supplierChanged": true,
"rebateSupplierIdentifier": "ni92uP6mv0CVSkx6BHezFA==",
"rebateSupplierIdentifierGuid": "b8762f9e-a6fe-40bf-954a-4c7a0477b314",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:25:22.9143836",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "LljWejfW/kmFw513zEUZHg==",
"hostIdentifierGuid": "7ad6582e-d637-49fe-85c3-9d77cc45191e",
"serviceFeeID": 1,
"serviceFeeIDChanged": true,
"providerName": "sample string 126",
"aisleEnds": "sample string 127",
"deleted": true,
"deletedChanged": true,
"hidden": true,
"doNotRange": true,
"doNotRangeChanged": true,
"doNotOrder": true,
"doNotOrderChanged": true,
"locked": true,
"excludeFromWebUpdate": true,
"excludeFromWebUpdateChanged": true,
"webPriceBasedOn": 138,
"webPriceRounding": true,
"webMarkup": 140,
"webPriceMode": 141,
"altDepartmentID": 1,
"altSubDepartmentID": 1,
"altMinorDepartmentID": 1,
"altLesserDepartmentID": 1,
"altDeptCode": "sample string 142",
"altSubDeptCode": "sample string 143",
"altMinorDeptCode": "sample string 144",
"altLesserDeptCode": "sample string 145",
"altDepartmentChanged": true,
"storeProducts": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"store": {
"$ref": "3"
},
"storePrices": [
{
"$id": "14",
"pluG_UID": "syoEUBRz30Sp4ByksYI6Xw==",
"pluGuid": "50042ab3-7314-44df-a9e0-1ca4b1823a5f",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:25:22.9143836"
},
{
"$ref": "14"
}
],
"currentPrices": {
"$id": "15",
"pluPrices": {
"$id": "16",
"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,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-03T06:25:22.9143836",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "16"
},
"winningCampaign": 1,
"winner": {
"$id": "17",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:25:22.9143836",
"startTime": 5,
"endDate": "2026-04-03T06:25:22.9143836",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "UT7bFvlxwU6+jSGcFf1eAw==",
"hostIdentifierGuid": "16db3e51-71f9-4ec1-be8d-219c15fd5e03",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
},
"tray": {
"$id": "18",
"g_UId": "IrHP1x/15E2Q1TqISjRMSw==",
"guid": "d7cfb122-f51f-4de4-90d5-3a884a344c4b",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "19",
"priceGroupG_UID": "cWirtmX240C0GGdi6863Tg==",
"priceGroupGuid": "b6ab6871-f665-40e3-b418-6762ebceb74e",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:25:22.9143836",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "20",
"pluG_UID": "36RFpw/E/USogVsX3ZdoHg==",
"pluGuid": "a745a4df-c40f-44fd-a881-5b17dd97681e",
"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": "21",
"pluGuid": "f022b8f8-47a2-47ce-8326-07d6ecc93f79",
"created": "2026-04-03T06:25:22.9143836",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:25:22.9143836",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:25:22.9143836",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:25:22.9143836",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:25:22.9143836",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:25:22.9143836",
"lastSold": "2026-04-03T06:25:22.9143836",
"firstSold": "2026-04-03T06:25:22.9143836",
"awsUpdated": "2026-04-03T06:25:22.9143836",
"lastManualUpdate": "2026-04-03T06:25:22.9143836",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:25:22.9143836",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:25:22.9143836",
"doNotRangeUpdated": "2026-04-03T06:25:22.9143836",
"doNotOrderUpdated": "2026-04-03T06:25:22.9143836",
"tracked": "2026-04-03T06:25:22.9143836"
},
"allergens": [
{
"$id": "22",
"primaryKey": {
"$id": "23",
"pluGuid": "e2d6a8a0-47e1-4487-bf67-48942fbaa6db",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "oKjW4uFHh0S/Z0iUL7qm2w==",
"pluGuid": "e2d6a8a0-47e1-4487-bf67-48942fbaa6db",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "22"
}
],
"costs": {
"$id": "24",
"pluG_UID": "wvwvXVqN8UWB5OEPre6zzQ==",
"pluGuid": "5d2ffcc2-8d5a-45f1-81e4-e10fadeeb3cd",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:25:22.9143836",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "25",
"saleHeaderID": 1,
"created": "2026-04-03T06:25:22.9143836",
"createdLocal": "2026-04-03T06:25:22.9143836",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "rtKtW27+2U6TVVplEGzTAg==",
"operatorGuid": "5badd2ae-fe6e-4ed9-9355-5a65106cd302",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "GUxoAFAJ5Umtt9/Of+KDHg==",
"pluGuid": "00684c19-0950-49e5-adb7-dfce7fe2831e",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "26",
"id": 1,
"g_Uid": "/URWlI5csUCHusbtxRuigw==",
"guid": "945644fd-5c8e-40b1-87ba-c6edc51ba283",
"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": "2026-04-03T06:25:22.9143836",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:25:22.9143836",
"endShift": "2026-04-03T06:25:22.9143836",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "27",
"operatorG_UID": "P4mJYeBoi0mdDmCR8EEnWw==",
"operatorGuid": "6189893f-68e0-498b-9d0e-6091f041275b",
"storeID": 2,
"operator": {
"$ref": "26"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "27"
}
]
}
},
{
"$ref": "25"
}
],
"apns": [
{
"$id": "28",
"pluID": 1,
"pluG_UID": "35z2MF6ED0CRLr7NnIkafg==",
"pluGuid": "30f69cdf-845e-400f-912e-becd9c891a7e",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"tuns": [
{
"$id": "29",
"pluG_UId": "jZQU60osBkG5TFUtASFY+A==",
"pluGuid": "eb14948d-2c4a-4106-b94c-552d012158f8",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "13"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"competitionPricing": [
{
"$id": "30",
"identifier": "OQIKYWk+3UmxSsmyqqw7FA==",
"identifierGuid": "610a0239-3e69-49dd-b14a-c9b2aaac3b14",
"pluG_UID": "HaI+xEkk7U2Bn1cfaNChBg==",
"pluGuid": "c43ea21d-2449-4ded-819f-571f68d0a106",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "30"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "31",
"identifier": "wM5cMJ1GpEiPoTXbe+g1bQ==",
"groupName": "sample string 1",
"identifierGuid": "305ccec0-469d-48a4-8fa1-35db7be8356d",
"exists": true,
"flipChartIdentifier": "GpNpj4zKc0S4B2+CDl+q/g==",
"flipChartIdentifierGuid": "8f69931a-ca8c-4473-b807-6f820e5faafe",
"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": "A8yBLSV6IUaxM3b9YeHjpg==",
"groupIdentifierGuid": "2d81cc03-7a25-4621-b133-76fd61e1e3a6",
"flipChart": {
"$id": "32",
"identifier": "CGonud/slECajvrYrN3f1A==",
"identifierGuid": "b9276a08-ecdf-4094-9a8e-fad8acdddfd4",
"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": "33",
"identifier": "aA03M3LR30uuVhpIHoIbGA==",
"identifierGuid": "33370d68-d172-4bdf-ae56-1a481e821b18",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "34",
"id": 1,
"g_UID": "98ndzZYmvEKG9nUv3S7IqQ==",
"guid": "cdddc9f7-2696-42bc-86f6-752fdd2ec8a9",
"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": "NhslT8jREE68O3Ple1Yftw==",
"previousFormGuid": "4f251b36-d1c8-4e10-bc3b-73e57b561fb7",
"nextForm": 1,
"nextFormG_UID": "weE0momdcUeodk/Obi0g2g==",
"nextFormGuid": "9a34e1c1-9d89-4771-a876-4fce6e2d20da",
"attributes": "sample string 10",
"updated": "2026-04-03T06:25:22.9143836",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "34"
},
"previousCheckoutForm": {
"$ref": "34"
},
"buttons": [
{
"$id": "35",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "grkl0GmU0EqigkaWKHVYYA==",
"checkoutFormGuid": "d025b982-9469-4ad0-a282-469628755860",
"identifier": "EtRBPZaFcU6leFGSKv+Elw==",
"identifierGuid": "3d41d412-8596-4e71-a578-51922aff8497",
"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": "E0akVa29KE6HnOEn2y2fqA==",
"valueGuid": "55a44613-bdad-4e28-879c-e127db2d9fa8",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:25:22.9143836",
"action": "sample string 12",
"valueForm": {
"$ref": "34"
},
"image": {
"$id": "36",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:25:22.9143836",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "35"
}
],
"panels": [
{
"$id": "37",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "x5chPnhC10W9QLj+GwOumA==",
"checkoutFormGuid": "3e2197c7-4278-45d7-bd40-b8fe1b03ae98",
"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": "37"
}
]
},
{
"$ref": "34"
}
],
"panels": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"contentPanel": {
"$ref": "37"
},
"products": [
{
"$id": "38",
"flipChartPageIdentifier": "6ZfR3WXGDUqOuzG3dGDjvw==",
"flipChartPageIdentifierGuid": "ddd197e9-c665-4a0d-8ebb-31b77460e3bf",
"pluG_UID": "AzmwWl7wKUK1Ph1IAnZ4sQ==",
"pluGuid": "5ab03903-f05e-4229-b53e-1d48027678b1",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "13"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "38"
}
],
"productCount": 27,
"pages": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
{
"$ref": "31"
}
],
"priceHistory": [
{
"$id": "39",
"pluG_UID": "AZfZOXNCrEGPv23G7b8d6w==",
"pluGuid": "39d99701-4273-41ac-8fbf-6dc6edbf1deb",
"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": "2026-04-03T06:25:22.9143836",
"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": "39"
}
],
"ingredients": [
{
"$id": "40",
"pluG_UID": "QYLvr97+mEyOAZQ9cOJmIw==",
"ingredientGuid": "RFrJk2BBMUWD9bMmTMyV6Q==",
"ingredientIdentifier": "93c95a44-4160-4531-83f5-b3264ccc95e9",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "13"
}
},
{
"$ref": "40"
}
],
"bins": [
{
"$id": "41",
"pluG_UID": "PWPH4Ux4VkifuQQ3URGvHg==",
"pluGuid": "e1c7633d-784c-4856-9fb9-04375111af1e",
"shelfLocationIdentifier": "chXRocCKX06tIIbap0Irpw==",
"shelfLocationGuid": "a1d11572-8ac0-4e5f-ad20-86daa7422ba7",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "iFg28jThyki70CVi6wEbbg==",
"labelPageLayoutGuid": "f2365888-e134-48ca-bbd0-2562eb011b6e",
"updated": "2026-04-03T06:25:22.9143836",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "13"
},
"location": {
"$id": "42",
"identifier": "Z/MaGI7W80u0UVacWyNXeA==",
"storeID": 1,
"identifierGuid": "181af367-d68e-4bf3-b451-569c5b235778",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:25:22.9143836",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
}
},
{
"$ref": "41"
}
],
"bin": {
"$ref": "41"
},
"scaleLocations": [
{
"$id": "43",
"plu": 1,
"pluG_UID": "xXs+aj+QrEuaTKxxcEZXvg==",
"pluGuid": "6a3e7bc5-903f-4bac-9a4c-ac71704657be",
"deptNo": 1,
"product": {
"$ref": "13"
},
"scaleLocation": {
"$id": "44",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:25:22.9143836",
"department": {
"$id": "45",
"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": "44"
},
"subDepartments": [
{
"$id": "46",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "47",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "48",
"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": "2026-04-03T06:25:22.9143836",
"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": "SyjxT2BB10m1ZhC38MGT1w==",
"labelPageLayoutGuid": "4ff1284b-4160-49d7-b566-10b7f0c193d7",
"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": "49",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "51",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "51"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "50"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$id": "52",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "48"
}
],
"updated": "2026-04-03T06:25:22.9143836",
"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": "EfhnU8iV4EKWHYRi+3MYzQ==",
"labelPageLayoutGuid": "5367f811-95c8-42e0-961d-8462fb7318cd",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "47"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:25:22.9143836",
"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": "najYrbU0r0yw5gLqi0gryg==",
"labelPageLayoutGuid": "add8a89d-34b5-4caf-b0e6-02ea8b482bca",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
},
{
"$ref": "46"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:25:22.9143836",
"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": "9ZzpGFHCL0CFPaZ2Jc6Pcg==",
"labelPageLayoutGuid": "18e99cf5-c251-402f-853d-a67625ce8f72",
"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": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
}
}
}
},
{
"$ref": "43"
}
],
"nextPrice": {
"$id": "53",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "1hKkej8rQ0iM04QQnAalSg==",
"pluGuid": "7aa412d6-2b3f-4843-8cd3-84109c06a54a",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "gSRVhkUAdEKSmiunX37UXA==",
"dealCostGuid": "86552481-0045-4274-929a-2ba75f7ed45c",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "rOwd52PGmE6PjtG+dC972Q==",
"priceGroupGuid": "e71decac-c663-4e98-8f8e-d1be742f7bd9",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:25:22.9300049",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "505cf1e6-0ae3-464c-92eb-96f96873fd5c",
"campaignComboPriceGroupG_UID": "rmHb/tJ87E6ChiLA405kOw==",
"campaignComboPriceGroupIdentifier": "fedb61ae-7cd2-4eec-8286-22c0e34e643b",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "54",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:25:22.9300049",
"operatorG_UID": "kzcXSNcVyUWP7/HWFxGMOg==",
"operatorGuid": "48173793-15d7-45c9-8fef-f1d617118c3a",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:25:22.9300049",
"signIqTicketFileMovedUtc": "2026-04-03T06:25:22.9300049",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:25:22.9300049",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "69e32a77-4936-4f99-be62-23b2416d1cdb",
"product": {
"$ref": "13"
},
"campaignPlu": {
"$ref": "53"
},
"fuelItem": true
},
{
"$ref": "54"
}
],
"campaign": {
"$id": "55",
"id": 1,
"storeID": 2,
"name": "aa064372-72b0-42f6-ade6-3f0500268203",
"nameGuid": "aa064372-72b0-42f6-ade6-3f0500268203",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:25:22.9300049",
"startTime": 1,
"endDate": "2026-04-03T06:25:22.9300049",
"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": "2026-04-03T06:25:22.9300049",
"system": true,
"created": "2026-04-03T06:25:22.9300049",
"updated": "2026-04-03T06:25:22.9300049",
"priceChangeNotifiedUtc": "2026-04-03T06:25:22.9300049",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "pujclOy56EG7xOfQney5uw==",
"hostIdentifierGuid": "94dce8a6-b9ec-41e8-bbc4-e7d09decb9bb",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:25:22.9300049",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"campaignPools": [
{
"$id": "56",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "CWUuwj0k3UWNtg6XwXKB5w==",
"pluGuid": "c22e6509-243d-45dd-8db6-0e97c17281e7",
"hostOfferID": 1,
"priceGroupG_UID": "rxzLOdk46EmwXsiUZj9v/g==",
"priceGroupGuid": "39cb1caf-38d9-49e8-b05e-c894663f6ffe",
"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": "2026-04-03T06:25:22.9300049",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "13"
},
"campaign": {
"$ref": "55"
}
},
{
"$ref": "56"
}
],
"sellingRules": [
{
"$id": "57",
"id": 1,
"identifier": "YUvV3S4q0kKPYKJSBJcSvQ==",
"identifierStr": "YUvV3S4q0kKPYKJSBJcSvQ==",
"identifierGuid": "ddd54b61-2a2e-42d2-8f60-a252049712bd",
"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": "55"
}
},
{
"$ref": "57"
}
],
"customers": [
{
"$id": "58",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "slFLtW+qLEeADA2Q2w95Zw==",
"customerIDGuid": "b54b51b2-aa6f-472c-800c-0d90db0f7967",
"campaign": {
"$ref": "55"
},
"customer": {
"$id": "59",
"identifier": "5jfsi69vp0SCr9nSXQ4Feg==",
"identifierGuid": "8bec37e6-6faf-44a7-82af-d9d25d0e057a",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:25:22.9300049",
"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": "k4h2WZZlJUe1rwkdqS+9EA==",
"communityIdentifierGuid": "59768893-6596-4725-b5af-091da92fbd10",
"joined": "2026-04-03T06:25:22.9300049",
"updated": "2026-04-03T06:25:22.9300049",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "Xahs3buq80WA38PgbMAc7g==",
"priceLevelIdentifierGuid": "dd6ca85d-aabb-45f3-80df-c3e06cc01cee",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:25:22.9300049",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "60",
"cardType": 2,
"issueDate": "2026-04-03T06:25:22.9300049",
"expiry": "2026-04-03T06:25:22.9300049",
"customerID": "RT80Q082yUei2quTa0c7DQ==",
"customerIDGuid": "43343f45-364f-47c9-a2da-ab936b473b0d",
"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": "2026-04-03T06:25:22.9300049",
"linkedAccount": "TwRBWJx5nUqRBCA329ANxg==",
"linkedAccountGuid": "5841044f-799c-4a9d-9104-2037dbd00dc6",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "59"
},
"account": {
"$id": "61",
"id": 1,
"identifier": "ErA2MijESkiRVl7HhhmQvQ==",
"identifierGuid": "3236b012-c428-484a-9156-5ec7861990bd",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:25:22.9300049",
"owner": "NHRgsSwPiEW93uT8KVHZaQ==",
"ownerGuid": "b1607434-0f2c-4588-bdde-e4fc2951d969",
"accountStoreGroupIdentifier": "IcqQwnLo20yBp4KzD5nf0Q==",
"accountStoreGroupGuid": "c290ca21-e872-4cdb-81a7-82b30f99dfd1",
"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": "2026-04-03T06:25:22.9300049",
"active": true,
"updated": "2026-04-03T06:25:22.9300049",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "59"
},
"card": {
"$ref": "60"
},
"members": {
"$id": "62",
"sample string 1": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"sample string 2": [
{
"$ref": "59"
},
{
"$ref": "59"
}
]
},
"customerGroups": [
{
"$id": "63",
"identifier": "yXjTF31zEEeLmlWnsCsyqg==",
"identifierGuid": "17d378c9-737d-4710-8b9a-55a7b02b32aa",
"name": "sample string 2",
"primaryContact": "ArC/Pqj5AEOqv6NRH0LfPA==",
"primaryContactGuid": "3ebfb002-f9a8-4300-aabf-a3511f42df3c",
"accountID": "NEDekUaebU26aeITPY0ZYA==",
"accountIDGuid": "91de4034-9e46-4d6d-ba69-e2133d8d1960",
"special": true,
"updated": "2026-04-03T06:25:22.9300049",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "5Gwh1/f7EEe8LOjcaja7VA==",
"priceLevelIdentifierGuid": "d7216ce4-fbf7-4710-bc2c-e8dc6a36bb54",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "61"
},
"primaryContactCustomer": {
"$ref": "59"
},
"customerGroupMembers": [
{
"$id": "64",
"id": 1,
"groupID": "KBivk6NNjECjsD/ltXUGbQ==",
"groupIDGuid": "93af1828-4da3-408c-a3b0-3fe5b575066d",
"customerID": "jJDwcpZZbEiYGvc9mXkKTw==",
"customerIDGuid": "72f0908c-5996-486c-981a-f73d99790a4f",
"card": "sample string 4",
"linkedAccount": "uHcahNt50E+aR5O4FgtTjw==",
"linkedAccountGuid": "841a77b8-79db-4fd0-9a47-93b8160b538f",
"customer": {
"$ref": "59"
},
"group": {
"$ref": "63"
},
"customerCard": {
"$ref": "60"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "63"
}
]
},
"payments": [
{
"$id": "65",
"id": 1,
"identifier": "LrObCUkIs0+UBAwUQ7VHDQ==",
"identifierGuid": "099bb32e-0849-4fb3-9404-0c1443b5470d",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "xfou31NXvEmzRVUmg2xZEA==",
"accountIDGuid": "df2efac5-5753-49bc-b345-5526836c5910",
"customerAccount": {
"$ref": "61"
},
"customerCard": {
"$ref": "60"
},
"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": "2026-04-03T06:25:22.9300049",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "aFg5ubG8VkWaUlHMtvZphA==",
"idempotentVoidGuid": "b9395868-bcb1-4556-9a52-51ccb6f66984",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "66",
"saleHeaderID": 1,
"saleHeaderGuid": "HOxIhVn//0StbU/SwUhcCA==",
"saleHeaderIdentifierGuid": "8548ec1c-ff59-44ff-ad6d-4fd2c1485c08",
"created": "2026-04-03T06:25:22.9300049",
"createdLocal": "2026-04-03T06:25:22.9300049",
"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": "2026-04-03T06:25:22.9300049",
"storeID": 1,
"operatorG_Uid": "SCQN3Ray10q7FLdHJKNlWA==",
"operatorGuid": "dd0d2448-b216-4ad7-bb14-b74724a36558",
"customerG_Uid": "rZUAVjbyYEiYfJwwjhVluw==",
"customerGuid": "560095ad-f236-4860-987c-9c308e1565bb",
"communityIdentifier": "MJg0/FMX8Eend38JcV8Vew==",
"communityIdentifierGuid": "fc349830-1753-47f0-a777-7f09715f157b",
"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": "11gmihMOn0mPGRjcmNFrRw==",
"priceLevelIdentifierGuid": "8a2658d7-0e13-499f-8f19-18dc98d16b47",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:25:22.9300049+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
"deserialisedOrderMetadata": {
"$id": "67",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:25:22.9300049",
"deliveryAddress1": "sample string 2",
"deliveryAddress2": "sample string 3",
"customerPhoneNumber": "sample string 4",
"orderType": 0,
"externalOrderID": "sample string 5",
"externalDisplayableOrderID": "sample string 6",
"tableName": "sample string 7",
"createdBy": 0,
"orderingAppName": "sample string 8"
},
"relationChecksum": "sample string 38",
"loyaltyTender": 1,
"giftCardTender": 1,
"operator": {
"$ref": "26"
},
"customer": {
"$ref": "59"
},
"communityOrganisation": {
"$id": "68",
"id": 1,
"identifier": "jAnB4BoqU02DNI8VR++39g==",
"identifierGuid": "e0c1098c-2a1a-4d53-8334-8f1547efb7f6",
"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",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:25:22.9300049",
"promoPeriodEnd": "2026-04-03T06:25:22.9300049",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:25:22.9300049",
"deleted": true
},
"details": [
{
"$id": "69",
"saleItemID": 1,
"identifier": "OYdGkbY1l0KTY7l4YF+PLw==",
"identifierGuid": "91468739-35b6-4297-9363-b978605f8f2f",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "w2PpuAqFUEuMQLAzBPs8UQ==",
"pluGuid": "b8e963c3-850a-4b50-8c40-b03304fb3c51",
"accountID": "af02BczSa0OdMcKyoT/B+Q==",
"accountIDGuid": "0536fd69-d2cc-436b-9d31-c2b2a13fc1f9",
"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": "2026-04-03T06:25:22.9300049",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "XIgGs1yG3UulrDAbMXjJ5Q==",
"refundGuid": "b306885c-865c-4bdd-a5ac-301b3178c9e5",
"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": "1EcT9omyu0C8IaFHd7XCRA==",
"idempotentVoidGuid": "f61347d4-b289-40bb-bc21-a14777b5c244",
"priceLevelIdentifier": "PrWJiXlZCkatx7gPyRzASg==",
"priceLevelIdentifierGuid": "8989b53e-5979-460a-adc7-b80fc91cc04a",
"communityIdentifier": "xsHnr9WShkWmWiNJOYcdBw==",
"communityIdentifierGuid": "afe7c1c6-92d5-4586-a65a-234939871d07",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "70",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:25:22.9300049",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "70"
}
],
"refund": {
"$id": "71",
"id": 1,
"g_UID": "tlgH6a945EW3oukaNoFNuw==",
"guid": "e90758b6-78af-45e4-b7a2-e91a36814dbb",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:25:22.9300049"
},
"modifier": {
"$id": "72",
"id": 1,
"setG_UID": "JAU5zNpecEel5g8uVvRGlg==",
"modifierSetGuid": "cc390524-5eda-4770-a5e6-0f2e56f44696",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "zdeJwgdqpESdtpMHxCbS4Q==",
"pluGuid": "c289d7cd-6a07-44a4-9db6-9307c426d2e1",
"deleted": true,
"g_UID": "j49OqGFb5UGbQCVLSaAogg==",
"guid": "a84e8f8f-5b61-41e5-9b40-254b49a02882",
"product": {
"$ref": "13"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "69"
}
],
"eftReceipts": [
{
"$id": "73",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "66"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "73"
}
],
"payments": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"cards": [
{
"$id": "74",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "74"
}
],
"campaignHits": [
{
"$id": "75",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "75"
}
],
"fuel": [
{
"$id": "76",
"id": 1,
"plu": 1,
"pluG_UID": "yFVLljn/C0+q2ozGqK6Zxg==",
"pluGuid": "964b55c8-ff39-4f0b-aada-8cc6a8ae99c6",
"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": "2026-04-03T06:25:22.9300049",
"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": "2026-04-03T06:25:22.9300049",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "76"
}
],
"fuelResells": [
{
"$id": "77",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "RQVvHfzGOUGtD+mB1wtaKw==",
"pluGuid": "1d6f0545-c6fc-4139-ad0f-e981d70b5a2b",
"accountID": "Kbr/ecQfcU2NXJszLkjRVQ==",
"accountIDGuid": "79ffba29-1fc4-4d71-8d5c-9b332e48d155",
"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": "2026-04-03T06:25:22.9300049",
"bestOrExpireType": 1,
"refundG_UID": "ymy1S0oqv0CxSvO34bjlRw==",
"refundGuid": "4bb56cca-2a4a-40bf-b14a-f3b7e1b8e547",
"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": "77"
}
],
"customerOrder": [
{
"$id": "78",
"identifier": "IhiJipfqjUOW4vvpDVDl8g==",
"identifierGuid": "8a891822-ea97-438d-96e2-fbe90d50e5f2",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "NRtu3NutDU+i46rhGyOehA==",
"customerIdentifierGuid": "dc6e1b35-addb-4f0d-a2e3-aae11b239e84",
"operatorNo": 1,
"operatorG_UID": "uqdc7H2AlEaceOe2J63gzg==",
"operatorGuid": "ec5ca7ba-807d-4694-9c78-e7b627ade0ce",
"created": "2026-04-03T06:25:22.9300049",
"ordered": "2026-04-03T06:25:22.9300049",
"started": "2026-04-03T06:25:22.9300049",
"completed": "2026-04-03T06:25:22.9300049",
"supplied": "2026-04-03T06:25:22.9300049",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "59"
},
"operator": {
"$ref": "26"
},
"details": [
{
"$id": "79",
"headerID": 1,
"plu": 1,
"pluG_UId": "RkT7x8bK6kqdhkK9ch+JkA==",
"pluGuid": "c7fb4446-cac6-4aea-9d86-42bd721f8990",
"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": "9DSUOuwY/U2MC9ZOjy1Frg==",
"headerIdentifierGuid": "3a9434f4-18ec-4dfd-8c0b-d64e8f2d45ae",
"product": {
"$ref": "13"
}
},
{
"$ref": "79"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "66"
}
},
{
"$ref": "78"
}
],
"surveyResponses": [
{
"$id": "80",
"surveyG_UID": "2sqErbJuFUi0NYTcTJwqZA==",
"surveyGuid": "ad84cada-6eb2-4815-b435-84dc4c9c2a64",
"saleHeaderGuid": "h9wPcorhX0+vLuhJ70yHGw==",
"saleGuid": "720fdc87-e18a-4f5f-af2e-e849ef4c871b",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "elHaHj0gzEOwQb5gntM9OQ==",
"guidResponse": "1eda517a-203d-43cc-b041-be609ed33d39",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:25:22.9300049",
"sale": {
"$ref": "66"
},
"survey": {
"$id": "81",
"g_UID": "WkovfxdtMUGO8BkzsMg4BA==",
"guid": "7f2f4a5a-6d17-4131-8ef0-1933b0c83804",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "6EvA6fJMMkCzNw3oa4aXbA==",
"checkoutFormGuid": "e9c04be8-4cf2-4032-b337-0de86b86976c",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:25:22.9300049",
"end": "2026-04-03T06:25:22.9300049",
"deleted": true,
"updated": "2026-04-03T06:25:22.9300049",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"4de80b5e-3275-40d2-b6a5-c491560caeb5",
"0676765b-d18f-430e-a2b2-56a6aab05145"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "34"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "80"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "rvMNMhH0tUm4bEIygioPHQ==",
"accountIdentifier": "320df3ae-f411-49b5-b86c-4232822a0f1d",
"accountName": "sample string 44",
"customerOrderIdentifier": "eCDl+DthckGR5UB8EQX6zw==",
"customerOrderIdentifierGuid": "f8e52078-613b-4172-91e5-407c1105facf",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "82",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "2yAJGFTOukuPizLG9TjnWw==",
"paymentIdentifierGuid": "180920db-ce54-4bba-8f8b-32c6f538e75b",
"identifier": "X9d3IBhHEUOjQ5L4/rv8uA==",
"identifierGuid": "2077d75f-4718-4311-a343-92f8febbfcb8",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "2FBCwUOLEUutwJgE+pKl9w==",
"itemIdentifierGuid": "c14250d8-8b43-4b11-adc0-9804fa92a5f7"
}
},
{
"$ref": "65"
}
]
},
{
"$ref": "60"
}
],
"customerGroupMembers": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"customerGroups": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"accounts": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"account": {
"$ref": "61"
},
"vouchers": [
{
"$id": "83",
"customerIdentifier": "g5cgJAh3YEq6EdITu70ViA==",
"customerIdentifierGuid": "24209783-7708-4a60-ba11-d213bbbd1588",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "xuh109+WZ0+TFBswZCLOlw==",
"idempotentGuid": "d375e8c6-96df-4f67-9314-1b306422ce97",
"offline": true,
"voucher": {
"$id": "84",
"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": "2026-04-03T06:25:22.9300049",
"barcodeTemplate": {
"$id": "85",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "86",
"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": "2026-04-03T06:25:22.9300049",
"labelPageLayout": "RRr4Cj0EoUu+9Kwdch4F8w==",
"pageLayoutGuid": "0af81a45-043d-4ba1-bef4-ac1d721e05f3",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "84"
},
"elements": [
{
"$id": "87",
"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": "2026-04-03T06:25:22.9300049"
},
{
"$ref": "87"
}
]
},
"customerVouchers": [
{
"$id": "88",
"id": 1,
"customerIdentifier": "edLGnItPP0yfiUXGWPb4Lg==",
"customerIdentifierGuid": "9cc6d279-4f8b-4c3f-9f89-45c658f6f82e",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:25:22.9300049",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Qf9Ya4j4XkW/zCNJPfk8mA==",
"issuedIdempotentGuid": "6b58ff41-f888-455e-bfcc-23493df93c98",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:25:22.9300049",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:25:22.9300049",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "wN0E0KxUiE24R0zNlvhVjw==",
"redeemedIdempotentGuid": "d004ddc0-54ac-4d88-b847-4ccd96f8558f",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:25:22.9300049",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "86"
},
"voucher": {
"$ref": "84"
},
"customer": {
"$ref": "59"
},
"issuedOfflinePayment": {
"$ref": "65"
},
"redeemedOfflinePayment": {
"$ref": "65"
}
},
{
"$ref": "88"
}
]
},
"customer": {
"$ref": "59"
}
},
{
"$ref": "83"
}
]
}
},
{
"$ref": "58"
}
],
"customerGroups": [
{
"$id": "89",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "VRd4A9m48kuNQleBgWIuSg==",
"groupIDGuid": "03781755-b8d9-4bf2-8d42-578181622e4a",
"campaign": {
"$ref": "55"
},
"group": {
"$ref": "63"
}
},
{
"$ref": "89"
}
],
"signIqTickets": [
{
"$id": "90",
"identifier": "diedPXmmk0WJFU5u9yNLWQ==",
"identifierGuid": "3d9d2776-a679-4593-8915-4e6ef7234b59",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "90"
}
],
"comboPriceGroups": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "mgco8sy6/UyPdScPGQBEvQ==",
"guid": "f228079a-bacc-4cfd-8f75-270f190044bd",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "55"
},
"comboPricePlus": [
{
"$id": "92",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "6JqVXTUiOkeNIWO3AwqEZg==",
"groupGuid": "5d959ae8-2235-473a-8d21-63b7030a8466",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "HbYMe0+xVkieJWiRmRREmQ==",
"pluGuid": "7b0cb61d-b14f-4856-9e25-689199144499",
"priceGroupG_UID": "N9gpRQ+9Xkm1AwuMV31ptg==",
"priceGroupGuid": "4529d837-bd0f-495e-b503-0b8c577d69b6",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "55"
},
"product": {
"$ref": "13"
},
"priceGroup": {
"$ref": "19"
},
"campaignPool": {
"$ref": "55"
}
},
{
"$ref": "92"
}
]
},
{
"$ref": "91"
}
],
"priceLevels": [
{
"$id": "93",
"id": 1,
"priceLevelIdentifier": "3RxTs6vaZ0ix6gIq03Xmcg==",
"priceLevelIdentifierGuid": "b3531cdd-daab-4867-b1ea-022ad375e672",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "93"
}
],
"promotionType": {
"$id": "94",
"identifier": "luyE0amSyEq7/0z34Dlvow==",
"identifierGuid": "d184ec96-92a9-4ac8-bbff-4cf7e0396fa3",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "qU9cqAYkZkSONtpY0LBtpg==",
"labelPageLayoutGuid": "a85c4fa9-2406-4466-8e36-da58d0b06da6",
"priceLevelIdentifier": "IDXc7OjoRE6upVzy4zJs1g==",
"priceLevelIdentifierGuid": "ecdc3520-e8e8-4e44-aea5-5cf2e3326cd6",
"active": true,
"updated": "2026-04-03T06:25:22.9300049",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "13"
},
"dealCost": {
"$id": "95",
"headerIdentifier": "SgGqzl3qukKIBkoOqbXchA==",
"headerIdentifierGuid": "ceaa014a-ea5d-42ba-8806-4a0ea9b5dc84",
"identifier": "2e8dlSGL50CdUB21B+MGBQ==",
"identifierGuid": "951defd9-8b21-40e7-9d50-1db507e30605",
"supplierIdentifier": "My0OSnhpl0SBr7V/uznkMw==",
"supplierGuid": "4a0e2d33-6978-4497-81af-b57fbb39e433",
"pluG_UID": "0dsVSEZmpkCGMU4ymqjO+A==",
"pluGuid": "4815dbd1-6646-40a6-8631-4e329aa8cef8",
"campaignName": "aadcf242-2883-4354-a713-f2f90840499f",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:25:22.9300049",
"end": "2026-04-03T06:25:22.9300049",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "dz0UeaK9kUKZ14up9wkp3w==",
"bonusItemPluGuid": "79143d77-bda2-4291-99d7-8ba9f70929df",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:25:22.9300049",
"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": "2026-04-03T06:25:22.9300049",
"campaignEndDate": "2026-04-03T06:25:22.9300049",
"masterPLUG_UID": "W7yrfEDx+ESovuuFq3TzIg==",
"masterID": "7cabbc5b-f140-44f8-a8be-eb85ab74f322",
"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": "SnaIC+1tL0WPbUEs1wiKng==",
"bonusMasterID": "0b88764a-6ded-452f-8f6d-412cd7088a9e",
"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": "2026-04-03T06:25:22.9300049",
"dealCosts": [
{
"$ref": "95"
},
{
"$ref": "95"
}
],
"tags": [
{
"$id": "96",
"pluG_UID": "8KTbZfH1+E674ljrDerP8w==",
"pluGuid": "65dba4f0-f5f1-4ef8-bbe2-58eb0deacff3",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "96"
}
],
"alternateProductG_UID": "sSzRbx3O4EWkhNQezv4Fsg==",
"alternateProduct": "6fd12cb1-ce1d-45e0-a484-d41ecefe05b2",
"altProduct": {
"$ref": "13"
},
"productHostCode": {
"$id": "97",
"id": 1,
"pluG_UID": "/T+lKfj3mUatOCGwhas3LQ==",
"pluGuid": "29a53ffd-f7f8-4699-ad38-21b085ab372d",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "49"
},
"mscCom": {
"$ref": "50"
},
"mscDep": {
"$ref": "52"
},
"mscSubCom": {
"$ref": "51"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:25:22.9300049",
"inventoryTracked": "2026-04-03T06:25:22.9300049",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "98",
"pluG_UID": "STIueIS480+nE4U8pSsoxQ==",
"pluGuid": "782e3249-b884-4ff3-a713-853ca52b28c5",
"fuelPluG_UID": "hl4iXMgEj0ezydalxySU8w==",
"fuelPluGuid": "5c225e86-04c8-478f-b3c9-d6a5c72494f3",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "98"
},
{
"$ref": "98"
}
]
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "99",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "100",
"storeID": 1,
"supplierIdentifier": "YqKt/e2AMEmU/jH0b2lkLw==",
"supplierGuid": "fdada262-80ed-4930-94fe-31f46f69642f",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "100"
}
],
"cycles": [
{
"$id": "101",
"storeID": 1,
"supplierIdentifier": "+g8B0OM3Y0+309IC2hughw==",
"supplierGuid": "d0010ffa-37e3-4f63-b7d3-d202da1ba087",
"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": "2026-04-03T06:25:22.9300049",
"deliveryDate": "2026-04-03T06:25:22.9300049",
"nextCutOffDate": "2026-04-03T06:25:22.9300049",
"nextDeliveryDate": "2026-04-03T06:25:22.9300049",
"nextDaysBuffer": 10
},
{
"$ref": "101"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:25:22.9300049",
"isHost": true
},
"files": [
{
"$id": "102",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:25:22.9300049",
"processed": "2026-04-03T06:25:22.9300049",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:25:22.9300049",
"size": 1,
"sizeFormat": "sample string 7",
"isArchive": true,
"customerNumber": "sample string 9",
"businessPillar": "sample string 10",
"fileType": "sample string 11",
"version": "sample string 12",
"reference": "sample string 13",
"digest": "sample string 14",
"contentType": "sample string 15",
"host": {
"$ref": "7"
},
"metcashHeader": {
"$id": "103",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:25:22.9300049",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "102"
}
],
"zoneMatrix": [
{
"$id": "104",
"id": 1,
"hostIdentifier": "Ia0rFd7x/UG9JNCRZG9yoQ==",
"hostIdentifierGuid": "152bad21-f1de-41fd-bd24-d091646f72a1",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"02932572-506b-4e1c-be1c-9840bcd1a9c2",
"fb67d3e7-e4de-460b-9b06-687d1cbb39b5"
]
},
{
"$ref": "104"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "105",
"identifier": "1DtpF3diN0msG3qWytqy4A==",
"identifierGuid": "17693bd4-6277-4937-ac1b-7a96cadab2e0",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "105"
}
],
"promoTypeGuids": [
"8c4ff194-5655-4d53-9412-34edff539cf9",
"4359e501-c898-431b-8235-cac84b67464f"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "106",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "106"
}
],
"sales": [
{
"$id": "107",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:25:22.9300049",
"ftpSite": {
"$id": "108",
"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": "107"
}
],
"zoneMatrix": [
{
"$ref": "104"
},
{
"$ref": "104"
}
],
"cashManagements": [
{
"$id": "109",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "110",
"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": "109"
}
],
"updateStoreID": "410caa39-c50d-422d-b9d7-f6321316a913",
"updateStore": {
"$id": "111",
"id": "a4a971b1-a4cf-4c1e-9ac8-7ea34c7ace89",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:25:22.9300049",
"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": "2026-04-03T06:25:22.9300049"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "112",
"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": "8"
},
"orderCycle": {
"$id": "113",
"id": 1,
"autoOrderGuid": "PceC5M71zEqQSv5AwX7MbQ==",
"autoOrderIdentifier": "e482c73d-f5ce-4acc-904a-fe40c17ecc6d",
"cutOffDate": "2026-04-03T06:25:22.9300049",
"deliveryDate": "2026-04-03T06:25:22.9300049",
"daysBuffer": 3,
"nextCutOffDate": "2026-04-03T06:25:22.9300049",
"nextDeliveryDate": "2026-04-03T06:25:22.9300049",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "114",
"autoOrderGuid": "KblxkjuLeUGk2guUvebORw==",
"autoOrderIdentifier": "9271b929-8b3b-4179-a4da-0b94bde6ce47",
"pluG_UID": "ULiHGiWcn0OomK2BIq54WA==",
"pluGuid": "1a87b850-9c25-439f-a898-ad8122ae7858",
"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": "2026-04-03T06:25:22.9300049",
"investmentBuyStatus": 2,
"processed": "2026-04-03T06:25:22.9300049",
"product": {
"$ref": "13"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "101"
},
"dayWeighting": {
"$id": "115",
"sunday": 1.1
},
"inventory": {
"$id": "116",
"inventoryGuid": "VFS9OMUZ50OEN7QlsHLT3A==",
"inventoryIdentifier": "38bd5454-19c5-43e7-8437-b425b072d3dc",
"created": "2026-04-03T06:25:22.9300049",
"createdLocal": "2026-04-03T06:25:22.9300049",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-04-03T06:25:22.9300049",
"history": [
{
"$id": "117",
"inventoryGuid": "9S6akA3nkkOi7ZJpY6Lw5w==",
"inventoryIdentifier": "909a2ef5-e70d-4392-a2ed-926963a2f0e7",
"pluG_UID": "84KFxRIyqE6nw1IFtRrCMg==",
"pluIdentifier": "c58582f3-3212-4ea8-a7c3-5205b51ac232",
"inventoryReason": 3,
"inventoryInvoiceGuid": "pHLCY2fgikein+7SL2uoaQ==",
"invoiceIdentifier": "63c272a4-e067-478a-a29f-eed22f6ba869",
"operatorGuid": "ABEjZlfs/0K09hROpltYpw==",
"operatorIdentifier": "66231100-ec57-42ff-b4f6-144ea65b58a7",
"stocktakeGuid": "iDSM2O4O/USZvCBRRTiR+A==",
"stocktakeIdentifier": "d88c3488-0eee-44fd-99bc-2051453891f8",
"orderGuid": "vbKKYOhACki/xyn4uZKXDw==",
"orderIdentifier": "608ab2bd-40e8-480a-bfc7-29f8b992970f",
"saleHeaderGuid": "5SKQM/2W/0aPKXxqh8BjHg==",
"saleHeaderGuidIdentifier": "339022e5-96fd-46ff-8f29-7c6a87c0631e",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "fMLxB717jU+KNpWnc3N0bg==",
"creditNoteGuid": "07f1c27c-7bbd-4f8d-8a36-95a77373746e",
"inventorySourceGuid": "qsAHTugR4ECvU9QDGhGHNg==",
"inventorySourceIdentifier": "4e07c0aa-11e8-40e0-af53-d4031a118736",
"createdLocal": "2026-04-03T06:25:22.9300049",
"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": "2026-04-03T06:25:22.9300049",
"createdLocalTime": "2026-04-03T06:25:22.9300049",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "118",
"inventoryInvoiceGuid": "C56JWxrWCEmUCILQA19zqg==",
"invoiceIdentifier": "5b899e0b-d61a-4908-9408-82d0035f73aa",
"inventoryGuid": "O44sEc2X5Ue33Fo19SvmwQ==",
"inventoryIdentifier": "112c8e3b-97cd-47e5-b7dc-5a35f52be6c1",
"supplierIdentifier": "WZA8C6ckk0Gul73BqwnXGg==",
"supplierGuid": "0b3c9059-24a7-4193-ae97-bdc1ab09d71a",
"orderGuid": "72W8JohbsUilhWa0wS1mcw==",
"orderIdentifier": "26bc65ef-5b88-48b1-a585-66b4c12d6673",
"invoiceHeaderIdentifier": "AARf61FKgUmTFzEm89SgtA==",
"invoiceHeaderGuid": "eb5f0400-4a51-4981-9317-3126f3d4a0b4",
"created": "2026-04-03T06:25:22.9300049",
"ordered": "2026-04-03T06:25:22.9300049",
"storeID": 1,
"bestOrExpire": "2026-04-03T06:25:22.9300049",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-04-03T06:25:22.9300049",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "PZ7qWKXOeECm7hlcEJDGeQ==",
"pluGuid": "58ea9e3d-cea5-4078-a6ee-195c1090c679",
"orderInventoryGuid": "lgzKsOv4zUS2RNpt763OvA==",
"orderInventoryIdentifier": "b0ca0c96-f8eb-44cd-b644-da6defadcebc",
"supplier": {
"$ref": "8"
},
"inventoryUnits": [
{
"$id": "119",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "G+Sk2/9BLEGYJmlWKmrA+A==",
"invoiceIdentifier": "dba4e41b-41ff-412c-9826-69562a6ac0f8",
"inventoryGuid": "oZsvL+hxPEq17gHEZH2BQA==",
"inventoryIdentifier": "2f2f9ba1-71e8-4a3c-b5ee-01c4647d8140",
"serialNumber": "sample string 3",
"sold": "2026-04-03T06:25:22.9300049",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-04-03T06:25:22.9300049",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "119"
}
]
},
"invoiceHeaderIdentifier": "6aHU5/9G90ahI0dV55PCaw==",
"invoiceHeaderGuid": "e7d4a1e9-46ff-46f7-a123-4755e793c26b",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "120",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-04-03T06:25:22.9300049"
},
"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,
"externalId": "sample string 30",
"apn": "sample string 31",
"deptCode": "sample string 32"
},
{
"$ref": "117"
}
],
"products": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"explanations": [
{
"$id": "121",
"pluG_UID": "oHEtu7yuX0idobcHQd+aIA==",
"pluGuid": "bb2d71a0-aebc-485f-9da1-b70741df9a20",
"consolidatedSales": {
"$id": "122",
"1": {
"$id": "123",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "123"
}
},
"dailyPrices": {
"$id": "124",
"2026-04-03T06:25:22.9300049": {
"$id": "125",
"date": "2026-04-03T06:25:22.9300049",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "3RY81cRUCkG/X0/TP4t8Bw==",
"comboPriceGroupGuid": "d53c16dd-54c4-410a-bf5f-4fd33f8b7c07"
}
},
"onHandPredictions": [
{
"$id": "126",
"autoOrderGuid": "jS+AElsIjEKaOxVxUT8usQ==",
"autoOrderIdentifier": "12802f8d-085b-428c-9a3b-1571513f2eb1",
"pluG_UID": "gpkv1pyb8Ea1vXXDi1KcJg==",
"pluGuid": "d62f9982-9b9c-46f0-b5bd-75c38b529c26",
"childPLUG_UID": "CgzmFnAn/kmtR9QK9ET2Ag==",
"childPluGuid": "16e60c0a-2770-49fe-ad47-d40af444f602",
"date": "2026-04-03T06:25:22.9300049",
"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": "126"
}
],
"predictions": [
{
"$ref": "126"
},
{
"$ref": "126"
}
],
"product": {
"$ref": "13"
}
},
{
"$ref": "121"
}
],
"supplierOrderingDetail": {
"$ref": "11"
},
"manufacturerSupplier": "733d4674-1b48-4742-b9cf-e7696ebfaca4",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "114"
}
],
"boosts": [
{
"$id": "127",
"autoOrderGuid": "UXzszc9qUkWxZMkTMtaUrA==",
"autoOrderIdentifier": "cdec7c51-6acf-4552-b164-c91332d694ac",
"date": "2026-04-03T06:25:22.9300049",
"boost": 2
},
{
"$ref": "127"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "128",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "8"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "129",
"orderGuid": "UT/FgUHNzEiSAGg01e87Yg==",
"orderIdentifier": "81c53f51-cd41-48cc-9200-6834d5ef3b62",
"supplierIdentifier": "DE2ethAwLkeaO9ku29vUxQ==",
"supplierGuid": "b69e4d0c-3010-472e-9a3b-d92edbdbd4c5",
"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": "130",
"id": 1,
"orderGuid": "Sj3XzGL/vUm3nqRsKe8r9w==",
"orderIdentifier": "ccd73d4a-ff62-49bd-b79e-a46c29ef2bf7",
"pluG_UID": "ypu3ZQCM/kKKBEcQDO62Fw==",
"pluGuid": "65b79bca-8c00-42fe-8a04-47100ceeb617",
"created": "2026-04-03T06:25:22.9300049",
"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,
"doNotRange": true,
"doNotOrder": true,
"cost": 1,
"costDecimals": 1,
"pickedCost": 1,
"pickedCostDecimals": 1,
"averagePackSize": 11.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 12",
"receivedUnits": 1,
"receivedWeight": 1,
"received": 1,
"status": 13,
"substituteG_UID": "a9MRdrWtBECMB6mCO0x5ag==",
"substituteGuid": "7611d36b-adb5-4004-8c07-a9823b4c796a",
"warehousePLUG_UID": "3YbKC1ySDUqtLvmnZHvwJQ==",
"warehousePluGuid": "0bca86dd-925c-4a0d-ad2e-f9a7647bf025",
"updated": "2026-04-03T06:25:22.9300049",
"increment": true,
"description": "sample string 15",
"product": {
"$ref": "13"
},
"unknownScan": {
"$id": "131",
"pluG_UID": "E3PQEx61zEqP/TYPuDdhNw==",
"pluGuid": "13d07313-b51e-4acc-8ffd-360fb8376137",
"orderGuid": "EdNNMw99UEaadv8BzbhSAQ==",
"orderIdentifier": "334dd311-7d0f-4650-9a76-ff01cdb85201",
"barcode": "sample string 3",
"created": "2026-04-03T06:25:22.9300049",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "13"
},
"warehouseProduct": {
"$ref": "13"
},
"lookup": {
"$id": "132",
"pluG_UID": "BKIoQ9LvXEKfkz7QypgVrQ==",
"pluGuid": "4328a204-efd2-425c-9f93-3ed0ca9815ad",
"inventoryGuid": "qd8E3iaHl0u3RinkVeg6vg==",
"inventoryIdentifier": "de04dfa9-8726-4b97-b746-29e455e83abe",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-04-03T06:25:22.9300049",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-04-03T06:25:22.9300049",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "11"
},
"dealCost": {
"$ref": "95"
},
"nextCost": {
"$ref": "95"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-04-03T06:25:22.9300049",
"orderHeader": {
"$ref": "1"
},
"invoiceDetail": {
"$id": "133",
"identifier": "NZhD4J27I0iJQuhcaoPuVw==",
"identifierGuid": "e0439835-bb9d-4823-8942-e85c6a83ee57",
"headerIdentifier": "JfJkhItqd0SjVFMz9C22aA==",
"headerIdentifierGuid": "8464f225-6a8b-4477-a354-5333f42db668",
"pluG_UID": "BjQCnPQjjEWBeiEdlsO4/g==",
"pluGuid": "9c023406-23f4-458c-817a-211d96c3b8fe",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-04-03T06:25:22.9300049",
"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": "2026-04-03T06:25:22.9300049",
"costEnd": "2026-04-03T06:25:22.9300049",
"createdFromUnknownScan": true,
"orderGuid": "UPcUzb7geUSkAnWuGWt4Ig==",
"orderIdentifierGuid": "cd14f750-e0be-4479-a402-75ae196b7822",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-04-03T06:25:22.9300049",
"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": "134",
"pluG_UID": "7U3dprE9mUyt23iAOsOEwQ==",
"pluGuid": "a6dd4ded-3db1-4c99-addb-78803ac384c1",
"invoiceIdentifier": "HaZSMjyGjUO59dskLvMRfQ==",
"invoiceGuid": "3252a61d-863c-438d-b9f5-db242ef3117d",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-04-03T06:25:22.9300049"
},
"productActive": true,
"productSalesMode": 35,
"productGSTPercent": 36,
"productCostCalcMethod": 37,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "TWlfipRDr0Kc1aAzHVdLkA==",
"priceGroupGuid": "8a5f694d-4394-42af-9cd5-a0331d574b90",
"priceGroupName": "sample string 40",
"priceGroupCode": "sample string 41",
"product": {
"$ref": "13"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 43,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "114"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "130"
}
],
"unknownScans": [
{
"$ref": "131"
},
{
"$ref": "131"
}
],
"transportCompany": {
"$id": "135",
"identifier": "C7veJVjV9UuUF0eEf7eeOw==",
"identifierGuid": "25debb0b-d558-4bf5-9417-47847fb79e3b",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "d7beZRGZ30iEymMBxLY/lA==",
"primaryContactID": "65deb677-9911-48df-84ca-6301c4b63f94",
"primaryContact": {
"$ref": "9"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "78107f0f-18bc-4708-b60c-398bed1dafea"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK +3�\���{� 5 xl/workbook.xml � (� ����0��&�C����R8q���{�[i�?ik��-%�x�3;�����i�>z4��5�ct!��A�p�L�I�5�I��R�Z۽5�HN�#%F�5�W.��+8\� �qAi�n�;����`
Y&c�;��,!�b�]d��P�G�Qvn��F�Ri�I�eAi)��E��7�cd��|PK +3�\���� � [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
+3�\�/�*' ' _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="Rb6f3cca3f74c4121" /></Relationships>PK +3�\��P
-8 xl/worksheets/sheet1.xml � (� �[�r����o��0e{Jݙ������r��JIJ2�?�lJ�Jl�KbG���9 U���������|q=�=AeFG���������ѯ���h���������t�<b�����dt�\�|0/ί�7g�j�sz˟]��7gK�u�}<���>�>������.�֘8�O�-y�������n�>s-~Χg�-��������vtz|qͳ�v4�^��&��bGG���5����Ϣ����(����Y����dd�����z�7���ٯ�w�?O��߯��RX�9��X��<��^q7:�9�w�������(U�M��>��X�n>��3��w���8��
�E�I� ��w���f����\ ��������P���S
�����~|��x?>�������h�x���N��h�o[Q��T��ǧ���d�����`��"�����d��P�A��t�U
!��gYv�՝u���X�>$��B��r,���s���`�=��B�6Z��Y|�m�u�l����Y�@Co"R�&,����SAG6+�U��J�G�M�����
��БY{��L��'p)3d��0��6k�ơ3d�YzkY{��3��1XD,�f�١A�e鹎����|����҃X�5�zΐ%���Slr�넁�xq��X`�eI:?�2]���LL�%�=D�$]K����RH=B�˒t[IZSYt���!K�m%i�
|�D` R,͐5�j�gMz������E!��&}֤��{Ț�-M�!8>�_T�C֤wC��y�Nj^=R�hJdI��Q�gI�ئ�83��
6��Y��ΐ%�`�O���&8~�fȒ��~�F~���F፝%�f�%���P���E��$��dȒ��$뀣Tr`�)�!K2��{ؔ+��(�=ò_�͐5�j2dM�Ck���h��Y�!
�!f-F3t����I���e�,!���Y�ѶS�Ky<�H�1k1n�hm����A��Y�ѷ��"�iU=c�6c�b�T0� zc��P0u���-)65Z���B�R�؉���Y�q+I.?V�c��'�>1K2n%ɥ y�ǘ�Db�$n%���a�������Y�����q`�dl�)�Y��R$V\�2<�b�CdE��f%�o�4-�[_�/�>+[Q�+�-��k�Y�8���M#gh��,E��3\ �l�
�8f)b�����e6
Q��i+ŀ��R�WW�� �@Y������ɸի�t�,Ej%�Tyg��'(ʒ��$p\�<�����"��H\��-W���
eE��<MY��U�����O\]Q!8Ҧ�H5xLd(p�X�RfE�V�>TѬ��R�U8EʊL��L>=��)��CʊL��t8?�^%vʊL����0z4��0eI��$���FL��"eI��$*��x�ԉJ{ȚL[M"�cx�s�l��$Slg:�\�B�C��-R�d��kB@�ʒ��DC�d�3\_G�K ��Dæ�ک�"D���)5^Ͷ�m���H�� �f��6�UB��4=�
f�7��9�D�B �J�w_���)zx�<;=��������&��b����d���>5��߫���z]D���]��]��"��E�.��."t�w��x���.��.���g���E<W��P �
D��J�^_+A�"�}�@�������~P �ݏ�����`���~Q �ݯ
D��M�v'� ��w���
~'��ŊV0<Q���ŎNp<Q��ŒN�<QL��ŖN��I�g:ɳbM'yV��$ϊ9��Yq��<+��gş^��K��zɳbQ/yV<�%ϊI��Yq��<+6
�gŧA�\+>
��Z�i<O��V|ϵ�� x���)x���s��4�kŧQ�&�Fɳ��(yV|%ϊO��Y�i�<+>��gŧQ��4J��Fɳ�S�<+>Eɳ�S�<+>Eɳ�S�<+>Eɳ�S�<+>E�s��ύ�S<7�OI��(>%�>V|J��F�) �ŧ$xn�������F�)I�����(>%y�OIޅ��$�B�i�w��4ɻP|��](>M�.�&y�O��ŧI��4I��&ɳ�S.7�1W��2�n�H{?J)k��(�E��"r��X㑆�����X�I�3Be#Fț��Lە�<�s�=N�R�!��1�k
#���stQF�9ǻ��0�4�0��=�����{>��糯���?t2ю*߾��}M�V{x V��l�L0���O����p�������{ѹ����{u ���7`��}w ��X���6����L�4�,p���mY�~�@�����d��E�3��,�f���e߬~��dѠ�_�I�Dz�V?�@���/�l��>{Ҳ�l�՚�e/�k-1ˎ]���ΧjN���֑gߗ��w�>�8*���䲝d,ی�f��g
$w�8�5w��e��s�]��S�7͝���h��f�����Fs���e47�6k��Q�Y͍���hn��֦�qw��dܝ���Ss*��4��.n�V��T{&�>n���e#�QS�<��2e���<*��;��h)��
�+:ǭ�1��g����l9������߿�� PK +3�\�m�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8i-�AM�aö��=��&vd�@�Ƃ#qL���X��j4��'�|������H�1������Ny=���S2w���G��D��I^q���|OiT'+?����$SNCOg���G��kNCɀk&ٟg��3(|��4�K���h��=�~J�^BSe*�G��N�
���Л��t1�z}�L˴d_-֬ᷕ�2�~J!_�t*˅�T��1�:Hd���F��b� PK +3�\Ѓ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 +3�\��x.o xl/sharedStrings.xml � (� �Y[o�6~��B�W�n�� I��9��K��X`)����E�H%']�wHɶ,��v����!Gs����mr�V<c��;r�,Z`F���������Y\��������3맫΅��<[Q������+iHʪ
�z�5�b��=Ǚ�7(+�,��B���R�j:�S���B\�כ�Vcqu1����PZ}�3b�"K3]��g&�oB,��Ąy��#W����3�fA5�Z�a��n>_��V�żO~�P�S�)��q�w�;�0�nF�m�B ���Z�cg<����27ٶ��53]=�WY) �����]�*�
��RdB#��^�&�D3zVf�.=D��4�
a�́�E���:+K�̖l��;���b��N�泻�7@t��X���B@��<~D��:�ئ̩)_��Q�$�$o�F�yM� ���@]���{v|�i{$tE���: I'��UB�ؐ���Z�N$�X(�D�CY��b���>z�?���B0C�YX�C{(?
L�-s��6�ud�A���4���mͱ��
�R(%L5��/́��0����%��%C��;�?^��k��S��ό��b���΅:{�p�1~o�������tS�
R��c� �4� �ʁ,�J��y�>�Sc�h��ҵ3��gn��p��0Co��hs���p��\��-�m��wY�m��/5e�Q�Mi�+�k]1��Ic%b**JB&P>�QZ`#���7JNql��)����0>�죀��G�~�jx������ ;����#�^��|rl�Ke8S1��'
z����Gs�hxN���'t3�������w�8tREط�0%vB���:E~�Q�}!����c;��A�#;�L];t�)
�u�/Ñl۰�T��i0�)v���$�v��؎�ط)�<L��x�/O rM�@; >�Q�NJ�I�NM�2�9)&�k� AvbG�q��Ş�ĩ9�iյ#aM�C8<
G���4��7�xm����5�<Wz%�������:{���O��ԟ�a�'��Bl�y�]�7�diߜz�
��nL y�c'O�(@�� vЀ��!|�N��б���<��v�Ԏ�� S�s�0L4����ݡ��jt-'�ۻ�H�J>ڵ�Ο��Sm�E��]�E!�+:P�y�H�N�F�֏?,�֥��]���`���Ғaߐns���h���ɾ����ЌdZ�%��Ԁ@ɁX�_��ϘH�q
k�TB_�7
�ՠE�&����wPOC]G�3�vtH}�ڃt�Sb��2H*#=B���ae*�*a2Q���or����ьo�+�yK���Ʋ��s�^#Nx�}E&��]���|w��Tvr���>�I��@�_b0�Ǟ�M��79�<�����NT������^�2��
�U��Bx��k_>cE���Mb����|�����������5��B��
�D �im*Ò�2�~��Y�Ž��B� �r��L#��!7
�"S�#B��`n�hh' �/�ğ$�^�X@
�i���惮P�吻NaJ^/ڲ<"�?`��Y�&�q^��b�%�oQ<Ԣ��&P�0Z����V�=����{�|G����]�t���%����4�q*K�����s�T�)^5�!�`�b���*Vu�h�������Ӓ����?+P�0�Їj9r�Ԧ��!���.����/Y�C�oP�����Z��ڵ�+��㜫�F���iؚ����Ҍ�+�M14�4l#��Ö�k�
XuI�b�FsZ��p��R�²d�3���GV�l���L�<Ӿ ��� �����r!�vc����:Q7��(�I$g@�0,C�nQB�N0��ֻ�m0
�
�°>\���ӟi����|��2�]Yu�ʗ�}e��2;�w����p�FU:��]�Ӯw
����n�n��!�Dk�B�]�&��F5�;��� (�+�h�;@��?{���7�s^"L/�J�lZ�ӳ�R!;����#���4r��h0���<�'��6ic�&��O[�N.�!���&ٌ�2��̮�����r>�yR�^K�Gw�����w]5���g���o}��ntzW
��@[��u`�Km7J��Nd'S�~%��R�R��s.��PK- +3�\���{� 5 xl/workbook.xmlPK- +3�\���� � [Content_Types].xmlPK-
+3�\�/�*' ' V _rels/.relsPK- +3�\��P
-8 � xl/worksheets/sheet1.xmlPK- +3�\�m�� P & xl/_rels/workbook.xml.relsPK- +3�\Ѓc'2 E
j xl/styles.xmlPK- +3�\��x.o � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK +3�\CE�� 5 xl/workbook.xml � (� ����0��&�C���?��x��})[i�?ik��-H�yۙ��v�Ѹ�1�'5h���v!1�;T�Ƣ�;a���{1#��X�V�K��s8@�F�NZO�?,oB�;Ġ��@jZ�w�S�����2k��$l ��T1ö�Y
KZC Jf�ޖ�D��e�9m�4�
�e���7X����PK +3�\���� � [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
+3�\��}3' ' _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="R2ed63fa413aa4f89" /></Relationships>PK +3�\��P
-8 xl/worksheets/sheet1.xml � (� �[�r����o��0e{Jݙ������r��JIJ2�?�lJ�Jl�KbG���9 U���������|q=�=AeFG���������ѯ���h���������t�<b�����dt�\�|0/ί�7g�j�sz˟]��7gK�u�}<���>�>������.�֘8�O�-y�������n�>s-~Χg�-��������vtz|qͳ�v4�^��&��bGG���5����Ϣ����(����Y����dd�����z�7���ٯ�w�?O��߯��RX�9��X��<��^q7:�9�w�������(U�M��>��X�n>��3��w���8��
�E�I� ��w���f����\ ��������P���S
�����~|��x?>�������h�x���N��h�o[Q��T��ǧ���d�����`��"�����d��P�A��t�U
!��gYv�՝u���X�>$��B��r,���s���`�=��B�6Z��Y|�m�u�l����Y�@Co"R�&,����SAG6+�U��J�G�M�����
��БY{��L��'p)3d��0��6k�ơ3d�YzkY{��3��1XD,�f�١A�e鹎����|����҃X�5�zΐ%���Slr�넁�xq��X`�eI:?�2]���LL�%�=D�$]K����RH=B�˒t[IZSYt���!K�m%i�
|�D` R,͐5�j�gMz������E!��&}֤��{Ț�-M�!8>�_T�C֤wC��y�Nj^=R�hJdI��Q�gI�ئ�83��
6��Y��ΐ%�`�O���&8~�fȒ��~�F~���F፝%�f�%���P���E��$��dȒ��$뀣Tr`�)�!K2��{ؔ+��(�=ò_�͐5�j2dM�Ck���h��Y�!
�!f-F3t����I���e�,!���Y�ѶS�Ky<�H�1k1n�hm����A��Y�ѷ��"�iU=c�6c�b�T0� zc��P0u���-)65Z���B�R�؉���Y�q+I.?V�c��'�>1K2n%ɥ y�ǘ�Db�$n%���a�������Y�����q`�dl�)�Y��R$V\�2<�b�CdE��f%�o�4-�[_�/�>+[Q�+�-��k�Y�8���M#gh��,E��3\ �l�
�8f)b�����e6
Q��i+ŀ��R�WW�� �@Y������ɸի�t�,Ej%�Tyg��'(ʒ��$p\�<�����"��H\��-W���
eE��<MY��U�����O\]Q!8Ҧ�H5xLd(p�X�RfE�V�>TѬ��R�U8EʊL��L>=��)��CʊL��t8?�^%vʊL����0z4��0eI��$���FL��"eI��$*��x�ԉJ{ȚL[M"�cx�s�l��$Slg:�\�B�C��-R�d��kB@�ʒ��DC�d�3\_G�K ��Dæ�ک�"D���)5^Ͷ�m���H�� �f��6�UB��4=�
f�7��9�D�B �J�w_���)zx�<;=��������&��b����d���>5��߫���z]D���]��]��"��E�.��."t�w��x���.��.���g���E<W��P �
D��J�^_+A�"�}�@�������~P �ݏ�����`���~Q �ݯ
D��M�v'� ��w���
~'��ŊV0<Q���ŎNp<Q��ŒN�<QL��ŖN��I�g:ɳbM'yV��$ϊ9��Yq��<+��gş^��K��zɳbQ/yV<�%ϊI��Yq��<+6
�gŧA�\+>
��Z�i<O��V|ϵ�� x���)x���s��4�kŧQ�&�Fɳ��(yV|%ϊO��Y�i�<+>��gŧQ��4J��Fɳ�S�<+>Eɳ�S�<+>Eɳ�S�<+>Eɳ�S�<+>E�s��ύ�S<7�OI��(>%�>V|J��F�) �ŧ$xn�������F�)I�����(>%y�OIޅ��$�B�i�w��4ɻP|��](>M�.�&y�O��ŧI��4I��&ɳ�S.7�1W��2�n�H{?J)k��(�E��"r��X㑆�����X�I�3Be#Fț��Lە�<�s�=N�R�!��1�k
#���stQF�9ǻ��0�4�0��=�����{>��糯���?t2ю*߾��}M�V{x V��l�L0���O����p�������{ѹ����{u ���7`��}w ��X���6����L�4�,p���mY�~�@�����d��E�3��,�f���e߬~��dѠ�_�I�Dz�V?�@���/�l��>{Ҳ�l�՚�e/�k-1ˎ]���ΧjN���֑gߗ��w�>�8*���䲝d,ی�f��g
$w�8�5w��e��s�]��S�7͝���h��f�����Fs���e47�6k��Q�Y͍���hn��֦�qw��dܝ���Ss*��4��.n�V��T{&�>n���e#�QS�<��2e���<*��;��h)��
�+:ǭ�1��g����l9������߿�� PK +3�\��T�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8u�ĩ�vÆm���8��ؑ�=�����ĂMW��==i���c�{�B>��6��r`d�ӽm8G� a���i��&B�O���b�֜�ш!s��1ΏS�[>�:aK\�y����Lv�L��3�W���y$� �W�O�#���[�
����E����t��R�Z��Qu]H����B�~���LQ�Rє���U��*ӡ'�}���i^��Ѳ�e.t%�r!�j��/�_PK +3�\Ѓ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 +3�\��x.o xl/sharedStrings.xml � (� �Y[o�6~��B�W�n�� I��9��K��X`)����E�H%']�wHɶ,��v����!Gs����mr�V<c��;r�,Z`F���������Y\��������3맫΅��<[Q������+iHʪ
�z�5�b��=Ǚ�7(+�,��B���R�j:�S���B\�כ�Vcqu1����PZ}�3b�"K3]��g&�oB,��Ąy��#W����3�fA5�Z�a��n>_��V�żO~�P�S�)��q�w�;�0�nF�m�B ���Z�cg<����27ٶ��53]=�WY) �����]�*�
��RdB#��^�&�D3zVf�.=D��4�
a�́�E���:+K�̖l��;���b��N�泻�7@t��X���B@��<~D��:�ئ̩)_��Q�$�$o�F�yM� ���@]���{v|�i{$tE���: I'��UB�ؐ���Z�N$�X(�D�CY��b���>z�?���B0C�YX�C{(?
L�-s��6�ud�A���4���mͱ��
�R(%L5��/́��0����%��%C��;�?^��k��S��ό��b���΅:{�p�1~o�������tS�
R��c� �4� �ʁ,�J��y�>�Sc�h��ҵ3��gn��p��0Co��hs���p��\��-�m��wY�m��/5e�Q�Mi�+�k]1��Ic%b**JB&P>�QZ`#���7JNql��)����0>�죀��G�~�jx������ ;����#�^��|rl�Ke8S1��'
z����Gs�hxN���'t3�������w�8tREط�0%vB���:E~�Q�}!����c;��A�#;�L];t�)
�u�/Ñl۰�T��i0�)v���$�v��؎�ط)�<L��x�/O rM�@; >�Q�NJ�I�NM�2�9)&�k� AvbG�q��Ş�ĩ9�iյ#aM�C8<
G���4��7�xm����5�<Wz%�������:{���O��ԟ�a�'��Bl�y�]�7�diߜz�
��nL y�c'O�(@�� vЀ��!|�N��б���<��v�Ԏ�� S�s�0L4����ݡ��jt-'�ۻ�H�J>ڵ�Ο��Sm�E��]�E!�+:P�y�H�N�F�֏?,�֥��]���`���Ғaߐns���h���ɾ����ЌdZ�%��Ԁ@ɁX�_��ϘH�q
k�TB_�7
�ՠE�&����wPOC]G�3�vtH}�ڃt�Sb��2H*#=B���ae*�*a2Q���or����ьo�+�yK���Ʋ��s�^#Nx�}E&��]���|w��Tvr���>�I��@�_b0�Ǟ�M��79�<�����NT������^�2��
�U��Bx��k_>cE���Mb����|�����������5��B��
�D �im*Ò�2�~��Y�Ž��B� �r��L#��!7
�"S�#B��`n�hh' �/�ğ$�^�X@
�i���惮P�吻NaJ^/ڲ<"�?`��Y�&�q^��b�%�oQ<Ԣ��&P�0Z����V�=����{�|G����]�t���%����4�q*K�����s�T�)^5�!�`�b���*Vu�h�������Ӓ����?+P�0�Їj9r�Ԧ��!���.����/Y�C�oP�����Z��ڵ�+��㜫�F���iؚ����Ҍ�+�M14�4l#��Ö�k�
XuI�b�FsZ��p��R�²d�3���GV�l���L�<Ӿ ��� �����r!�vc����:Q7��(�I$g@�0,C�nQB�N0��ֻ�m0
�
�°>\���ӟi����|��2�]Yu�ʗ�}e��2;�w����p�FU:��]�Ӯw
����n�n��!�Dk�B�]�&��F5�;��� (�+�h�;@��?{���7�s^"L/�J�lZ�ӳ�R!;����#���4r��h0���<�'��6ic�&��O[�N.�!���&ٌ�2��̮�����r>�yR�^K�Gw�����w]5���g���o}��ntzW
��@[��u`�Km7J��Nd'S�~%��R�R��s.��PK- +3�\CE�� 5 xl/workbook.xmlPK- +3�\���� � [Content_Types].xmlPK-
+3�\��}3' ' V _rels/.relsPK- +3�\��P
-8 � xl/worksheets/sheet1.xmlPK- +3�\��T�� P & xl/_rels/workbook.xml.relsPK- +3�\Ѓc'2 E
m xl/styles.xmlPK- +3�\��x.o � xl/sharedStrings.xmlPK � �