GET api/orders
Lists orders matching query paramenters
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | OrderStatus |
None. |
|
| SupplierIdentifier | Collection of byte |
None. |
|
| SupplierIdentifierGuid | globally unique identifier |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| StoreID |
Matches against either the ordered for store, or the ordered from store for store transfers |
integer |
None. |
| TransfersOnlyStore |
When true, StoreID is only matched against the ordered from store for store transfers |
boolean |
None. |
| OrdersOnlyStore |
When true, StoreID is only matched against the ordered for store |
boolean |
None. |
| Search | string |
None. |
|
| OrderNo | string |
None. |
|
| DetailSearch | DetailSearchType |
None. |
|
| OrderType | string |
None. |
|
| ShowHeader | ShowHeaderType |
None. |
|
| ExcludeCompleted | boolean |
None. |
|
| ExcludeStarted | boolean |
None. |
|
| ExcludeSent | boolean |
None. |
|
| ExcludeInvoices | boolean |
None. |
|
| ExcludeCancelled | boolean |
None. |
|
| CreatedBefore |
Local created date filtering before |
date |
None. |
| CreatedAfter |
Local created date filtering after |
date |
None. |
| SentBefore |
Local sent date filtering before |
date |
None. |
| DueDateBefore |
Due date filtering before |
date |
None. |
| DueDateAfter |
Due date filtering after |
date |
None. |
| SentAfter |
Local sent date filtering after |
date |
None. |
| StockReceivedAfter |
Local stock received after |
date |
None. |
| StockReceivedBefore |
Local stock received after |
date |
None. |
| TradingPartner | OrderTradingPartner |
None. |
|
| TransferInvoiced | boolean |
None. |
|
| AutoOrder | boolean |
None. |
|
| SortBy | OrderSortBy |
None. |
|
| Sort | SortOrder |
None. |
|
| Relations | boolean |
None. |
|
| Details | boolean |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Body Parameters
None.
Response Information
Resource Description
PageList containing list of matching orderheaders and count of all matching orders
PageListOfOrderHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| List | Collection of OrderHeader |
None. |
|
| Skip |
Number of records to skip over |
integer |
None. |
| Take |
Number of records to take |
integer |
None. |
| TotalCount | integer |
Relation. This field may not always be loaded or used for updates. |
Response Formats
application/json, text/json
{
"type": "OrderHeader",
"list": [
{
"$id": "2",
"orderID": 1,
"orderGuid": "umqxsoPzS0mD6XJtMS6q6A==",
"orderIdentifier": "b2b16aba-f383-494b-83e9-726d312eaae8",
"backToBack": 1,
"b2bGuid": "TVpQgeCpQUWuQ3lGrbekpA==",
"b2bIdentifier": "81505a4d-a9e0-4541-ae43-7946adb7a4a4",
"status": 2,
"created": "2026-06-03T18:29:47.2643935",
"createdLocal": "2026-06-03T18:29:47.2643935",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "ytpwAc1fXkKZXPhw7B4K8A==",
"transferIdentifier": "0170daca-5fcd-425e-995c-f870ec1e0af0",
"transferInvoiceIdentifier": "idfDdXcEtEiNlZvSOqSO1A==",
"transferInvoiceGuid": "75c3d789-0477-48b4-8d95-9bd23aa48ed4",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "RtUgMjRqn0Sq9wmN2KkWqA==",
"supplierIdentifierGuid": "3220d546-6a34-449f-aaf7-098dd8a916a8",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:29:47.2643935",
"sentLocal": "2026-06-03T18:29:47.2643935",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-06-03T18:29:47.2643935",
"cancelledLocal": "2026-06-03T18:29:47.2643935",
"cancelledByUser": "sample string 7",
"shipped": "2026-06-03T18:29:47.2643935",
"shippedLocal": "2026-06-03T18:29:47.2643935",
"shippedByUser": "sample string 8",
"stockReceived": "2026-06-03T18:29:47.2643935",
"stockReceivedLocal": "2026-06-03T18:29:47.2643935",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-06-03T18:29:47.2643935",
"receivedLocal": "2026-06-03T18:29:47.2643935",
"completed": "2026-06-03T18:29:47.2643935",
"completedLocal": "2026-06-03T18:29:47.2643935",
"updated": "2026-06-03T18:29:47.2643935",
"updatedLocal": "2026-06-03T18:29:47.2643935",
"dueDate": "2026-06-03T18:29:47.2643935",
"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": "P/fKbDH/Q0GQ2SqgH6Sp0g==",
"transportCompanyIdentifier": "6ccaf73f-ff31-4143-90d9-2aa01fa4a9d2",
"autoOrder": 28,
"hostIdentifier": "4xWqxgK1FU2eTFH+uUv3kw==",
"hostIdentifierGuid": "c6aa15e3-b502-4d15-9e4c-51feb94bf793",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-06-03T18:29:47.2643935",
"deletedByUser": "sample string 33",
"autoOrderGuid": "KYvO0XWHl0mIruKitWPbaw==",
"autoOrderIdentifier": "d1ce8b29-8775-4997-88ae-e2a2b563db6b",
"autoOrderHeader": {
"$id": "3",
"autoOrderGuid": "MdOSclTemU6Zfuq1qnek4g==",
"autoOrderIdentifier": "7292d331-de54-4e99-997e-eab5aa77a4e2",
"orderGuid": "4uMPLXDn4U6+5QPXdfeLog==",
"orderIdentifier": "2d0fe3e2-e770-4ee1-bee5-03d775f78ba2",
"created": "2026-06-03T18:29:47.2643935",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-06-03T18:29:47.2643935",
"supplierIdentifier": "uOtIHlnAf0SNWXlyt+njpA==",
"supplierIdentifierGuid": "1e48ebb8-c059-447f-8d59-7972b7e9e3a4",
"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": "Bz1D1RApE0q2qJziUXqg0g==",
"transportCompanyIdentifier": "d5433d07-2910-4a13-b6a8-9ce2517aa0d2",
"store": {
"$id": "4",
"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:29:47.2643935",
"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": "IqcdiN0hyEKXaCKdRvNtlQ==",
"hostIdentifierGuid": "881da722-21dd-42c8-9768-229d46f36d95",
"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:29:47.2643935",
"priceZone": {
"$id": "5",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "fcnuU+aCt0mW9pDpmSQVtw==",
"hostIdentifierGuid": "53eec97d-82e6-49b7-96f6-90e9992415b7",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "6",
"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": "6"
},
"warehouseStore": {
"$id": "7",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "8",
"id": 1,
"hostIdentifier": "qIxdwMq2LEGLoj4gSp//oA==",
"hostIdentifierGuid": "c05d8ca8-b6ca-412c-8ba2-3e204a9fffa0",
"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": "9",
"identifier": "JYTlBhUFyk+PFAgYRrhL+A==",
"identifierGuid": "06e58425-0515-4fca-8f14-081846b84bf8",
"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": "EfF0eQjkLkKHw5APG0b3AA==",
"hostSupplierIdentifierGuid": "7974f111-e408-422e-87c3-900f1b46f700",
"loyaltyPriceLevelIdentifier": "FsuHItCC9EydroThglNyRw==",
"loyaltyPriceLevelIdentifierGuid": "2287cb16-82d0-4cf4-9dae-84e182537247",
"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:29:47.2643935",
"lastProcessed": "2026-06-03T18:29:47.2643935",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "10",
"identifier": "zMkGC6u/V0iX9VWoinWNHA==",
"identifierGuid": "0b06c9cc-bfab-4857-97f5-55a88a758d1c",
"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": "jdgprP/Z+0eKkZaVinkTvQ==",
"primaryContactID": "ac29d88d-d9ff-47fb-8a91-96958a7913bd",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "jJ1TtBaCZE+PUMhCci3JaQ==",
"supplierGroupGuid": "b4539d8c-8216-4f64-8f50-c842722dc969",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:29:47.2643935",
"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": "11",
"id": "e281ca28-9856-422c-9984-485f55cf8538",
"identifier": "DC1dKWI4dEOgqYnTx8OjEA==",
"identifierGuid": "295d2d0c-3862-4374-a0a9-89d3c7c3a310",
"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": "12",
"supplierIdentifier": "A83B6OcySkageaxZuSlqFg==",
"supplierIdentifierGuid": "e8c1cd03-32e7-464a-a079-ac59b9296a16",
"contactGuid": "LfJbS+96HkG0IstCh3ZAUA==",
"contactID": "4b5bf22d-7aef-411e-b422-cb4287764050",
"contact": {
"$ref": "11"
},
"supplier": {
"$ref": "10"
}
},
{
"$ref": "12"
}
],
"products": [
{
"$id": "13",
"pluG_UID": "jR85so5Z8UCwkV0jyUxHxw==",
"pluGuid": "b2391f8d-598e-40f1-b091-5d23c94c47c7",
"supplierIdentifier": "3F/0FbJo906gj4GGfzW6+Q==",
"supplierIdentifierGuid": "15f45fdc-68b2-4ef7-a08f-81867f35baf9",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:29:47.2643935",
"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:29:47.2643935",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "14",
"pluG_UID": "IJa0hsoKSEqSPfhgyBzQ/g==",
"pluGuid": "86b49620-0aca-4a48-923d-f860c81cd0fe",
"supplierIdentifier": "0jdCqok6dUec8N+D59rXQw==",
"supplierIdentifierGuid": "aa4237d2-3a89-4775-9cf0-df83e7dad743",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "14"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "n2ySLD9Wq0KkGL+zlGXVsA==",
"parentPluGuid": "2c926c9f-563f-42ab-a418-bfb39465d5b0",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "15",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "KbnPc5c7p0ecqQrDjgVbpQ==",
"guid": "73cfb929-3b97-47a7-9ca9-0ac38e055ba5",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "nX7FUHF9bUWpS/4/GhkkSA==",
"priceGroupGuid": "50c57e9d-7d71-456d-a94b-fe3f1a192448",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:29:47.2643935",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:29:47.2643935",
"pluCreated": "2026-06-03T18:29:47.2643935",
"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:29:47.2643935",
"lastManualUpdate": "2026-06-03T18:29:47.2643935",
"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:29:47.2643935",
"currentCostUpdated": "2026-06-03T18:29:47.2643935",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:29:47.2643935",
"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:29:47.2643935",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "sVZm/rixlEey/qJoxraNlA==",
"altPLUGuid": "fe6656b1-b1b8-4794-b2fe-a268c6b68d94",
"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:29:47.2800253",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "VdzedRdRRk+U9audO4magw==",
"shelfPageLayoutGuid": "75dedc55-5117-4f46-94f5-ab9d3b899a83",
"talkerPageLayoutG_UID": "1Gd/ki2FMEaFgZba5jxmeg==",
"talkerPageLayoutGuid": "927f67d4-852d-4630-8581-96dae63c667a",
"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": "BfuYZwi+/0GkRJNgP5NvgA==",
"inventoryIdentifier": "6798fb05-be08-41ff-a444-93603f936f80",
"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": "/CQiwstmFky3dLksfenytA==",
"parentPluGuid": "c22224fc-66cb-4c16-b774-b92c7de9f2b4",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "4/AwicW4GkiwWA71DcibLw==",
"supplierIdentifierGuid": "8930f0e3-b8c5-481a-b058-0ef50dc89b2f",
"supplierChanged": true,
"rebateSupplierIdentifier": "47hYm7gydUez1opfAiSGmQ==",
"rebateSupplierIdentifierGuid": "9b58b8e3-32b8-4775-b3d6-8a5f02248699",
"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:29:47.2800253",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "/1VBOY+MGUWjfiLFxygA1w==",
"hostIdentifierGuid": "394155ff-8c8f-4519-a37e-22c5c72800d7",
"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": "15"
},
{
"$ref": "15"
}
],
"store": {
"$ref": "4"
},
"storePrices": [
{
"$id": "16",
"pluG_UID": "ilj+jLnhtkqZbJs3zLguhQ==",
"pluGuid": "8cfe588a-e1b9-4ab6-996c-9b37ccb82e85",
"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:29:47.2800253"
},
{
"$ref": "16"
}
],
"currentPrices": {
"$id": "17",
"pluPrices": {
"$id": "18",
"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:29:47.2800253",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "18"
},
"winningCampaign": 1,
"winner": {
"$id": "19",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:29:47.2800253",
"startTime": 5,
"endDate": "2026-06-03T18:29:47.2800253",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "4Wh6PHbsXkiQsxPgKT8c/Q==",
"hostIdentifierGuid": "3c7a68e1-ec76-485e-90b3-13e0293f1cfd",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "19"
},
{
"$ref": "19"
}
]
},
"tray": {
"$id": "20",
"g_UId": "QJS3+oG16k+AWUQJQyX9sA==",
"guid": "fab79440-b581-4fea-8059-44094325fdb0",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "21",
"priceGroupG_UID": "wWn6wu9OikO1Nkc2fx5wcw==",
"priceGroupGuid": "c2fa69c1-4eef-438a-b536-47367f1e7073",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:29:47.2800253",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "22",
"pluG_UID": "IfPyK7tqWkyAqiAzbBLISg==",
"pluGuid": "2bf2f321-6abb-4c5a-80aa-20336c12c84a",
"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": "23",
"pluGuid": "4ca2b205-a6d6-4031-b19c-525ff1299629",
"created": "2026-06-03T18:29:47.2800253",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:29:47.2800253",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:29:47.2800253",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:29:47.2800253",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:29:47.2800253",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:29:47.2800253",
"lastSold": "2026-06-03T18:29:47.2800253",
"firstSold": "2026-06-03T18:29:47.2800253",
"awsUpdated": "2026-06-03T18:29:47.2800253",
"lastManualUpdate": "2026-06-03T18:29:47.2800253",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:29:47.2800253",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:29:47.2800253",
"doNotRangeUpdated": "2026-06-03T18:29:47.2800253",
"doNotOrderUpdated": "2026-06-03T18:29:47.2800253",
"tracked": "2026-06-03T18:29:47.2800253"
},
"allergens": [
{
"$id": "24",
"primaryKey": {
"$id": "25",
"pluGuid": "235a29aa-949b-4143-8eba-94b767a7275f",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "qilaI5uUQ0GOupS3Z6cnXw==",
"pluGuid": "235a29aa-949b-4143-8eba-94b767a7275f",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "24"
}
],
"costs": {
"$id": "26",
"pluG_UID": "zPL/30mxhU64wdqlExZLdw==",
"pluGuid": "dffff2cc-b149-4e85-b8c1-daa513164b77",
"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:29:47.2800253",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "27",
"saleHeaderID": 1,
"created": "2026-06-03T18:29:47.2800253",
"createdLocal": "2026-06-03T18:29:47.2800253",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "vCQLs+xMDk+LC5KMyWirag==",
"operatorGuid": "b30b24bc-4cec-4f0e-8b0b-928cc968ab6a",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "ImRwOm4i0E652rBB/jf0UA==",
"pluGuid": "3a706422-226e-4ed0-b9da-b041fe37f450",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "28",
"id": 1,
"g_Uid": "73xJ0d29EEWigPsfl6FmPA==",
"guid": "d1497cef-bddd-4510-a280-fb1f97a1663c",
"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:29:47.2800253",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:29:47.2800253",
"endShift": "2026-06-03T18:29:47.2800253",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "29",
"operatorG_UID": "Kq36xqlfd0aReXa+1zWkwQ==",
"operatorGuid": "c6faad2a-5fa9-4677-9179-76bed735a4c1",
"storeID": 2,
"operator": {
"$ref": "28"
},
"store": {
"$ref": "4"
}
},
{
"$ref": "29"
}
]
}
},
{
"$ref": "27"
}
],
"apns": [
{
"$id": "30",
"pluID": 1,
"pluG_UID": "zft0DDmSV0eh8GsX/ClkCA==",
"pluGuid": "0c74fbcd-9239-4757-a1f0-6b17fc296408",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "30"
}
],
"tuns": [
{
"$id": "31",
"pluG_UId": "KLVhiW9T5U6d5+ckAUrcQg==",
"pluGuid": "8961b528-536f-4ee5-9de7-e724014adc42",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "15"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"competitionPricing": [
{
"$id": "32",
"identifier": "84LDYDtmmkex5UMumUI2uQ==",
"identifierGuid": "60c382f3-663b-479a-b1e5-432e994236b9",
"pluG_UID": "xDDOzn1TD0GDmM0E+xlY8A==",
"pluGuid": "cece30c4-537d-410f-8398-cd04fb1958f0",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "32"
}
],
"supplier": {
"$ref": "10"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"ordering": {
"$ref": "13"
},
"flipChartPages": [
{
"$id": "33",
"identifier": "diu40ZzzbUaytiPLGuml5g==",
"groupName": "sample string 1",
"identifierGuid": "d1b82b76-f39c-466d-b2b6-23cb1ae9a5e6",
"exists": true,
"flipChartIdentifier": "rfU81HrI606AfxFO6+6/+g==",
"flipChartIdentifierGuid": "d43cf5ad-c87a-4eeb-807f-114eebeebffa",
"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": "CtzPTITszkidEgsyjt8Vlg==",
"groupIdentifierGuid": "4ccfdc0a-ec84-48ce-9d12-0b328edf1596",
"flipChart": {
"$id": "34",
"identifier": "sjJ5zK0u6U2IgQlxwNVd5w==",
"identifierGuid": "cc7932b2-2ead-4de9-8881-0971c0d55de7",
"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": "35",
"identifier": "QfKyITLPvEuC1Sa0lI1UKg==",
"identifierGuid": "21b2f241-cf32-4bbc-82d5-26b4948d542a",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "36",
"id": 1,
"g_UID": "SmapmMtltEu2pXIKu/UOGw==",
"guid": "98a9664a-65cb-4bb4-b6a5-720abbf50e1b",
"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": "m06zBWSk2USa5GXqaoC35Q==",
"previousFormGuid": "05b34e9b-a464-44d9-9ae4-65ea6a80b7e5",
"nextForm": 1,
"nextFormG_UID": "p8mSmzZ240el4E1JY85Ynw==",
"nextFormGuid": "9b92c9a7-7636-47e3-a5e0-4d4963ce589f",
"attributes": "sample string 10",
"updated": "2026-06-03T18:29:47.2800253",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "36"
},
"previousCheckoutForm": {
"$ref": "36"
},
"buttons": [
{
"$id": "37",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "Q7k9PXT4GEOBAmMfzof/lQ==",
"checkoutFormGuid": "3d3db943-f874-4318-8102-631fce87ff95",
"identifier": "giSRvs+Aj06H3O+ovFKhMQ==",
"identifierGuid": "be912482-80cf-4e8f-87dc-efa8bc52a131",
"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": "TL2bxtDBlkC0oTBw3uXDqQ==",
"valueGuid": "c69bbd4c-c1d0-4096-b4a1-3070dee5c3a9",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:29:47.2800253",
"action": "sample string 12",
"valueForm": {
"$ref": "36"
},
"image": {
"$id": "38",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:29:47.2800253",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "37"
}
],
"panels": [
{
"$id": "39",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "CnnLP+bFj028Y7yNkLUAZA==",
"checkoutFormGuid": "3fcb790a-c5e6-4d8f-bc63-bc8d90b50064",
"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": "39"
}
]
},
{
"$ref": "36"
}
],
"panels": [
{
"$ref": "39"
},
{
"$ref": "39"
}
]
},
"pages": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"contentPanel": {
"$ref": "39"
},
"products": [
{
"$id": "40",
"flipChartPageIdentifier": "BEsldXlMnUW/qyQKtzpwPA==",
"flipChartPageIdentifierGuid": "75254b04-4c79-459d-bfab-240ab73a703c",
"pluG_UID": "4qxoE7B7O0CpBM0Na6TX/A==",
"pluGuid": "1368ace2-7bb0-403b-a904-cd0d6ba4d7fc",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "15"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "40"
}
],
"productCount": 27,
"pages": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
{
"$ref": "33"
}
],
"priceHistory": [
{
"$id": "41",
"pluG_UID": "YnQm4QhdEUmgGsH0+nidgQ==",
"pluGuid": "e1267462-5d08-4911-a01a-c1f4fa789d81",
"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:29:47.2800253",
"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": "41"
}
],
"ingredients": [
{
"$id": "42",
"pluG_UID": "IeHveuHhJEGut+m623/qJQ==",
"ingredientGuid": "AxZfGWHCd02ts7W1/CNwOg==",
"ingredientIdentifier": "195f1603-c261-4d77-adb3-b5b5fc23703a",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "15"
}
},
{
"$ref": "42"
}
],
"bins": [
{
"$id": "43",
"pluG_UID": "Mlii9KTRS0GE5VkMcNzRZw==",
"pluGuid": "f4a25832-d1a4-414b-84e5-590c70dcd167",
"shelfLocationIdentifier": "VeqaUL8zz06uEvMnscxmRA==",
"shelfLocationGuid": "509aea55-33bf-4ecf-ae12-f327b1cc6644",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "o9lWUskWCkqj0dCpsfBzog==",
"labelPageLayoutGuid": "5256d9a3-16c9-4a0a-a3d1-d0a9b1f073a2",
"updated": "2026-06-03T18:29:47.2800253",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "15"
},
"location": {
"$id": "44",
"identifier": "sPe20UJat0aN7QERnxVR5A==",
"storeID": 1,
"identifierGuid": "d1b6f7b0-5a42-46b7-8ded-01119f1551e4",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:29:47.2800253",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "43"
},
{
"$ref": "43"
}
]
}
},
{
"$ref": "43"
}
],
"bin": {
"$ref": "43"
},
"scaleLocations": [
{
"$id": "45",
"plu": 1,
"pluG_UID": "rYFOJp5x6EWGIArWePpSeg==",
"pluGuid": "264e81ad-719e-45e8-8620-0ad678fa527a",
"deptNo": 1,
"product": {
"$ref": "15"
},
"scaleLocation": {
"$id": "46",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:29:47.2800253",
"department": {
"$id": "47",
"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": "46"
},
"subDepartments": [
{
"$id": "48",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "49",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "50",
"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:29:47.2800253",
"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": "xVkXiD2qUUO3O+bz+zpI5w==",
"labelPageLayoutGuid": "881759c5-aa3d-4351-b73b-e6f3fb3a48e7",
"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": "51",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "52",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "53",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "53"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "52"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$id": "54",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "53"
}
},
{
"$ref": "50"
}
],
"updated": "2026-06-03T18:29:47.2800253",
"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": "GXxwHKs+5E670Ezrvz4nlg==",
"labelPageLayoutGuid": "1c707c19-3eab-4ee4-bbd0-4cebbf3e2796",
"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": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
}
},
{
"$ref": "49"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:29:47.2800253",
"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": "vQXSKbpSYUuzKtp5qiVjUA==",
"labelPageLayoutGuid": "29d205bd-52ba-4b61-b32a-da79aa256350",
"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": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
}
},
{
"$ref": "48"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:29:47.2800253",
"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": "imgclKvD10+9LV1ryyN0EQ==",
"labelPageLayoutGuid": "941c688a-c3ab-4fd7-bd2d-5d6bcb237411",
"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": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
}
}
}
},
{
"$ref": "45"
}
],
"nextPrice": {
"$id": "55",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "qARaG7YdrkKlTNc7Wdd2QQ==",
"pluGuid": "1b5a04a8-1db6-42ae-a54c-d73b59d77641",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "h1YEWvx2WkuNr+3xzGrl0g==",
"dealCostGuid": "5a045687-76fc-4b5a-8daf-edf1cc6ae5d2",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "EWHf5/aGMESxkOc0jkrrVA==",
"priceGroupGuid": "e7df6111-86f6-4430-b190-e7348e4aeb54",
"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:29:47.2800253",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "eb22adbc-f6aa-43e4-ad2b-f081e98003ea",
"campaignComboPriceGroupG_UID": "g3PpgYJhskqEEKheNBwBXA==",
"campaignComboPriceGroupIdentifier": "81e97383-6182-4ab2-8410-a85e341c015c",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "56",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:29:47.2800253",
"operatorG_UID": "O6OVmi1+SkacPRzrBYUHXg==",
"operatorGuid": "9a95a33b-7e2d-464a-9c3d-1ceb0585075e",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:29:47.2800253",
"signIqTicketFileMovedUtc": "2026-06-03T18:29:47.2800253",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:29:47.2800253",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "a5de8d49-22de-441b-9f8e-867efadf9b38",
"product": {
"$ref": "15"
},
"campaignPlu": {
"$ref": "55"
},
"fuelItem": true
},
{
"$ref": "56"
}
],
"campaign": {
"$id": "57",
"id": 1,
"storeID": 2,
"name": "78ce0f9f-3db2-49da-9a63-2d9d6e33c569",
"nameGuid": "78ce0f9f-3db2-49da-9a63-2d9d6e33c569",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:29:47.2800253",
"startTime": 1,
"endDate": "2026-06-03T18:29:47.2800253",
"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:29:47.2800253",
"system": true,
"created": "2026-06-03T18:29:47.2800253",
"updated": "2026-06-03T18:29:47.2800253",
"priceChangeNotifiedUtc": "2026-06-03T18:29:47.2800253",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "YvI5PBzt3kSN2PWBwLu6Dg==",
"hostIdentifierGuid": "3c39f262-ed1c-44de-8dd8-f581c0bbba0e",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:29:47.2800253",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"campaignPools": [
{
"$id": "58",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "Scj3jTJsFkm08RpqSonh+w==",
"pluGuid": "8df7c849-6c32-4916-b4f1-1a6a4a89e1fb",
"hostOfferID": 1,
"priceGroupG_UID": "2zUIwzZ6lkG+5fOAlvcoww==",
"priceGroupGuid": "c30835db-7a36-4196-bee5-f38096f728c3",
"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:29:47.2800253",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "15"
},
"campaign": {
"$ref": "57"
}
},
{
"$ref": "58"
}
],
"sellingRules": [
{
"$id": "59",
"id": 1,
"identifier": "FgjSXAjZvka8t7vNUC0McQ==",
"identifierStr": "FgjSXAjZvka8t7vNUC0McQ==",
"identifierGuid": "5cd20816-d908-46be-bcb7-bbcd502d0c71",
"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": "57"
}
},
{
"$ref": "59"
}
],
"customers": [
{
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "BZjWJUbkDUu1Gj3g0t/CFg==",
"customerIDGuid": "25d69805-e446-4b0d-b51a-3de0d2dfc216",
"campaign": {
"$ref": "57"
},
"customer": {
"$id": "61",
"identifier": "NiDZXYAjj0yQFo50U2DlWg==",
"identifierGuid": "5dd92036-2380-4c8f-9016-8e745360e55a",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:29:47.2800253",
"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": "jpFqtFtJJk+WaDSV4sZm9A==",
"communityIdentifierGuid": "b46a918e-495b-4f26-9668-3495e2c666f4",
"joined": "2026-06-03T18:29:47.2800253",
"updated": "2026-06-03T18:29:47.2800253",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "FP7fOSKh8kKrvHnMtUJ6JA==",
"priceLevelIdentifierGuid": "39dffe14-a122-42f2-abbc-79ccb5427a24",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:29:47.2800253",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "62",
"cardType": 2,
"issueDate": "2026-06-03T18:29:47.2800253",
"expiry": "2026-06-03T18:29:47.2800253",
"customerID": "i35HHv/chkmiF2Yi2hMXlQ==",
"customerIDGuid": "1e477e8b-dcff-4986-a217-6622da131795",
"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:29:47.2800253",
"linkedAccount": "tvCU+dVjRUyIL37zMnjaCg==",
"linkedAccountGuid": "f994f0b6-63d5-4c45-882f-7ef33278da0a",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "61"
},
"account": {
"$id": "63",
"id": 1,
"identifier": "lvMWuGg+ukawg0+3ZpbKpA==",
"identifierGuid": "b816f396-3e68-46ba-b083-4fb76696caa4",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:29:47.2800253",
"owner": "E91IeprWaEOu/AIbrJkgLw==",
"ownerGuid": "7a48dd13-d69a-4368-aefc-021bac99202f",
"accountStoreGroupIdentifier": "p/BcTOkbFEiGB/L1/AFDzQ==",
"accountStoreGroupGuid": "4c5cf0a7-1be9-4814-8607-f2f5fc0143cd",
"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:29:47.2800253",
"active": true,
"updated": "2026-06-03T18:29:47.2800253",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "61"
},
"card": {
"$ref": "62"
},
"members": {
"$id": "64",
"sample string 1": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"sample string 2": [
{
"$ref": "61"
},
{
"$ref": "61"
}
]
},
"customerGroups": [
{
"$id": "65",
"identifier": "X5tpfKMCFkKFAZrc+bQubA==",
"identifierGuid": "7c699b5f-02a3-4216-8501-9adcf9b42e6c",
"name": "sample string 2",
"primaryContact": "uaWuW5HFrkCUqw21obebcw==",
"primaryContactGuid": "5baea5b9-c591-40ae-94ab-0db5a1b79b73",
"accountID": "ldHI00taWkSME+ot9JrRVg==",
"accountIDGuid": "d3c8d195-5a4b-445a-8c13-ea2df49ad156",
"special": true,
"updated": "2026-06-03T18:29:47.2800253",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "7zkmuleVcUi5or84JRn5SQ==",
"priceLevelIdentifierGuid": "ba2639ef-9557-4871-b9a2-bf382519f949",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "63"
},
"primaryContactCustomer": {
"$ref": "61"
},
"customerGroupMembers": [
{
"$id": "66",
"id": 1,
"groupID": "oRugb0j3RkCWYKUSXN8Y6g==",
"groupIDGuid": "6fa01ba1-f748-4046-9660-a5125cdf18ea",
"customerID": "8klzxmCzukOExMammX5qMA==",
"customerIDGuid": "c67349f2-b360-43ba-84c4-c6a6997e6a30",
"card": "sample string 4",
"linkedAccount": "z3wufLnUGU6eCPc2j/Eq/w==",
"linkedAccountGuid": "7c2e7ccf-d4b9-4e19-9e08-f7368ff12aff",
"customer": {
"$ref": "61"
},
"group": {
"$ref": "65"
},
"customerCard": {
"$ref": "62"
}
},
{
"$ref": "66"
}
]
},
{
"$ref": "65"
}
]
},
"payments": [
{
"$id": "67",
"id": 1,
"identifier": "FBzJ6eEMzkyDCXcQVHH8qQ==",
"identifierGuid": "e9c91c14-0ce1-4cce-8309-77105471fca9",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "2FaI58yQZkiRAWy/iiSomA==",
"accountIDGuid": "e78856d8-90cc-4866-9101-6cbf8a24a898",
"customerAccount": {
"$ref": "63"
},
"customerCard": {
"$ref": "62"
},
"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:29:47.2800253",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "NRgnTjAC+E2lFpCMidANcg==",
"idempotentVoidGuid": "4e271835-0230-4df8-a516-908c89d00d72",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "68",
"saleHeaderID": 1,
"saleHeaderGuid": "1ZvnvpPQLkWlwpVNt9UrHA==",
"saleHeaderIdentifierGuid": "bee79bd5-d093-452e-a5c2-954db7d52b1c",
"created": "2026-06-03T18:29:47.2800253",
"createdLocal": "2026-06-03T18:29:47.2800253",
"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:29:47.2800253",
"storeID": 1,
"operatorG_Uid": "3Z88Thgse0GivbixcIW1hw==",
"operatorGuid": "4e3c9fdd-2c18-417b-a2bd-b8b17085b587",
"customerG_Uid": "0I8eAnRSYEOi7/HZviHOMQ==",
"customerGuid": "021e8fd0-5274-4360-a2ef-f1d9be21ce31",
"communityIdentifier": "tD1BjT8510+qAzupKHd2vA==",
"communityIdentifierGuid": "8d413db4-393f-4fd7-aa03-3ba9287776bc",
"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": "mJEjTjlqsEiCZKgyfF/bIg==",
"priceLevelIdentifierGuid": "4e239198-6a39-48b0-8264-a8327c5fdb22",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:29:47.2800253+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": "69",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:29:47.2800253",
"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": "28"
},
"customer": {
"$ref": "61"
},
"communityOrganisation": {
"$id": "70",
"id": 1,
"identifier": "fGgYthuV6EyvxA6+1htNIQ==",
"identifierGuid": "b618687c-951b-4ce8-afc4-0ebed61b4d21",
"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:29:47.2800253",
"promoPeriodEnd": "2026-06-03T18:29:47.2800253",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:29:47.2800253",
"deleted": true
},
"details": [
{
"$id": "71",
"saleItemID": 1,
"identifier": "LL66G9DOEEuYEGV21C9dpA==",
"identifierGuid": "1bbabe2c-ced0-4b10-9810-6576d42f5da4",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "5ISX/VQPyECWFXFbTM1dIA==",
"pluGuid": "fd9784e4-0f54-40c8-9615-715b4ccd5d20",
"accountID": "SASpHM7C6U+elMrDqgwZNw==",
"accountIDGuid": "1ca90448-c2ce-4fe9-9e94-cac3aa0c1937",
"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:29:47.2800253",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "Ug1JXCXzBESRZlg90uTsVA==",
"refundGuid": "5c490d52-f325-4404-9166-583dd2e4ec54",
"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": "qbuYzrvKSUSklkh9ndsA6Q==",
"idempotentVoidGuid": "ce98bba9-cabb-4449-a496-487d9ddb00e9",
"priceLevelIdentifier": "3G8WfJffXUCEsN7F8UPlSw==",
"priceLevelIdentifierGuid": "7c166fdc-df97-405d-84b0-dec5f143e54b",
"communityIdentifier": "ReJ0jy1ovkCW7xLYvdA8jg==",
"communityIdentifierGuid": "8f74e245-682d-40be-96ef-12d8bdd03c8e",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "72",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:29:47.2800253",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "72"
}
],
"refund": {
"$id": "73",
"id": 1,
"g_UID": "CIOYGYh++EiQkYHn099iAg==",
"guid": "19988308-7e88-48f8-9091-81e7d3df6202",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:29:47.2800253"
},
"modifier": {
"$id": "74",
"id": 1,
"setG_UID": "/54kYbDvH0O2qv18Y12VBQ==",
"modifierSetGuid": "61249eff-efb0-431f-b6aa-fd7c635d9505",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "OuAIeDJKREC4j1StCSh0lQ==",
"pluGuid": "7808e03a-4a32-4044-b88f-54ad09287495",
"deleted": true,
"g_UID": "yt8wbX3BgEKOHA+lezEsag==",
"guid": "6d30dfca-c17d-4280-8e1c-0fa57b312c6a",
"product": {
"$ref": "15"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "71"
}
],
"eftReceipts": [
{
"$id": "75",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "68"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "75"
}
],
"payments": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"cards": [
{
"$id": "76",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "76"
}
],
"campaignHits": [
{
"$id": "77",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "77"
}
],
"fuel": [
{
"$id": "78",
"id": 1,
"plu": 1,
"pluG_UID": "Yg3ziP7gI0ah6WnvET97uA==",
"pluGuid": "88f30d62-e0fe-4623-a1e9-69ef113f7bb8",
"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:29:47.2800253",
"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:29:47.2800253",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "78"
}
],
"fuelResells": [
{
"$id": "79",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "RhFpfrFdeU2un+3S1s3jzw==",
"pluGuid": "7e691146-5db1-4d79-ae9f-edd2d6cde3cf",
"accountID": "WHHUySV6OUOAp8EVhmGgDQ==",
"accountIDGuid": "c9d47158-7a25-4339-80a7-c1158661a00d",
"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:29:47.2800253",
"bestOrExpireType": 1,
"refundG_UID": "5G3qQ45kWk+GV4sJK0PnJQ==",
"refundGuid": "43ea6de4-648e-4f5a-8657-8b092b43e725",
"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": "79"
}
],
"customerOrder": [
{
"$id": "80",
"identifier": "fsEE6xUV7UGqa31o25yq1w==",
"identifierGuid": "eb04c17e-1515-41ed-aa6b-7d68db9caad7",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "bcSxrguAi0KGs9rvCpq5sw==",
"customerIdentifierGuid": "aeb1c46d-800b-428b-86b3-daef0a9ab9b3",
"operatorNo": 1,
"operatorG_UID": "NxFPqG6VMkeEeUydmyM34w==",
"operatorGuid": "a84f1137-956e-4732-8479-4c9d9b2337e3",
"created": "2026-06-03T18:29:47.2800253",
"ordered": "2026-06-03T18:29:47.2800253",
"started": "2026-06-03T18:29:47.2800253",
"completed": "2026-06-03T18:29:47.2800253",
"supplied": "2026-06-03T18:29:47.2800253",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "61"
},
"operator": {
"$ref": "28"
},
"details": [
{
"$id": "81",
"headerID": 1,
"plu": 1,
"pluG_UId": "7P5S01vUq0OFlknGoBhSsg==",
"pluGuid": "d352feec-d45b-43ab-8596-49c6a01852b2",
"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": "SW4LxYriKkWWanIWOzmDcg==",
"headerIdentifierGuid": "c50b6e49-e28a-452a-966a-72163b398372",
"product": {
"$ref": "15"
}
},
{
"$ref": "81"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "68"
}
},
{
"$ref": "80"
}
],
"surveyResponses": [
{
"$id": "82",
"surveyG_UID": "3GuWF80G20S89F1A+ZGwSA==",
"surveyGuid": "17966bdc-06cd-44db-bcf4-5d40f991b048",
"saleHeaderGuid": "e1UygE/YKE2IaO+CnhNhDQ==",
"saleGuid": "8032557b-d84f-4d28-8868-ef829e13610d",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "k64YyDZlg0251prlXG8wiQ==",
"guidResponse": "c818ae93-6536-4d83-b9d6-9ae55c6f3089",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:29:47.2800253",
"sale": {
"$ref": "68"
},
"survey": {
"$id": "83",
"g_UID": "LCN0/g57vUOJfOzbgS8JCw==",
"guid": "fe74232c-7b0e-43bd-897c-ecdb812f090b",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "pJXQSQUivkGDkAxN1jbMGw==",
"checkoutFormGuid": "49d095a4-2205-41be-8390-0c4dd636cc1b",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:29:47.2800253",
"end": "2026-06-03T18:29:47.2800253",
"deleted": true,
"updated": "2026-06-03T18:29:47.2800253",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"d8eaa2a6-2f1b-4a4b-8226-9d283bde232c",
"5a56f7b7-4843-4548-aed1-b90f567a14d0"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "36"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "82"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "9DEQ3PRJWEuPTcBrYPZILQ==",
"accountIdentifier": "dc1031f4-49f4-4b58-8f4d-c06b60f6482d",
"accountName": "sample string 44",
"customerOrderIdentifier": "45XQ74jJ1UGWhp//g3Q8Wg==",
"customerOrderIdentifierGuid": "efd095e3-c988-41d5-9686-9fff83743c5a",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "84",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "oxuMSIe/iE6nmHwFc1agEQ==",
"paymentIdentifierGuid": "488c1ba3-bf87-4e88-a798-7c057356a011",
"identifier": "qQ0RNwutlkOAYj+QJttrIg==",
"identifierGuid": "37110da9-ad0b-4396-8062-3f9026db6b22",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "ABVdIUI9YUSdvWLfkGXNTA==",
"itemIdentifierGuid": "215d1500-3d42-4461-9dbd-62df9065cd4c"
}
},
{
"$ref": "67"
}
]
},
{
"$ref": "62"
}
],
"customerGroupMembers": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"customerGroups": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"accounts": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"account": {
"$ref": "63"
},
"vouchers": [
{
"$id": "85",
"customerIdentifier": "7LR9OGkNXEaXt6Fty5/mTw==",
"customerIdentifierGuid": "387db4ec-0d69-465c-97b7-a16dcb9fe64f",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "nLxmhPMuBUOS6mU2WY776A==",
"idempotentGuid": "8466bc9c-2ef3-4305-92ea-6536598efbe8",
"offline": true,
"voucher": {
"$id": "86",
"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:29:47.2800253",
"barcodeTemplate": {
"$id": "87",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "88",
"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:29:47.2800253",
"labelPageLayout": "ZuQyworkKku7nVeNVtyJrQ==",
"pageLayoutGuid": "c232e466-e48a-4b2a-bb9d-578d56dc89ad",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "86"
},
"elements": [
{
"$id": "89",
"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:29:47.2800253"
},
{
"$ref": "89"
}
]
},
"customerVouchers": [
{
"$id": "90",
"id": 1,
"customerIdentifier": "ic55qHElME6WMhNRpPFphQ==",
"customerIdentifierGuid": "a879ce89-2571-4e30-9632-1351a4f16985",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:29:47.2800253",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "SYepK4QYTka8Pi3qyvsEWA==",
"issuedIdempotentGuid": "2ba98749-1884-464e-bc3e-2deacafb0458",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:29:47.2800253",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:29:47.2800253",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "+/s1ez+29U+Y8zmnYhfBKA==",
"redeemedIdempotentGuid": "7b35fbfb-b63f-4ff5-98f3-39a76217c128",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:29:47.2800253",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "88"
},
"voucher": {
"$ref": "86"
},
"customer": {
"$ref": "61"
},
"issuedOfflinePayment": {
"$ref": "67"
},
"redeemedOfflinePayment": {
"$ref": "67"
}
},
{
"$ref": "90"
}
]
},
"customer": {
"$ref": "61"
}
},
{
"$ref": "85"
}
]
}
},
{
"$ref": "60"
}
],
"customerGroups": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "LJ5wFekyjEi5tn5G2eQDWQ==",
"groupIDGuid": "15709e2c-32e9-488c-b9b6-7e46d9e40359",
"campaign": {
"$ref": "57"
},
"group": {
"$ref": "65"
}
},
{
"$ref": "91"
}
],
"signIqTickets": [
{
"$id": "92",
"identifier": "CJtIX6x1N0OES8wHbC69/Q==",
"identifierGuid": "5f489b08-75ac-4337-844b-cc076c2ebdfd",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "92"
}
],
"comboPriceGroups": [
{
"$id": "93",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "PWx5Qr2dYUGEexjHLQR2BQ==",
"guid": "42796c3d-9dbd-4161-847b-18c72d047605",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "57"
},
"comboPricePlus": [
{
"$id": "94",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "N+LYhcU9/UWGwQux63xDtA==",
"groupGuid": "85d8e237-3dc5-45fd-86c1-0bb1eb7c43b4",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "Bkr4p/2irEmyMd3gxonMoQ==",
"pluGuid": "a7f84a06-a2fd-49ac-b231-dde0c689cca1",
"priceGroupG_UID": "JdZmnHc+N02Jq+OhKKMQ4g==",
"priceGroupGuid": "9c66d625-3e77-4d37-89ab-e3a128a310e2",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "57"
},
"product": {
"$ref": "15"
},
"priceGroup": {
"$ref": "21"
},
"campaignPool": {
"$ref": "57"
}
},
{
"$ref": "94"
}
]
},
{
"$ref": "93"
}
],
"priceLevels": [
{
"$id": "95",
"id": 1,
"priceLevelIdentifier": "dadHqfQrI0ejzgW8A+DO7A==",
"priceLevelIdentifierGuid": "a947a775-2bf4-4723-a3ce-05bc03e0ceec",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "95"
}
],
"promotionType": {
"$id": "96",
"identifier": "GLYn8Bl8AUKd3+UrHZ7YEQ==",
"identifierGuid": "f027b618-7c19-4201-9ddf-e52b1d9ed811",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "H+rocrz2QkOQVpP+/+EtDA==",
"labelPageLayoutGuid": "72e8ea1f-f6bc-4342-9056-93feffe12d0c",
"priceLevelIdentifier": "EPHfKWCVk02TeaxYoZ30cQ==",
"priceLevelIdentifierGuid": "29dff110-9560-4d93-9379-ac58a19df471",
"active": true,
"updated": "2026-06-03T18:29:47.2800253",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "15"
},
"dealCost": {
"$id": "97",
"headerIdentifier": "Tz4Dc304o0C3DWwx5dPccg==",
"headerIdentifierGuid": "73033e4f-387d-40a3-b70d-6c31e5d3dc72",
"identifier": "uAgM2DON+kijC3Qc00gCew==",
"identifierGuid": "d80c08b8-8d33-48fa-a30b-741cd348027b",
"supplierIdentifier": "RI3+oQn/WU2bjim1vCBnyQ==",
"supplierGuid": "a1fe8d44-ff09-4d59-9b8e-29b5bc2067c9",
"pluG_UID": "vKaAFh4ggUiSifV2vTbnBg==",
"pluGuid": "1680a6bc-201e-4881-9289-f576bd36e706",
"campaignName": "eff7bab1-fa6f-40bc-9486-2a27e470fc81",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:29:47.2800253",
"end": "2026-06-03T18:29:47.2800253",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "pBRIQEqJK025OMhqaWx1Uw==",
"bonusItemPluGuid": "404814a4-894a-4d2b-b938-c86a696c7553",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:29:47.2800253",
"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:29:47.2800253",
"campaignEndDate": "2026-06-03T18:29:47.2800253",
"masterPLUG_UID": "U4i6fOyEd0Ca9kykQi9NdA==",
"masterID": "7cba8853-84ec-4077-9af6-4ca4422f4d74",
"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": "5JLS3hWwTkO5OJPn8ajIKQ==",
"bonusMasterID": "ded292e4-b015-434e-b938-93e7f1a8c829",
"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:29:47.2800253",
"dealCosts": [
{
"$ref": "97"
},
{
"$ref": "97"
}
],
"tags": [
{
"$id": "98",
"pluG_UID": "OtJCVYVdj06lYjlLdg2j6w==",
"pluGuid": "5542d23a-5d85-4e8f-a562-394b760da3eb",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "98"
}
],
"alternateProductG_UID": "UZVrK3uuLkW5Ah2NN9nOgA==",
"alternateProduct": "2b6b9551-ae7b-452e-b902-1d8d37d9ce80",
"altProduct": {
"$ref": "15"
},
"productHostCode": {
"$id": "99",
"id": 1,
"pluG_UID": "Cm73G/dX9UKh44gQinVD6A==",
"pluGuid": "1bf76e0a-57f7-42f5-a1e3-88108a7543e8",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "51"
},
"mscCom": {
"$ref": "52"
},
"mscDep": {
"$ref": "54"
},
"mscSubCom": {
"$ref": "53"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:29:47.2800253",
"inventoryTracked": "2026-06-03T18:29:47.2800253",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "100",
"pluG_UID": "/8nN/HmJ2kCx9pAP7Y1ieQ==",
"pluGuid": "fccdc9ff-8979-40da-b1f6-900fed8d6279",
"fuelPluG_UID": "sQ6Kw/17fkSGt1xPQqZvrQ==",
"fuelPluGuid": "c38a0eb1-7bfd-447e-86b7-5c4f42a66fad",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "100"
},
{
"$ref": "100"
}
]
},
"supplier": {
"$ref": "10"
},
"serviceFee": {
"$id": "101",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "13"
}
],
"orderCycleHeaders": [
{
"$id": "102",
"storeID": 1,
"supplierIdentifier": "8OZWwDiMx0C5LTEee9CdzA==",
"supplierGuid": "c056e6f0-8c38-40c7-b92d-311e7bd09dcc",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "102"
}
],
"cycles": [
{
"$id": "103",
"storeID": 1,
"supplierIdentifier": "Hnfyftp9ZUSIlLKQA4yWIg==",
"supplierGuid": "7ef2771e-7dda-4465-8894-b290038c9622",
"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:29:47.2800253",
"deliveryDate": "2026-06-03T18:29:47.2800253",
"nextCutOffDate": "2026-06-03T18:29:47.2800253",
"nextDeliveryDate": "2026-06-03T18:29:47.2800253",
"nextDaysBuffer": 10
},
{
"$ref": "103"
}
],
"store": {
"$ref": "4"
},
"updated": "2026-06-03T18:29:47.2800253",
"isHost": true
},
"files": [
{
"$id": "104",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:29:47.2800253",
"processed": "2026-06-03T18:29:47.2800253",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:29:47.2800253",
"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": "9"
},
"metcashHeader": {
"$id": "105",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:29:47.2800253",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "104"
}
],
"zoneMatrix": [
{
"$id": "106",
"id": 1,
"hostIdentifier": "2TZPGgdvakiS7TS0zTe1eg==",
"hostIdentifierGuid": "1a4f36d9-6f07-486a-92ed-34b4cd37b57a",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"21e4eaa1-11a4-4a39-b559-e832ec295bb8",
"b6a4669f-fc9c-4f3b-bfca-e53f25da7d30"
]
},
{
"$ref": "106"
}
],
"hostFileStoreSetting": {
"$ref": "8"
},
"hostStoreSettings": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"promotionPlacements": [
{
"$id": "107",
"identifier": "s+7Bpb0OuESafG3GxBNTDQ==",
"identifierGuid": "a5c1eeb3-0ebd-44b8-9a7c-6dc6c413530d",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "107"
}
],
"promoTypeGuids": [
"f149ffa3-7ec1-4aa8-9ca8-612fb95e70de",
"088576f5-807f-475b-b04d-179532e7bdbe"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "8"
}
],
"accounts": [
{
"$id": "108",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "108"
}
],
"sales": [
{
"$id": "109",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:29:47.2800253",
"ftpSite": {
"$id": "110",
"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": "109"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "106"
},
{
"$ref": "106"
}
],
"cashManagements": [
{
"$id": "111",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "112",
"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": "111"
}
],
"updateStoreID": "0f0db9eb-5831-4a49-bad1-637e646f5d8e",
"updateStore": {
"$id": "113",
"id": "2c65d00b-4dca-42f7-b340-35be5f4e54c6",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:29:47.2800253",
"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:29:47.2800253"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "114",
"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": "10"
},
"orderCycle": {
"$id": "115",
"id": 1,
"autoOrderGuid": "eVIETyY3q0OsVMKRuoeySg==",
"autoOrderIdentifier": "4f045279-3726-43ab-ac54-c291ba87b24a",
"cutOffDate": "2026-06-03T18:29:47.2800253",
"deliveryDate": "2026-06-03T18:29:47.2800253",
"daysBuffer": 3,
"nextCutOffDate": "2026-06-03T18:29:47.2800253",
"nextDeliveryDate": "2026-06-03T18:29:47.2800253",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "116",
"autoOrderGuid": "H0p+ZsRBIE+jV1JaKWwX5Q==",
"autoOrderIdentifier": "667e4a1f-41c4-4f20-a357-525a296c17e5",
"pluG_UID": "cGiSnjcHG0WtCxgUIuTUnw==",
"pluGuid": "9e926870-0737-451b-ad0b-181422e4d49f",
"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:29:47.2800253",
"investmentBuyStatus": 2,
"processed": "2026-06-03T18:29:47.2800253",
"product": {
"$ref": "15"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "103"
},
"inventory": {
"$id": "117",
"inventoryGuid": "UwKXqSkPJUKfaSX9w9SIVQ==",
"inventoryIdentifier": "a9970253-0f29-4225-9f69-25fdc3d48855",
"created": "2026-06-03T18:29:47.2800253",
"createdLocal": "2026-06-03T18:29:47.2800253",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-06-03T18:29:47.2800253",
"history": [
{
"$id": "118",
"inventoryGuid": "qm5p3ZPWS0+PhnOHoFyyGg==",
"inventoryIdentifier": "dd696eaa-d693-4f4b-8f86-7387a05cb21a",
"pluG_UID": "XIZkqFiGTUadHcolH0BqTA==",
"pluIdentifier": "a864865c-8658-464d-9d1d-ca251f406a4c",
"inventoryReason": 3,
"inventoryInvoiceGuid": "stv1SYPHwEOd9EYvr0zZRQ==",
"invoiceIdentifier": "49f5dbb2-c783-43c0-9df4-462faf4cd945",
"operatorGuid": "96NVYct+R0m2manJKvpiBQ==",
"operatorIdentifier": "6155a3f7-7ecb-4947-b699-a9c92afa6205",
"stocktakeGuid": "+J1qYUO1bUun0/cQi8/o4w==",
"stocktakeIdentifier": "616a9df8-b543-4b6d-a7d3-f7108bcfe8e3",
"orderGuid": "RhuZJsMLLE2H40kfoQKCmA==",
"orderIdentifier": "26991b46-0bc3-4d2c-87e3-491fa1028298",
"saleHeaderGuid": "Ns5gPEDuYEe0THxnv1MQFQ==",
"saleHeaderGuidIdentifier": "3c60ce36-ee40-4760-b44c-7c67bf531015",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "Gqr+AKaq+EGU8XVy9yMpYQ==",
"creditNoteGuid": "00feaa1a-aaa6-41f8-94f1-7572f7232961",
"inventorySourceGuid": "gThTuxi5AkWgx79c116T3g==",
"inventorySourceIdentifier": "bb533881-b918-4502-a0c7-bf5cd75e93de",
"createdLocal": "2026-06-03T18:29:47.2800253",
"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:29:47.2800253",
"createdLocalTime": "2026-06-03T18:29:47.2800253",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "119",
"inventoryInvoiceGuid": "P+ixcbuaS0KxgwBKrqnETw==",
"invoiceIdentifier": "71b1e83f-9abb-424b-b183-004aaea9c44f",
"inventoryGuid": "GyjIMlFVv0O0LHhD5lGsxw==",
"inventoryIdentifier": "32c8281b-5551-43bf-b42c-7843e651acc7",
"supplierIdentifier": "C5sLXMCjMEu1W/BbsnYAeg==",
"supplierGuid": "5c0b9b0b-a3c0-4b30-b55b-f05bb276007a",
"orderGuid": "c6C0dZJLpkCeRxboP14Neg==",
"orderIdentifier": "75b4a073-4b92-40a6-9e47-16e83f5e0d7a",
"invoiceHeaderIdentifier": "z/KHdczo30CuLBpxkBR5jg==",
"invoiceHeaderGuid": "7587f2cf-e8cc-40df-ae2c-1a719014798e",
"created": "2026-06-03T18:29:47.2800253",
"ordered": "2026-06-03T18:29:47.2800253",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:29:47.2800253",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:29:47.2800253",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "WF+zqPzFOUW00yVvcRWr2w==",
"pluGuid": "a8b35f58-c5fc-4539-b4d3-256f7115abdb",
"orderInventoryGuid": "n8l1tSU0FUu2N4NNT8aOzA==",
"orderInventoryIdentifier": "b575c99f-3425-4b15-b637-834d4fc68ecc",
"supplier": {
"$ref": "10"
},
"inventoryUnits": [
{
"$id": "120",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "NdCVGTQsLEafZtu7j6kr0A==",
"invoiceIdentifier": "1995d035-2c34-462c-9f66-dbbb8fa92bd0",
"inventoryGuid": "KGyQs8jrKUS+AYZ2+DxJZw==",
"inventoryIdentifier": "b3906c28-ebc8-4429-be01-8676f83c4967",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:29:47.2800253",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:29:47.2800253",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "120"
}
]
},
"invoiceHeaderIdentifier": "VDRMI0QUgESnbz3AaQQ83Q==",
"invoiceHeaderGuid": "234c3454-1444-4480-a76f-3dc069043cdd",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "121",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-06-03T18:29:47.2800253"
},
"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": "118"
}
],
"products": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"products": [
{
"$id": "122",
"parentPluGuid": "365a7b9a-a5e1-47f6-b4ba-04760aa20799",
"product": {
"$ref": "15"
},
"inventory": {
"$ref": "117"
},
"storeID": 2,
"storeName": "sample string 3",
"dayWeighting": {
"$id": "123",
"sunday": 1.1
},
"explanations": [
{
"$id": "124",
"pluG_UID": "+UQfVSNeKkCBhs1cDBPyXA==",
"pluGuid": "551f44f9-5e23-402a-8186-cd5c0c13f25c",
"consolidatedSales": {
"$id": "125",
"1": {
"$id": "126",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "126"
}
},
"dailyPrices": {
"$id": "127",
"2026-06-03T18:29:47.2800253": {
"$id": "128",
"date": "2026-06-03T18:29:47.2800253",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "v70RzNYNDUeNX8T7bvE8mQ==",
"comboPriceGroupGuid": "cc11bdbf-0dd6-470d-8d5f-c4fb6ef13c99"
}
},
"onHandPredictions": [
{
"$id": "129",
"autoOrderGuid": "z8srF5ybR069vqF7LBzZfg==",
"autoOrderIdentifier": "172bcbcf-9b9c-4e47-bdbe-a17b2c1cd97e",
"pluG_UID": "2xq066mYWUChkvYZ0aBVMQ==",
"pluGuid": "ebb41adb-98a9-4059-a192-f619d1a05531",
"childPLUG_UID": "E5g/G/w37kCwaR/iZIkznw==",
"childPluGuid": "1b3f9813-37fc-40ee-b069-1fe26489339f",
"date": "2026-06-03T18:29:47.2800253",
"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": "129"
}
],
"predictions": [
{
"$ref": "129"
},
{
"$ref": "129"
}
],
"product": {
"$ref": "15"
}
},
{
"$ref": "124"
}
]
},
{
"$ref": "122"
}
],
"supplierOrderingDetail": {
"$ref": "13"
},
"manufacturerSupplier": "706ecc12-d7a9-4e73-8501-d7ff2016b165",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "116"
}
],
"boosts": [
{
"$id": "130",
"autoOrderGuid": "PkjGvOz2B0qwWiA1kwz3Cw==",
"autoOrderIdentifier": "bcc6483e-f6ec-4a07-b05a-2035930cf70b",
"date": "2026-06-03T18:29:47.2800253",
"boost": 2
},
{
"$ref": "130"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "131",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "4"
},
"supplier": {
"$ref": "10"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "132",
"orderGuid": "mkac4QlIskmxC1OMaHJpHw==",
"orderIdentifier": "e19c469a-4809-49b2-b10b-538c6872691f",
"supplierIdentifier": "VbyrNdO8j0ax3w2mtx3OYg==",
"supplierGuid": "35abbc55-bcd3-468f-b1df-0da6b71dce62",
"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": "133",
"id": 1,
"orderGuid": "49MabyP9qEaTOI325OWfUQ==",
"orderIdentifier": "6f1ad3e3-fd23-46a8-9338-8df6e4e59f51",
"pluG_UID": "dxBop1cdP0OHrxMoGqP5nQ==",
"pluGuid": "a7681077-1d57-433f-87af-13281aa3f99d",
"created": "2026-06-03T18:29:47.2800253",
"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": "cX5O4MSONEG3ST9N/rPhHw==",
"substituteGuid": "e04e7e71-8ec4-4134-b749-3f4dfeb3e11f",
"warehousePLUG_UID": "ZSojy4/iI0meq5lB4exXvw==",
"warehousePluGuid": "cb232a65-e28f-4923-9eab-9941e1ec57bf",
"updated": "2026-06-03T18:29:47.2800253",
"increment": true,
"description": "sample string 15",
"product": {
"$ref": "15"
},
"unknownScan": {
"$id": "134",
"pluG_UID": "n/IYUdmXzEq/GUpalMSPiw==",
"pluGuid": "5118f29f-97d9-4acc-bf19-4a5a94c48f8b",
"orderGuid": "a51kPkOKoECtS455QP7/lg==",
"orderIdentifier": "3e649d6b-8a43-40a0-ad4b-8e7940feff96",
"barcode": "sample string 3",
"created": "2026-06-03T18:29:47.2800253",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "15"
},
"warehouseProduct": {
"$ref": "15"
},
"lookup": {
"$id": "135",
"pluG_UID": "R0t5E8culUaMh0GqMqLatw==",
"pluGuid": "13794b47-2ec7-4695-8c87-41aa32a2dab7",
"inventoryGuid": "14p10Jj6zkaa5jMDquGBcA==",
"inventoryIdentifier": "d0758ad7-fa98-46ce-9ae6-3303aae18170",
"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:29:47.2800253",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-06-03T18:29:47.2800253",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "13"
},
"dealCost": {
"$ref": "97"
},
"nextCost": {
"$ref": "97"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-06-03T18:29:47.2800253",
"orderHeader": {
"$ref": "2"
},
"invoiceDetail": {
"$id": "136",
"identifier": "Q3TOQEwMrUWAXa6Rb7ta2A==",
"identifierGuid": "40ce7443-0c4c-45ad-805d-ae916fbb5ad8",
"headerIdentifier": "9MESu2BefE6K7nCT0zBl2g==",
"headerIdentifierGuid": "bb12c1f4-5e60-4e7c-8aee-7093d33065da",
"pluG_UID": "z+J698TSJEO29brv3BW6JA==",
"pluGuid": "f77ae2cf-d2c4-4324-b6f5-baefdc15ba24",
"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:29:47.2800253",
"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:29:47.2800253",
"costEnd": "2026-06-03T18:29:47.2800253",
"createdFromUnknownScan": true,
"orderGuid": "vcUK3Wfbg0ag5bAxRXSmLg==",
"orderIdentifierGuid": "dd0ac5bd-db67-4683-a0e5-b0314574a62e",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:29:47.2800253",
"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": "97"
},
"nextCost": {
"$ref": "97"
},
"lastChance": true,
"holdOff": 37,
"holdOffDate": "2026-06-03T18:29:47.2800253",
"unknownScan": {
"$id": "137",
"pluG_UID": "movp9PdeQE20II+t+LiKYw==",
"pluGuid": "f4e98b9a-5ef7-4d40-b420-8fadf8b88a63",
"invoiceIdentifier": "PXSJO7Qopky3TBSrJW0PaQ==",
"invoiceGuid": "3b89743d-28b4-4ca6-b74c-14ab256d0f69",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:29:47.2800253"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "pRN8b6BNGU2okrcy2quQxw==",
"priceGroupGuid": "6f7c13a5-4da0-4d19-a892-b732daab90c7",
"priceGroupName": "sample string 44",
"priceGroupCode": "sample string 45",
"product": {
"$ref": "15"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 47,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "116"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "133"
}
],
"unknownScans": [
{
"$ref": "134"
},
{
"$ref": "134"
}
],
"transportCompany": {
"$id": "138",
"identifier": "CfcAJiQfPUWia6wDaQunhw==",
"identifierGuid": "2600f709-1f24-453d-a26b-ac03690ba787",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "tnfN+JZo4kSmUpgwt7NF8Q==",
"primaryContactID": "f8cd77b6-6896-44e2-a652-9830b7b345f1",
"primaryContact": {
"$ref": "11"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "56dc556d-3b09-4c05-b5c3-59d0a8edd525"
},
{
"$ref": "2"
}
],
"skip": 1,
"take": 1,
"totalCount": 1
}
application/xml
Sample not available.
text/xml
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK ���\����� 5 xl/workbook.xml � (� ����0��&�C��B�N\�z�^`���n
>�P�7o;�����jc�Q�������aӃx2��S��ҽ��:�@e���Y|>���(�4{i���Xh�{ ����Դ<�K��� �����b���o��~�BAA+�%����(q���G�i��Yw���vM���a�m��/PK ���\���� � [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
���\l'M�' ' _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="Rb1af88e1737d44a0" /></Relationships>PK ���\�lLa� xl/worksheets/sheet1.xml � (� ���n�0�_��}���@T�M��[���� V1�l'���J�E��5�?�gF���d�\��������E(��6?RxW�ү�����f��Z{�"d��Kfu��5JKf�Q�jQ�N����yǬ�ʴ�h�T�;��QsV{��JI&zX�p�G�@���vO @e�ῂ�S�N^�z�bϢ��/Ԡ�
;u�I
��8��
)��Ju���� ����Q��E$Ȓ8�qJiH���d���s��ʤ'��,�
h��LhF�Mz[Og=]�YF8!�m]4���ų.��7BJ҈�f�^������ee�� �O��ct�B�7�m܊�%��y����5^���$vk�^�5-r����;Yi�/��D���;q��ݍ��znr�>M�uO���,�~'��.�PK ���\O� P xl/_rels/workbook.xml.rels � (� ��Kn�0@�b;q��� �n�R.`�q�ؑmJ9[=R�P�Jm����h~OO��|�Xoߦ����5-�$�F�n0}砞j�n�{E�^�'q��t�R/5N�'vF;ʺI�����B�D�4KSNݒ�Lr����Uj��l�yB� Ӌu'���p=�~J��K"Ȯkaϳ�˚ת<���
�aj>\G�^��B&Sy�5e���2Z8�^���^:-���W9�K��%675z��/PK ���\Ѓ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 ���\W֖�� xl/sharedStrings.xml � (� ePMK�0�+!w��i�������z��>۰�K�{�7�"J�83�Sn?���E��FR ��;*��ݜ]IAl�7>"Tr�b[�D,���#�t�5��!'����g�MS��������8������R���gh~q.pu�u�LPj�K}�?ܽ#^s�{7����O�]d�-k�!����LH'�1�D��r>��- $g�a���y��Z�f���'�ku�$�/��/Z��oPK- ���\����� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\l'M�' ' V _rels/.relsPK- ���\�lLa� � xl/worksheets/sheet1.xmlPK- ���\O� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\W֖�� o xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK ���\��ӑ� 5 xl/workbook.xml � (� ����0D�&�C�p-(1�p��Ճ�Ri�-ik��H�yۙ�};|������G�箠]c�e�Z���̻�:-�,�l�*���o�&@r>g�pAY�;5z���a�ѡh|����P���!|i�T8�(gc������x��Q#4�AP�{SPF���<<2�$�5��
�/�I��w��w�PK ���\���� � [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
���\����' ' _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="Ra02a54c538624671" /></Relationships>PK ���\�lLa� xl/worksheets/sheet1.xml � (� ���n�0�_��}���@T�M��[���� V1�l'���J�E��5�?�gF���d�\��������E(��6?RxW�ү�����f��Z{�"d��Kfu��5JKf�Q�jQ�N����yǬ�ʴ�h�T�;��QsV{��JI&zX�p�G�@���vO @e�ῂ�S�N^�z�bϢ��/Ԡ�
;u�I
��8��
)��Ju���� ����Q��E$Ȓ8�qJiH���d���s��ʤ'��,�
h��LhF�Mz[Og=]�YF8!�m]4���ų.��7BJ҈�f�^������ee�� �O��ct�B�7�m܊�%��y����5^���$vk�^�5-r����;Yi�/��D���;q��ݍ��znr�>M�uO���,�~'��.�PK ���\���� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�N�$BM��m���$��ؑ�=�����ĂMW��==i���c�}�F�B>ζ 3�,:=ؾ�s��n�{UL�s`iņL��#�
M*dn&�:��)�=��TO<��~ɀ[&;\f��u݀�sx���?����S0D�A��b?���Af�
�I���P�Ūj
-�����M-��H���;_Ƞ��Z� Y�D�2Fy��ѧK/���Z'0?樊��TusU�7��PK ���\Ѓ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 ���\W֖�� xl/sharedStrings.xml � (� ePMK�0�+!w��i�������z��>۰�K�{�7�"J�83�Sn?���E��FR ��;*��ݜ]IAl�7>"Tr�b[�D,���#�t�5��!'����g�MS��������8������R���gh~q.pu�u�LPj�K}�?ܽ#^s�{7����O�]d�-k�!����LH'�1�D��r>��- $g�a���y��Z�f���'�ku�$�/��/Z��oPK- ���\��ӑ� 5 xl/workbook.xmlPK- ���\���� � [Content_Types].xmlPK-
���\����' ' V _rels/.relsPK- ���\�lLa� � xl/worksheets/sheet1.xmlPK- ���\���� P � xl/_rels/workbook.xml.relsPK- ���\Ѓc'2 E
� xl/styles.xmlPK- ���\W֖�� n xl/sharedStrings.xmlPK � �