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": "ldF+YFmuCUGk49bX0Cw7tw==",
"orderIdentifier": "607ed195-ae59-4109-a4e3-d6d7d02c3bb7",
"backToBack": 1,
"b2bGuid": "0/Ea67oKfUWAvGftjcHWcw==",
"b2bIdentifier": "eb1af1d3-0aba-457d-80bc-67ed8dc1d673",
"status": 2,
"created": "2026-06-03T18:34:22.2012242",
"createdLocal": "2026-06-03T18:34:22.2012242",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "ncvNRgB++kGa+o8uDmzwWA==",
"transferIdentifier": "46cdcb9d-7e00-41fa-9afa-8f2e0e6cf058",
"transferInvoiceIdentifier": "/uIXt472fk60wk2euzmAmQ==",
"transferInvoiceGuid": "b717e2fe-f68e-4e7e-b4c2-4d9ebb398099",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "OBT/3PBLvE6PDj504sZw1g==",
"supplierIdentifierGuid": "dcff1438-4bf0-4ebc-8f0e-3e74e2c670d6",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:34:22.2012242",
"sentLocal": "2026-06-03T18:34:22.2012242",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-06-03T18:34:22.2012242",
"cancelledLocal": "2026-06-03T18:34:22.2012242",
"cancelledByUser": "sample string 7",
"shipped": "2026-06-03T18:34:22.2012242",
"shippedLocal": "2026-06-03T18:34:22.2012242",
"shippedByUser": "sample string 8",
"stockReceived": "2026-06-03T18:34:22.2012242",
"stockReceivedLocal": "2026-06-03T18:34:22.2012242",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-06-03T18:34:22.2012242",
"receivedLocal": "2026-06-03T18:34:22.2012242",
"completed": "2026-06-03T18:34:22.2012242",
"completedLocal": "2026-06-03T18:34:22.2012242",
"updated": "2026-06-03T18:34:22.2012242",
"updatedLocal": "2026-06-03T18:34:22.2012242",
"dueDate": "2026-06-03T18:34:22.2012242",
"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": "x028i6WeY0ipjjn7vj+tZg==",
"transportCompanyIdentifier": "8bbc4dc7-9ea5-4863-a98e-39fbbe3fad66",
"autoOrder": 28,
"hostIdentifier": "x5wbhybmn0+vwG7SD2J5FA==",
"hostIdentifierGuid": "871b9cc7-e626-4f9f-afc0-6ed20f627914",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-06-03T18:34:22.2012242",
"deletedByUser": "sample string 33",
"autoOrderGuid": "BelXGWnTO0SUAa4GdNvh+g==",
"autoOrderIdentifier": "1957e905-d369-443b-9401-ae0674dbe1fa",
"autoOrderHeader": {
"$id": "2",
"autoOrderGuid": "KczxvEAyCEyOGNxEr24iWA==",
"autoOrderIdentifier": "bcf1cc29-3240-4c08-8e18-dc44af6e2258",
"orderGuid": "ivs2IM68jEeIJ0icvO5U2w==",
"orderIdentifier": "2036fb8a-bcce-478c-8827-489cbcee54db",
"created": "2026-06-03T18:34:22.2012242",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-06-03T18:34:22.2012242",
"supplierIdentifier": "OYYmkrrTK0mjNsIOXYqzng==",
"supplierIdentifierGuid": "92268639-d3ba-492b-a336-c20e5d8ab39e",
"orderStatus": 1,
"tradingPartner": 1,
"warehouse": true,
"simpleAWS": 3,
"defaultMPL": 4,
"investmentBuy": true,
"storeName": "sample string 6",
"supplierName": "sample string 7",
"description": "sample string 8",
"orderType": "sample string 9",
"mailTo": "sample string 10",
"mailBcc": "sample string 11",
"notes": "sample string 12",
"transportCompanyGuid": "sOP8vysW1EClIIPZDUxYYg==",
"transportCompanyIdentifier": "bffce3b0-162b-40d4-a520-83d90d4c5862",
"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-06-03T18:34:22.2012242",
"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": "IXLLwsrxXEKDUzg5Ur6eCg==",
"hostIdentifierGuid": "c2cb7221-f1ca-425c-8353-383952be9e0a",
"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-06-03T18:34:22.2012242",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "eZnXptXb90eNrnN1/+ooQA==",
"hostIdentifierGuid": "a6d79979-dbd5-47f7-8dae-7375ffea2840",
"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"
},
"warehouseStore": {
"$id": "6",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "7",
"id": 1,
"hostIdentifier": "gIgGyc/eeUuUdr40dEaTyw==",
"hostIdentifierGuid": "c9068880-decf-4b79-9476-be34744693cb",
"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": "8",
"identifier": "14uNypvJnESc/YCyg9imFg==",
"identifierGuid": "ca8d8bd7-c99b-449c-9cfd-80b283d8a616",
"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": "ytuxK7qTgUWl/ruQE5fzaA==",
"hostSupplierIdentifierGuid": "2bb1dbca-93ba-4581-a5fe-bb901397f368",
"loyaltyPriceLevelIdentifier": "aIMGw1edIU2QIq7UsyBV4w==",
"loyaltyPriceLevelIdentifierGuid": "c3068368-9d57-4d21-9022-aed4b32055e3",
"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-06-03T18:34:22.2012242",
"lastProcessed": "2026-06-03T18:34:22.2012242",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "9",
"identifier": "SpGrJcKzIkO9oIhWiDVP8Q==",
"identifierGuid": "25ab914a-b3c2-4322-bda0-885688354ff1",
"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": "dBAdSKVsPkC9Mras8Qb83A==",
"primaryContactID": "481d1074-6ca5-403e-bd32-b6acf106fcdc",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "dCS88resWky4pZ2dg4UEsQ==",
"supplierGroupGuid": "f2bc2474-acb7-4c5a-b8a5-9d9d838504b1",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:34:22.2012242",
"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": "10",
"id": "59dea66d-0066-4ffb-a29e-dc60815fd985",
"identifier": "33AcSRlYeEinPnz/xNoHYQ==",
"identifierGuid": "491c70df-5819-4878-a73e-7cffc4da0761",
"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": "11",
"supplierIdentifier": "hNJrX/tps0mpmsoJsbdGhg==",
"supplierIdentifierGuid": "5f6bd284-69fb-49b3-a99a-ca09b1b74686",
"contactGuid": "vSUMyqwGYEaqD6HOrG+aSA==",
"contactID": "ca0c25bd-06ac-4660-aa0f-a1ceac6f9a48",
"contact": {
"$ref": "10"
},
"supplier": {
"$ref": "9"
}
},
{
"$ref": "11"
}
],
"products": [
{
"$id": "12",
"pluG_UID": "JwTChXNjuUm1M0f0sDBXVw==",
"pluGuid": "85c20427-6373-49b9-b533-47f4b0305757",
"supplierIdentifier": "Uaba759++keCHRqKGvuiaw==",
"supplierIdentifierGuid": "efdaa651-7e9f-47fa-821d-1a8a1afba26b",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:34:22.2012242",
"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-06-03T18:34:22.2012242",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "13",
"pluG_UID": "G9aD4Y2300WqZ1nsmAKOZQ==",
"pluGuid": "e183d61b-b78d-45d3-aa67-59ec98028e65",
"supplierIdentifier": "oUNTsoBaAU6HnkozCQ24eQ==",
"supplierIdentifierGuid": "b25343a1-5a80-4e01-879e-4a33090db879",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "13"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "DY7SRZdCO0WAKif2W6g8Lw==",
"parentPluGuid": "45d28e0d-4297-453b-802a-27f65ba83c2f",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "14",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "g7rJ/PFC4km8ifa3XsOHQA==",
"guid": "fcc9ba83-42f1-49e2-bc89-f6b75ec38740",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "9NgvISy7pUWqXJaA89AsUw==",
"priceGroupGuid": "212fd8f4-bb2c-45a5-aa5c-9680f3d02c53",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:34:22.2012242",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:34:22.2012242",
"pluCreated": "2026-06-03T18:34:22.2012242",
"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-06-03T18:34:22.2012242",
"lastManualUpdate": "2026-06-03T18:34:22.2012242",
"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-06-03T18:34:22.2012242",
"currentCostUpdated": "2026-06-03T18:34:22.2012242",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:34:22.2012242",
"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-06-03T18:34:22.2012242",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "mOsIdKXccUWyZSRsYWc61g==",
"altPLUGuid": "7408eb98-dca5-4571-b265-246c61673ad6",
"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-06-03T18:34:22.2012242",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "DknDiA8pREytu0+snqw/uw==",
"shelfPageLayoutGuid": "88c3490e-290f-4c44-adbb-4fac9eac3fbb",
"talkerPageLayoutG_UID": "R3DZ0Jybek2VN/BcJDvofA==",
"talkerPageLayoutGuid": "d0d97047-9b9c-4d7a-9537-f05c243be87c",
"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": "Q7SWuC0lJkSrK2zXaPcvCQ==",
"inventoryIdentifier": "b896b443-252d-4426-ab2b-6cd768f72f09",
"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": "pbVDpRjNgUSqLEOpDbpNWg==",
"parentPluGuid": "a543b5a5-cd18-4481-aa2c-43a90dba4d5a",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "3CqH3iL5LEGDCFfMm/ly/g==",
"supplierIdentifierGuid": "de872adc-f922-412c-8308-57cc9bf972fe",
"supplierChanged": true,
"rebateSupplierIdentifier": "t+KFcrKa/ECzprHofg0n0g==",
"rebateSupplierIdentifierGuid": "7285e2b7-9ab2-40fc-b3a6-b1e87e0d27d2",
"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-06-03T18:34:22.2012242",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "kF6EyLNaiUiVq7jAqy7Fzw==",
"hostIdentifierGuid": "c8845e90-5ab3-4889-95ab-b8c0ab2ec5cf",
"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": "14"
},
{
"$ref": "14"
}
],
"store": {
"$ref": "3"
},
"storePrices": [
{
"$id": "15",
"pluG_UID": "uK51KM07ckm2ruL43QAeBA==",
"pluGuid": "2875aeb8-3bcd-4972-b6ae-e2f8dd001e04",
"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-06-03T18:34:22.2012242"
},
{
"$ref": "15"
}
],
"currentPrices": {
"$id": "16",
"pluPrices": {
"$id": "17",
"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-06-03T18:34:22.2012242",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "17"
},
"winningCampaign": 1,
"winner": {
"$id": "18",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:34:22.2012242",
"startTime": 5,
"endDate": "2026-06-03T18:34:22.2012242",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "EFlmzkjScEux/C0eTX9WRw==",
"hostIdentifierGuid": "ce665910-d248-4b70-b1fc-2d1e4d7f5647",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "18"
},
{
"$ref": "18"
}
]
},
"tray": {
"$id": "19",
"g_UId": "DcD0I6dEGEqtCq2CsadANw==",
"guid": "23f4c00d-44a7-4a18-ad0a-ad82b1a74037",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "20",
"priceGroupG_UID": "+i0sON0fokGGmwzqzi6RuA==",
"priceGroupGuid": "382c2dfa-1fdd-41a2-869b-0ceace2e91b8",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:34:22.2012242",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "21",
"pluG_UID": "LiYWyUThvEazIbqUVWAgtA==",
"pluGuid": "c916262e-e144-46bc-b321-ba94556020b4",
"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": "22",
"pluGuid": "47367410-0689-4ba5-b712-6fd44df6ce47",
"created": "2026-06-03T18:34:22.2012242",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:34:22.2012242",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:34:22.2012242",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:34:22.2012242",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:34:22.2012242",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:34:22.2012242",
"lastSold": "2026-06-03T18:34:22.2168613",
"firstSold": "2026-06-03T18:34:22.2168613",
"awsUpdated": "2026-06-03T18:34:22.2168613",
"lastManualUpdate": "2026-06-03T18:34:22.2168613",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:34:22.2168613",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:34:22.2168613",
"doNotRangeUpdated": "2026-06-03T18:34:22.2168613",
"doNotOrderUpdated": "2026-06-03T18:34:22.2168613",
"tracked": "2026-06-03T18:34:22.2168613"
},
"allergens": [
{
"$id": "23",
"primaryKey": {
"$id": "24",
"pluGuid": "9a7fd616-16ec-4043-bb12-b66bd937b76b",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "FtZ/muwWQ0C7ErZr2Te3aw==",
"pluGuid": "9a7fd616-16ec-4043-bb12-b66bd937b76b",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "23"
}
],
"costs": {
"$id": "25",
"pluG_UID": "dk/DE/8azk+odSe4PfhDnA==",
"pluGuid": "13c34f76-1aff-4fce-a875-27b83df8439c",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-06-03T18:34:22.2168613",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "26",
"saleHeaderID": 1,
"created": "2026-06-03T18:34:22.2168613",
"createdLocal": "2026-06-03T18:34:22.2168613",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "6lZlUmoPo0aFMWU96tR4xw==",
"operatorGuid": "526556ea-0f6a-46a3-8531-653dead478c7",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "0tMnXzDKKU+NS554UUuSrQ==",
"pluGuid": "5f27d3d2-ca30-4f29-8d4b-9e78514b92ad",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "27",
"id": 1,
"g_Uid": "Tzopae+fR0qaJ4iFN+BDug==",
"guid": "69293a4f-9fef-4a47-9a27-888537e043ba",
"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-06-03T18:34:22.2168613",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:34:22.2168613",
"endShift": "2026-06-03T18:34:22.2168613",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "28",
"operatorG_UID": "vccrDKYAaUu3APu2QkRQfw==",
"operatorGuid": "0c2bc7bd-00a6-4b69-b700-fbb64244507f",
"storeID": 2,
"operator": {
"$ref": "27"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "28"
}
]
}
},
{
"$ref": "26"
}
],
"apns": [
{
"$id": "29",
"pluID": 1,
"pluG_UID": "zZsWVMf1rEqmDJlfY7N4Kw==",
"pluGuid": "54169bcd-f5c7-4aac-a60c-995f63b3782b",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "29"
}
],
"tuns": [
{
"$id": "30",
"pluG_UId": "P7gOtrOnbEG9UPsSFOcO+g==",
"pluGuid": "b60eb83f-a7b3-416c-bd50-fb1214e70efa",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "14"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "30"
}
],
"competitionPricing": [
{
"$id": "31",
"identifier": "zLddY6VMBkaVWS+raBOYOQ==",
"identifierGuid": "635db7cc-4ca5-4606-9559-2fab68139839",
"pluG_UID": "gBOYUUyKjkeM9T/oAFx2sw==",
"pluGuid": "51981380-8a4c-478e-8cf5-3fe8005c76b3",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "31"
}
],
"supplier": {
"$ref": "9"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"ordering": {
"$ref": "12"
},
"flipChartPages": [
{
"$id": "32",
"identifier": "PmCtDrK+pESFfuZP4kdXUQ==",
"groupName": "sample string 1",
"identifierGuid": "0ead603e-beb2-44a4-857e-e64fe2475751",
"exists": true,
"flipChartIdentifier": "p0kcGbdasEynf82b71JAKA==",
"flipChartIdentifierGuid": "191c49a7-5ab7-4cb0-a77f-cd9bef524028",
"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": "raYwysrLtUe5oJILGwyTvQ==",
"groupIdentifierGuid": "ca30a6ad-cbca-47b5-b9a0-920b1b0c93bd",
"flipChart": {
"$id": "33",
"identifier": "fG49WEDluUS7jEPMJIe7vg==",
"identifierGuid": "583d6e7c-e540-44b9-bb8c-43cc2487bbbe",
"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": "34",
"identifier": "iPEGhxhbZ0awOjKh1Afm0w==",
"identifierGuid": "8706f188-5b18-4667-b03a-32a1d407e6d3",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "35",
"id": 1,
"g_UID": "MpfsrBdfAkSJva/wvkhycw==",
"guid": "acec9732-5f17-4402-89bd-aff0be487273",
"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": "0ioXpe3YhUKW17EQeMGy/A==",
"previousFormGuid": "a5172ad2-d8ed-4285-96d7-b11078c1b2fc",
"nextForm": 1,
"nextFormG_UID": "kHSHarexc0KK6I9rDKmKyw==",
"nextFormGuid": "6a877490-b1b7-4273-8ae8-8f6b0ca98acb",
"attributes": "sample string 10",
"updated": "2026-06-03T18:34:22.2168613",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "35"
},
"previousCheckoutForm": {
"$ref": "35"
},
"buttons": [
{
"$id": "36",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "bSxJdZA4k06qjIU6tY/owA==",
"checkoutFormGuid": "75492c6d-3890-4e93-aa8c-853ab58fe8c0",
"identifier": "8koiPopNNU+Lohct3FuVag==",
"identifierGuid": "3e224af2-4d8a-4f35-8ba2-172ddc5b956a",
"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": "windZVSNPUCiV3GvETN3oQ==",
"valueGuid": "65dd29c2-8d54-403d-a257-71af113377a1",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:34:22.2168613",
"action": "sample string 12",
"valueForm": {
"$ref": "35"
},
"image": {
"$id": "37",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:34:22.2168613",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "36"
}
],
"panels": [
{
"$id": "38",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "ObPTksgpgUikAqd92urL2Q==",
"checkoutFormGuid": "92d3b339-29c8-4881-a402-a77ddaeacbd9",
"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": "38"
}
]
},
{
"$ref": "35"
}
],
"panels": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"pages": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"contentPanel": {
"$ref": "38"
},
"products": [
{
"$id": "39",
"flipChartPageIdentifier": "8eUb4ruw+kqtCsqH5SP6GA==",
"flipChartPageIdentifierGuid": "e21be5f1-b0bb-4afa-ad0a-ca87e523fa18",
"pluG_UID": "olfcKr82MEmkPrrU7vX/lA==",
"pluGuid": "2adc57a2-36bf-4930-a43e-bad4eef5ff94",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "14"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "39"
}
],
"productCount": 27,
"pages": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
{
"$ref": "32"
}
],
"priceHistory": [
{
"$id": "40",
"pluG_UID": "UT2KD6pyb0OxGBAxSWLIWw==",
"pluGuid": "0f8a3d51-72aa-436f-b118-10314962c85b",
"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-06-03T18:34:22.2168613",
"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": "40"
}
],
"ingredients": [
{
"$id": "41",
"pluG_UID": "kza5bb1vKkCB582V44/DHQ==",
"ingredientGuid": "chi8m/z5dUurRvi8UoSuTA==",
"ingredientIdentifier": "9bbc1872-f9fc-4b75-ab46-f8bc5284ae4c",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "14"
}
},
{
"$ref": "41"
}
],
"bins": [
{
"$id": "42",
"pluG_UID": "4brq8M9LkEqA1RZaLeW86w==",
"pluGuid": "f0eabae1-4bcf-4a90-80d5-165a2de5bceb",
"shelfLocationIdentifier": "7vi6vViZFkupt5QwFCIEiQ==",
"shelfLocationGuid": "bdbaf8ee-9958-4b16-a9b7-943014220489",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "WS4YGrIkPUCCql3vhqczSQ==",
"labelPageLayoutGuid": "1a182e59-24b2-403d-82aa-5def86a73349",
"updated": "2026-06-03T18:34:22.2168613",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "14"
},
"location": {
"$id": "43",
"identifier": "en9NxlaKWEqUontlWsgHfw==",
"storeID": 1,
"identifierGuid": "c64d7f7a-8a56-4a58-94a2-7b655ac8077f",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:34:22.2168613",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "42"
},
{
"$ref": "42"
}
]
}
},
{
"$ref": "42"
}
],
"bin": {
"$ref": "42"
},
"scaleLocations": [
{
"$id": "44",
"plu": 1,
"pluG_UID": "ScdCnDx4JUC569XM6vTfwQ==",
"pluGuid": "9c42c749-783c-4025-b9eb-d5cceaf4dfc1",
"deptNo": 1,
"product": {
"$ref": "14"
},
"scaleLocation": {
"$id": "45",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:34:22.2168613",
"department": {
"$id": "46",
"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": "45"
},
"subDepartments": [
{
"$id": "47",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "48",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "49",
"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-06-03T18:34:22.2168613",
"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": "yMqvLDaRAE+lVIPo2+0Rnw==",
"labelPageLayoutGuid": "2cafcac8-9136-4f00-a554-83e8dbed119f",
"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": "50",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "51",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "52",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "52"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "51"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "51"
},
"mscDep": {
"$id": "53",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "52"
}
},
{
"$ref": "49"
}
],
"updated": "2026-06-03T18:34:22.2168613",
"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": "LQR1xzBqV0i4vf8wQCqMVg==",
"labelPageLayoutGuid": "c775042d-6a30-4857-b8bd-ff30402a8c56",
"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": "50"
},
"mscCom": {
"$ref": "51"
},
"mscDep": {
"$ref": "53"
},
"mscSubCom": {
"$ref": "52"
}
},
{
"$ref": "48"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:22.2168613",
"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": "NgO0tIuUqkGqJw6R/nVQSQ==",
"labelPageLayoutGuid": "b4b40336-948b-41aa-aa27-0e91fe755049",
"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": "50"
},
"mscCom": {
"$ref": "51"
},
"mscDep": {
"$ref": "53"
},
"mscSubCom": {
"$ref": "52"
}
},
{
"$ref": "47"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:34:22.2168613",
"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": "iP+fBL7gq02eseZ2Of0vdQ==",
"labelPageLayoutGuid": "049fff88-e0be-4dab-9eb1-e67639fd2f75",
"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": "50"
},
"mscCom": {
"$ref": "51"
},
"mscDep": {
"$ref": "53"
},
"mscSubCom": {
"$ref": "52"
}
}
}
},
{
"$ref": "44"
}
],
"nextPrice": {
"$id": "54",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "rDFEMz/ydUC63jpt0K2TZw==",
"pluGuid": "334431ac-f23f-4075-bade-3a6dd0ad9367",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "Pijsvqg6eUigEXBjvY+RsA==",
"dealCostGuid": "beec283e-3aa8-4879-a011-7063bd8f91b0",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "637J9IjlhkGllv1og2oVPA==",
"priceGroupGuid": "f4c97eeb-e588-4186-a596-fd68836a153c",
"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,
"orderPacked": 20,
"pluNormalCost": 21,
"pluaws": 22.0,
"directNumber": "sample string 23",
"departmentName": "sample string 24",
"subDepartmentName": "sample string 25",
"priceGroupName": "sample string 26",
"supplierName": "sample string 27",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:34:22.2168613",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "bfca4266-eb33-4030-9928-f9f2af6388f9",
"campaignComboPriceGroupG_UID": "sTvLlLTHoEujZmMnfl9M6Q==",
"campaignComboPriceGroupIdentifier": "94cb3bb1-c7b4-4ba0-a366-63277e5f4ce9",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "55",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:34:22.2168613",
"operatorG_UID": "XnZKPUtYo0K0QBCXRmL4KQ==",
"operatorGuid": "3d4a765e-584b-42a3-b440-10974662f829",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:34:22.2168613",
"signIqTicketFileMovedUtc": "2026-06-03T18:34:22.2168613",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:34:22.2168613",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "aea8504d-3467-4f32-981a-ab1f1164997e",
"product": {
"$ref": "14"
},
"campaignPlu": {
"$ref": "54"
},
"fuelItem": true
},
{
"$ref": "55"
}
],
"campaign": {
"$id": "56",
"id": 1,
"storeID": 2,
"name": "8939fd54-9ef8-4159-9ae0-73a6f0d22e3f",
"nameGuid": "8939fd54-9ef8-4159-9ae0-73a6f0d22e3f",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:34:22.2168613",
"startTime": 1,
"endDate": "2026-06-03T18:34:22.2168613",
"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-06-03T18:34:22.2168613",
"system": true,
"created": "2026-06-03T18:34:22.2168613",
"updated": "2026-06-03T18:34:22.2168613",
"priceChangeNotifiedUtc": "2026-06-03T18:34:22.2168613",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "3n7tQ+x9P0Kfd68vmJhCWA==",
"hostIdentifierGuid": "43ed7ede-7dec-423f-9f77-af2f98984258",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:34:22.2168613",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"campaignPools": [
{
"$id": "57",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "Itm87hzT9EO8/mMNL/CeVQ==",
"pluGuid": "eebcd922-d31c-43f4-bcfe-630d2ff09e55",
"hostOfferID": 1,
"priceGroupG_UID": "zGzgAYyO60613pLCGIHXlA==",
"priceGroupGuid": "01e06ccc-8e8c-4eeb-b5de-92c21881d794",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"orderPacked": 11,
"pluaws": 12.0,
"directNumber": "sample string 13",
"departmentName": "sample string 14",
"subDepartmentName": "sample string 15",
"priceGroupName": "sample string 16",
"supplierName": "sample string 17",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-06-03T18:34:22.2168613",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "14"
},
"campaign": {
"$ref": "56"
}
},
{
"$ref": "57"
}
],
"sellingRules": [
{
"$id": "58",
"id": 1,
"identifier": "yf18T65FB0KOD3hEJkZTsQ==",
"identifierStr": "yf18T65FB0KOD3hEJkZTsQ==",
"identifierGuid": "4f7cfdc9-45ae-4207-8e0f-7844264653b1",
"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": "56"
}
},
{
"$ref": "58"
}
],
"customers": [
{
"$id": "59",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "erxaFhyVnEu7QtNjCz8FFA==",
"customerIDGuid": "165abc7a-951c-4b9c-bb42-d3630b3f0514",
"campaign": {
"$ref": "56"
},
"customer": {
"$id": "60",
"identifier": "vaIPRnX72kq9/VlWCLT+kA==",
"identifierGuid": "460fa2bd-fb75-4ada-bdfd-595608b4fe90",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:34:22.2168613",
"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": "vcp1UlUlKkyzkzskEm0k6g==",
"communityIdentifierGuid": "5275cabd-2555-4c2a-b393-3b24126d24ea",
"joined": "2026-06-03T18:34:22.2168613",
"updated": "2026-06-03T18:34:22.2168613",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "BW6vAErrsU2H2xWV16yNww==",
"priceLevelIdentifierGuid": "00af6e05-eb4a-4db1-87db-1595d7ac8dc3",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:34:22.2168613",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "61",
"cardType": 2,
"issueDate": "2026-06-03T18:34:22.2168613",
"expiry": "2026-06-03T18:34:22.2168613",
"customerID": "VHnQ9I82BkuynZw8U8aDIQ==",
"customerIDGuid": "f4d07954-368f-4b06-b29d-9c3c53c68321",
"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-06-03T18:34:22.2168613",
"linkedAccount": "gE6mOrAU7ku1wnK5GJS62A==",
"linkedAccountGuid": "3aa64e80-14b0-4bee-b5c2-72b91894bad8",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "60"
},
"account": {
"$id": "62",
"id": 1,
"identifier": "qTfvglRvl0SDCClu8YBMgA==",
"identifierGuid": "82ef37a9-6f54-4497-8308-296ef1804c80",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:34:22.2168613",
"owner": "jV++miPeAE6ofAthGg+GQg==",
"ownerGuid": "9abe5f8d-de23-4e00-a87c-0b611a0f8642",
"accountStoreGroupIdentifier": "rDU4Lzp2WUiMPxljy6qplg==",
"accountStoreGroupGuid": "2f3835ac-763a-4859-8c3f-1963cbaaa996",
"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-06-03T18:34:22.2168613",
"active": true,
"updated": "2026-06-03T18:34:22.2168613",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "60"
},
"card": {
"$ref": "61"
},
"members": {
"$id": "63",
"sample string 1": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"sample string 2": [
{
"$ref": "60"
},
{
"$ref": "60"
}
]
},
"customerGroups": [
{
"$id": "64",
"identifier": "4Zf9CZokuUGE1oOAyIPaYQ==",
"identifierGuid": "09fd97e1-249a-41b9-84d6-8380c883da61",
"name": "sample string 2",
"primaryContact": "bq1127KMHEW15RMZImJedA==",
"primaryContactGuid": "db75ad6e-8cb2-451c-b5e5-131922625e74",
"accountID": "OUZPerv22k6UAeyYyGgVMg==",
"accountIDGuid": "7a4f4639-f6bb-4eda-9401-ec98c8681532",
"special": true,
"updated": "2026-06-03T18:34:22.2168613",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "x2iwyOOl6ESfqgQdfIecjw==",
"priceLevelIdentifierGuid": "c8b068c7-a5e3-44e8-9faa-041d7c879c8f",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "62"
},
"primaryContactCustomer": {
"$ref": "60"
},
"customerGroupMembers": [
{
"$id": "65",
"id": 1,
"groupID": "/miHi1Y/r0+/Zj+yR1ouJA==",
"groupIDGuid": "8b8768fe-3f56-4faf-bf66-3fb2475a2e24",
"customerID": "LrF8HBG5dUqSq+X3b/ow7w==",
"customerIDGuid": "1c7cb12e-b911-4a75-92ab-e5f76ffa30ef",
"card": "sample string 4",
"linkedAccount": "J+Zwpf7vbkWRJ22IifteXA==",
"linkedAccountGuid": "a570e627-effe-456e-9127-6d8889fb5e5c",
"customer": {
"$ref": "60"
},
"group": {
"$ref": "64"
},
"customerCard": {
"$ref": "61"
}
},
{
"$ref": "65"
}
]
},
{
"$ref": "64"
}
]
},
"payments": [
{
"$id": "66",
"id": 1,
"identifier": "NGMjUUKW9UOFbGDBtijuTA==",
"identifierGuid": "51236334-9642-43f5-856c-60c1b628ee4c",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "sRRCggS5G0+LtvzsrHTwew==",
"accountIDGuid": "824214b1-b904-4f1b-8bb6-fcecac74f07b",
"customerAccount": {
"$ref": "62"
},
"customerCard": {
"$ref": "61"
},
"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-06-03T18:34:22.2168613",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "91le6AF1IUGBlVgX3rreEA==",
"idempotentVoidGuid": "e85e59f7-7501-4121-8195-5817debade10",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "67",
"saleHeaderID": 1,
"saleHeaderGuid": "DLXEcIYVv0WZa6BOWrK0dw==",
"saleHeaderIdentifierGuid": "70c4b50c-1586-45bf-996b-a04e5ab2b477",
"created": "2026-06-03T18:34:22.2168613",
"createdLocal": "2026-06-03T18:34:22.2168613",
"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-06-03T18:34:22.2168613",
"storeID": 1,
"operatorG_Uid": "tD6rTawAqEKu8KNc2cjKjw==",
"operatorGuid": "4dab3eb4-00ac-42a8-aef0-a35cd9c8ca8f",
"customerG_Uid": "yfVhKhJkrUyTGL3As0ELlw==",
"customerGuid": "2a61f5c9-6412-4cad-9318-bdc0b3410b97",
"communityIdentifier": "8hRv7LP8m0SwUaLuwYbbDA==",
"communityIdentifierGuid": "ec6f14f2-fcb3-449b-b051-a2eec186db0c",
"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": "eWf8+cb5r0mlm6AH/5wR4g==",
"priceLevelIdentifierGuid": "f9fc6779-f9c6-49af-a59b-a007ff9c11e2",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:22.2168613+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": "68",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:34:22.2168613",
"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": "27"
},
"customer": {
"$ref": "60"
},
"communityOrganisation": {
"$id": "69",
"id": 1,
"identifier": "Ax84WzsGhU+XjZ5Z+p/9cw==",
"identifierGuid": "5b381f03-063b-4f85-978d-9e59fa9ffd73",
"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-06-03T18:34:22.2168613",
"promoPeriodEnd": "2026-06-03T18:34:22.2168613",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:34:22.2168613",
"deleted": true
},
"details": [
{
"$id": "70",
"saleItemID": 1,
"identifier": "yT42aKtKiUuqFB9hEOob0w==",
"identifierGuid": "68363ec9-4aab-4b89-aa14-1f6110ea1bd3",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "QpD1aVX56E206pudqlbbWA==",
"pluGuid": "69f59042-f955-4de8-b4ea-9b9daa56db58",
"accountID": "FWa8BaK9+kOSayXG6thWjQ==",
"accountIDGuid": "05bc6615-bda2-43fa-926b-25c6ead8568d",
"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-06-03T18:34:22.2168613",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "Gc/dz5F5KESEuU24rUlWHA==",
"refundGuid": "cfddcf19-7991-4428-84b9-4db8ad49561c",
"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": "qT0XgNrpbUSGd+fDWUxsYg==",
"idempotentVoidGuid": "80173da9-e9da-446d-8677-e7c3594c6c62",
"priceLevelIdentifier": "phVnRLcjaUK8emGBoqPtEw==",
"priceLevelIdentifierGuid": "446715a6-23b7-4269-bc7a-6181a2a3ed13",
"communityIdentifier": "BZ86WgMYVkiKwC2BdPSa6g==",
"communityIdentifierGuid": "5a3a9f05-1803-4856-8ac0-2d8174f49aea",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "71",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:34:22.2168613",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "71"
}
],
"refund": {
"$id": "72",
"id": 1,
"g_UID": "YCgTZhaZV0OBqKgV0EfTRA==",
"guid": "66132860-9916-4357-81a8-a815d047d344",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:34:22.2168613"
},
"modifier": {
"$id": "73",
"id": 1,
"setG_UID": "r29kd4gX3Eu4BbDXXbsKew==",
"modifierSetGuid": "77646faf-1788-4bdc-b805-b0d75dbb0a7b",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "Jv85OiUFakaA8jBd7Dyo8w==",
"pluGuid": "3a39ff26-0525-466a-80f2-305dec3ca8f3",
"deleted": true,
"g_UID": "XippVIY05UyQa68OEJpbEw==",
"guid": "54692a5e-3486-4ce5-906b-af0e109a5b13",
"product": {
"$ref": "14"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "70"
}
],
"eftReceipts": [
{
"$id": "74",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "67"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "74"
}
],
"payments": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"cards": [
{
"$id": "75",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "75"
}
],
"campaignHits": [
{
"$id": "76",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "76"
}
],
"fuel": [
{
"$id": "77",
"id": 1,
"plu": 1,
"pluG_UID": "BO3190kK9E66kYjNHL853A==",
"pluGuid": "f7f5ed04-0a49-4ef4-ba91-88cd1cbf39dc",
"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-06-03T18:34:22.2168613",
"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-06-03T18:34:22.2168613",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "77"
}
],
"fuelResells": [
{
"$id": "78",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "/CCMmBR8UkOAxAQ0dEfYzw==",
"pluGuid": "988c20fc-7c14-4352-80c4-04347447d8cf",
"accountID": "WiNCoFgcMU2b442E9hfmuA==",
"accountIDGuid": "a042235a-1c58-4d31-9be3-8d84f617e6b8",
"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-06-03T18:34:22.2168613",
"bestOrExpireType": 1,
"refundG_UID": "Oxq2+xHb0U6mKZJGQYlIGw==",
"refundGuid": "fbb61a3b-db11-4ed1-a629-92464189481b",
"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": "78"
}
],
"customerOrder": [
{
"$id": "79",
"identifier": "rn/bMzJQoE+Yr0pSXuNcFQ==",
"identifierGuid": "33db7fae-5032-4fa0-98af-4a525ee35c15",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "1DPMvPIsZE+piVFiDV0xpw==",
"customerIdentifierGuid": "bccc33d4-2cf2-4f64-a989-51620d5d31a7",
"operatorNo": 1,
"operatorG_UID": "aslGhH6d6UGoeSehPFe5Zg==",
"operatorGuid": "8446c96a-9d7e-41e9-a879-27a13c57b966",
"created": "2026-06-03T18:34:22.2168613",
"ordered": "2026-06-03T18:34:22.2168613",
"started": "2026-06-03T18:34:22.2168613",
"completed": "2026-06-03T18:34:22.2168613",
"supplied": "2026-06-03T18:34:22.2168613",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "60"
},
"operator": {
"$ref": "27"
},
"details": [
{
"$id": "80",
"headerID": 1,
"plu": 1,
"pluG_UId": "bj/qF5P/okOoYasXvXjgbw==",
"pluGuid": "17ea3f6e-ff93-43a2-a861-ab17bd78e06f",
"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": "SitEnJJ/h0S74QwS9TFIRg==",
"headerIdentifierGuid": "9c442b4a-7f92-4487-bbe1-0c12f5314846",
"product": {
"$ref": "14"
}
},
{
"$ref": "80"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "67"
}
},
{
"$ref": "79"
}
],
"surveyResponses": [
{
"$id": "81",
"surveyG_UID": "ElUzpuigD0mM69EMhKDe1w==",
"surveyGuid": "a6335512-a0e8-490f-8ceb-d10c84a0ded7",
"saleHeaderGuid": "9K/fhHZnIkevSgpniG0sJg==",
"saleGuid": "84dfaff4-6776-4722-af4a-0a67886d2c26",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "NlzV58BbHU+tHXB6V8XDqA==",
"guidResponse": "e7d55c36-5bc0-4f1d-ad1d-707a57c5c3a8",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:34:22.2168613",
"sale": {
"$ref": "67"
},
"survey": {
"$id": "82",
"g_UID": "Fcb5JwvTtEOwU6rRfMZbZg==",
"guid": "27f9c615-d30b-43b4-b053-aad17cc65b66",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "nasMlL7eukSdUnu5NeeoBQ==",
"checkoutFormGuid": "940cab9d-debe-44ba-9d52-7bb935e7a805",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:34:22.2168613",
"end": "2026-06-03T18:34:22.2168613",
"deleted": true,
"updated": "2026-06-03T18:34:22.2168613",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"0371789e-ad1b-41b4-b1bf-b18505ddf5c0",
"c6fada53-fe01-4186-b8a7-c05da9908308"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "35"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "81"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "hhEVx67I00CE+tWY4p9CKw==",
"accountIdentifier": "c7151186-c8ae-40d3-84fa-d598e29f422b",
"accountName": "sample string 44",
"customerOrderIdentifier": "De06Oy0RyEGUuJq/OIurxg==",
"customerOrderIdentifierGuid": "3b3aed0d-112d-41c8-94b8-9abf388babc6",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "83",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "CqgOPJzOTUO6qhibw/2fAA==",
"paymentIdentifierGuid": "3c0ea80a-ce9c-434d-baaa-189bc3fd9f00",
"identifier": "WvR8CHtz0EeQ4TmPU+RDTw==",
"identifierGuid": "087cf45a-737b-47d0-90e1-398f53e4434f",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "9aimr6htCkiEmG/YGpVjRg==",
"itemIdentifierGuid": "afa6a8f5-6da8-480a-8498-6fd81a956346"
}
},
{
"$ref": "66"
}
]
},
{
"$ref": "61"
}
],
"customerGroupMembers": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"accounts": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"account": {
"$ref": "62"
},
"vouchers": [
{
"$id": "84",
"customerIdentifier": "KAzAx0X4pk2ib0Z5joDkcQ==",
"customerIdentifierGuid": "c7c00c28-f845-4da6-a26f-46798e80e471",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "/yNLnVi/qEilluc2hA/UXw==",
"idempotentGuid": "9d4b23ff-bf58-48a8-a596-e736840fd45f",
"offline": true,
"voucher": {
"$id": "85",
"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-06-03T18:34:22.2168613",
"barcodeTemplate": {
"$id": "86",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "87",
"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-06-03T18:34:22.2168613",
"labelPageLayout": "AAitCh8nYUKDp8D7l+vRdw==",
"pageLayoutGuid": "0aad0800-271f-4261-83a7-c0fb97ebd177",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "85"
},
"elements": [
{
"$id": "88",
"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-06-03T18:34:22.2168613"
},
{
"$ref": "88"
}
]
},
"customerVouchers": [
{
"$id": "89",
"id": 1,
"customerIdentifier": "uXAI+oAt50iSN9zwlHJsTQ==",
"customerIdentifierGuid": "fa0870b9-2d80-48e7-9237-dcf094726c4d",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:34:22.2168613",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "WtOQwIUqikydjzUw0QKxYw==",
"issuedIdempotentGuid": "c090d35a-2a85-4c8a-9d8f-3530d102b163",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:34:22.2168613",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:34:22.2168613",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "t48jwlDYFU6mytq9IESVDQ==",
"redeemedIdempotentGuid": "c2238fb7-d850-4e15-a6ca-dabd2044950d",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:34:22.2168613",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "87"
},
"voucher": {
"$ref": "85"
},
"customer": {
"$ref": "60"
},
"issuedOfflinePayment": {
"$ref": "66"
},
"redeemedOfflinePayment": {
"$ref": "66"
}
},
{
"$ref": "89"
}
]
},
"customer": {
"$ref": "60"
}
},
{
"$ref": "84"
}
]
}
},
{
"$ref": "59"
}
],
"customerGroups": [
{
"$id": "90",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "3xgf2vOmSk6kKGaMCFaraw==",
"groupIDGuid": "da1f18df-a6f3-4e4a-a428-668c0856ab6b",
"campaign": {
"$ref": "56"
},
"group": {
"$ref": "64"
}
},
{
"$ref": "90"
}
],
"signIqTickets": [
{
"$id": "91",
"identifier": "2dXCIxxOTUee7AF3NBsKIw==",
"identifierGuid": "23c2d5d9-4e1c-474d-9eec-0177341b0a23",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "91"
}
],
"comboPriceGroups": [
{
"$id": "92",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "TMT5Nwneokmqtbc+oS64Uw==",
"guid": "37f9c44c-de09-49a2-aab5-b73ea12eb853",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "56"
},
"comboPricePlus": [
{
"$id": "93",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "dpBfkAb49k6fMvaW8Zq1aQ==",
"groupGuid": "905f9076-f806-4ef6-9f32-f696f19ab569",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "8zDQOjOJF0ep2CnyUiSepQ==",
"pluGuid": "3ad030f3-8933-4717-a9d8-29f252249ea5",
"priceGroupG_UID": "hBF73+7bkESk6SWlaUbmZw==",
"priceGroupGuid": "df7b1184-dbee-4490-a4e9-25a56946e667",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "56"
},
"product": {
"$ref": "14"
},
"priceGroup": {
"$ref": "20"
},
"campaignPool": {
"$ref": "56"
}
},
{
"$ref": "93"
}
]
},
{
"$ref": "92"
}
],
"priceLevels": [
{
"$id": "94",
"id": 1,
"priceLevelIdentifier": "I6cIdYNbW0ekWrpz6VgwuQ==",
"priceLevelIdentifierGuid": "7508a723-5b83-475b-a45a-ba73e95830b9",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "94"
}
],
"promotionType": {
"$id": "95",
"identifier": "o12aM3+C3UeFK94aEEQ2KQ==",
"identifierGuid": "339a5da3-827f-47dd-852b-de1a10443629",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "Bp44Fbk66kOftoA+cW5uNA==",
"labelPageLayoutGuid": "15389e06-3ab9-43ea-9fb6-803e716e6e34",
"priceLevelIdentifier": "HQjTT8gg3Uu8aXtXtrNlWQ==",
"priceLevelIdentifierGuid": "4fd3081d-20c8-4bdd-bc69-7b57b6b36559",
"active": true,
"updated": "2026-06-03T18:34:22.2168613",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "14"
},
"dealCost": {
"$id": "96",
"headerIdentifier": "iTxzHDi1C0qx4hlpWET6ug==",
"headerIdentifierGuid": "1c733c89-b538-4a0b-b1e2-19695844faba",
"identifier": "Jb+3fWy0OkO8Ku1J7kD9+A==",
"identifierGuid": "7db7bf25-b46c-433a-bc2a-ed49ee40fdf8",
"supplierIdentifier": "UknwnB4tk0et87fDo0ioRw==",
"supplierGuid": "9cf04952-2d1e-4793-adf3-b7c3a348a847",
"pluG_UID": "jlZzcVTiG0SOOf7DhCPpVw==",
"pluGuid": "7173568e-e254-441b-8e39-fec38423e957",
"campaignName": "771bf0e1-e75b-46d1-b26f-caba7c583c12",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:34:22.2168613",
"end": "2026-06-03T18:34:22.2168613",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "SxTIqjAS+kWX8lBKYBqJrw==",
"bonusItemPluGuid": "aac8144b-1230-45fa-97f2-504a601a89af",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:34:22.2168613",
"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-06-03T18:34:22.2168613",
"campaignEndDate": "2026-06-03T18:34:22.2168613",
"masterPLUG_UID": "ULecN8iJ10udxssZDG8mAQ==",
"masterID": "379cb750-89c8-4bd7-9dc6-cb190c6f2601",
"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": "cb5GpM2KGEGphFz8A5t7wA==",
"bonusMasterID": "a446be71-8acd-4118-a984-5cfc039b7bc0",
"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-06-03T18:34:22.2168613",
"dealCosts": [
{
"$ref": "96"
},
{
"$ref": "96"
}
],
"tags": [
{
"$id": "97",
"pluG_UID": "B+s3ylgRQ0WwbBnWNla7IA==",
"pluGuid": "ca37eb07-1158-4543-b06c-19d63656bb20",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "97"
}
],
"alternateProductG_UID": "B9P+IbTUpke12mIuHrCXQg==",
"alternateProduct": "21fed307-d4b4-47a6-b5da-622e1eb09742",
"altProduct": {
"$ref": "14"
},
"productHostCode": {
"$id": "98",
"id": 1,
"pluG_UID": "1ZZ0GNCKUkOqF29QAbrNSA==",
"pluGuid": "187496d5-8ad0-4352-aa17-6f5001bacd48",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "50"
},
"mscCom": {
"$ref": "51"
},
"mscDep": {
"$ref": "53"
},
"mscSubCom": {
"$ref": "52"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:34:22.2168613",
"inventoryTracked": "2026-06-03T18:34:22.2168613",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "99",
"pluG_UID": "TC1lYEgs30CEyetkVNbs1g==",
"pluGuid": "60652d4c-2c48-40df-84c9-eb6454d6ecd6",
"fuelPluG_UID": "eZO1/E5epke6A3/5zNVqHQ==",
"fuelPluGuid": "fcb59379-5e4e-47a6-ba03-7ff9ccd56a1d",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "99"
},
{
"$ref": "99"
}
]
},
"supplier": {
"$ref": "9"
},
"serviceFee": {
"$id": "100",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "12"
}
],
"orderCycleHeaders": [
{
"$id": "101",
"storeID": 1,
"supplierIdentifier": "x6FpE3ylLk+7ZVVW2xHvKQ==",
"supplierGuid": "1369a1c7-a57c-4f2e-bb65-5556db11ef29",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "101"
}
],
"cycles": [
{
"$id": "102",
"storeID": 1,
"supplierIdentifier": "O9K/OUyiqUarCjZrZJO+1Q==",
"supplierGuid": "39bfd23b-a24c-46a9-ab0a-366b6493bed5",
"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-06-03T18:34:22.2168613",
"deliveryDate": "2026-06-03T18:34:22.2168613",
"nextCutOffDate": "2026-06-03T18:34:22.2168613",
"nextDeliveryDate": "2026-06-03T18:34:22.2168613",
"nextDaysBuffer": 10
},
{
"$ref": "102"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-06-03T18:34:22.2168613",
"isHost": true
},
"files": [
{
"$id": "103",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:34:22.2168613",
"processed": "2026-06-03T18:34:22.2168613",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:34:22.2168613",
"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": "8"
},
"metcashHeader": {
"$id": "104",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:34:22.2168613",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "103"
}
],
"zoneMatrix": [
{
"$id": "105",
"id": 1,
"hostIdentifier": "DRQ5kuKSeUu3ra5bZi9ftw==",
"hostIdentifierGuid": "9239140d-92e2-4b79-b7ad-ae5b662f5fb7",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"f4411e78-1fb2-481c-b809-d1222ebc7e1d",
"f02b2f86-7798-43d9-8a3b-e411046b153b"
]
},
{
"$ref": "105"
}
],
"hostFileStoreSetting": {
"$ref": "7"
},
"hostStoreSettings": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"promotionPlacements": [
{
"$id": "106",
"identifier": "OI9YCkWA1Emmb1CpSW375w==",
"identifierGuid": "0a588f38-8045-49d4-a66f-50a9496dfbe7",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "106"
}
],
"promoTypeGuids": [
"36e2250f-2149-450d-8178-bafaa013230a",
"95efd8d6-f495-426b-b7f7-3e3d2117171e"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "7"
}
],
"accounts": [
{
"$id": "107",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "107"
}
],
"sales": [
{
"$id": "108",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:34:22.2168613",
"ftpSite": {
"$id": "109",
"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": "108"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "105"
},
{
"$ref": "105"
}
],
"cashManagements": [
{
"$id": "110",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "111",
"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,
"config": "sample string 10"
}
},
{
"$ref": "110"
}
],
"updateStoreID": "df1c8abf-8d97-4fa3-83bb-e765a5ddf932",
"updateStore": {
"$id": "112",
"id": "4bb77563-d6ed-4960-bd70-a714a4d22b0e",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:34:22.2168613",
"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-06-03T18:34:22.2168613"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "113",
"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": "9"
},
"orderCycle": {
"$id": "114",
"id": 1,
"autoOrderGuid": "kBa4zzfG/kmJpTRGPogDZA==",
"autoOrderIdentifier": "cfb81690-c637-49fe-89a5-34463e880364",
"cutOffDate": "2026-06-03T18:34:22.2168613",
"deliveryDate": "2026-06-03T18:34:22.2168613",
"daysBuffer": 3,
"nextCutOffDate": "2026-06-03T18:34:22.2168613",
"nextDeliveryDate": "2026-06-03T18:34:22.2168613",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "115",
"autoOrderGuid": "dCORDYjtzkyENnGTMGTbCA==",
"autoOrderIdentifier": "0d912374-ed88-4cce-8436-71933064db08",
"pluG_UID": "onQj4u239EKqqj7siIkw4Q==",
"pluGuid": "e22374a2-b7ed-42f4-aaaa-3eec888930e1",
"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-06-03T18:34:22.2168613",
"investmentBuyStatus": 2,
"processed": "2026-06-03T18:34:22.2168613",
"product": {
"$ref": "14"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "102"
},
"inventory": {
"$id": "116",
"inventoryGuid": "c9f40gRg1USfLR7ozBx8iw==",
"inventoryIdentifier": "d2f8d773-6004-44d5-9f2d-1ee8cc1c7c8b",
"created": "2026-06-03T18:34:22.2168613",
"createdLocal": "2026-06-03T18:34:22.2168613",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-06-03T18:34:22.2168613",
"history": [
{
"$id": "117",
"inventoryGuid": "c6wBo1Bys0Wn6en7ed9TNw==",
"inventoryIdentifier": "a301ac73-7250-45b3-a7e9-e9fb79df5337",
"pluG_UID": "t3T2HNI9IUWeONRBGxcyAA==",
"pluIdentifier": "1cf674b7-3dd2-4521-9e38-d4411b173200",
"inventoryReason": 3,
"inventoryInvoiceGuid": "3+NlOpGHMUWY/goS4+LZ0w==",
"invoiceIdentifier": "3a65e3df-8791-4531-98fe-0a12e3e2d9d3",
"operatorGuid": "CG7/aM2XvUKjNr0WgiRr8g==",
"operatorIdentifier": "68ff6e08-97cd-42bd-a336-bd1682246bf2",
"stocktakeGuid": "GwOI2QIolkK2vBhnhS0U0Q==",
"stocktakeIdentifier": "d988031b-2802-4296-b6bc-1867852d14d1",
"orderGuid": "w/yh/kt9wUSR/ciFzpxLOw==",
"orderIdentifier": "fea1fcc3-7d4b-44c1-91fd-c885ce9c4b3b",
"saleHeaderGuid": "ZTKH0KpmmUy7Pm2n81wpCQ==",
"saleHeaderGuidIdentifier": "d0873265-66aa-4c99-bb3e-6da7f35c2909",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "tFe+2bohxUevAt5gZShAJg==",
"creditNoteGuid": "d9be57b4-21ba-47c5-af02-de6065284026",
"inventorySourceGuid": "z4yaJLSUmkeUyfhgzIeXAQ==",
"inventorySourceIdentifier": "249a8ccf-94b4-479a-94c9-f860cc879701",
"createdLocal": "2026-06-03T18:34:22.2168613",
"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-06-03T18:34:22.2168613",
"createdLocalTime": "2026-06-03T18:34:22.2168613",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "118",
"inventoryInvoiceGuid": "3Vj8cwj48kWgDyQ2CWowaA==",
"invoiceIdentifier": "73fc58dd-f808-45f2-a00f-2436096a3068",
"inventoryGuid": "iW473Lky6kaxfyYO/0ijbA==",
"inventoryIdentifier": "dc3b6e89-32b9-46ea-b17f-260eff48a36c",
"supplierIdentifier": "F4kdZcppBUipuw+KKPYbhg==",
"supplierGuid": "651d8917-69ca-4805-a9bb-0f8a28f61b86",
"orderGuid": "Bbuej8zML02bbJlb5Lvhmw==",
"orderIdentifier": "8f9ebb05-cccc-4d2f-9b6c-995be4bbe19b",
"invoiceHeaderIdentifier": "uB22hBEeV028ns0jItEc2w==",
"invoiceHeaderGuid": "84b61db8-1e11-4d57-bc9e-cd2322d11cdb",
"created": "2026-06-03T18:34:22.2168613",
"ordered": "2026-06-03T18:34:22.2168613",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:34:22.2168613",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:34:22.2168613",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "MvwCblH+m0y1C7SnDxjyKA==",
"pluGuid": "6e02fc32-fe51-4c9b-b50b-b4a70f18f228",
"orderInventoryGuid": "nioo8icp7UGwBM0U0LXwzw==",
"orderInventoryIdentifier": "f2282a9e-2927-41ed-b004-cd14d0b5f0cf",
"supplier": {
"$ref": "9"
},
"inventoryUnits": [
{
"$id": "119",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "m1+BX652rU+cTRr8FRyBYA==",
"invoiceIdentifier": "5f815f9b-76ae-4fad-9c4d-1afc151c8160",
"inventoryGuid": "UJjHmkiLCkutHnJ8qnhQ2Q==",
"inventoryIdentifier": "9ac79850-8b48-4b0a-ad1e-727caa7850d9",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:34:22.2168613",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:34:22.2168613",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "119"
}
]
},
"invoiceHeaderIdentifier": "C6e/LNRAOEuB7kFeMgm8qQ==",
"invoiceHeaderGuid": "2cbfa70b-40d4-4b38-81ee-415e3209bca9",
"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-06-03T18:34:22.2168613"
},
"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": "14"
},
{
"$ref": "14"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"products": [
{
"$id": "121",
"parentPluGuid": "7953b040-fd5a-44f7-abba-dd5c9ec28ceb",
"product": {
"$ref": "14"
},
"inventory": {
"$ref": "116"
},
"storeID": 2,
"storeName": "sample string 3",
"dayWeighting": {
"$id": "122",
"sunday": 1.1
},
"explanations": [
{
"$id": "123",
"pluG_UID": "aUUMyj3jOUSUwicHbYUpbg==",
"pluGuid": "ca0c4569-e33d-4439-94c2-27076d85296e",
"consolidatedSales": {
"$id": "124",
"1": {
"$id": "125",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "125"
}
},
"dailyPrices": {
"$id": "126",
"2026-06-03T18:34:22.2168613": {
"$id": "127",
"date": "2026-06-03T18:34:22.2168613",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "ck8dwzhmDEmiZyy4+33gXQ==",
"comboPriceGroupGuid": "c31d4f72-6638-490c-a267-2cb8fb7de05d"
}
},
"onHandPredictions": [
{
"$id": "128",
"autoOrderGuid": "b2gsc1am/U2xteN+UburQw==",
"autoOrderIdentifier": "732c686f-a656-4dfd-b1b5-e37e51bbab43",
"pluG_UID": "iEbnSLjIi0yCjVr6QU05Lw==",
"pluGuid": "48e74688-c8b8-4c8b-828d-5afa414d392f",
"childPLUG_UID": "1XyMloZujkK810pz4WUu9g==",
"childPluGuid": "968c7cd5-6e86-428e-bcd7-4a73e1652ef6",
"date": "2026-06-03T18:34:22.2168613",
"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": "128"
}
],
"predictions": [
{
"$ref": "128"
},
{
"$ref": "128"
}
],
"product": {
"$ref": "14"
}
},
{
"$ref": "123"
}
]
},
{
"$ref": "121"
}
],
"supplierOrderingDetail": {
"$ref": "12"
},
"manufacturerSupplier": "720bbaf8-85d9-43ab-9773-7dff8d80417c",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "115"
}
],
"boosts": [
{
"$id": "129",
"autoOrderGuid": "UFS1cJdg5U+w/AlGJKo2eA==",
"autoOrderIdentifier": "70b55450-6097-4fe5-b0fc-094624aa3678",
"date": "2026-06-03T18:34:22.2168613",
"boost": 2
},
{
"$ref": "129"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "130",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "3"
},
"supplier": {
"$ref": "9"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "131",
"orderGuid": "aA510fthFkWRnGDmqn2KZA==",
"orderIdentifier": "d1750e68-61fb-4516-919c-60e6aa7d8a64",
"supplierIdentifier": "muJil9FyGUK40mcxCiX5wA==",
"supplierGuid": "9762e29a-72d1-4219-b8d2-67310a25f9c0",
"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": "132",
"id": 1,
"orderGuid": "ipnvEey48Eih+UaLsk2saQ==",
"orderIdentifier": "11ef998a-b8ec-48f0-a1f9-468bb24dac69",
"pluG_UID": "KMj2LtHPY0evyJX6LAn/AA==",
"pluGuid": "2ef6c828-cfd1-4763-afc8-95fa2c09ff00",
"created": "2026-06-03T18:34:22.2168613",
"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": "37PINP4bFkmjSe7uxr7irg==",
"substituteGuid": "34c8b3df-1bfe-4916-a349-eeeec6bee2ae",
"warehousePLUG_UID": "Sx8xZPcb1UCspUxMAoLAyg==",
"warehousePluGuid": "64311f4b-1bf7-40d5-aca5-4c4c0282c0ca",
"updated": "2026-06-03T18:34:22.2168613",
"increment": true,
"description": "sample string 15",
"product": {
"$ref": "14"
},
"unknownScan": {
"$id": "133",
"pluG_UID": "5z/OuUO2AES7JbzSkpy0Rg==",
"pluGuid": "b9ce3fe7-b643-4400-bb25-bcd2929cb446",
"orderGuid": "DR2oGA5Q90me98a5/YcqSA==",
"orderIdentifier": "18a81d0d-500e-49f7-9ef7-c6b9fd872a48",
"barcode": "sample string 3",
"created": "2026-06-03T18:34:22.2168613",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "14"
},
"warehouseProduct": {
"$ref": "14"
},
"lookup": {
"$id": "134",
"pluG_UID": "qS7HlopddUu1jeRRJu8NsA==",
"pluGuid": "96c72ea9-5d8a-4b75-b58d-e45126ef0db0",
"inventoryGuid": "x3Kb0peSMUq+GoZ4oYnaYw==",
"inventoryIdentifier": "d29b72c7-9297-4a31-be1a-8678a189da63",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-06-03T18:34:22.2168613",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-06-03T18:34:22.2168613",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "12"
},
"dealCost": {
"$ref": "96"
},
"nextCost": {
"$ref": "96"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-06-03T18:34:22.2168613",
"orderHeader": {
"$ref": "1"
},
"invoiceDetail": {
"$id": "135",
"identifier": "LApkkvXF2E64/WPyfGvqWQ==",
"identifierGuid": "92640a2c-c5f5-4ed8-b8fd-63f27c6bea59",
"headerIdentifier": "UxwpXEhcZ0alMkA95cT9oQ==",
"headerIdentifierGuid": "5c291c53-5c48-4667-a532-403de5c4fda1",
"pluG_UID": "NLbnIJNqrEW1p9DytRM13Q==",
"pluGuid": "20e7b634-6a93-45ac-b5a7-d0f2b51335dd",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-06-03T18:34:22.2168613",
"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,
"extendedCostSpecified": true,
"cartonCostSpecified": true,
"freightAmount": 16,
"freightGstAmount": 17,
"extFreightAmount": 18,
"extFreightGstAmount": 19,
"costDecimals": 20,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 21",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 22",
"directNumber": "sample string 23",
"itemSize": "sample string 24",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-06-03T18:34:22.2168613",
"costEnd": "2026-06-03T18:34:22.2168613",
"createdFromUnknownScan": true,
"orderGuid": "jqblbb2TCkq2WndzF8cP2w==",
"orderIdentifierGuid": "6de5a68e-93bd-4a0a-b65a-777317c70fdb",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:34:22.2168613",
"invoiceNo": "sample string 30",
"hasInventory": true,
"existingCost": 32.1,
"existingSell": 33.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 34",
"nextSellCampaignDescription": "sample string 35",
"dealCost": {
"$ref": "96"
},
"nextCost": {
"$ref": "96"
},
"lastChance": true,
"holdOff": 37,
"holdOffDate": "2026-06-03T18:34:22.2168613",
"unknownScan": {
"$id": "136",
"pluG_UID": "V2F3+9mHZ0WR2xdMlKrSUA==",
"pluGuid": "fb776157-87d9-4567-91db-174c94aad250",
"invoiceIdentifier": "Q3OOM3gLhEOlE5P8Gb27YA==",
"invoiceGuid": "338e7343-0b78-4384-a513-93fc19bdbb60",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:34:22.2168613"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "iFBpBnu27kmaqB3tmZvmNQ==",
"priceGroupGuid": "06695088-b67b-49ee-9aa8-1ded999be635",
"priceGroupName": "sample string 44",
"priceGroupCode": "sample string 45",
"product": {
"$ref": "14"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 47,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "115"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "132"
}
],
"unknownScans": [
{
"$ref": "133"
},
{
"$ref": "133"
}
],
"transportCompany": {
"$id": "137",
"identifier": "9WgxM7crNEmZRmwUYiLQSg==",
"identifierGuid": "333168f5-2bb7-4934-9946-6c146222d04a",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "DpzOXHpCKkCnoPABpTgpqA==",
"primaryContactID": "5cce9c0e-427a-402a-a7a0-f001a53829a8",
"primaryContact": {
"$ref": "10"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "d7840b79-bcbb-41de-9412-7bdef1191a98"
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK K��\b}�9� 5 xl/workbook.xml � (� ����0D�&�C��H�N\�z��VhK��|o�vfg����kcz�Q�v�-h���3���Q��0V�Ҿ�B6X��P{GQ�,�Ѯ���+��-B�:D���@jZ���S�����l���o�/��bQD�V��Ź�=Sbs��M�5d���N/iBw��l�]~PK K��\���� � [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
K��\H,�?' ' _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="R002afa14f0e94177" /></Relationships>PK K��\��cP
08 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��*9���#$�?�ߏ����"c�� -������0p��~|l�߅�A� h�p���N��h�m[Q�!$���T��ǧ���d�����`��"�����d��P�AV�d� :L��(̐u[�YW�)��!yt��� ��c(�@�CJ���`+>��B�6Z��Y~�m�w�l���x�BzY���wA��q&yO����h�j�f-ڃ��&��CGf
Zw�Ȭ=�
z�����������l���g����,���=K�V��A,���g��A���:����=�_���Jb�X�9C���CO�I®�Bt<���Y���L�%�B{�q�y��Q�,Iג$U���Ðz�d�%鶒�����9C���J�b��� �X�!k�
դϚ��i�1��B�L��IC��5�[��Cp|俨���I��a�4���z��є&Ȓ�C��ϒ�Mqf��l)��,I�CgȒ��0�'g}2��P:E��O�= `$~)��7
��,�04C�,ɰ�����m����$��dȒ��$뀣Tr�ϕ��$���M��!�߃1,K��Y�a�&C�d8�j Y��������b�b4Cg�Z�����^��r�/͐�m;U����S����V��VW ��R���o�DvӪ|��mƬ�ت`���<i��c�T�--v5Z���B�Z�� ��Y�q�I�?�o-_�)<~b�d�j�kA���1��ĬI�j����K�sK)�&������ ���[�$�%I��|�<���t�,I<���,E���t��/�>K[a�K�-��k�Y�8���M/gh��,E�4���j�P
c�"��i~�d�S��wO����H[)��"�M\�.(K�` ��H�T
<��[=;
������S�I���(K���t�q��JR�K[Ȋ��"qUK��\��,�IC5eE�V��V�6>qyID��H�>�V�!rMe�Rrc�*��H�*҇*��9\J��
�HY�ɴ�ɧ8<�yHY� ک� �ӫ�NY�ɶ#�5\F��\�,ɴ��wgL��"eI��$*��x.ՉJ{ȚL[M"�cx�s�l��$Slg:�\�B�C��-R�d��kB@.˒��DC�d��3\`G�K ��Dæ��ک�$�~�U�i����"�%>H1�4�
�E����EMa�ٴm��+ld]S��t|����ˢ�g˳������|�1���i�?.�_1-OF�����Ss<��{��w�E4��E<�E�.��]��"�"B�x��'��"��"��x��H]�s�1A�"X}�@������ľQ �ٷ
DP�N�n�+A�"����M��I�v?+��"���@���`w���
z'�
��w�Q<Q�h�ŌNP<Q���ŐN�<Q,��ŔN�<Ql�$ϊ1��Yq��<+�t�gśN��K�wzɳbO/yV��%ϊA��Yq��<+��gţ^��K��zɳb� yV|ϵ�� x���s��4�kŧA�\+>
��ZK���Z�i<O��V|�kB�i�<+>��gŧQ��4J��Fɳ��(yV|%ϊO��Y�i�<+>Eɳ�S�<+>Eɳ�S�<+>Eɳ�S�<+>Eɳ�S<7�OQ��(>E�s���ύ�S��cŧ$xn���Q|J��F�) ��+xn���Y{�J��S�w����](>M�.�&y�O��ŧIޅ��$�B�i�w��4ɻP|�$ϊO��Y�i�<+>��ws�)#�������ʌ�Z4�,"���w�5iq���k����?�0V���iճUd�3mWBH����E����0B��z��Z����]��{�����5�0�
#��q�>>����Ͼ���k9|��L��ʷo�g_������([ �GL�� �mq :���g`�k��Z�E�N$//X����`��}{ ����`5��V�����'
$�}�`�E�A��_5���i Y0hQ@��j-ˮY�%a�7�j Y4���{��l�Տ5��-4��&[��Ϟ�l,[q��qً����ZK̲cWw<��:o�u���e��ݾ;N�J~��s �l'�6c��q�Y�]|�Nj͝�sYk��y�j���Fs�lp6�;e����Fn����\�z�o͍���hn�}�Fs�l�6�e���dܝ):wgl7��Ԝ��; ���ۼ�@�4՞ɲ��h�d��mԔ)Ϯ�L��m4��~o�/e6Z�lu���q�{̫���t�h6[N��o:7����?PK K��\ �5
� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8��_մ6lK/�$�8jb[��l,8W�*�6]����������m��:?�B��@P�f����9ȇ���g�W��$�h߂
�n(���E��XԱ#�[D����I�H�4-�[3�I���!)�M^P�?��ո�W��Q�C?%O�!K"���¡�C'ʲF�w���������w��Ү)�:/x)y^Uw�Q���\���i]^��NTY�k�\���_� PK K��\Ѓ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 K��\^I#~ 5 xl/sharedStrings.xml � (� �Ymo�6�|��|>9z�d����H��:�-8�źȢN�����;�$Gik�;`$�̐�y�ms��:����;sN,((gY�|~����^�X� #9/���
�맋u-,-�����iM7�%���P ��jK�Y=��e�� ��O=� O�$+N,ʛB����X�S���o� TN�ŇSIi��+է&cF�A!�4��}y�� ���%��\"�zL]�7���ȷ��� v��T�n�ܬ��NJuj6E�V}�Q���w3�n��`�G�1:��uS��ɶ�]3��+�i���x}�_uאJ�B#?�Јk�W� 0ь���٭��=D����0�s ��P�de��ّ��bC��|
٫��!h>{�1}FڋWok�����aɷe�|���S�LIޑ�"�V��� lxS�=?~�t�=0XC���\'1�d1�J��� rQUPK"֑Ē��i�w$�1�^,y�6F����WWn�f�*ql囁�=��27���F���l��Ҵ���S��9�UaT
�����s 8̩��e�+a�$��������Fp��1�3��a�}�\wS��B���������a�GؖP�A*��CkL,
�BL�@X����<f���X#:��t�o�=���g��
�l6��Cw��s�k1ֳ\8�Q�ˊl�li*+rwlJ�_I��I�L+SQQZ@pA�҂���� ;��7�c<��F�a|x)��CS-ƹ���~���<�n�;�ԛ5���'�֦T�3�|����]�x0����x�X�����7��s�N̍�6�yl��$ �f!���Q?I��$.I]��I��#f/���!�`�ea�ej"�6�.�l~���$fv��j�Ď �X�8�ԙ/�2I�F�`��� "���zv�bH?^8q<�a4M��_�A��=�Z/Rl� <F��>?OHk�܇�o܇��ه]w�&� �M?u�f��J�D#� ��� |Bgo�"^0�O�����"Ih�hd�@�v�}���~�& �)a�v�"r����^hi��$���4�؝�ӟp�?a'_���bgn3?ĺ����e� ��%�)�͑dw� �P�������n9S�������Ws�6��t5n
�8�`��[}Prv�7Z��~��fe�[���o��48Þ[2�[�u;���ѻa�� ٗ4������H}�����j@��P��/��g�%���5(��G�M"�%j5C ]2VA]�POC]G�K�vtH}�ڃt�Sb��2H*#=`���ae*�*q2Q���or����Ѭ�k�����eGǵ�l*�!5L�*������ ��Y��T��.B.��|�6E��4�Q�'A������Vx�g�g=�u��2��ݞ;�]^��Zƻ Q��n�c�f���Z�/y�f�M�X��u~/�*�*��ܐ��%�@��b��'(���V�[�`�ж2��g�߯��ljqo �2F��ܱ?o!�ވ�s�M��G���\;u)�M������^18��������AW(�9�S���[�,���⪯��m@Ӽa���[��M�CǷ�*�ъ�fm���>tHO���;����:����/Y߹�N�[��T|�x��T�|��ʷū��@�!��uU�j�,z�m�M.�����Y�J�UE���#WpIm�K�>�+�6Dv���1�sL����4��︼E�7�v��
�� �8g�����`F�i�* *�8k�R.l��饡�أ/=ӧ,��a�D�VP��p��R���d��Z }����:�C�By�{<\
U���y���B8j�Ǝ��u����Ql������`�ȏ�i
�[�a3��~��Cñ��0��E�����=�t_\4y��Aq}AWVݡ���2,y�����}x �V�= ��h�K�Ph��w�����>�0u�h펎�6 ��l�H�C�6���`�����=�m*��>�������Q���guI(����6T�p2^Cd�>��x�Qs�F���N�M�c��h�6�i2ށ������Џ%��.-�<�9��|5^dtv���_���g��P�������C�����f����>�����Cۦ�oW���h�#���%X��$v�2�����(a��n��:�.sZ���/PK- K��\b}�9� 5 xl/workbook.xmlPK- K��\���� � [Content_Types].xmlPK-
K��\H,�?' ' V _rels/.relsPK- K��\��cP
08 � xl/worksheets/sheet1.xmlPK- K��\ �5
� P - xl/_rels/workbook.xml.relsPK- K��\Ѓc'2 E
t xl/styles.xmlPK- K��\^I#~ 5 � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK K��\�@q� 5 xl/workbook.xml � (� ����0D�&�C����� '.^=x_�"
�%m
~��o�vfg�N9k3<��G�����sS��m{�`OzB�w�6����tݾ%*ǒ(ʙ�����b�t��ò�A�Gtr\Q����@H�4{�m����.&ak���� �/�"
$V����+Sb
�{]�k���C�f1�;{��l�]PK K��\���� � [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
K��\�U' ' _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="Ra9236fac83734ed0" /></Relationships>PK K��\��cP
08 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��*9���#$�?�ߏ����"c�� -������0p��~|l�߅�A� h�p���N��h�m[Q�!$���T��ǧ���d�����`��"�����d��P�AV�d� :L��(̐u[�YW�)��!yt��� ��c(�@�CJ���`+>��B�6Z��Y~�m�w�l���x�BzY���wA��q&yO����h�j�f-ڃ��&��CGf
Zw�Ȭ=�
z�����������l���g����,���=K�V��A,���g��A���:����=�_���Jb�X�9C���CO�I®�Bt<���Y���L�%�B{�q�y��Q�,Iג$U���Ðz�d�%鶒�����9C���J�b��� �X�!k�
դϚ��i�1��B�L��IC��5�[��Cp|俨���I��a�4���z��є&Ȓ�C��ϒ�Mqf��l)��,I�CgȒ��0�'g}2��P:E��O�= `$~)��7
��,�04C�,ɰ�����m����$��dȒ��$뀣Tr�ϕ��$���M��!�߃1,K��Y�a�&C�d8�j Y��������b�b4Cg�Z�����^��r�/͐�m;U����S����V��VW ��R���o�DvӪ|��mƬ�ت`���<i��c�T�--v5Z���B�Z�� ��Y�q�I�?�o-_�)<~b�d�j�kA���1��ĬI�j����K�sK)�&������ ���[�$�%I��|�<���t�,I<���,E���t��/�>K[a�K�-��k�Y�8���M/gh��,E�4���j�P
c�"��i~�d�S��wO����H[)��"�M\�.(K�` ��H�T
<��[=;
������S�I���(K���t�q��JR�K[Ȋ��"qUK��\��,�IC5eE�V��V�6>qyID��H�>�V�!rMe�Rrc�*��H�*҇*��9\J��
�HY�ɴ�ɧ8<�yHY� ک� �ӫ�NY�ɶ#�5\F��\�,ɴ��wgL��"eI��$*��x.ՉJ{ȚL[M"�cx�s�l��$Slg:�\�B�C��-R�d��kB@.˒��DC�d��3\`G�K ��Dæ��ک�$�~�U�i����"�%>H1�4�
�E����EMa�ٴm��+ld]S��t|����ˢ�g˳������|�1���i�?.�_1-OF�����Ss<��{��w�E4��E<�E�.��]��"�"B�x��'��"��"��x��H]�s�1A�"X}�@������ľQ �ٷ
DP�N�n�+A�"����M��I�v?+��"���@���`w���
z'�
��w�Q<Q�h�ŌNP<Q���ŐN�<Q,��ŔN�<Ql�$ϊ1��Yq��<+�t�gśN��K�wzɳbO/yV��%ϊA��Yq��<+��gţ^��K��zɳb� yV|ϵ�� x���s��4�kŧA�\+>
��ZK���Z�i<O��V|�kB�i�<+>��gŧQ��4J��Fɳ��(yV|%ϊO��Y�i�<+>Eɳ�S�<+>Eɳ�S�<+>Eɳ�S�<+>Eɳ�S<7�OQ��(>E�s���ύ�S��cŧ$xn���Q|J��F�) ��+xn���Y{�J��S�w����](>M�.�&y�O��ŧIޅ��$�B�i�w��4ɻP|�$ϊO��Y�i�<+>��ws�)#�������ʌ�Z4�,"���w�5iq���k����?�0V���iճUd�3mWBH����E����0B��z��Z����]��{�����5�0�
#��q�>>����Ͼ���k9|��L��ʷo�g_������([ �GL�� �mq :���g`�k��Z�E�N$//X����`��}{ ����`5��V�����'
$�}�`�E�A��_5���i Y0hQ@��j-ˮY�%a�7�j Y4���{��l�Տ5��-4��&[��Ϟ�l,[q��qً����ZK̲cWw<��:o�u���e��ݾ;N�J~��s �l'�6c��q�Y�]|�Nj͝�sYk��y�j���Fs�lp6�;e����Fn����\�z�o͍���hn�}�Fs�l�6�e���dܝ):wgl7��Ԝ��; ���ۼ�@�4՞ɲ��h�d��mԔ)Ϯ�L��m4��~o�/e6Z�lu���q�{̫���t�h6[N��o:7����?PK K��\��=� P xl/_rels/workbook.xml.rels � (� ��Kn� @��f_����(N6�t��ۊ
�69[=R�P�J�#u�MV��==i����ٝ������-��V9=خ�S4O
춛=�2���s iņ��5�A�8ɐ�m��'S�;:Ku�R�XE���Lr����3fP���iB� �w珡G�@�w[�)zy��@^t{�j�Te�Z�R�}�Z��ï�w���M-�7�(x��x�L/=���ӥ�N��B͘j�xarU`)jsS�w��PK K��\Ѓ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 K��\^I#~ 5 xl/sharedStrings.xml � (� �Ymo�6�|��|>9z�d����H��:�-8�źȢN�����;�$Gik�;`$�̐�y�ms��:����;sN,((gY�|~����^�X� #9/���
�맋u-,-�����iM7�%���P ��jK�Y=��e�� ��O=� O�$+N,ʛB����X�S���o� TN�ŇSIi��+է&cF�A!�4��}y�� ���%��\"�zL]�7���ȷ��� v��T�n�ܬ��NJuj6E�V}�Q���w3�n��`�G�1:��uS��ɶ�]3��+�i���x}�_uאJ�B#?�Јk�W� 0ь���٭��=D����0�s ��P�de��ّ��bC��|
٫��!h>{�1}FڋWok�����aɷe�|���S�LIޑ�"�V��� lxS�=?~�t�=0XC���\'1�d1�J��� rQUPK"֑Ē��i�w$�1�^,y�6F����WWn�f�*ql囁�=��27���F���l��Ҵ���S��9�UaT
�����s 8̩��e�+a�$��������Fp��1�3��a�}�\wS��B���������a�GؖP�A*��CkL,
�BL�@X����<f���X#:��t�o�=���g��
�l6��Cw��s�k1ֳ\8�Q�ˊl�li*+rwlJ�_I��I�L+SQQZ@pA�҂���� ;��7�c<��F�a|x)��CS-ƹ���~���<�n�;�ԛ5���'�֦T�3�|����]�x0����x�X�����7��s�N̍�6�yl��$ �f!���Q?I��$.I]��I��#f/���!�`�ea�ej"�6�.�l~���$fv��j�Ď �X�8�ԙ/�2I�F�`��� "���zv�bH?^8q<�a4M��_�A��=�Z/Rl� <F��>?OHk�܇�o܇��ه]w�&� �M?u�f��J�D#� ��� |Bgo�"^0�O�����"Ih�hd�@�v�}���~�& �)a�v�"r����^hi��$���4�؝�ӟp�?a'_���bgn3?ĺ����e� ��%�)�͑dw� �P�������n9S�������Ws�6��t5n
�8�`��[}Prv�7Z��~��fe�[���o��48Þ[2�[�u;���ѻa�� ٗ4������H}�����j@��P��/��g�%���5(��G�M"�%j5C ]2VA]�POC]G�K�vtH}�ڃt�Sb��2H*#=`���ae*�*q2Q���or����Ѭ�k�����eGǵ�l*�!5L�*������ ��Y��T��.B.��|�6E��4�Q�'A������Vx�g�g=�u��2��ݞ;�]^��Zƻ Q��n�c�f���Z�/y�f�M�X��u~/�*�*��ܐ��%�@��b��'(���V�[�`�ж2��g�߯��ljqo �2F��ܱ?o!�ވ�s�M��G���\;u)�M������^18��������AW(�9�S���[�,���⪯��m@Ӽa���[��M�CǷ�*�ъ�fm���>tHO���;����:����/Y߹�N�[��T|�x��T�|��ʷū��@�!��uU�j�,z�m�M.�����Y�J�UE���#WpIm�K�>�+�6Dv���1�sL����4��︼E�7�v��
�� �8g�����`F�i�* *�8k�R.l��饡�أ/=ӧ,��a�D�VP��p��R���d��Z }����:�C�By�{<\
U���y���B8j�Ǝ��u����Ql������`�ȏ�i
�[�a3��~��Cñ��0��E�����=�t_\4y��Aq}AWVݡ���2,y�����}x �V�= ��h�K�Ph��w�����>�0u�h펎�6 ��l�H�C�6���`�����=�m*��>�������Q���guI(����6T�p2^Cd�>��x�Qs�F���N�M�c��h�6�i2ށ������Џ%��.-�<�9��|5^dtv���_���g��P�������C�����f����>�����Cۦ�oW���h�#���%X��$v�2�����(a��n��:�.sZ���/PK- K��\�@q� 5 xl/workbook.xmlPK- K��\���� � [Content_Types].xmlPK-
K��\�U' ' V _rels/.relsPK- K��\��cP
08 � xl/worksheets/sheet1.xmlPK- K��\��=� P - xl/_rels/workbook.xml.relsPK- K��\Ѓc'2 E
t xl/styles.xmlPK- K��\^I#~ 5 � xl/sharedStrings.xmlPK � �