POST api/store/{storeID}/invoices/process
Process all invoices that are on file
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| storeID |
Store to process invoice files for |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
List of result counts for invoice processing
InvoicingProcessResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Completed |
Total completed invoices |
integer |
None. |
| Failed |
Total failed invoices |
integer |
None. |
| Skipped |
Invoices that were skipped due to deliberate skipping by the service |
integer |
None. |
| Invoices |
Mapped invoice objects to be saved |
Collection of InvoiceProcess |
None. |
Response Formats
application/json, text/json
Sample:
{
"completed": 1,
"failed": 2,
"skipped": 3,
"invoices": [
{
"$id": "2",
"invoice": {
"$id": "3",
"identifier": "p/21CmZhzEeV1vYqXhppQA==",
"identifierGuid": "0ab5fda7-6166-47cc-95d6-f62a5e1a6940",
"storeID": 2,
"tradingPartner": 0,
"supplierIdentifier": "lIBJBaPHc0686XPfGoTSKQ==",
"supplierIdentifierGuid": "05498094-c7a3-4e73-bce9-73df1a84d229",
"xfer": true,
"sourceStore": "sample string 3",
"sourceCode": "sample string 4",
"sourceAbn": "sample string 5",
"targetCode": "sample string 6",
"targetState": "sample string 7",
"whouseRef": "sample string 8",
"stateSource": "sample string 9",
"status": 10,
"fileID": "sample string 11",
"created": "2026-06-03T18:33:13.0529419",
"createdByUser": "sample string 12",
"updated": "2026-06-03T18:33:13.0529419",
"transType": 0,
"transDateTime": "2026-06-03T18:33:13.0529419",
"invoiceNo": "sample string 13",
"invoiceText": "sample string 14",
"adjustmentNo": 1,
"invoiceDate": "2026-06-03T18:33:13.0529419",
"claimNo": 1,
"countReceivedReset": true,
"accountingExported": true,
"orderReceived": true,
"orderGuid": "1O+5s19PrUO/RdL9SETQYw==",
"orderIdentifier": "b3b9efd4-4f5f-43ad-bf45-d2fd4844d063",
"orderNo": 1,
"orderText": "sample string 18",
"supplierNotes": "sample string 19",
"defaultStockReceiveDocumentId": 1,
"receiptEmailSent": true,
"receiptEmailSentId": "sample string 21",
"receiptEmailSentStatus": "sample string 22",
"customerCd": "sample string 23",
"storeName": "sample string 24",
"street": "sample string 25",
"suburb": "sample string 26",
"postCd": "sample string 27",
"debtorCd": "sample string 28",
"liquorLicense": "sample string 29",
"bond": "sample string 30",
"url": "sample string 31",
"completed": "2026-06-03T18:33:13.0529419",
"received": "2026-06-03T18:33:13.0529419",
"invoiceSubTotal": 1.0,
"itemTotalCost": 1.0,
"adminFee": 1.0,
"financeFee": 1.0,
"invoiceTotal": 1.0,
"weight": 1.0,
"salesTax": 1.0,
"tobaccoTax": 1.0,
"shrinkWrap": 32.0,
"gstTotal": 1.0,
"margin": 1.0,
"deliveryFee": 1.0,
"transportFee": 33.0,
"serviceFee": 1.0,
"gstOnService": 1.0,
"gstOnDelivery": 1.0,
"gstOnShrinkWrap": 1.0,
"wetTotal": 1.0,
"gstApplicable": 1.0,
"gstExempt": 1.0,
"supplierMatchRequired": true,
"temperature": 1.1,
"temperatureScale": 35,
"rating": 36,
"completeInvoiceInventory": 37,
"wineLitres": 1.0,
"wineValue": 1.0,
"spiritLitres": 1.0,
"spiritValue": 1.0,
"beerLitres": 1.0,
"beerValue": 1.0,
"midBeerLitres": 1.0,
"midBeerValue": 1.0,
"lowBeerLitres": 1.0,
"lowBeerValue": 1.0,
"lowWineLitres": 1.0,
"lowWineValue": 1.0,
"deleted": true,
"supplierName": "sample string 39",
"invoiceSuffix": "sample string 40",
"costVariance": 1.0,
"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:33:13.0529419",
"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": "6QSVIFOCv0e1lahk0B16Fg==",
"hostIdentifierGuid": "209504e9-8253-47bf-b595-a864d01d7a16",
"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:33:13.0529419",
"priceZone": {
"$id": "5",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "L6GYBUgjd0eYaT52pmsX/w==",
"hostIdentifierGuid": "0598a12f-2348-4777-9869-3e76a66b17ff",
"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": "LcbK1Ky7lke0z5p8+K8lrg==",
"hostIdentifierGuid": "d4cac62d-bbac-4796-b4cf-9a7cf8af25ae",
"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": "HoJ8PC7JtU68Zz7unqjGIw==",
"identifierGuid": "3c7c821e-c92e-4eb5-bc67-3eee9ea8c623",
"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": "T0ErwvNhjECptD1WAl3lmg==",
"hostSupplierIdentifierGuid": "c22b414f-61f3-408c-a9b4-3d56025de59a",
"loyaltyPriceLevelIdentifier": "637dm1Dg70KcwRTqoDstGA==",
"loyaltyPriceLevelIdentifierGuid": "9bdd7eeb-e050-42ef-9cc1-14eaa03b2d18",
"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:33:13.0529419",
"lastProcessed": "2026-06-03T18:33:13.0529419",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "10",
"identifier": "k3Y5SnrdFE+mbYgWV7zzEA==",
"identifierGuid": "4a397693-dd7a-4f14-a66d-881657bcf310",
"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": "jSQEus66C0Ke49Z+3Hlh+g==",
"primaryContactID": "ba04248d-bace-420b-9ee3-d67edc7961fa",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "/QIa6m/ykk2IAf/6nA1kqw==",
"supplierGroupGuid": "ea1a02fd-f26f-4d92-8801-fffa9c0d64ab",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:33:13.0529419",
"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": "ecdb45b3-22b4-49dc-b778-d5799274384e",
"identifier": "RLgR/qiMAUCTOmNU/ZOAbA==",
"identifierGuid": "fe11b844-8ca8-4001-933a-6354fd93806c",
"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": "xdOsYxhleE+zL63wYBm14w==",
"supplierIdentifierGuid": "63acd3c5-6518-4f78-b32f-adf06019b5e3",
"contactGuid": "W5k+u9E13kemDDSCYQ98uQ==",
"contactID": "bb3e995b-35d1-47de-a60c-3482610f7cb9",
"contact": {
"$ref": "11"
},
"supplier": {
"$ref": "10"
}
},
{
"$ref": "12"
}
],
"products": [
{
"$id": "13",
"pluG_UID": "XX5ZXH64sUyo4oD8L+ijfQ==",
"pluGuid": "5c597e5d-b87e-4cb1-a8e2-80fc2fe8a37d",
"supplierIdentifier": "uQYo8NMhuUaqGmt/Ks794A==",
"supplierIdentifierGuid": "f02806b9-21d3-46b9-aa1a-6b7f2acefde0",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "14",
"pluG_UID": "dnR1sLkig0m3XNy6Mq3Yog==",
"pluGuid": "b0757476-22b9-4983-b75c-dcba32add8a2",
"supplierIdentifier": "Iu0H1WjOT0KV0+7CoCLjpA==",
"supplierIdentifierGuid": "d507ed22-ce68-424f-95d3-eec2a022e3a4",
"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": "WUM5bjvCLEeaz8JMH0QM6A==",
"parentPluGuid": "6e394359-c23b-472c-9acf-c24c1f440ce8",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "15",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "EVIZKdq8V0SD1hywFTvOGg==",
"guid": "29195211-bcda-4457-83d6-1cb0153bce1a",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "PyG6ZM6m+EWurxuRk5heAQ==",
"priceGroupGuid": "64ba213f-a6ce-45f8-aeaf-1b9193985e01",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:33:13.0529419",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:33:13.0529419",
"pluCreated": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"lastManualUpdate": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"currentCostUpdated": "2026-06-03T18:33:13.0529419",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "c+10UM7LtEWb9nVykgqqRA==",
"altPLUGuid": "5074ed73-cbce-45b4-9bf6-7572920aaa44",
"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:33:13.0529419",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "82DcVxst/ESNHgGap9wv4w==",
"shelfPageLayoutGuid": "57dc60f3-2d1b-44fc-8d1e-019aa7dc2fe3",
"talkerPageLayoutG_UID": "8XtzM2cqV0a9ckmHTEUo/A==",
"talkerPageLayoutGuid": "33737bf1-2a67-4657-bd72-49874c4528fc",
"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": "YFNM7WrwZk69rT5UPl9lzg==",
"inventoryIdentifier": "ed4c5360-f06a-4e66-bdad-3e543e5f65ce",
"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": "+G42SOApo0ihmf7uTcf9nw==",
"parentPluGuid": "48366ef8-29e0-48a3-a199-feee4dc7fd9f",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "PZQID6L76EOj1J4rdwAfWA==",
"supplierIdentifierGuid": "0f08943d-fba2-43e8-a3d4-9e2b77001f58",
"supplierChanged": true,
"rebateSupplierIdentifier": "AKa2xD1HFEe52Ipgc8RZxw==",
"rebateSupplierIdentifierGuid": "c4b6a600-473d-4714-b9d8-8a6073c459c7",
"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:33:13.0529419",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "imq58ekNWkGaCwXk5rRBsA==",
"hostIdentifierGuid": "f1b96a8a-0de9-415a-9a0b-05e4e6b441b0",
"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": "O4EOGv52B02/Gp+IaIoIlg==",
"pluGuid": "1a0e813b-76fe-4d07-bf1a-9f88688a0896",
"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:33:13.0529419"
},
{
"$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:33:13.0529419",
"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:33:13.0529419",
"startTime": 5,
"endDate": "2026-06-03T18:33:13.0529419",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "7zmqX5girEOGVzh5gm/y1Q==",
"hostIdentifierGuid": "5faa39ef-2298-43ac-8657-3879826ff2d5",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "19"
},
{
"$ref": "19"
}
]
},
"tray": {
"$id": "20",
"g_UId": "sS3eqJK7fkaH4t/oKmIThQ==",
"guid": "a8de2db1-bb92-467e-87e2-dfe82a621385",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "21",
"priceGroupG_UID": "IHZh+7O0u0CFtDKws8PWHw==",
"priceGroupGuid": "fb617620-b4b3-40bb-85b4-32b0b3c3d61f",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:33:13.0529419",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "22",
"pluG_UID": "j7DDJ8035UaDjW+c9WFAXw==",
"pluGuid": "27c3b08f-37cd-46e5-838d-6f9cf561405f",
"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": "c3489ea0-6fe4-41b8-9505-ae1e624ca97f",
"created": "2026-06-03T18:33:13.0529419",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:33:13.0529419",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:33:13.0529419",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:33:13.0529419",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:33:13.0529419",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:33:13.0529419",
"lastSold": "2026-06-03T18:33:13.0529419",
"firstSold": "2026-06-03T18:33:13.0529419",
"awsUpdated": "2026-06-03T18:33:13.0529419",
"lastManualUpdate": "2026-06-03T18:33:13.0529419",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:33:13.0529419",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:33:13.0529419",
"doNotRangeUpdated": "2026-06-03T18:33:13.0529419",
"doNotOrderUpdated": "2026-06-03T18:33:13.0529419",
"tracked": "2026-06-03T18:33:13.0529419"
},
"allergens": [
{
"$id": "24",
"primaryKey": {
"$id": "25",
"pluGuid": "de310f94-f597-43a6-9dfe-5deacee0467d",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "lA8x3pf1pkOd/l3qzuBGfQ==",
"pluGuid": "de310f94-f597-43a6-9dfe-5deacee0467d",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "24"
}
],
"costs": {
"$id": "26",
"pluG_UID": "Zy0OIU9UjkuhuQAXkKR8hg==",
"pluGuid": "210e2d67-544f-4b8e-a1b9-001790a47c86",
"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:33:13.0529419",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "27",
"saleHeaderID": 1,
"created": "2026-06-03T18:33:13.0529419",
"createdLocal": "2026-06-03T18:33:13.0529419",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "rXBFJVtkmk6wMmglmX5DhQ==",
"operatorGuid": "254570ad-645b-4e9a-b032-6825997e4385",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "Q4w3S6pClkCXQr40EDqzsw==",
"pluGuid": "4b378c43-42aa-4096-9742-be34103ab3b3",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "28",
"id": 1,
"g_Uid": "semEcpG9cUi8iky9pzYc7Q==",
"guid": "7284e9b1-bd91-4871-bc8a-4cbda7361ced",
"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:33:13.0529419",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:33:13.0529419",
"endShift": "2026-06-03T18:33:13.0529419",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "29",
"operatorG_UID": "vi+VJnDFl0+JT8bvJU0R8Q==",
"operatorGuid": "26952fbe-c570-4f97-894f-c6ef254d11f1",
"storeID": 2,
"operator": {
"$ref": "28"
},
"store": {
"$ref": "4"
}
},
{
"$ref": "29"
}
]
}
},
{
"$ref": "27"
}
],
"apns": [
{
"$id": "30",
"pluID": 1,
"pluG_UID": "vUEiZmzOb0qM6rAQgKnKqA==",
"pluGuid": "662241bd-ce6c-4a6f-8cea-b01080a9caa8",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "30"
}
],
"tuns": [
{
"$id": "31",
"pluG_UId": "TvfWYxHlh0a4lsNqVzIYUA==",
"pluGuid": "63d6f74e-e511-4687-b896-c36a57321850",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "15"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"competitionPricing": [
{
"$id": "32",
"identifier": "kF46uQSGEUmH+xcdmYX5XA==",
"identifierGuid": "b93a5e90-8604-4911-87fb-171d9985f95c",
"pluG_UID": "fyjrD77yYEef6ekyMbhE7w==",
"pluGuid": "0feb287f-f2be-4760-9fe9-e93231b844ef",
"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": "gyls7ypMrECmQ4WpoyqsxA==",
"groupName": "sample string 1",
"identifierGuid": "ef6c2983-4c2a-40ac-a643-85a9a32aacc4",
"exists": true,
"flipChartIdentifier": "pkUaN4HRzUah/EkV0OZfTg==",
"flipChartIdentifierGuid": "371a45a6-d181-46cd-a1fc-4915d0e65f4e",
"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": "+qPvvc2rUE+Q41OmAfrdrA==",
"groupIdentifierGuid": "bdefa3fa-abcd-4f50-90e3-53a601faddac",
"flipChart": {
"$id": "34",
"identifier": "8RREIfwQz0a5FfYVZ6GvxA==",
"identifierGuid": "214414f1-10fc-46cf-b915-f61567a1afc4",
"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": "z4XXf++TykSNxD8EIOc6Gg==",
"identifierGuid": "7fd785cf-93ef-44ca-8dc4-3f0420e73a1a",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "36",
"id": 1,
"g_UID": "AGhlAMHagE2F4WQWAKOWog==",
"guid": "00656800-dac1-4d80-85e1-641600a396a2",
"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": "DJZ7NM6B6EOjEU1e8y+q2w==",
"previousFormGuid": "347b960c-81ce-43e8-a311-4d5ef32faadb",
"nextForm": 1,
"nextFormG_UID": "2B5q6xzrpkyJVDqsII7zwQ==",
"nextFormGuid": "eb6a1ed8-eb1c-4ca6-8954-3aac208ef3c1",
"attributes": "sample string 10",
"updated": "2026-06-03T18:33:13.0529419",
"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": "E7gJoXEMkkujdrfxM1CIPQ==",
"checkoutFormGuid": "a109b813-0c71-4b92-a376-b7f13350883d",
"identifier": "EW8QPMwv8EC6R04+nfSLJA==",
"identifierGuid": "3c106f11-2fcc-40f0-ba47-4e3e9df48b24",
"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": "UKp/FQX6A02Er4A6DBFHIQ==",
"valueGuid": "157faa50-fa05-4d03-84af-803a0c114721",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "37"
}
],
"panels": [
{
"$id": "39",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "k84I9I4ac0uJLi9AhffHOQ==",
"checkoutFormGuid": "f408ce93-1a8e-4b73-892e-2f4085f7c739",
"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": "P1XcGHLlfEC6JzLpEcfICA==",
"flipChartPageIdentifierGuid": "18dc553f-e572-407c-ba27-32e911c7c808",
"pluG_UID": "KXxWyccSPEai6K2ak8HPpg==",
"pluGuid": "c9567c29-12c7-463c-a2e8-ad9a93c1cfa6",
"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": "PiV0bG6Mk0mmqKcNQWNRxQ==",
"pluGuid": "6c74253e-8c6e-4993-a6a8-a70d416351c5",
"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:33:13.0529419",
"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": "XvlyzXTRK0y7pCJV3taAJg==",
"ingredientGuid": "S19/9EBqmkGDOS4wsR17xQ==",
"ingredientIdentifier": "f47f5f4b-6a40-419a-8339-2e30b11d7bc5",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "15"
}
},
{
"$ref": "42"
}
],
"bins": [
{
"$id": "43",
"pluG_UID": "AVNTZX4+1kOXZNKAkW8fnA==",
"pluGuid": "65535301-3e7e-43d6-9764-d280916f1f9c",
"shelfLocationIdentifier": "U0m30Fnx3UqCozhi1U9glQ==",
"shelfLocationGuid": "d0b74953-f159-4add-82a3-3862d54f6095",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "Nvm2SOag6EmtMb25Pss0eQ==",
"labelPageLayoutGuid": "48b6f936-a0e6-49e8-ad31-bdb93ecb3479",
"updated": "2026-06-03T18:33:13.0529419",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "15"
},
"location": {
"$id": "44",
"identifier": "DvymM3iDZE+Z3VQHedu4Fg==",
"storeID": 1,
"identifierGuid": "33a6fc0e-8378-4f64-99dd-540779dbb816",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:33:13.0529419",
"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": "ipxJjJs6L0yD9bf6HI4ocg==",
"pluGuid": "8c499c8a-3a9b-4c2f-83f5-b7fa1c8e2872",
"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:33:13.0529419",
"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:33:13.0529419",
"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": "kUc2DG8c7EmoNFjMS092qg==",
"labelPageLayoutGuid": "0c364791-1c6f-49ec-a834-58cc4b4f76aa",
"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:33:13.0529419",
"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": "VhdSnoQ/6UKsnpvTIes2zQ==",
"labelPageLayoutGuid": "9e521756-3f84-42e9-ac9e-9bd321eb36cd",
"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:33:13.0529419",
"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": "43w47goWs0yVVevV0/f56w==",
"labelPageLayoutGuid": "ee387ce3-160a-4cb3-9555-ebd5d3f7f9eb",
"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:33:13.0529419",
"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": "UsV/bxOgZk+8rViDTs6Cqg==",
"labelPageLayoutGuid": "6f7fc552-a013-4f66-bcad-58834ece82aa",
"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": "u0ylQ0fUwUmh7R9bwTFOrA==",
"pluGuid": "43a54cbb-d447-49c1-a1ed-1f5bc1314eac",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "+dqI0MFCDUC6J9i9Hcw4qw==",
"dealCostGuid": "d088daf9-42c1-400d-ba27-d8bd1dcc38ab",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "od6Ts6X7zES2qw7RAOf53g==",
"priceGroupGuid": "b393dea1-fba5-44cc-b6ab-0ed100e7f9de",
"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:33:13.0529419",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "43d94a27-ee99-4381-a388-bc8426737587",
"campaignComboPriceGroupG_UID": "p53bb48Ygk+zLtUnPMz7Dg==",
"campaignComboPriceGroupIdentifier": "6fdb9da7-188f-4f82-b32e-d5273cccfb0e",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "56",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:33:13.0529419",
"operatorG_UID": "5NK9c6TXfUixzYuN/j55HA==",
"operatorGuid": "73bdd2e4-d7a4-487d-b1cd-8b8dfe3e791c",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:33:13.0529419",
"signIqTicketFileMovedUtc": "2026-06-03T18:33:13.0529419",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:33:13.0529419",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "92c484a1-67bc-4213-b06c-fd0037db33a4",
"product": {
"$ref": "15"
},
"campaignPlu": {
"$ref": "55"
},
"fuelItem": true
},
{
"$ref": "56"
}
],
"campaign": {
"$id": "57",
"id": 1,
"storeID": 2,
"name": "9b3edae4-8cea-42af-9c93-36fec51d8534",
"nameGuid": "9b3edae4-8cea-42af-9c93-36fec51d8534",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:33:13.0529419",
"startTime": 1,
"endDate": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"system": true,
"created": "2026-06-03T18:33:13.0529419",
"updated": "2026-06-03T18:33:13.0529419",
"priceChangeNotifiedUtc": "2026-06-03T18:33:13.0529419",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "A3rVFp8ARUymwcJLosV+uA==",
"hostIdentifierGuid": "16d57a03-009f-4c45-a6c1-c24ba2c57eb8",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:33:13.0529419",
"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": "PRu373carUeRyCXN9KkUrw==",
"pluGuid": "efb71b3d-1a77-47ad-91c8-25cdf4a914af",
"hostOfferID": 1,
"priceGroupG_UID": "wS4+fM8L8EGYnxlZg7e1MQ==",
"priceGroupGuid": "7c3e2ec1-0bcf-41f0-989f-195983b7b531",
"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:33:13.0529419",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "15"
},
"campaign": {
"$ref": "57"
}
},
{
"$ref": "58"
}
],
"sellingRules": [
{
"$id": "59",
"id": 1,
"identifier": "qXTvOXxLCkqU1GHL3tPuxQ==",
"identifierStr": "qXTvOXxLCkqU1GHL3tPuxQ==",
"identifierGuid": "39ef74a9-4b7c-4a0a-94d4-61cbded3eec5",
"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": "P/qe9GbKgEyvNQ25APGSng==",
"customerIDGuid": "f49efa3f-ca66-4c80-af35-0db900f1929e",
"campaign": {
"$ref": "57"
},
"customer": {
"$id": "61",
"identifier": "7L9YJl3t10Gefw0WHLN4rg==",
"identifierGuid": "2658bfec-ed5d-41d7-9e7f-0d161cb378ae",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:33:13.0529419",
"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": "LgTnuYU+wkKCR2V3IXsI9Q==",
"communityIdentifierGuid": "b9e7042e-3e85-42c2-8247-6577217b08f5",
"joined": "2026-06-03T18:33:13.0529419",
"updated": "2026-06-03T18:33:13.0529419",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "9PHyz55ZAUOn6cyRt+59qQ==",
"priceLevelIdentifierGuid": "cff2f1f4-599e-4301-a7e9-cc91b7ee7da9",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:33:13.0529419",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "62",
"cardType": 2,
"issueDate": "2026-06-03T18:33:13.0529419",
"expiry": "2026-06-03T18:33:13.0529419",
"customerID": "Y/CGCRXEY0ekakH1A5xeJg==",
"customerIDGuid": "0986f063-c415-4763-a46a-41f5039c5e26",
"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:33:13.0529419",
"linkedAccount": "na7YHYH1cke61XUIvmmGLw==",
"linkedAccountGuid": "1dd8ae9d-f581-4772-bad5-7508be69862f",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "61"
},
"account": {
"$id": "63",
"id": 1,
"identifier": "9GvBOWadiUukLsc+sdQuLw==",
"identifierGuid": "39c16bf4-9d66-4b89-a42e-c73eb1d42e2f",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:33:13.0529419",
"owner": "bxhO+jgxRES6+uNwNHa0rQ==",
"ownerGuid": "fa4e186f-3138-4444-bafa-e3703476b4ad",
"accountStoreGroupIdentifier": "zG++kL4koU+CX05Q32UEDg==",
"accountStoreGroupGuid": "90be6fcc-24be-4fa1-825f-4e50df65040e",
"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:33:13.0529419",
"active": true,
"updated": "2026-06-03T18:33:13.0529419",
"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": "lQnCpTZ8Nk2rkcKLF6Vl6Q==",
"identifierGuid": "a5c20995-7c36-4d36-ab91-c28b17a565e9",
"name": "sample string 2",
"primaryContact": "8Ih4ufVqwU6vXTUOTDoUbA==",
"primaryContactGuid": "b97888f0-6af5-4ec1-af5d-350e4c3a146c",
"accountID": "qJbdQTpnGkSGGdoavcXFeQ==",
"accountIDGuid": "41dd96a8-673a-441a-8619-da1abdc5c579",
"special": true,
"updated": "2026-06-03T18:33:13.0529419",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "UcwScvVTKUGnZABo7sqb7g==",
"priceLevelIdentifierGuid": "7212cc51-53f5-4129-a764-0068eeca9bee",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "63"
},
"primaryContactCustomer": {
"$ref": "61"
},
"customerGroupMembers": [
{
"$id": "66",
"id": 1,
"groupID": "6rwZY3u0CEuBubxlST4CRA==",
"groupIDGuid": "6319bcea-b47b-4b08-81b9-bc65493e0244",
"customerID": "3Rmb1A6nRU+CSryYnSIP7w==",
"customerIDGuid": "d49b19dd-a70e-4f45-824a-bc989d220fef",
"card": "sample string 4",
"linkedAccount": "pejXKFpY80ms6bcFE+VPCg==",
"linkedAccountGuid": "28d7e8a5-585a-49f3-ace9-b70513e54f0a",
"customer": {
"$ref": "61"
},
"group": {
"$ref": "65"
},
"customerCard": {
"$ref": "62"
}
},
{
"$ref": "66"
}
]
},
{
"$ref": "65"
}
]
},
"payments": [
{
"$id": "67",
"id": 1,
"identifier": "WbZDWYwu+0Cc6H9w6HVXhw==",
"identifierGuid": "5943b659-2e8c-40fb-9ce8-7f70e8755787",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "7WgY9uMPHUCQ6E/XyieIXA==",
"accountIDGuid": "f61868ed-0fe3-401d-90e8-4fd7ca27885c",
"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:33:13.0529419",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "oe7tVKxEc0uHcMddp4LSZw==",
"idempotentVoidGuid": "54edeea1-44ac-4b73-8770-c75da782d267",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "68",
"saleHeaderID": 1,
"saleHeaderGuid": "RW8NKBFukUK1W96TIOQwAg==",
"saleHeaderIdentifierGuid": "280d6f45-6e11-4291-b55b-de9320e43002",
"created": "2026-06-03T18:33:13.0529419",
"createdLocal": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"storeID": 1,
"operatorG_Uid": "iDZGRK3LSkOtKLnvWZnWdw==",
"operatorGuid": "44463688-cbad-434a-ad28-b9ef5999d677",
"customerG_Uid": "Za3MObenEkyDRPXtwJOKwQ==",
"customerGuid": "39ccad65-a7b7-4c12-8344-f5edc0938ac1",
"communityIdentifier": "DYK+ziafJ0q6UcL/evLdrg==",
"communityIdentifierGuid": "cebe820d-9f26-4a27-ba51-c2ff7af2ddae",
"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": "Z+BMUiL8ykqi0novLDaysg==",
"priceLevelIdentifierGuid": "524ce067-fc22-4aca-a2d2-7a2f2c36b2b2",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:33:13.0529419+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:33:13.0529419",
"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": "dwk7SUiJAESM41xdQpvNwA==",
"identifierGuid": "493b0977-8948-4400-8ce3-5c5d429bcdc0",
"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:33:13.0529419",
"promoPeriodEnd": "2026-06-03T18:33:13.0529419",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:33:13.0529419",
"deleted": true
},
"details": [
{
"$id": "71",
"saleItemID": 1,
"identifier": "O/8z3OrY/0aihynJQ+fLyw==",
"identifierGuid": "dc33ff3b-d8ea-46ff-a287-29c943e7cbcb",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Hg9ALxrzUkSGklozRVRm5A==",
"pluGuid": "2f400f1e-f31a-4452-8692-5a33455466e4",
"accountID": "qXMzyX/cXUCrbOWiJsYQmQ==",
"accountIDGuid": "c93373a9-dc7f-405d-ab6c-e5a226c61099",
"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:33:13.0529419",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "rO3nyjAGUkGr31eg6it/Ow==",
"refundGuid": "cae7edac-0630-4152-abdf-57a0ea2b7f3b",
"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": "gJr5OLCzbES31Pt06J8pKQ==",
"idempotentVoidGuid": "38f99a80-b3b0-446c-b7d4-fb74e89f2929",
"priceLevelIdentifier": "A/ZotZrb7EGoUKHyt8FCLA==",
"priceLevelIdentifierGuid": "b568f603-db9a-41ec-a850-a1f2b7c1422c",
"communityIdentifier": "z7B9tPE3g0CFf7b1DtUNQQ==",
"communityIdentifierGuid": "b47db0cf-37f1-4083-857f-b6f50ed50d41",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "72",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:33:13.0529419",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "72"
}
],
"refund": {
"$id": "73",
"id": 1,
"g_UID": "TA3OR4PgDU6oiY8LRI3AFQ==",
"guid": "47ce0d4c-e083-4e0d-a889-8f0b448dc015",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:33:13.0529419"
},
"modifier": {
"$id": "74",
"id": 1,
"setG_UID": "jtyHruIDskGKXpxmOkm++w==",
"modifierSetGuid": "ae87dc8e-03e2-41b2-8a5e-9c663a49befb",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "oXIomJ5XjU+xChZGi7aFqw==",
"pluGuid": "982872a1-579e-4f8d-b10a-16468bb685ab",
"deleted": true,
"g_UID": "FBCZi8/+Gk24LRh34s+TAw==",
"guid": "8b991014-fecf-4d1a-b82d-1877e2cf9303",
"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": "L5rFQbBkCU2tXcI6qb2uIA==",
"pluGuid": "41c59a2f-64b0-4d09-ad5d-c23aa9bdae20",
"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:33:13.0529419",
"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:33:13.0529419",
"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": "+HvLiZUHpUePmVBAfvODzQ==",
"pluGuid": "89cb7bf8-0795-47a5-8f99-50407ef383cd",
"accountID": "q77/jJitCk2RzhhHfDYZcQ==",
"accountIDGuid": "8cffbeab-ad98-4d0a-91ce-18477c361971",
"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:33:13.0529419",
"bestOrExpireType": 1,
"refundG_UID": "MYD5MHonm0ytn9oDkzuEgg==",
"refundGuid": "30f98031-277a-4c9b-ad9f-da03933b8482",
"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": "rFh4qO0aiE6i9cuwiWepmQ==",
"identifierGuid": "a87858ac-1aed-4e88-a2f5-cbb08967a999",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "nZvFX57opkGlL+GMAJ48/A==",
"customerIdentifierGuid": "5fc59b9d-e89e-41a6-a52f-e18c009e3cfc",
"operatorNo": 1,
"operatorG_UID": "edg+ePIZMkq3Lw+jhdsaYA==",
"operatorGuid": "783ed879-19f2-4a32-b72f-0fa385db1a60",
"created": "2026-06-03T18:33:13.0529419",
"ordered": "2026-06-03T18:33:13.0529419",
"started": "2026-06-03T18:33:13.0529419",
"completed": "2026-06-03T18:33:13.0529419",
"supplied": "2026-06-03T18:33:13.0529419",
"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": "XTvIPZyo4kyByeJ1KzQAbg==",
"pluGuid": "3dc83b5d-a89c-4ce2-81c9-e2752b34006e",
"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": "tJwKkkmO2UqAzeqDjEJyRA==",
"headerIdentifierGuid": "920a9cb4-8e49-4ad9-80cd-ea838c427244",
"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": "Vjxp8Kdb10WLCs54SBzo0w==",
"surveyGuid": "f0693c56-5ba7-45d7-8b0a-ce78481ce8d3",
"saleHeaderGuid": "15XKOHt1UUGLh/7a1+z0KQ==",
"saleGuid": "38ca95d7-757b-4151-8b87-fedad7ecf429",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "+VhwzRLjrEOIL2bASmbCqQ==",
"guidResponse": "cd7058f9-e312-43ac-882f-66c04a66c2a9",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:33:13.0529419",
"sale": {
"$ref": "68"
},
"survey": {
"$id": "83",
"g_UID": "QuaWskj6AUSprUwIMMF6Jg==",
"guid": "b296e642-fa48-4401-a9ad-4c0830c17a26",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "0FLUCSXSBUO5LKIUkk7+Yg==",
"checkoutFormGuid": "09d452d0-d225-4305-b92c-a214924efe62",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:33:13.0529419",
"end": "2026-06-03T18:33:13.0529419",
"deleted": true,
"updated": "2026-06-03T18:33:13.0529419",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"ab130542-e047-4af4-b374-5215eef1250f",
"ae023688-6f7b-4f17-8741-a2a85815bb8d"
],
"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": "QmAHVObqXku6eGpg1hzXVQ==",
"accountIdentifier": "54076042-eae6-4b5e-ba78-6a60d61cd755",
"accountName": "sample string 44",
"customerOrderIdentifier": "wemlNBReokaN5borCrYQ1Q==",
"customerOrderIdentifierGuid": "34a5e9c1-5e14-46a2-8de5-ba2b0ab610d5",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "84",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "d/WKEqtDuUaCGWjazDgwpA==",
"paymentIdentifierGuid": "128af577-43ab-46b9-8219-68dacc3830a4",
"identifier": "/ovIGzagl0G3QNxfP0A5gg==",
"identifierGuid": "1bc88bfe-a036-4197-b740-dc5f3f403982",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "TKMasPwj+U68QBCd/VEMAA==",
"itemIdentifierGuid": "b01aa34c-23fc-4ef9-bc40-109dfd510c00"
}
},
{
"$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": "L/nbQ6Jp30qGS50iH3i2pA==",
"customerIdentifierGuid": "43dbf92f-69a2-4adf-864b-9d221f78b6a4",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "MbTk0Rc2xkubfL/eL+jUGw==",
"idempotentGuid": "d1e4b431-3617-4bc6-9b7c-bfde2fe8d41b",
"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:33:13.0529419",
"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:33:13.0529419",
"labelPageLayout": "cSzXPdZxUUWsxUbaj/xAlw==",
"pageLayoutGuid": "3dd72c71-71d6-4551-acc5-46da8ffc4097",
"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:33:13.0529419"
},
{
"$ref": "89"
}
]
},
"customerVouchers": [
{
"$id": "90",
"id": 1,
"customerIdentifier": "+psQ/IGSVEacOrxz/m9ZbA==",
"customerIdentifierGuid": "fc109bfa-9281-4654-9c3a-bc73fe6f596c",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:33:13.0529419",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "S0bNu//KQUKOwhfd82RAuA==",
"issuedIdempotentGuid": "bbcd464b-caff-4241-8ec2-17ddf36440b8",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:33:13.0529419",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:33:13.0529419",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "KdHIquwMEUOIfrBvbx7MYg==",
"redeemedIdempotentGuid": "aac8d129-0cec-4311-887e-b06f6f1ecc62",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:33:13.0529419",
"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": "dxmFduiD7kKkX/Px1oLwHg==",
"groupIDGuid": "76851977-83e8-42ee-a45f-f3f1d682f01e",
"campaign": {
"$ref": "57"
},
"group": {
"$ref": "65"
}
},
{
"$ref": "91"
}
],
"signIqTickets": [
{
"$id": "92",
"identifier": "bx1RCWi/Ck2rDts6idpKIg==",
"identifierGuid": "09511d6f-bf68-4d0a-ab0e-db3a89da4a22",
"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": "8Lhtldk9xES5sij6U9D1uA==",
"guid": "956db8f0-3dd9-44c4-b9b2-28fa53d0f5b8",
"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": "K9x2qz+3U02LsfnLwDJOzw==",
"groupGuid": "ab76dc2b-b73f-4d53-8bb1-f9cbc0324ecf",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "IsQ4mtTsHEmw3iqJgm5kUg==",
"pluGuid": "9a38c422-ecd4-491c-b0de-2a89826e6452",
"priceGroupG_UID": "NeWKRSBRJkqkWfX2s3nkpQ==",
"priceGroupGuid": "458ae535-5120-4a26-a459-f5f6b379e4a5",
"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": "aWx0J7Wog0G0I7tisNvb9A==",
"priceLevelIdentifierGuid": "27746c69-a8b5-4183-b423-bb62b0dbdbf4",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "95"
}
],
"promotionType": {
"$id": "96",
"identifier": "rpuLW8ohPESGMM4+1Q6HfA==",
"identifierGuid": "5b8b9bae-21ca-443c-8630-ce3ed50e877c",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "HWQog5tafUq/uu3RAMWM+A==",
"labelPageLayoutGuid": "8328641d-5a9b-4a7d-bfba-edd100c58cf8",
"priceLevelIdentifier": "SJw7j4d600Wt3Idvd1zgUw==",
"priceLevelIdentifierGuid": "8f3b9c48-7a87-45d3-addc-876f775ce053",
"active": true,
"updated": "2026-06-03T18:33:13.0529419",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "15"
},
"dealCost": {
"$id": "97",
"headerIdentifier": "8Ca/qYgOaUqOPBvWu8OoRw==",
"headerIdentifierGuid": "a9bf26f0-0e88-4a69-8e3c-1bd6bbc3a847",
"identifier": "MvjIZUHN30Ohl97ZZnYGDA==",
"identifierGuid": "65c8f832-cd41-43df-a197-ded96676060c",
"supplierIdentifier": "e5ZDN898T0qGQBs4jw9Ueg==",
"supplierGuid": "3743967b-7ccf-4a4f-8640-1b388f0f547a",
"pluG_UID": "ur5EDfWPT0KpP0DqEPmYrQ==",
"pluGuid": "0d44beba-8ff5-424f-a93f-40ea10f998ad",
"campaignName": "29c0dd47-1675-4b6e-a732-94cc44f7a746",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:33:13.0529419",
"end": "2026-06-03T18:33:13.0529419",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "tm4Qm8yVKkehNuesEVBNLQ==",
"bonusItemPluGuid": "9b106eb6-95cc-472a-a136-e7ac11504d2d",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"campaignEndDate": "2026-06-03T18:33:13.0529419",
"masterPLUG_UID": "xG8wIx7omESC3+cxA7B+gg==",
"masterID": "23306fc4-e81e-4498-82df-e73103b07e82",
"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": "PbmNkzifFEiTece46XX+rQ==",
"bonusMasterID": "938db93d-9f38-4814-9379-c7b8e975fead",
"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:33:13.0529419",
"dealCosts": [
{
"$ref": "97"
},
{
"$ref": "97"
}
],
"tags": [
{
"$id": "98",
"pluG_UID": "mfCm6SQxHU61CXFB+i1VtA==",
"pluGuid": "e9a6f099-3124-4e1d-b509-7141fa2d55b4",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "98"
}
],
"alternateProductG_UID": "/G6YSrNtIkWXsm85c2GeTg==",
"alternateProduct": "4a986efc-6db3-4522-97b2-6f3973619e4e",
"altProduct": {
"$ref": "15"
},
"productHostCode": {
"$id": "99",
"id": 1,
"pluG_UID": "vHAr6ahOxEu1WkviA2kCBQ==",
"pluGuid": "e92b70bc-4ea8-4bc4-b55a-4be203690205",
"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:33:13.0529419",
"inventoryTracked": "2026-06-03T18:33:13.0529419",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "100",
"pluG_UID": "SvoFUT8YnEqcXV6AR3pbCA==",
"pluGuid": "5105fa4a-183f-4a9c-9c5d-5e80477a5b08",
"fuelPluG_UID": "vHussqoBVU6aL7JCjJo6eg==",
"fuelPluGuid": "b2ac7bbc-01aa-4e55-9a2f-b2428c9a3a7a",
"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": "KQFWiKKKKkqON+fdVd17zw==",
"supplierGuid": "88560129-8aa2-4a2a-8e37-e7dd55dd7bcf",
"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": "MXqRMiH4SUWcj8h0hvEEng==",
"supplierGuid": "32917a31-f821-4549-9c8f-c87486f1049e",
"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:33:13.0529419",
"deliveryDate": "2026-06-03T18:33:13.0529419",
"nextCutOffDate": "2026-06-03T18:33:13.0529419",
"nextDeliveryDate": "2026-06-03T18:33:13.0529419",
"nextDaysBuffer": 10
},
{
"$ref": "103"
}
],
"store": {
"$ref": "4"
},
"updated": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"processed": "2026-06-03T18:33:13.0529419",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "104"
}
],
"zoneMatrix": [
{
"$id": "106",
"id": 1,
"hostIdentifier": "ze3DixMIpU27giGY1gMCjw==",
"hostIdentifierGuid": "8bc3edcd-0813-4da5-bb82-2198d603028f",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"c23c82e6-36bc-43d5-95f2-00ff4f513d48",
"f678c89b-117a-440f-bfd9-4abc02e584e1"
]
},
{
"$ref": "106"
}
],
"hostFileStoreSetting": {
"$ref": "8"
},
"hostStoreSettings": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"promotionPlacements": [
{
"$id": "107",
"identifier": "YwHsP7EHAUe+lBQPmVGGpQ==",
"identifierGuid": "3fec0163-07b1-4701-be94-140f995186a5",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "107"
}
],
"promoTypeGuids": [
"7dc14927-511e-495c-a25f-f5368d3229d1",
"58cb732b-65bc-4731-941a-093ff898b867"
],
"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:33:13.0529419",
"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": "11349451-f4cf-40d3-a6f8-0c5061a33851",
"updateStore": {
"$id": "113",
"id": "269c8de2-282c-48bf-9acd-8c515d5b29d5",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419"
},
"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"
},
"order": {
"$id": "115",
"orderID": 1,
"orderGuid": "D+CcqRJqA0ivqpJc28SE8w==",
"orderIdentifier": "a99ce00f-6a12-4803-afaa-925cdbc484f3",
"backToBack": 1,
"b2bGuid": "Mk00HSpgJE6rewCy+V1cvA==",
"b2bIdentifier": "1d344d32-602a-4e24-ab7b-00b2f95d5cbc",
"status": 2,
"created": "2026-06-03T18:33:13.0529419",
"createdLocal": "2026-06-03T18:33:13.0529419",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "onnA5dHHzE6Ano+h6WKd5Q==",
"transferIdentifier": "e5c079a2-c7d1-4ecc-809e-8fa1e9629de5",
"transferInvoiceIdentifier": "1PMwS+6ankO0N4FrxNe+2A==",
"transferInvoiceGuid": "4b30f3d4-9aee-439e-b437-816bc4d7bed8",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "gAJZi5FTwEKHUlj8hzoScA==",
"supplierIdentifierGuid": "8b590280-5391-42c0-8752-58fc873a1270",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-06-03T18:33:13.0529419",
"sentLocal": "2026-06-03T18:33:13.0529419",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-06-03T18:33:13.0529419",
"cancelledLocal": "2026-06-03T18:33:13.0529419",
"cancelledByUser": "sample string 7",
"shipped": "2026-06-03T18:33:13.0529419",
"shippedLocal": "2026-06-03T18:33:13.0529419",
"shippedByUser": "sample string 8",
"stockReceived": "2026-06-03T18:33:13.0529419",
"stockReceivedLocal": "2026-06-03T18:33:13.0529419",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-06-03T18:33:13.0529419",
"receivedLocal": "2026-06-03T18:33:13.0529419",
"completed": "2026-06-03T18:33:13.0529419",
"completedLocal": "2026-06-03T18:33:13.0529419",
"updated": "2026-06-03T18:33:13.0529419",
"updatedLocal": "2026-06-03T18:33:13.0529419",
"dueDate": "2026-06-03T18:33:13.0529419",
"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": "GNUr9GeSH0WQl1I+1YAbJQ==",
"transportCompanyIdentifier": "f42bd518-9267-451f-9097-523ed5801b25",
"autoOrder": 28,
"hostIdentifier": "ExQ34ApqXEKbKydhg6EBWQ==",
"hostIdentifierGuid": "e0371413-6a0a-425c-9b2b-276183a10159",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-06-03T18:33:13.0529419",
"deletedByUser": "sample string 33",
"autoOrderGuid": "zQy79jDqzUidf4dYNZTfHw==",
"autoOrderIdentifier": "f6bb0ccd-ea30-48cd-9d7f-87583594df1f",
"autoOrderHeader": {
"$id": "116",
"autoOrderGuid": "dbM+nBreTEeNmiTv4/fCDw==",
"autoOrderIdentifier": "9c3eb375-de1a-474c-8d9a-24efe3f7c20f",
"orderGuid": "1ETGA8sUT0auyLmTNKTQvg==",
"orderIdentifier": "03c644d4-14cb-464f-aec8-b99334a4d0be",
"created": "2026-06-03T18:33:13.0529419",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-06-03T18:33:13.0529419",
"supplierIdentifier": "kRFUjvg9/ESE5ejlBfSazg==",
"supplierIdentifierGuid": "8e541191-3df8-44fc-84e5-e8e505f49ace",
"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": "gAg8/X8QUUm3TXRqBnzTgw==",
"transportCompanyIdentifier": "fd3c0880-107f-4951-b74d-746a067cd383",
"store": {
"$ref": "4"
},
"supplier": {
"$ref": "10"
},
"orderCycle": {
"$id": "117",
"id": 1,
"autoOrderGuid": "XKWbZy7Ad02pYN4Q5m9WlA==",
"autoOrderIdentifier": "679ba55c-c02e-4d77-a960-de10e66f5694",
"cutOffDate": "2026-06-03T18:33:13.0529419",
"deliveryDate": "2026-06-03T18:33:13.0529419",
"daysBuffer": 3,
"nextCutOffDate": "2026-06-03T18:33:13.0529419",
"nextDeliveryDate": "2026-06-03T18:33:13.0529419",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "118",
"autoOrderGuid": "vJZOETTdM0C8YJP88KkjuQ==",
"autoOrderIdentifier": "114e96bc-dd34-4033-bc60-93fcf0a923b9",
"pluG_UID": "vUty2GtAHEGvdMbJdPgvQw==",
"pluGuid": "d8724bbd-406b-411c-af74-c6c974f82f43",
"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:33:13.0529419",
"investmentBuyStatus": 2,
"processed": "2026-06-03T18:33:13.0529419",
"product": {
"$ref": "15"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "103"
},
"inventory": {
"$id": "119",
"inventoryGuid": "wBLpoVd5cEGhhOr5mhc5Ng==",
"inventoryIdentifier": "a1e912c0-7957-4170-a184-eaf99a173936",
"created": "2026-06-03T18:33:13.0529419",
"createdLocal": "2026-06-03T18:33:13.0529419",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-06-03T18:33:13.0529419",
"history": [
{
"$id": "120",
"inventoryGuid": "AvW5vhwS2Eu0tjr5jh6+5g==",
"inventoryIdentifier": "beb9f502-121c-4bd8-b4b6-3af98e1ebee6",
"pluG_UID": "8zmX39+3VEWRiWuCClJ7Jw==",
"pluIdentifier": "df9739f3-b7df-4554-9189-6b820a527b27",
"inventoryReason": 3,
"inventoryInvoiceGuid": "qD9VdmrdwE2KseBm8RLoeA==",
"invoiceIdentifier": "76553fa8-dd6a-4dc0-8ab1-e066f112e878",
"operatorGuid": "fzdsCPveMk+RP6d5VxsVIQ==",
"operatorIdentifier": "086c377f-defb-4f32-913f-a779571b1521",
"stocktakeGuid": "R5USYSfD3UmhuaTcLHppdQ==",
"stocktakeIdentifier": "61129547-c327-49dd-a1b9-a4dc2c7a6975",
"orderGuid": "1cObFeBcTEu2s+vl6+3kWw==",
"orderIdentifier": "159bc3d5-5ce0-4b4c-b6b3-ebe5ebede45b",
"saleHeaderGuid": "7XMPOzDPNE2eGxnxo5rlHQ==",
"saleHeaderGuidIdentifier": "3b0f73ed-cf30-4d34-9e1b-19f1a39ae51d",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "XnFioFmhSU6FIAjiVmkV+A==",
"creditNoteGuid": "a062715e-a159-4e49-8520-08e2566915f8",
"inventorySourceGuid": "lPAgCJ7Ehk2Im0TajYxYfw==",
"inventorySourceIdentifier": "0820f094-c49e-4d86-889b-44da8d8c587f",
"createdLocal": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"createdLocalTime": "2026-06-03T18:33:13.0529419",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "121",
"inventoryInvoiceGuid": "r82NhPObRkih2M2EfLkHoA==",
"invoiceIdentifier": "848dcdaf-9bf3-4846-a1d8-cd847cb907a0",
"inventoryGuid": "6mkn6zbh+kqkKWHE84tpjA==",
"inventoryIdentifier": "eb2769ea-e136-4afa-a429-61c4f38b698c",
"supplierIdentifier": "uSPM/9NX1UOqcVdk8uGTww==",
"supplierGuid": "ffcc23b9-57d3-43d5-aa71-5764f2e193c3",
"orderGuid": "VAFjPxiexEKnMqYU08i8XQ==",
"orderIdentifier": "3f630154-9e18-42c4-a732-a614d3c8bc5d",
"invoiceHeaderIdentifier": "OGXV7XpxPUyvTNPDnDohgw==",
"invoiceHeaderGuid": "edd56538-717a-4c3d-af4c-d3c39c3a2183",
"created": "2026-06-03T18:33:13.0529419",
"ordered": "2026-06-03T18:33:13.0529419",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:33:13.0529419",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:33:13.0529419",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "UGD7iiGPN0SNRHD3135v8g==",
"pluGuid": "8afb6050-8f21-4437-8d44-70f7d77e6ff2",
"orderInventoryGuid": "XfVqk2Z0QkasSZlpt+8qFA==",
"orderInventoryIdentifier": "936af55d-7466-4642-ac49-9969b7ef2a14",
"supplier": {
"$ref": "10"
},
"inventoryUnits": [
{
"$id": "122",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "D0dgzpRA4UOGZJGhjd/WJg==",
"invoiceIdentifier": "ce60470f-4094-43e1-8664-91a18ddfd626",
"inventoryGuid": "M1/EVDpJ+kWB8w6vIPs6eA==",
"inventoryIdentifier": "54c45f33-493a-45fa-81f3-0eaf20fb3a78",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:33:13.0529419",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:33:13.0529419",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "122"
}
]
},
"invoiceHeaderIdentifier": "utJaJnKAtke9/Icy7HyAcQ==",
"invoiceHeaderGuid": "265ad2ba-8072-47b6-bdfc-8732ec7c8071",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "123",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-06-03T18:33:13.0529419"
},
"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": "120"
}
],
"products": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"products": [
{
"$id": "124",
"parentPluGuid": "c94c6baf-b3f1-4968-9ccc-d9c759e94a4e",
"product": {
"$ref": "15"
},
"inventory": {
"$ref": "119"
},
"storeID": 2,
"storeName": "sample string 3",
"dayWeighting": {
"$id": "125",
"sunday": 1.1
},
"explanations": [
{
"$id": "126",
"pluG_UID": "BFWHWYeb/kK2/KYui3BvYA==",
"pluGuid": "59875504-9b87-42fe-b6fc-a62e8b706f60",
"consolidatedSales": {
"$id": "127",
"1": {
"$id": "128",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "128"
}
},
"dailyPrices": {
"$id": "129",
"2026-06-03T18:33:13.0529419": {
"$id": "130",
"date": "2026-06-03T18:33:13.0529419",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "RnSsFgDV00+Yw/E0sDQ8gw==",
"comboPriceGroupGuid": "16ac7446-d500-4fd3-98c3-f134b0343c83"
}
},
"onHandPredictions": [
{
"$id": "131",
"autoOrderGuid": "aCHjJXT2hUqkSj5PNCUKaQ==",
"autoOrderIdentifier": "25e32168-f674-4a85-a44a-3e4f34250a69",
"pluG_UID": "OfB9sRfpj0qMfmwHVzgGSQ==",
"pluGuid": "b17df039-e917-4a8f-8c7e-6c0757380649",
"childPLUG_UID": "XObScb8I006/BmZ6K5YLtg==",
"childPluGuid": "71d2e65c-08bf-4ed3-bf06-667a2b960bb6",
"date": "2026-06-03T18:33:13.0529419",
"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": "131"
}
],
"predictions": [
{
"$ref": "131"
},
{
"$ref": "131"
}
],
"product": {
"$ref": "15"
}
},
{
"$ref": "126"
}
]
},
{
"$ref": "124"
}
],
"supplierOrderingDetail": {
"$ref": "13"
},
"manufacturerSupplier": "0587e5d6-74a1-4452-9222-b95afb4fa07f",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "118"
}
],
"boosts": [
{
"$id": "132",
"autoOrderGuid": "IGGrAXAsTkS4YZ+S/wj60w==",
"autoOrderIdentifier": "01ab6120-2c70-444e-b861-9f92ff08fad3",
"date": "2026-06-03T18:33:13.0529419",
"boost": 2
},
{
"$ref": "132"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "133",
"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": "134",
"orderGuid": "8cqzRqBHbkaeHQywPtRpAg==",
"orderIdentifier": "46b3caf1-47a0-466e-9e1d-0cb03ed46902",
"supplierIdentifier": "ObhG3ocIBU+8mYjPJIZ+YA==",
"supplierGuid": "de46b839-0887-4f05-bc99-88cf24867e60",
"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": "135",
"id": 1,
"orderGuid": "I10MWbRseUqfPNOFxdOKyQ==",
"orderIdentifier": "590c5d23-6cb4-4a79-9f3c-d385c5d38ac9",
"pluG_UID": "B/1V06BLSESUHYdVGiJKfQ==",
"pluGuid": "d355fd07-4ba0-4448-941d-87551a224a7d",
"created": "2026-06-03T18:33:13.0529419",
"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": "PY2dt0VLa0yUnG0WqKs17w==",
"substituteGuid": "b79d8d3d-4b45-4c6b-949c-6d16a8ab35ef",
"warehousePLUG_UID": "wjl8cbpOzkaIQX+wAqyMcQ==",
"warehousePluGuid": "717c39c2-4eba-46ce-8841-7fb002ac8c71",
"updated": "2026-06-03T18:33:13.0529419",
"increment": true,
"description": "sample string 15",
"product": {
"$ref": "15"
},
"unknownScan": {
"$id": "136",
"pluG_UID": "cNBSvS4/K0+7O5CbWfa2TQ==",
"pluGuid": "bd52d070-3f2e-4f2b-bb3b-909b59f6b64d",
"orderGuid": "ZGTlQs1NGEqGR+sL3QCxhA==",
"orderIdentifier": "42e56464-4dcd-4a18-8647-eb0bdd00b184",
"barcode": "sample string 3",
"created": "2026-06-03T18:33:13.0529419",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "15"
},
"warehouseProduct": {
"$ref": "15"
},
"lookup": {
"$id": "137",
"pluG_UID": "Ey/uURQkbki+gbtsupHhVA==",
"pluGuid": "51ee2f13-2414-486e-be81-bb6cba91e154",
"inventoryGuid": "VBHsk4iSsEC49NcleFoSLw==",
"inventoryIdentifier": "93ec1154-9288-40b0-b8f4-d725785a122f",
"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:33:13.0529419",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-06-03T18:33:13.0529419",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "13"
},
"dealCost": {
"$ref": "97"
},
"nextCost": {
"$ref": "97"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-06-03T18:33:13.0529419",
"orderHeader": {
"$ref": "115"
},
"invoiceDetail": {
"$id": "138",
"identifier": "TOA4ENV33EGMzuPzHqSSXQ==",
"identifierGuid": "1038e04c-77d5-41dc-8cce-e3f31ea4925d",
"headerIdentifier": "dRqeiO+f30KB/bpQpdJ17A==",
"headerIdentifierGuid": "889e1a75-9fef-42df-81fd-ba50a5d275ec",
"pluG_UID": "B3IsXkQUd0WbXxTpZK2M/w==",
"pluGuid": "5e2c7207-1444-4577-9b5f-14e964ad8cff",
"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:33:13.0529419",
"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:33:13.0529419",
"costEnd": "2026-06-03T18:33:13.0529419",
"createdFromUnknownScan": true,
"orderGuid": "cd2o5BNL+E6sHUKCgqjM5A==",
"orderIdentifierGuid": "e4a8dd71-4b13-4ef8-ac1d-428282a8cce4",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-06-03T18:33:13.0529419",
"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:33:13.0529419",
"unknownScan": {
"$id": "139",
"pluG_UID": "CNoqRR2TrUOy1nSWRDHsWQ==",
"pluGuid": "452ada08-931d-43ad-b2d6-74964431ec59",
"invoiceIdentifier": "WNn1nNJNG0mQwvoM59z7ug==",
"invoiceGuid": "9cf5d958-4dd2-491b-90c2-fa0ce7dcfbba",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-06-03T18:33:13.0529419"
},
"productActive": true,
"productSalesMode": 39,
"productGSTPercent": 40,
"productCostCalcMethod": 41,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "g7GHRtwlWEuI8QE0OvZ07g==",
"priceGroupGuid": "4687b183-25dc-4b58-88f1-01343af674ee",
"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": "118"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "135"
}
],
"unknownScans": [
{
"$ref": "136"
},
{
"$ref": "136"
}
],
"transportCompany": {
"$id": "140",
"identifier": "AvTF5QSIHk2XX9snXyyeiw==",
"identifierGuid": "e5c5f402-8804-4d1e-975f-db275f2c9e8b",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "4IgwN821zUO7OY/zlcdcDA==",
"primaryContactID": "373088e0-b5cd-43cd-bb39-8ff395c75c0c",
"primaryContact": {
"$ref": "11"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "78e6c2c0-74fa-410f-9066-9941748267ba"
},
"details": [
{
"$ref": "138"
},
{
"$ref": "138"
}
],
"orderStatus": 1,
"processLockedInvoice": true
},
"fileName": "sample string 1"
},
{
"$ref": "2"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK &��\v*O�� 5 xl/workbook.xml � (� ����0��&�C��ȏF��x��}��6Ж�5���H�yۙ��v�Y���z 9*���r禜1�r�`OzB�w�6����tߋkݾ%*��(�0�#8���b�t��ò�A�,Gtr\Q����@H�4{
�m����.&ak���� �/�"
$����ޕ�L�Ʌ��4J�.�-�
����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
&��\�q�' ' _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="R2d5e17a88fcd4ea4" /></Relationships>PK &��\�F � � xl/worksheets/sheet1.xml � (� ��Qo�0��J��Q(�h ���-{؞;(�H)i���W*c*f�^�6�|��μ'*M=Dž�6�(X�O�Q�O\�q'�AU�j`�Z�VZ�K�T^QN�#Zژ^)$'����d9�D~���n�$��6�T�Z/��2K����Z��e'��i\03�w$-���� ���3ک��O�)ġ?� t�M�;��U����X�7�=S��� if�\��^g}tpr����2�Is��"{�?��G����S.<x<����~��������<p�<���a��<�<��(#�����m���ڔ�&k�R��R7F����»Ul�
|�Ȧ
T cjt���y�qsݻ۵���w>��Gp�]�U�Ϙʝ�J���k�_PK &��\��F�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞87%�i7lؖ^`�㨉�.г��H\�H�J,�t5��ӓf>�?6��id/���lE�#�\7ؾ�S�w���n�4bL�s`iņL���A�0dn&�:�� cJ}�gTG쉗y^s�d�5��3���=:u���?����c0D�}O���R�Pd�
�ka�^u�y��X��*�x)�z}��QvXI-Q�
o*c�S�}���iY^�)��z-H�y�\���_l� 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 &��\D5�
� ] xl/sharedStrings.xml � (� e�AK�0��J�ݤ+����C�]�z��ζ�d3�����⡷�ޛy��}/ΐ�El�FUR �88��|������`|Dh�H�][�(�H���ӝ�d'�TL��9�̣���4p����nt0��qFn�V������kkn��������W�3������RZ��x����/�T�˥RG@�ΪG��y��ޠ!�>�I��N-y��c!z��ץ��PK- &��\v*O�� 5 xl/workbook.xmlPK- &��\���� � [Content_Types].xmlPK-
&��\�q�' ' V _rels/.relsPK- &��\�F � � � xl/worksheets/sheet1.xmlPK- &��\��F�� P � xl/_rels/workbook.xml.relsPK- &��\Ѓc'2 E
� xl/styles.xmlPK- &��\D5�
� ] S xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK &��\G���� 5 xl/workbook.xml � (� ����0��J}�(� �*����k��&8M�Q��>~�n�|���g���ڑ|�dB�*ctc�K�.֡I;a����1+���Y��h"+���<N�5A*�F���G�D�z�P����DH�4{*��*���]L¶�M�+�X1���D�du�CCsJ|������2/�
EA������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
&��\3�`|' ' _rels/.rels � (� <?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R6066c247f3744c93" /></Relationships>PK &��\�F � � xl/worksheets/sheet1.xml � (� ��Qo�0��J��Q(�h ���-{؞;(�H)i���W*c*f�^�6�|��μ'*M=Dž�6�(X�O�Q�O\�q'�AU�j`�Z�VZ�K�T^QN�#Zژ^)$'����d9�D~���n�$��6�T�Z/��2K����Z��e'��i\03�w$-���� ���3ک��O�)ġ?� t�M�;��U����X�7�=S��� if�\��^g}tpr����2�Is��"{�?��G����S.<x<����~��������<p�<���a��<�<��(#�����m���ڔ�&k�R��R7F����»Ul�
|�Ȧ
T cjt���y�qsݻ۵���w>��Gp�]�U�Ϙʝ�J���k�_PK &��\^߯�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞ر#���ݰa[zǙI�&�e�@�Ƃ#q�"A*�`��h~OO��|����扽`���
�� �ָn�}�Dw5춛=N:�8�>��bcCJ���h�u,�G�;�¬SNCϽ6G�#�B��d�5���CtD��GgN3�����p�bvС���O)�K(�L��5�7-��ZY���������b:O����JvJI"U��Z�tS�A�Sȗ^:-�5\TT�!l��P5~��/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 &��\D5�
� ] xl/sharedStrings.xml � (� e�AK�0��J�ݤ+����C�]�z��ζ�d3�����⡷�ޛy��}/ΐ�El�FUR �88��|������`|Dh�H�][�(�H���ӝ�d'�TL��9�̣���4p����nt0��qFn�V������kkn��������W�3������RZ��x����/�T�˥RG@�ΪG��y��ޠ!�>�I��N-y��c!z��ץ��PK- &��\G���� 5 xl/workbook.xmlPK- &��\���� � � [Content_Types].xmlPK-
&��\3�`|' ' U _rels/.relsPK- &��\�F � � � xl/worksheets/sheet1.xmlPK- &��\^߯�� P � xl/_rels/workbook.xml.relsPK- &��\Ѓc'2 E
� xl/styles.xmlPK- &��\D5�
� ] P xl/sharedStrings.xmlPK � �