POST api/inventory/{id}/invoice
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
InventoryInvoice| Name | Description | Type | Additional information |
|---|---|---|---|
| InventoryInvoiceGuid | Collection of byte |
None. |
|
| InvoiceIdentifier | globally unique identifier |
None. |
|
| InventoryGuid | Collection of byte |
None. |
|
| InventoryIdentifier | globally unique identifier |
None. |
|
| SupplierIdentifier | Collection of byte |
None. |
|
| SupplierGuid | globally unique identifier |
None. |
|
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifier | globally unique identifier |
None. |
|
| InvoiceHeaderIdentifier | Collection of byte |
None. |
|
| InvoiceHeaderGuid | globally unique identifier |
None. |
|
| Created | date |
None. |
|
| Ordered | date |
None. |
|
| StoreID | integer |
None. |
|
| BestOrExpire | date |
None. |
|
| BestOrExpireType | integer |
None. |
|
| Units | integer |
None. |
|
| Weight | integer |
None. |
|
| Received | date |
None. |
|
| Cost |
Cost Per Unit |
integer |
None. |
| TotalCost |
Cost of Order |
integer |
None. |
| FreightCost | integer |
None. |
|
| InStock | integer |
None. |
|
| PLUG_UID | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| PluGuid | globally unique identifier |
None. |
|
| OrderInventoryGuid | Collection of byte |
Relation. This field may not always be loaded or used for updates. |
|
| OrderInventoryIdentifier | globally unique identifier |
None. |
|
| Supplier | Supplier |
Relation. This field may not always be loaded or used for updates. |
|
| InventoryUnits | Collection of InventoryUnit |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
{
"inventoryInvoiceGuid": "0A1AXZ0IMUqZm43BbhK0bQ==",
"invoiceIdentifier": "5d400dd0-089d-4a31-999b-8dc16e12b46d",
"inventoryGuid": "obAe6jN+q0ONFXiM0QrYyQ==",
"inventoryIdentifier": "ea1eb0a1-7e33-43ab-8d15-788cd10ad8c9",
"supplierIdentifier": "Hed2tE2CWUibIbqgc5mSAQ==",
"supplierGuid": "b476e71d-824d-4859-9b21-baa073999201",
"orderGuid": "qAcn1WumiUSMuPeHQvur5Q==",
"orderIdentifier": "d52707a8-a66b-4489-8cb8-f78742fbabe5",
"invoiceHeaderIdentifier": "n9GD3KiSok6L6IgdVBP4Xw==",
"invoiceHeaderGuid": "dc83d19f-92a8-4ea2-8be8-881d5413f85f",
"created": "2026-06-03T18:32:14.7253085",
"ordered": "2026-06-03T18:32:14.7253085",
"storeID": 1,
"bestOrExpire": "2026-06-03T18:32:14.7253085",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-06-03T18:32:14.7253085",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "ggXqAFN7wEmgx0D9iYhXgA==",
"pluGuid": "00ea0582-7b53-49c0-a0c7-40fd89885780",
"orderInventoryGuid": "e/3fy84ufkGvjtd6058w7A==",
"orderInventoryIdentifier": "cbdffd7b-2ece-417e-af8e-d77ad39f30ec",
"supplier": {
"$id": "2",
"identifier": "NL+X6cwmp0apxtm3LEtp+Q==",
"identifierGuid": "e997bf34-26cc-46a7-a9c6-d9b72c4b69f9",
"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": "TRRmubAdskep41tbVDXbIg==",
"primaryContactID": "b966144d-1db0-47b2-a9e3-5b5b5435db22",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "0Pw+DP2rc0qmfERJjMyA3A==",
"supplierGroupGuid": "0c3efcd0-abfd-4a73-a67c-44498ccc80dc",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-06-03T18:32:14.7253085",
"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": "3",
"id": "6bc23d38-ed09-4920-9640-5d0f66737bcb",
"identifier": "DWgj1mgUTkeZvRpHthHKWg==",
"identifierGuid": "d623680d-1468-474e-99bd-1a47b611ca5a",
"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": "4",
"supplierIdentifier": "hXkSpX+gY0Sb4RsIPjzQBg==",
"supplierIdentifierGuid": "a5127985-a07f-4463-9be1-1b083e3cd006",
"contactGuid": "FdWLGBvu3kOdUVnsbKYs6g==",
"contactID": "188bd515-ee1b-43de-9d51-59ec6ca62cea",
"contact": {
"$ref": "3"
},
"supplier": {
"$ref": "2"
}
},
{
"$ref": "4"
}
],
"products": [
{
"$id": "5",
"pluG_UID": "eRbJHmGSGkuIACsZ9SR+rQ==",
"pluGuid": "1ec91679-9261-4b1a-8800-2b19f5247ead",
"supplierIdentifier": "iJ80YqmjW0iKsiLZ59h20A==",
"supplierIdentifierGuid": "62349f88-a3a9-485b-8ab2-22d9e7d876d0",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-06-03T18:32:14.7253085",
"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:32:14.7253085",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "6",
"pluG_UID": "SoToBODKUUqnA3MyA/CiJQ==",
"pluGuid": "04e8844a-cae0-4a51-a703-733203f0a225",
"supplierIdentifier": "PuqHpRixtkqIDOFjUcHXUw==",
"supplierIdentifierGuid": "a587ea3e-b118-4ab6-880c-e16351c1d753",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "6"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "hoNoA/DU9EOi0HiUAyxA4w==",
"parentPluGuid": "03688386-d4f0-43f4-a2d0-7894032c40e3",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "7",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "GkYRi6VCNEq25X9dsBlvIQ==",
"guid": "8b11461a-42a5-4a34-b6e5-7f5db0196f21",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "0A1d3rvfuk++YGjlgljAwg==",
"priceGroupGuid": "de5d0dd0-dfbb-4fba-be60-68e58258c0c2",
"blueprintID": 1,
"lastCountedDate": "2026-06-03T18:32:14.7401051",
"externalID": "sample string 7",
"active": true,
"activated": "2026-06-03T18:32:14.7401051",
"pluCreated": "2026-06-03T18:32:14.7401051",
"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:32:14.7401051",
"lastManualUpdate": "2026-06-03T18:32:14.7401051",
"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:32:14.7401051",
"currentCostUpdated": "2026-06-03T18:32:14.7401051",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-06-03T18:32:14.7401051",
"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:32:14.7401051",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "cuV/o69GLE+5eLQYfVpYYg==",
"altPLUGuid": "a37fe572-46af-4f2c-b978-b4187d5a5862",
"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:32:14.7412376",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "3QvHdtJsdEienK55qHHZ1Q==",
"shelfPageLayoutGuid": "76c70bdd-6cd2-4874-9e9c-ae79a871d9d5",
"talkerPageLayoutG_UID": "+KRA5C55m06w7B1LFi9PDg==",
"talkerPageLayoutGuid": "e440a4f8-792e-4e9b-b0ec-1d4b162f4f0e",
"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": "MkJ3zFkBWkGcRxMZ/qXCCA==",
"inventoryIdentifier": "cc774232-0159-415a-9c47-1319fea5c208",
"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": "/DaQGxGc+U+LWY9TkQ+SHQ==",
"parentPluGuid": "1b9036fc-9c11-4ff9-8b59-8f53910f921d",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "QYnbGM0dRk+zoQmfBihXjQ==",
"supplierIdentifierGuid": "18db8941-1dcd-4f46-b3a1-099f0628578d",
"supplierChanged": true,
"rebateSupplierIdentifier": "WZ595ZF2c0y7V0zZNKSJuw==",
"rebateSupplierIdentifierGuid": "e57d9e59-7691-4c73-bb57-4cd934a489bb",
"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:32:14.7412376",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "Hie7EijiZU6Syt8NNrTR5Q==",
"hostIdentifierGuid": "12bb271e-e228-4e65-92ca-df0d36b4d1e5",
"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": "7"
},
{
"$ref": "7"
}
],
"store": {
"$id": "8",
"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:32:14.7412376",
"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": "vrQEugqDyEWF52MxrYoPJg==",
"hostIdentifierGuid": "ba04b4be-830a-45c8-85e7-6331ad8a0f26",
"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:32:14.7412376",
"priceZone": {
"$id": "9",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "LIaLSsw/jEK1VxvUW5pTvw==",
"hostIdentifierGuid": "4a8b862c-3fcc-428c-b557-1bd45b9a53bf",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "10",
"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": "10"
},
"warehouseStore": {
"$id": "11",
"storeID": 1,
"warehouseStoreID": 2,
"storeName": "sample string 3",
"warehouseName": "sample string 4"
},
"hostStoreSettings": [
{
"$id": "12",
"id": 1,
"hostIdentifier": "9HUUZH+KzEulmcCaOOwuAg==",
"hostIdentifierGuid": "641475f4-8a7f-4bcc-a599-c09a38ec2e02",
"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": "13",
"identifier": "OZexvVhd1kWmvTCrDBcKoQ==",
"identifierGuid": "bdb19739-5d58-45d6-a6bd-30ab0c170aa1",
"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": "d0sDd9RFokG4Ua6hxpWJlg==",
"hostSupplierIdentifierGuid": "77034b77-45d4-41a2-b851-aea1c6958996",
"loyaltyPriceLevelIdentifier": "BVXHLRU/gU2st7jhHx2d7Q==",
"loyaltyPriceLevelIdentifierGuid": "2dc75505-3f15-4d81-acb7-b8e11f1d9ded",
"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:32:14.7412376",
"lastProcessed": "2026-06-03T18:32:14.7412376",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$ref": "2"
},
"files": [
{
"$id": "14",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-06-03T18:32:14.7412376",
"processed": "2026-06-03T18:32:14.7412376",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-06-03T18:32:14.7412376",
"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": "13"
},
"metcashHeader": {
"$id": "15",
"customerNumber": "sample string 1",
"creationDate": "2026-06-03T18:32:14.7412376",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "14"
}
],
"zoneMatrix": [
{
"$id": "16",
"id": 1,
"hostIdentifier": "GB3JkzMF0UeBkbxJYyyTag==",
"hostIdentifierGuid": "93c91d18-0533-47d1-8191-bc49632c936a",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"94c4e66b-0598-4e15-86a8-e74f139180f7",
"1147b85a-4b74-4d23-8b78-dacac3ace940"
]
},
{
"$ref": "16"
}
],
"hostFileStoreSetting": {
"$ref": "12"
},
"hostStoreSettings": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"promotionPlacements": [
{
"$id": "17",
"identifier": "Mbc4tkR640GzEZLbdxTURQ==",
"identifierGuid": "b638b731-7a44-41e3-b311-92db7714d445",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "17"
}
],
"promoTypeGuids": [
"c39d4df5-1c14-4682-9520-845859e76eab",
"c4dda9b4-5d60-419b-b2d8-71ee78433016"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "12"
}
],
"accounts": [
{
"$id": "18",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "18"
}
],
"sales": [
{
"$id": "19",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-06-03T18:32:14.7412376",
"ftpSite": {
"$id": "20",
"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": "19"
}
],
"suppliedStores": [
1,
2
],
"zoneMatrix": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"cashManagements": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "22",
"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": "21"
}
],
"updateStoreID": "02a18d35-779f-4391-810d-69e5722dfb44",
"updateStore": {
"$id": "23",
"id": "10048068-735c-48cb-b052-bd39f3ecf8ec",
"name": "sample string 1",
"lastActivity": "2026-06-03T18:32:14.7412376",
"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:32:14.7412376"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "24",
"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"
}
},
"storePrices": [
{
"$id": "25",
"pluG_UID": "0z6nFdXk40CctPmx5hQ6Jw==",
"pluGuid": "15a73ed3-e4d5-40e3-9cb4-f9b1e6143a27",
"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:32:14.7412376"
},
{
"$ref": "25"
}
],
"currentPrices": {
"$id": "26",
"pluPrices": {
"$id": "27",
"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:32:14.7412376",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "27"
},
"winningCampaign": 1,
"winner": {
"$id": "28",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-06-03T18:32:14.7412376",
"startTime": 5,
"endDate": "2026-06-03T18:32:14.7412376",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "9I8m5F/uxEuaC7qK8TSJRw==",
"hostIdentifierGuid": "e4268ff4-ee5f-4bc4-9a0b-ba8af1348947",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "28"
},
{
"$ref": "28"
}
]
},
"tray": {
"$id": "29",
"g_UId": "GhImxNdZfUylCnM/uIGjrQ==",
"guid": "c426121a-59d7-4c7d-a50a-733fb881a3ad",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "30",
"priceGroupG_UID": "HAGMA2zQgEadlWyb5W7RLA==",
"priceGroupGuid": "038c011c-d06c-4680-9d95-6c9be56ed12c",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-06-03T18:32:14.7412376",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "31",
"pluG_UID": "F/ZfH9j/a0un3odGh6o/4Q==",
"pluGuid": "1f5ff617-ffd8-4b6b-a7de-874687aa3fe1",
"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": "32",
"pluGuid": "387ecfab-d2fd-4c63-a933-9fb017eab62a",
"created": "2026-06-03T18:32:14.7412376",
"createdByUser": "sample string 1",
"activated": "2026-06-03T18:32:14.7412376",
"activatedByUser": "sample string 2",
"deactivated": "2026-06-03T18:32:14.7412376",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-06-03T18:32:14.7412376",
"lastOrderedQty": 4.0,
"lastReceived": "2026-06-03T18:32:14.7412376",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-06-03T18:32:14.7412376",
"lastSold": "2026-06-03T18:32:14.7412376",
"firstSold": "2026-06-03T18:32:14.7412376",
"awsUpdated": "2026-06-03T18:32:14.7412376",
"lastManualUpdate": "2026-06-03T18:32:14.7412376",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-06-03T18:32:14.7412376",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-06-03T18:32:14.7412376",
"doNotRangeUpdated": "2026-06-03T18:32:14.7412376",
"doNotOrderUpdated": "2026-06-03T18:32:14.7412376",
"tracked": "2026-06-03T18:32:14.7412376"
},
"allergens": [
{
"$id": "33",
"primaryKey": {
"$id": "34",
"pluGuid": "4bb31c5b-2cf5-4765-9e32-0cf3550bde93",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "WxyzS/UsZUeeMgzzVQvekw==",
"pluGuid": "4bb31c5b-2cf5-4765-9e32-0cf3550bde93",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "33"
}
],
"costs": {
"$id": "35",
"pluG_UID": "UyXIpG+TEkuNyYEkLwdPqQ==",
"pluGuid": "a4c82553-936f-4b12-8dc9-81242f074fa9",
"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:32:14.7412376",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "36",
"saleHeaderID": 1,
"created": "2026-06-03T18:32:14.7412376",
"createdLocal": "2026-06-03T18:32:14.7412376",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "pkIfDFKAMEi/pGgSMtEEkg==",
"operatorGuid": "0c1f42a6-8052-4830-bfa4-681232d10492",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "1sJpNrLwAUSJBbObD26GNQ==",
"pluGuid": "3669c2d6-f0b2-4401-8905-b39b0f6e8635",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "37",
"id": 1,
"g_Uid": "IKcIok4VrUqUwHtVeTi6xw==",
"guid": "a208a720-154e-4aad-94c0-7b557938bac7",
"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:32:14.7412376",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-06-03T18:32:14.7412376",
"endShift": "2026-06-03T18:32:14.7412376",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "38",
"operatorG_UID": "JSDeXPdZZ0ibo2vwbqOoyA==",
"operatorGuid": "5cde2025-59f7-4867-9ba3-6bf06ea3a8c8",
"storeID": 2,
"operator": {
"$ref": "37"
},
"store": {
"$ref": "8"
}
},
{
"$ref": "38"
}
]
}
},
{
"$ref": "36"
}
],
"apns": [
{
"$id": "39",
"pluID": 1,
"pluG_UID": "+/iDHApWD0OGJi0+50YMOg==",
"pluGuid": "1c83f8fb-560a-430f-8626-2d3ee7460c3a",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "39"
}
],
"tuns": [
{
"$id": "40",
"pluG_UId": "vWyRJ8POGU6qBDri/wHFhQ==",
"pluGuid": "27916cbd-cec3-4e19-aa04-3ae2ff01c585",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "7"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "40"
}
],
"competitionPricing": [
{
"$id": "41",
"identifier": "2rIIhB6wgEiqvZdN/agGLw==",
"identifierGuid": "8408b2da-b01e-4880-aabd-974dfda8062f",
"pluG_UID": "sCxnprS6X0uhmTp4SlTCvQ==",
"pluGuid": "a6672cb0-bab4-4b5f-a199-3a784a54c2bd",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "41"
}
],
"supplier": {
"$ref": "2"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"ordering": {
"$ref": "5"
},
"flipChartPages": [
{
"$id": "42",
"identifier": "kif30WSG40OSvbkc4fXUjw==",
"groupName": "sample string 1",
"identifierGuid": "d1f72792-8664-43e3-92bd-b91ce1f5d48f",
"exists": true,
"flipChartIdentifier": "2OrUYCBp00a7AGM4HYB5fg==",
"flipChartIdentifierGuid": "60d4ead8-6920-46d3-bb00-63381d80797e",
"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": "2kvScG5lkkeHXiZScZwVLA==",
"groupIdentifierGuid": "70d24bda-656e-4792-875e-2652719c152c",
"flipChart": {
"$id": "43",
"identifier": "biNygpMoyUapk3I85YEYCg==",
"identifierGuid": "8272236e-2893-46c9-a993-723ce581180a",
"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": "44",
"identifier": "0rUUveY0j0+WrM+zXvQUew==",
"identifierGuid": "bd14b5d2-34e6-4f8f-96ac-cfb35ef4147b",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "45",
"id": 1,
"g_UID": "7x2fIyuFqkOFfI7PmlGPrw==",
"guid": "239f1def-852b-43aa-857c-8ecf9a518faf",
"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": "1CFmIR7An0Wqy65l3nxMbg==",
"previousFormGuid": "216621d4-c01e-459f-aacb-ae65de7c4c6e",
"nextForm": 1,
"nextFormG_UID": "OBS3CkV0wECXZd7+Lc+Trw==",
"nextFormGuid": "0ab71438-7445-40c0-9765-defe2dcf93af",
"attributes": "sample string 10",
"updated": "2026-06-03T18:32:14.7412376",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "45"
},
"previousCheckoutForm": {
"$ref": "45"
},
"buttons": [
{
"$id": "46",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "yzKpQCLQ6EisjocsQ7L4AA==",
"checkoutFormGuid": "40a932cb-d022-48e8-ac8e-872c43b2f800",
"identifier": "QJ9YKz0YAUS8q/v6hTDRWw==",
"identifierGuid": "2b589f40-183d-4401-bcab-fbfa8530d15b",
"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": "tbxFTODka063uaS/6+HMaw==",
"valueGuid": "4c45bcb5-e4e0-4e6b-b7b9-a4bfebe1cc6b",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-06-03T18:32:14.7412376",
"action": "sample string 12",
"valueForm": {
"$ref": "45"
},
"image": {
"$id": "47",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-06-03T18:32:14.7412376",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "46"
}
],
"panels": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "PGYkJrM23kG/CIunFlxPAg==",
"checkoutFormGuid": "2624663c-36b3-41de-bf08-8ba7165c4f02",
"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": "48"
}
]
},
{
"$ref": "45"
}
],
"panels": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
},
"pages": [
{
"$ref": "42"
},
{
"$ref": "42"
}
]
},
"contentPanel": {
"$ref": "48"
},
"products": [
{
"$id": "49",
"flipChartPageIdentifier": "aeSePx6fhUK94Q+kILIvow==",
"flipChartPageIdentifierGuid": "3f9ee469-9f1e-4285-bde1-0fa420b22fa3",
"pluG_UID": "Ky3f4F5EBUucRHANzZ438g==",
"pluGuid": "e0df2d2b-445e-4b05-9c44-700dcd9e37f2",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "7"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "49"
}
],
"productCount": 27,
"pages": [
{
"$ref": "42"
},
{
"$ref": "42"
}
]
},
{
"$ref": "42"
}
],
"priceHistory": [
{
"$id": "50",
"pluG_UID": "Hji51lH4BU6PImys2XMbPQ==",
"pluGuid": "d6b9381e-f851-4e05-8f22-6cacd9731b3d",
"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:32:14.7412376",
"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": "50"
}
],
"ingredients": [
{
"$id": "51",
"pluG_UID": "AsGlTzDXnEaKRekFVuSYTg==",
"ingredientGuid": "v/k4Sv+eP0i/x6pp7xerHg==",
"ingredientIdentifier": "4a38f9bf-9eff-483f-bfc7-aa69ef17ab1e",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "7"
}
},
{
"$ref": "51"
}
],
"bins": [
{
"$id": "52",
"pluG_UID": "fWGQZmVZe0OzlomA7EaHdw==",
"pluGuid": "6690617d-5965-437b-b396-8980ec468777",
"shelfLocationIdentifier": "2D9NnjDdy0eYaVSPYa4wiw==",
"shelfLocationGuid": "9e4d3fd8-dd30-47cb-9869-548f61ae308b",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "pEjV/rKPG0eBxgkxXpmteg==",
"labelPageLayoutGuid": "fed548a4-8fb2-471b-81c6-09315e99ad7a",
"updated": "2026-06-03T18:32:14.7412376",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "7"
},
"location": {
"$id": "53",
"identifier": "tmFaLeB51UKT7lQUOiQTPg==",
"storeID": 1,
"identifierGuid": "2d5a61b6-79e0-42d5-93ee-54143a24133e",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-06-03T18:32:14.7412376",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "52"
},
{
"$ref": "52"
}
]
}
},
{
"$ref": "52"
}
],
"bin": {
"$ref": "52"
},
"scaleLocations": [
{
"$id": "54",
"plu": 1,
"pluG_UID": "IoV9tETc0Ui8kT/cbBz6dA==",
"pluGuid": "b47d8522-dc44-48d1-bc91-3fdc6c1cfa74",
"deptNo": 1,
"product": {
"$ref": "7"
},
"scaleLocation": {
"$id": "55",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-06-03T18:32:14.7412376",
"department": {
"$id": "56",
"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": "55"
},
"subDepartments": [
{
"$id": "57",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "58",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "59",
"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:32:14.7412376",
"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": "A/4pxE5pU0SYjAFwrUiE0Q==",
"labelPageLayoutGuid": "c429fe03-694e-4453-988c-0170ad4884d1",
"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": "60",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "61",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "62",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "62"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "61"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "61"
},
"mscDep": {
"$id": "63",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "62"
}
},
{
"$ref": "59"
}
],
"updated": "2026-06-03T18:32:14.7412376",
"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": "BQ3XjQeQz06j9HLA4R9Zww==",
"labelPageLayoutGuid": "8dd70d05-9007-4ecf-a3f4-72c0e11f59c3",
"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": "60"
},
"mscCom": {
"$ref": "61"
},
"mscDep": {
"$ref": "63"
},
"mscSubCom": {
"$ref": "62"
}
},
{
"$ref": "58"
}
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:14.7412376",
"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": "sINiDVtenkmNLsQDK5x6sw==",
"labelPageLayoutGuid": "0d6283b0-5e5b-499e-8d2e-c4032b9c7ab3",
"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": "60"
},
"mscCom": {
"$ref": "61"
},
"mscDep": {
"$ref": "63"
},
"mscSubCom": {
"$ref": "62"
}
},
{
"$ref": "57"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-06-03T18:32:14.7412376",
"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": "iyDUOYQZUkihNvNLtiFiow==",
"labelPageLayoutGuid": "39d4208b-1984-4852-a136-f34bb62162a3",
"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": "60"
},
"mscCom": {
"$ref": "61"
},
"mscDep": {
"$ref": "63"
},
"mscSubCom": {
"$ref": "62"
}
}
}
},
{
"$ref": "54"
}
],
"nextPrice": {
"$id": "64",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "Uw6g+r/cn0GtqnBzLV3bBg==",
"pluGuid": "faa00e53-dcbf-419f-adaa-70732d5ddb06",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "IQkRNwKc90uyH2ii4fuDcA==",
"dealCostGuid": "37110921-9c02-4bf7-b21f-68a2e1fb8370",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "noeCmY6w1EawXS55MCOvAg==",
"priceGroupGuid": "9982879e-b08e-46d4-b05d-2e793023af02",
"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:32:14.7412376",
"rrp": 28,
"campaignDescription": "sample string 29",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2d27f49a-ba62-4476-8372-c0a0d99e2f30",
"campaignComboPriceGroupG_UID": "kMHeM1KHw0CjZZimPriR3w==",
"campaignComboPriceGroupIdentifier": "33dec190-8752-40c3-a365-98a63eb891df",
"promotionPlacementDescription": "sample string 31",
"storeAcceptances": [
{
"$id": "65",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-06-03T18:32:14.7412376",
"operatorG_UID": "aYKapnfdmkObfWyL/tsubQ==",
"operatorGuid": "a69a8269-dd77-439a-9b7d-6c8bfedb2e6d",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-06-03T18:32:14.7412376",
"signIqTicketFileMovedUtc": "2026-06-03T18:32:14.7412376",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-06-03T18:32:14.7412376",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "c7779e70-f940-4d74-9fe1-708371b34fa5",
"product": {
"$ref": "7"
},
"campaignPlu": {
"$ref": "64"
},
"fuelItem": true
},
{
"$ref": "65"
}
],
"campaign": {
"$id": "66",
"id": 1,
"storeID": 2,
"name": "e70f3dd0-cc87-497b-b55b-200af758a77b",
"nameGuid": "e70f3dd0-cc87-497b-b55b-200af758a77b",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-06-03T18:32:14.7412376",
"startTime": 1,
"endDate": "2026-06-03T18:32:14.7412376",
"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:32:14.7412376",
"system": true,
"created": "2026-06-03T18:32:14.7412376",
"updated": "2026-06-03T18:32:14.7412376",
"priceChangeNotifiedUtc": "2026-06-03T18:32:14.7412376",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "58EpJdGsoE6JubhR+Z8eWQ==",
"hostIdentifierGuid": "2529c1e7-acd1-4ea0-89b9-b851f99f1e59",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-06-03T18:32:14.7412376",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"campaignPools": [
{
"$id": "67",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "x/dO7vjUkU6JLghWXaGSHw==",
"pluGuid": "ee4ef7c7-d4f8-4e91-892e-08565da1921f",
"hostOfferID": 1,
"priceGroupG_UID": "sOJI9FsehEyTcUlUKBksuA==",
"priceGroupGuid": "f448e2b0-1e5b-4c84-9371-495428192cb8",
"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:32:14.7412376",
"rrp": 18,
"campaignDescription": "sample string 19",
"product": {
"$ref": "7"
},
"campaign": {
"$ref": "66"
}
},
{
"$ref": "67"
}
],
"sellingRules": [
{
"$id": "68",
"id": 1,
"identifier": "boCD0uHIKUCJ7CdgMZTY9Q==",
"identifierStr": "boCD0uHIKUCJ7CdgMZTY9Q==",
"identifierGuid": "d283806e-c8e1-4029-89ec-27603194d8f5",
"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": "66"
}
},
{
"$ref": "68"
}
],
"customers": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "lN2cmhbwKEKohoKNuebe3g==",
"customerIDGuid": "9a9cdd94-f016-4228-a886-828db9e6dede",
"campaign": {
"$ref": "66"
},
"customer": {
"$id": "70",
"identifier": "gtcIZhjmvEyqtOwI8EZGkw==",
"identifierGuid": "6608d782-e618-4cbc-aab4-ec08f0464693",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-06-03T18:32:14.7412376",
"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": "oFys8IqXDEaAA5sBlJ1Jvg==",
"communityIdentifierGuid": "f0ac5ca0-978a-460c-8003-9b01949d49be",
"joined": "2026-06-03T18:32:14.7412376",
"updated": "2026-06-03T18:32:14.7412376",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "QUram/AI7kWAHsUOdQeP6Q==",
"priceLevelIdentifierGuid": "9bda4a41-08f0-45ee-801e-c50e75078fe9",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-06-03T18:32:14.7412376",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "71",
"cardType": 2,
"issueDate": "2026-06-03T18:32:14.7412376",
"expiry": "2026-06-03T18:32:14.7412376",
"customerID": "1tixq/yLy0udgUNB7AdI4Q==",
"customerIDGuid": "abb1d8d6-8bfc-4bcb-9d81-4341ec0748e1",
"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:32:14.7443178",
"linkedAccount": "gpMM5qmdB0q5DAJ35CjKyQ==",
"linkedAccountGuid": "e60c9382-9da9-4a07-b90c-0277e428cac9",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "70"
},
"account": {
"$id": "72",
"id": 1,
"identifier": "fkPHrkrBb0+1930Ht/+7Ew==",
"identifierGuid": "aec7437e-c14a-4f6f-b5f7-7d07b7ffbb13",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-06-03T18:32:14.7443178",
"owner": "2FHDlhNJXESGQdRHPg9aGw==",
"ownerGuid": "96c351d8-4913-445c-8641-d4473e0f5a1b",
"accountStoreGroupIdentifier": "38bk8C9GCk+pgsugCcLqFg==",
"accountStoreGroupGuid": "f0e4c6df-462f-4f0a-a982-cba009c2ea16",
"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:32:14.7443178",
"active": true,
"updated": "2026-06-03T18:32:14.7443178",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "70"
},
"card": {
"$ref": "71"
},
"members": {
"$id": "73",
"sample string 1": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"sample string 2": [
{
"$ref": "70"
},
{
"$ref": "70"
}
]
},
"customerGroups": [
{
"$id": "74",
"identifier": "PnpStJwN102CFL2/xowiWg==",
"identifierGuid": "b4527a3e-0d9c-4dd7-8214-bdbfc68c225a",
"name": "sample string 2",
"primaryContact": "GcrKhC2CLEmAqcWRQbFkDA==",
"primaryContactGuid": "84caca19-822d-492c-80a9-c59141b1640c",
"accountID": "ECmCQNArokWBi3r3uSnsFg==",
"accountIDGuid": "40822910-2bd0-45a2-818b-7af7b929ec16",
"special": true,
"updated": "2026-06-03T18:32:14.7443178",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "oggLG3+YNUGeFDAaTf5yVA==",
"priceLevelIdentifierGuid": "1b0b08a2-987f-4135-9e14-301a4dfe7254",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "72"
},
"primaryContactCustomer": {
"$ref": "70"
},
"customerGroupMembers": [
{
"$id": "75",
"id": 1,
"groupID": "sjRvd9BP9kiBY/GgyG0eQg==",
"groupIDGuid": "776f34b2-4fd0-48f6-8163-f1a0c86d1e42",
"customerID": "gDfDt9T9306ecjH611Gr3A==",
"customerIDGuid": "b7c33780-fdd4-4edf-9e72-31fad751abdc",
"card": "sample string 4",
"linkedAccount": "GC8m1Z5IhUy4THPUstbzdg==",
"linkedAccountGuid": "d5262f18-489e-4c85-b84c-73d4b2d6f376",
"customer": {
"$ref": "70"
},
"group": {
"$ref": "74"
},
"customerCard": {
"$ref": "71"
}
},
{
"$ref": "75"
}
]
},
{
"$ref": "74"
}
]
},
"payments": [
{
"$id": "76",
"id": 1,
"identifier": "EC15IRoOgUyTsGDNtx0HwQ==",
"identifierGuid": "21792d10-0e1a-4c81-93b0-60cdb71d07c1",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "57l72kR+G0WaY0orDai5uw==",
"accountIDGuid": "da7bb9e7-7e44-451b-9a63-4a2b0da8b9bb",
"customerAccount": {
"$ref": "72"
},
"customerCard": {
"$ref": "71"
},
"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:32:14.7443178",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "/W2ra8NQdU+8O4KkzPCtXQ==",
"idempotentVoidGuid": "6bab6dfd-50c3-4f75-bc3b-82a4ccf0ad5d",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "77",
"saleHeaderID": 1,
"saleHeaderGuid": "W81z+JrY3kq1aB2t3j7p4w==",
"saleHeaderIdentifierGuid": "f873cd5b-d89a-4ade-b568-1dadde3ee9e3",
"created": "2026-06-03T18:32:14.7443178",
"createdLocal": "2026-06-03T18:32:14.7443178",
"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:32:14.7443178",
"storeID": 1,
"operatorG_Uid": "6HPxPD7E50qN7Km6+CalwQ==",
"operatorGuid": "3cf173e8-c43e-4ae7-8dec-a9baf826a5c1",
"customerG_Uid": "4zOgUg2akk24f6Ro3MHN7Q==",
"customerGuid": "52a033e3-9a0d-4d92-b87f-a468dcc1cded",
"communityIdentifier": "AGUpeYP20USal8LG/qFbTw==",
"communityIdentifierGuid": "79296500-f683-44d1-9a97-c2c6fea15b4f",
"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": "sXsAvBf8gUSxhkU75ABL6w==",
"priceLevelIdentifierGuid": "bc007bb1-fc17-4481-b186-453be4004beb",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:14.7443178+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": "78",
"customerName": "sample string 1",
"pickupAt": "2026-06-03T18:32:14.7443178",
"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": "37"
},
"customer": {
"$ref": "70"
},
"communityOrganisation": {
"$id": "79",
"id": 1,
"identifier": "JdvMs7zC+EKE8/llI7gG9g==",
"identifierGuid": "b3ccdb25-c2bc-42f8-84f3-f96523b806f6",
"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:32:14.7443178",
"promoPeriodEnd": "2026-06-03T18:32:14.7443178",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-06-03T18:32:14.7443178",
"deleted": true
},
"details": [
{
"$id": "80",
"saleItemID": 1,
"identifier": "+G53YXgxskOkj7Al/ZZo9w==",
"identifierGuid": "61776ef8-3178-43b2-a48f-b025fd9668f7",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "ta59/LzLX0WTLCQIUIMPPA==",
"pluGuid": "fc7daeb5-cbbc-455f-932c-240850830f3c",
"accountID": "GUBEfsG98kGPOHuzyqZtkA==",
"accountIDGuid": "7e444019-bdc1-41f2-8f38-7bb3caa66d90",
"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:32:14.7443178",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "Gs4F2NQv4U2bXpVEJ+WmRQ==",
"refundGuid": "d805ce1a-2fd4-4de1-9b5e-954427e5a645",
"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": "tHe1aMyQgUm+D6ITPnSg3A==",
"idempotentVoidGuid": "68b577b4-90cc-4981-be0f-a2133e74a0dc",
"priceLevelIdentifier": "H8sPRJ9wFUyj6++JF9RO0A==",
"priceLevelIdentifierGuid": "440fcb1f-709f-4c15-a3eb-ef8917d44ed0",
"communityIdentifier": "BwHFM3VHlEyUL+71q/2dXA==",
"communityIdentifierGuid": "33c50107-4775-4c94-942f-eef5abfd9d5c",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "81",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-06-03T18:32:14.7443178",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "81"
}
],
"refund": {
"$id": "82",
"id": 1,
"g_UID": "zeAgWTrsG0ygsUlCslCidg==",
"guid": "5920e0cd-ec3a-4c1b-a0b1-4942b250a276",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-06-03T18:32:14.7443178"
},
"modifier": {
"$id": "83",
"id": 1,
"setG_UID": "Gz6RiRnsE0WPTR8ibDwdjQ==",
"modifierSetGuid": "89913e1b-ec19-4513-8f4d-1f226c3c1d8d",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "/TQFLYA7p0+ta/K2fYnebg==",
"pluGuid": "2d0534fd-3b80-4fa7-ad6b-f2b67d89de6e",
"deleted": true,
"g_UID": "KSle17uWK0e1Qx6LStVvJQ==",
"guid": "d75e2929-96bb-472b-b543-1e8b4ad56f25",
"product": {
"$ref": "7"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "80"
}
],
"eftReceipts": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "77"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "84"
}
],
"payments": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"cards": [
{
"$id": "85",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "85"
}
],
"campaignHits": [
{
"$id": "86",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "86"
}
],
"fuel": [
{
"$id": "87",
"id": 1,
"plu": 1,
"pluG_UID": "6rhejjC0i0KlUPUaPbZS7A==",
"pluGuid": "8e5eb8ea-b430-428b-a550-f51a3db652ec",
"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:32:14.7443178",
"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:32:14.7443178",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "87"
}
],
"fuelResells": [
{
"$id": "88",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Kk0TojEBe06Z+NbqLohbrg==",
"pluGuid": "a2134d2a-0131-4e7b-99f8-d6ea2e885bae",
"accountID": "VLJSwCgE60mpP8I/6wi6XQ==",
"accountIDGuid": "c052b254-0428-49eb-a93f-c23feb08ba5d",
"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:32:14.7443178",
"bestOrExpireType": 1,
"refundG_UID": "xdXq5c/QXUaYZeRaKv6BRQ==",
"refundGuid": "e5ead5c5-d0cf-465d-9865-e45a2afe8145",
"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": "88"
}
],
"customerOrder": [
{
"$id": "89",
"identifier": "1jI5tBpsaEK77DcfuNPkEw==",
"identifierGuid": "b43932d6-6c1a-4268-bbec-371fb8d3e413",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "hLDDPgNU0EqDiTC1hAWviQ==",
"customerIdentifierGuid": "3ec3b084-5403-4ad0-8389-30b58405af89",
"operatorNo": 1,
"operatorG_UID": "akSSCa45Xk2cbLTpJit7vA==",
"operatorGuid": "0992446a-39ae-4d5e-9c6c-b4e9262b7bbc",
"created": "2026-06-03T18:32:14.7448442",
"ordered": "2026-06-03T18:32:14.7448442",
"started": "2026-06-03T18:32:14.7448442",
"completed": "2026-06-03T18:32:14.7448442",
"supplied": "2026-06-03T18:32:14.7448442",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "70"
},
"operator": {
"$ref": "37"
},
"details": [
{
"$id": "90",
"headerID": 1,
"plu": 1,
"pluG_UId": "pwbqAevs9k2zzAW9IUZUug==",
"pluGuid": "01ea06a7-eceb-4df6-b3cc-05bd214654ba",
"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": "ev/avPOzDkWFmtAx5wB5rw==",
"headerIdentifierGuid": "bcdaff7a-b3f3-450e-859a-d031e70079af",
"product": {
"$ref": "7"
}
},
{
"$ref": "90"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "77"
}
},
{
"$ref": "89"
}
],
"surveyResponses": [
{
"$id": "91",
"surveyG_UID": "EMTGDjvSU0KLy+Q3ciDeVg==",
"surveyGuid": "0ec6c410-d23b-4253-8bcb-e4377220de56",
"saleHeaderGuid": "VCgjTEL3KEWPgUauuv14JA==",
"saleGuid": "4c232854-f742-4528-8f81-46aebafd7824",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "GjYWCyo0jU2NLlx95Wna5A==",
"guidResponse": "0b16361a-342a-4d8d-8d2e-5c7de569dae4",
"whoAnswered": 2,
"answeredAtUTC": "2026-06-03T18:32:14.7448442",
"sale": {
"$ref": "77"
},
"survey": {
"$id": "92",
"g_UID": "eqlTV4s0wkiGj0xApLLpgg==",
"guid": "5753a97a-348b-48c2-868f-4c40a4b2e982",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "V1Ene5gyT06wNYyutjoOvA==",
"checkoutFormGuid": "7b275157-3298-4e4f-b035-8caeb63a0ebc",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-06-03T18:32:14.7448442",
"end": "2026-06-03T18:32:14.7448442",
"deleted": true,
"updated": "2026-06-03T18:32:14.7448442",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"07c4f4bd-72d6-46e8-90ac-631cd2ca3ed4",
"a417fbc8-4b09-4495-8148-580c92754230"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "45"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "91"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "zI+7Pl4dDUWm1HXRpwgyeg==",
"accountIdentifier": "3ebb8fcc-1d5e-450d-a6d4-75d1a708327a",
"accountName": "sample string 44",
"customerOrderIdentifier": "EiA3YNKS6EmtsMG4P93AsQ==",
"customerOrderIdentifierGuid": "60372012-92d2-49e8-adb0-c1b83fddc0b1",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "93",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "ObYsoFBw50uoFGACJOGlog==",
"paymentIdentifierGuid": "a02cb639-7050-4be7-a814-600224e1a5a2",
"identifier": "eJ0/Oiwsc0aJz1igg//2Ew==",
"identifierGuid": "3a3f9d78-2c2c-4673-89cf-58a083fff613",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "8Y+cROBkSEarWMV5AfMRFA==",
"itemIdentifierGuid": "449c8ff1-64e0-4648-ab58-c57901f31114"
}
},
{
"$ref": "76"
}
]
},
{
"$ref": "71"
}
],
"customerGroupMembers": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"customerGroups": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"accounts": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"account": {
"$ref": "72"
},
"vouchers": [
{
"$id": "94",
"customerIdentifier": "LKUWKjwePkGZLmD8ahG07g==",
"customerIdentifierGuid": "2a16a52c-1e3c-413e-992e-60fc6a11b4ee",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "3VMraRSWVkq+UsmYMmM48Q==",
"idempotentGuid": "692b53dd-9614-4a56-be52-c998326338f1",
"offline": true,
"voucher": {
"$id": "95",
"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:32:14.7448442",
"barcodeTemplate": {
"$id": "96",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "97",
"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:32:14.7448442",
"labelPageLayout": "mtrDofjf+k6kj0182sHKfw==",
"pageLayoutGuid": "a1c3da9a-dff8-4efa-a48f-4d7cdac1ca7f",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "95"
},
"elements": [
{
"$id": "98",
"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:32:14.7448442"
},
{
"$ref": "98"
}
]
},
"customerVouchers": [
{
"$id": "99",
"id": 1,
"customerIdentifier": "Q1D59pdDNEO/POYGrob9Wg==",
"customerIdentifierGuid": "f6f95043-4397-4334-bf3c-e606ae86fd5a",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-06-03T18:32:14.7448442",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "Nz7Sl4/sRkSgCW4NgxVMVA==",
"issuedIdempotentGuid": "97d23e37-ec8f-4446-a009-6e0d83154c54",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-06-03T18:32:14.7448442",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-06-03T18:32:14.7448442",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "WyaUdDF3BUuU515y9Mkxsg==",
"redeemedIdempotentGuid": "7494265b-7731-4b05-94e7-5e72f4c931b2",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-06-03T18:32:14.7448442",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "97"
},
"voucher": {
"$ref": "95"
},
"customer": {
"$ref": "70"
},
"issuedOfflinePayment": {
"$ref": "76"
},
"redeemedOfflinePayment": {
"$ref": "76"
}
},
{
"$ref": "99"
}
]
},
"customer": {
"$ref": "70"
}
},
{
"$ref": "94"
}
]
}
},
{
"$ref": "69"
}
],
"customerGroups": [
{
"$id": "100",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "F54ytLUveUuQVGcFpe2Hhg==",
"groupIDGuid": "b4329e17-2fb5-4b79-9054-6705a5ed8786",
"campaign": {
"$ref": "66"
},
"group": {
"$ref": "74"
}
},
{
"$ref": "100"
}
],
"signIqTickets": [
{
"$id": "101",
"identifier": "Zvgm4ULkKUaUkwbxWFGc0Q==",
"identifierGuid": "e126f866-e442-4629-9493-06f158519cd1",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "101"
}
],
"comboPriceGroups": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "6K+AHGR5v06Qt2oJMdiFYw==",
"guid": "1c80afe8-7964-4ebf-90b7-6a0931d88563",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "66"
},
"comboPricePlus": [
{
"$id": "103",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "lT5lL6VHcUeCEThca+kLbA==",
"groupGuid": "2f653e95-47a5-4771-8211-385c6be90b6c",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "ZYCjZ82McUmvpETUhsK11A==",
"pluGuid": "67a38065-8ccd-4971-afa4-44d486c2b5d4",
"priceGroupG_UID": "p5F/LU3jbkCxk4G0NveQ1w==",
"priceGroupGuid": "2d7f91a7-e34d-406e-b193-81b436f790d7",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "66"
},
"product": {
"$ref": "7"
},
"priceGroup": {
"$ref": "30"
},
"campaignPool": {
"$ref": "66"
}
},
{
"$ref": "103"
}
]
},
{
"$ref": "102"
}
],
"priceLevels": [
{
"$id": "104",
"id": 1,
"priceLevelIdentifier": "oeTlIsM0DkacLzIAQFbbXQ==",
"priceLevelIdentifierGuid": "22e5e4a1-34c3-460e-9c2f-32004056db5d",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "104"
}
],
"promotionType": {
"$id": "105",
"identifier": "WGM4kWQUlEy59918DbcozA==",
"identifierGuid": "91386358-1464-4c94-b9f7-dd7c0db728cc",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "JVyWCM/N10uxAu4Cwo8GMw==",
"labelPageLayoutGuid": "08965c25-cdcf-4bd7-b102-ee02c28f0633",
"priceLevelIdentifier": "urZdyXO+EkSMCiFhYysHMA==",
"priceLevelIdentifierGuid": "c95db6ba-be73-4412-8c0a-2161632b0730",
"active": true,
"updated": "2026-06-03T18:32:14.7448442",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "7"
},
"dealCost": {
"$id": "106",
"headerIdentifier": "9LlF1vfCrkqkoe4XSSOXIg==",
"headerIdentifierGuid": "d645b9f4-c2f7-4aae-a4a1-ee1749239722",
"identifier": "Xwb5+VsQE0uvoRH+RzPEMQ==",
"identifierGuid": "f9f9065f-105b-4b13-afa1-11fe4733c431",
"supplierIdentifier": "V3jLLq/Y00uUg67PdUV77Q==",
"supplierGuid": "2ecb7857-d8af-4bd3-9483-aecf75457bed",
"pluG_UID": "0s+1nPznBUuBhLbJw+8Wdw==",
"pluGuid": "9cb5cfd2-e7fc-4b05-8184-b6c9c3ef1677",
"campaignName": "6ce9b03f-6450-43b8-b93b-e2093cf246fd",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-06-03T18:32:14.7448442",
"end": "2026-06-03T18:32:14.7448442",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "Ali03ODsgUyLaD7xHD0M/w==",
"bonusItemPluGuid": "dcb45802-ece0-4c81-8b68-3ef11c3d0cff",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-06-03T18:32:14.7448442",
"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:32:14.7448442",
"campaignEndDate": "2026-06-03T18:32:14.7448442",
"masterPLUG_UID": "8oLLg39gYUaK82ZdfuP0pg==",
"masterID": "83cb82f2-607f-4661-8af3-665d7ee3f4a6",
"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": "Hs2894TJ0UmNptszDRjyNQ==",
"bonusMasterID": "f7bccd1e-c984-49d1-8da6-db330d18f235",
"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:32:14.7448442",
"dealCosts": [
{
"$ref": "106"
},
{
"$ref": "106"
}
],
"tags": [
{
"$id": "107",
"pluG_UID": "xHSMzkh0CkW2rEG4bv/YZA==",
"pluGuid": "ce8c74c4-7448-450a-b6ac-41b86effd864",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "107"
}
],
"alternateProductG_UID": "3MtWEaRIyE2I59Syl5h6kA==",
"alternateProduct": "1156cbdc-48a4-4dc8-88e7-d4b297987a90",
"altProduct": {
"$ref": "7"
},
"productHostCode": {
"$id": "108",
"id": 1,
"pluG_UID": "Ox/Kxowjt0CLAsrJjETqOg==",
"pluGuid": "c6ca1f3b-238c-40b7-8b02-cac98c44ea3a",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "60"
},
"mscCom": {
"$ref": "61"
},
"mscDep": {
"$ref": "63"
},
"mscSubCom": {
"$ref": "62"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-06-03T18:32:14.7448442",
"inventoryTracked": "2026-06-03T18:32:14.7448442",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "109",
"pluG_UID": "iHisSnqYPUezcIaejWOPuA==",
"pluGuid": "4aac7888-987a-473d-b370-869e8d638fb8",
"fuelPluG_UID": "b3kSAeiqc0iA2cVZ/A282w==",
"fuelPluGuid": "0112796f-aae8-4873-80d9-c559fc0dbcdb",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "109"
},
{
"$ref": "109"
}
]
},
"supplier": {
"$ref": "2"
},
"serviceFee": {
"$id": "110",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "5"
}
],
"orderCycleHeaders": [
{
"$id": "111",
"storeID": 1,
"supplierIdentifier": "7QiywpHqkkey0XxOvFkXLg==",
"supplierGuid": "c2b208ed-ea91-4792-b2d1-7c4ebc59172e",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "111"
}
],
"cycles": [
{
"$id": "112",
"storeID": 1,
"supplierIdentifier": "Vp92du4Jn0Sng4l6VyxYCw==",
"supplierGuid": "76769f56-09ee-449f-a783-897a572c580b",
"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:32:14.7448442",
"deliveryDate": "2026-06-03T18:32:14.7448442",
"nextCutOffDate": "2026-06-03T18:32:14.7448442",
"nextDeliveryDate": "2026-06-03T18:32:14.7448442",
"nextDaysBuffer": 10
},
{
"$ref": "112"
}
],
"store": {
"$ref": "8"
},
"updated": "2026-06-03T18:32:14.7448442",
"isHost": true
},
"inventoryUnits": [
{
"$id": "113",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "wjV8bt6IEUevNxvN7KoJ5g==",
"invoiceIdentifier": "6e7c35c2-88de-4711-af37-1bcdecaa09e6",
"inventoryGuid": "3Sz/BAyW1UeMq3/H/kqqSA==",
"inventoryIdentifier": "04ff2cdd-960c-47d5-8cab-7fc7fe4aaa48",
"serialNumber": "sample string 3",
"sold": "2026-06-03T18:32:14.7448442",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-06-03T18:32:14.7448442",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "113"
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"8cea1068-92da-4093-9464-90d31f819cd7"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">8cea1068-92da-4093-9464-90d31f819cd7</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK ��\��ml� 5 xl/workbook.xml � (� ���� ��M��(�T=y鵇��B�� �}�*F��zۙ��v����;7���l�C�UJ�&$
�Nj�`��t����"NJ-�s�m�&R%&���Qi�F��} >D�̴����Blm��0�,c����l!�bv\d�,7��'�Qv�C���Z/ã�=P9H���UU��cd��~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
��\���w' ' _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="Rc0008d2a09514fa7" /></Relationships>PK ��\���a% � xl/worksheets/sheet1.xml � (� �Q�n� ���J�.SZ%�*U�v�v��,q
j����? �4i� [~~��Tǻ،�)25���:e�5L�(��Tٛ����q[��~<p�Z�Z�
�hB�'����r�{���I��|�eO�� |�rR�V��p�Ѣ�=�TZ(Mթ��3�}
�o��|W��_1�c|�b��Ր%,��$�W�:��4�7Z�Q]�*ROK�K7�*�
���.��]���ˬx��{`��<鏵���+M�</����l*��y\r�]�wn��ϱ7� ����˰%�"�6)��\�PK ��\Q/
�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8��PP�n�a[z��Q;��@�Ƃ#q�"A*�`��h~OO��|�Xoߦ��`LC����^3�^��
���GEy"�aN,��$�͏�'�pR�3�ܱ!N�r{>+}T=�,[��f��y������]Ч =��!�C$`{$ ?��/�*2ؓ��m��5[]7B������GL�^��B���Z+q�P*l���8�<S̗^:-�K�z�����ڦ�Z]���_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 ��\yrbY� � xl/sharedStrings.xml � (� 5�An� E����c9&�d�'h�`#�������.���z�ݾ�*ްS�8��d� �5e|����CMRLa�������6E��¼]���@ t�`Ku/��OM�!��eս1�.!���M+Ł�u���� {�~�:3N��)��س��8(kҹ{L����4{������PK- ��\��ml� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\���w' ' U _rels/.relsPK- ��\���a% � � xl/worksheets/sheet1.xmlPK- ��\Q/
�� P 8 xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
} xl/styles.xmlPK- ��\yrbY� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK ��\8ބC� 5 xl/workbook.xml � (� ����0D�&�C����FR8q�����[�@[����[ �x�3;�v��|�8ב��m(|IU�C�Xh7�M;鼁��1'�n�v�۠��e汇��
J�.�Xa�Ϡ���mi��"�f�c�e2ֺ�I�b�)1ö�YKZCJf��,�_�4�1�ϼ�9��9��L��w�PK ��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��\Wz7�' ' _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="R179847598c484b82" /></Relationships>PK ��\���a% � xl/worksheets/sheet1.xml � (� �Q�n� ���J�.SZ%�*U�v�v��,q
j����? �4i� [~~��Tǻ،�)25���:e�5L�(��Tٛ����q[��~<p�Z�Z�
�hB�'����r�{���I��|�eO�� |�rR�V��p�Ѣ�=�TZ(Mթ��3�}
�o��|W��_1�c|�b��Ր%,��$�W�:��4�7Z�Q]�*ROK�K7�*�
���.��]���ˬx��{`��<鏵���+M�</����l*��y\r�]�wn��ϱ7� ����˰%�"�6)��\�PK ��\�ԍ�� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8i�8��vÆm�&�8��ؑ�=�����ĂMW��==i���c��B>���Pd90���5��y�`��h��&B�O��j�b�6��ш!s��1ΏS�[>�:aK|��%�s�2��2��Θ^ѣS�l��_�?��(;�o)��S
��,Q�=����K�H!����e������d*m
���j�Ф�*ӡ'�}���i^��IaV
b� \�f]]���_� 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 ��\yrbY� � xl/sharedStrings.xml � (� 5�An� E����c9&�d�'h�`#�������.���z�ݾ�*ްS�8��d� �5e|����CMRLa�������6E��¼]���@ t�`Ku/��OM�!��eս1�.!���M+Ł�u���� {�~�:3N��)��س��8(kҹ{L����4{������PK- ��\8ބC� 5 xl/workbook.xmlPK- ��\���� � � [Content_Types].xmlPK-
��\Wz7�' ' U _rels/.relsPK- ��\���a% � � xl/worksheets/sheet1.xmlPK- ��\�ԍ�� P 8 xl/_rels/workbook.xml.relsPK- ��\Ѓc'2 E
xl/styles.xmlPK- ��\yrbY� � � xl/sharedStrings.xmlPK � �