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": "F+6J91ObzEKyeyAelirSHA==",
"invoiceIdentifier": "f789ee17-9b53-42cc-b27b-201e962ad21c",
"inventoryGuid": "OHsXxvDpN0yfLrPQctqbHQ==",
"inventoryIdentifier": "c6177b38-e9f0-4c37-9f2e-b3d072da9b1d",
"supplierIdentifier": "IHvVOBU5aEWFElpxyYP+Ag==",
"supplierGuid": "38d57b20-3915-4568-8512-5a71c983fe02",
"orderGuid": "/JD6tuxu5k+/XvIQGnka0Q==",
"orderIdentifier": "b6fa90fc-6eec-4fe6-bf5e-f2101a791ad1",
"invoiceHeaderIdentifier": "s+tekajqz0iob/6Oodx4lw==",
"invoiceHeaderGuid": "915eebb3-eaa8-48cf-a86f-fe8ea1dc7897",
"created": "2026-04-02T20:50:23.1339026",
"ordered": "2026-04-02T20:50:23.1339026",
"storeID": 1,
"bestOrExpire": "2026-04-02T20:50:23.1339026",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-04-02T20:50:23.1339026",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "PQdg3CWSRka1ks2o9zkEeA==",
"pluGuid": "dc60073d-9225-4646-b592-cda8f7390478",
"orderInventoryGuid": "5/uii9KulkSEwL/z46+1yQ==",
"orderInventoryIdentifier": "8ba2fbe7-aed2-4496-84c0-bff3e3afb5c9",
"supplier": {
"$id": "2",
"identifier": "AeVjsEg02UW0Cdu2PF0cEQ==",
"identifierGuid": "b063e501-3448-45d9-b409-dbb63c5d1c11",
"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": "qGTPkkmFY0ODkzcwvMYc3A==",
"primaryContactID": "92cf64a8-8549-4363-8393-3730bcc61cdc",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "T3lwu7X7G0SvOwpBzhiBow==",
"supplierGroupGuid": "bb70794f-fbb5-441b-af3b-0a41ce1881a3",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-02T20:50:23.1339026",
"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": "56ffdcce-9c67-4f0d-9e62-4abd82ec213e",
"identifier": "niDDaWvcKU+1viVyI/mQ4Q==",
"identifierGuid": "69c3209e-dc6b-4f29-b5be-257223f990e1",
"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": "GsLuQCuFvUWN9w1oAyxJ3w==",
"supplierIdentifierGuid": "40eec21a-852b-45bd-8df7-0d68032c49df",
"contactGuid": "Ezhr3a5hlEio/pGELwHLuA==",
"contactID": "dd6b3813-61ae-4894-a8fe-91842f01cbb8",
"contact": {
"$ref": "3"
},
"supplier": {
"$ref": "2"
}
},
{
"$ref": "4"
}
],
"products": [
{
"$id": "5",
"pluG_UID": "UJE1sAgQ6UaEffbxoCWVIw==",
"pluGuid": "b0359150-1008-46e9-847d-f6f1a0259523",
"supplierIdentifier": "0B8r7oJHd0OMOa8JPV9lXg==",
"supplierIdentifierGuid": "ee2b1fd0-4782-4377-8c39-af093d5f655e",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-02T20:50:23.1339026",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-02T20:50:23.1339026",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "6",
"pluG_UID": "8Su7zbSq7keuknlPF19GXA==",
"pluGuid": "cdbb2bf1-aab4-47ee-ae92-794f175f465c",
"supplierIdentifier": "zr+R7ftpLUO2Hs9RfiCTRg==",
"supplierIdentifierGuid": "ed91bfce-69fb-432d-b61e-cf517e209346",
"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": "FHSEgCebP0Kz3r2go29mVQ==",
"parentPluGuid": "80847414-9b27-423f-b3de-bda0a36f6655",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "7",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "Hvag3nlIAkevlcSkn3jSJw==",
"guid": "dea0f61e-4879-4702-af95-c4a49f78d227",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "BZ8O1QIIVEWGNDGchKUSgg==",
"priceGroupGuid": "d50e9f05-0802-4554-8634-319c84a51282",
"blueprintID": 1,
"lastCountedDate": "2026-04-02T20:50:23.1339026",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-02T20:50:23.1339026",
"pluCreated": "2026-04-02T20:50:23.1339026",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-02T20:50:23.1339026",
"lastManualUpdate": "2026-04-02T20:50:23.1339026",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-02T20:50:23.1339026",
"currentCostUpdated": "2026-04-02T20:50:23.1339026",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-02T20:50:23.1339026",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-02T20:50:23.1339026",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "m0EgM+7hoUmwQJhd29LiCg==",
"altPLUGuid": "3320419b-e1ee-49a1-b040-985ddbd2e20a",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-02T20:50:23.1339026",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "a5wj5YnCBEylVVvq6Vd3gg==",
"shelfPageLayoutGuid": "e5239c6b-c289-4c04-a555-5beae9577782",
"talkerPageLayoutG_UID": "Uxhrk74z+UaC5djbhEpxPw==",
"talkerPageLayoutGuid": "936b1853-33be-46f9-82e5-d8db844a713f",
"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": "B3PGwiTGjkWrcZTRNBkMTQ==",
"inventoryIdentifier": "c2c67307-c624-458e-ab71-94d134190c4d",
"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": "3NhsAyg5ukG6cuHUM8bAYA==",
"parentPluGuid": "036cd8dc-3928-41ba-ba72-e1d433c6c060",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "flObOAIKrESHO+riGoWxww==",
"supplierIdentifierGuid": "389b537e-0a02-44ac-873b-eae21a85b1c3",
"supplierChanged": true,
"rebateSupplierIdentifier": "zQkF0DWx90qEP67y87e4UQ==",
"rebateSupplierIdentifierGuid": "d00509cd-b135-4af7-843f-aef2f3b7b851",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-02T20:50:23.1339026",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "9DiqPydpsUiKLbqn7tXN5g==",
"hostIdentifierGuid": "3faa38f4-6927-48b1-8a2d-baa7eed5cde6",
"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-04-02T20:50:23.1339026",
"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": "0Y5uABTftEWGXJkBHIoLdQ==",
"hostIdentifierGuid": "006e8ed1-df14-45b4-865c-99011c8a0b75",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-02T20:50:23.1339026",
"priceZone": {
"$id": "9",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "RkXXvfRBd0qDgHdDB0MXEA==",
"hostIdentifierGuid": "bdd74546-41f4-4a77-8380-774307431710",
"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"
},
"hostStoreSettings": [
{
"$id": "11",
"id": 1,
"hostIdentifier": "kiQ4Owh4k021TX7YvbK4ng==",
"hostIdentifierGuid": "3b382492-7808-4d93-b54d-7ed8bdb2b89e",
"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": "12",
"identifier": "BprBzgO2+Uulc4XjNwRYNg==",
"identifierGuid": "cec19a06-b603-4bf9-a573-85e337045836",
"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": "N6lIFgMuc0uLvpmsTWguFg==",
"hostSupplierIdentifierGuid": "1648a937-2e03-4b73-8bbe-99ac4d682e16",
"loyaltyPriceLevelIdentifier": "WxRQavYGREqgz4XvLrmh1Q==",
"loyaltyPriceLevelIdentifierGuid": "6a50145b-06f6-4a44-a0cf-85ef2eb9a1d5",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-02T20:50:23.1339026",
"lastProcessed": "2026-04-02T20:50:23.1339026",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$ref": "2"
},
"files": [
{
"$id": "13",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-02T20:50:23.1339026",
"processed": "2026-04-02T20:50:23.1339026",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-02T20:50:23.1339026",
"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": "12"
},
"metcashHeader": {
"$id": "14",
"customerNumber": "sample string 1",
"creationDate": "2026-04-02T20:50:23.1495399",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "13"
}
],
"zoneMatrix": [
{
"$id": "15",
"id": 1,
"hostIdentifier": "q385gFapyEeZ5SJTcwK9NQ==",
"hostIdentifierGuid": "80397fab-a956-47c8-99e5-22537302bd35",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"ad10d027-fca1-46b2-86dc-1ed9e40cce2f",
"6ce3be65-2e4b-459f-8dfc-569a27c03fac"
]
},
{
"$ref": "15"
}
],
"hostFileStoreSetting": {
"$ref": "11"
},
"hostStoreSettings": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"promotionPlacements": [
{
"$id": "16",
"identifier": "AX+wvDKw4Um0YJnfxPiECg==",
"identifierGuid": "bcb07f01-b032-49e1-b460-99dfc4f8840a",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "16"
}
],
"promoTypeGuids": [
"5559e107-d95d-49f9-9756-c71d31ab3dd7",
"1f6ff595-72d3-4fe1-9a9d-f82d5c7de869"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "11"
}
],
"accounts": [
{
"$id": "17",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "17"
}
],
"sales": [
{
"$id": "18",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-02T20:50:23.1495399",
"ftpSite": {
"$id": "19",
"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": "18"
}
],
"zoneMatrix": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"cashManagements": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "21",
"id": 1,
"description": "sample string 2",
"address": "sample string 3",
"username": "sample string 4",
"password": "sample string 5",
"passwordPlain": "sample string 6",
"token": "sample string 7",
"apiType": 8,
"apiSubType": 9
}
},
{
"$ref": "20"
}
],
"updateStoreID": "1825b25c-c069-4a51-bd44-4e5996ee08ac",
"updateStore": {
"$id": "22",
"id": "d5dca407-71d7-48af-9037-32512ad7ba93",
"name": "sample string 1",
"lastActivity": "2026-04-02T20:50:23.1495399",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-02T20:50:23.1495399"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "23",
"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": "24",
"pluG_UID": "UOKrX2ydDk6x5HNnJpXiPQ==",
"pluGuid": "5fabe250-9d6c-4e0e-b1e4-73672695e23d",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-02T20:50:23.1495399"
},
{
"$ref": "24"
}
],
"currentPrices": {
"$id": "25",
"pluPrices": {
"$id": "26",
"plu": 1,
"pluG_UID": "QEA=",
"stores": [
1,
2
],
"normalPrice": 1,
"cost": 2,
"break1": 3,
"price1": 4,
"break2": 5,
"price2": 6,
"break3": 7,
"price3": 8,
"discountPrice": 9,
"memberDiscountPrice": 10,
"acceptedUtc": "2026-04-02T20:50:23.1495399",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "26"
},
"winningCampaign": 1,
"winner": {
"$id": "27",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-02T20:50:23.1495399",
"startTime": 5,
"endDate": "2026-04-02T20:50:23.1495399",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "RFaTbemI0EumrimOaLazVA==",
"hostIdentifierGuid": "6d935644-88e9-4bd0-a6ae-298e68b6b354",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"tray": {
"$id": "28",
"g_UId": "Szg//uuuqkmN6UBbZH/37w==",
"guid": "fe3f384b-aeeb-49aa-8de9-405b647ff7ef",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "29",
"priceGroupG_UID": "knplhxre+UOpQBDCHl8Orw==",
"priceGroupGuid": "87657a92-de1a-43f9-a940-10c21e5f0eaf",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-02T20:50:23.1495399",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "30",
"pluG_UID": "tlg9BjNqc0u+aqKjjDvzsA==",
"pluGuid": "063d58b6-6a33-4b73-be6a-a2a38c3bf3b0",
"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": "31",
"pluGuid": "24ed0572-4c7a-439a-a828-c23d6555432f",
"created": "2026-04-02T20:50:23.1495399",
"createdByUser": "sample string 1",
"activated": "2026-04-02T20:50:23.1495399",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-02T20:50:23.1495399",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-02T20:50:23.1495399",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-02T20:50:23.1495399",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-02T20:50:23.1495399",
"lastSold": "2026-04-02T20:50:23.1495399",
"firstSold": "2026-04-02T20:50:23.1495399",
"awsUpdated": "2026-04-02T20:50:23.1495399",
"lastManualUpdate": "2026-04-02T20:50:23.1495399",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-02T20:50:23.1495399",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-02T20:50:23.1495399",
"doNotRangeUpdated": "2026-04-02T20:50:23.1495399",
"doNotOrderUpdated": "2026-04-02T20:50:23.1495399",
"tracked": "2026-04-02T20:50:23.1495399"
},
"allergens": [
{
"$id": "32",
"primaryKey": {
"$id": "33",
"pluGuid": "3c4a2619-9d13-4ad7-9e73-c9364bc3ea28",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "GSZKPBOd10qec8k2S8PqKA==",
"pluGuid": "3c4a2619-9d13-4ad7-9e73-c9364bc3ea28",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "32"
}
],
"costs": {
"$id": "34",
"pluG_UID": "rPcG5VTs/EqE4lrWG215UQ==",
"pluGuid": "e506f7ac-ec54-4afc-84e2-5ad61b6d7951",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-02T20:50:23.1495399",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "35",
"saleHeaderID": 1,
"created": "2026-04-02T20:50:23.1495399",
"createdLocal": "2026-04-02T20:50:23.1495399",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "y6eLCr0sa0GiAL/2E0mYBQ==",
"operatorGuid": "0a8ba7cb-2cbd-416b-a200-bff613499805",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "mkpUfWdLFECvZtQLVIIJkA==",
"pluGuid": "7d544a9a-4b67-4014-af66-d40b54820990",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "36",
"id": 1,
"g_Uid": "YVII5U8fBEiW2dHVecNU7g==",
"guid": "e5085261-1f4f-4804-96d9-d1d579c354ee",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-02T20:50:23.1495399",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-02T20:50:23.1495399",
"endShift": "2026-04-02T20:50:23.1495399",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "37",
"operatorG_UID": "LbAmEH7zj02t88vrl6FpIg==",
"operatorGuid": "1026b02d-f37e-4d8f-adf3-cbeb97a16922",
"storeID": 2,
"operator": {
"$ref": "36"
},
"store": {
"$ref": "8"
}
},
{
"$ref": "37"
}
]
}
},
{
"$ref": "35"
}
],
"apns": [
{
"$id": "38",
"pluID": 1,
"pluG_UID": "XQIUFsOf60u93fnJvDPQpw==",
"pluGuid": "1614025d-9fc3-4beb-bddd-f9c9bc33d0a7",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "38"
}
],
"tuns": [
{
"$id": "39",
"pluG_UId": "8xTpRSJ3+0OXQB+8WTqrlA==",
"pluGuid": "45e914f3-7722-43fb-9740-1fbc593aab94",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "7"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "39"
}
],
"competitionPricing": [
{
"$id": "40",
"identifier": "zIGdMfdwtkKB2ZnFa0AvFg==",
"identifierGuid": "319d81cc-70f7-42b6-81d9-99c56b402f16",
"pluG_UID": "KlNCmY/1kkuPAEHzF43k5A==",
"pluGuid": "9942532a-f58f-4b92-8f00-41f3178de4e4",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "40"
}
],
"supplier": {
"$ref": "2"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"ordering": {
"$ref": "5"
},
"flipChartPages": [
{
"$id": "41",
"identifier": "9DEC4yOykUm+6ToSMM7f+A==",
"groupName": "sample string 1",
"identifierGuid": "e30231f4-b223-4991-bee9-3a1230cedff8",
"exists": true,
"flipChartIdentifier": "VrF4mEEelUiAGNYa1KkFSg==",
"flipChartIdentifierGuid": "9878b156-1e41-4895-8018-d61ad4a9054a",
"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": "r5QJ5FK2qk+3zVmwtJgjsA==",
"groupIdentifierGuid": "e40994af-b652-4faa-b7cd-59b0b49823b0",
"flipChart": {
"$id": "42",
"identifier": "7VtNXOl64UOR0B/dMkyuCA==",
"identifierGuid": "5c4d5bed-7ae9-43e1-91d0-1fdd324cae08",
"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": "43",
"identifier": "kWBfMLNng0+VhH7U035vNQ==",
"identifierGuid": "305f6091-67b3-4f83-9584-7ed4d37e6f35",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "44",
"id": 1,
"g_UID": "fXLmKZI0rEmpOuQn3rGUmA==",
"guid": "29e6727d-3492-49ac-a93a-e427deb19498",
"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": "hx/wa6iapkOBcD1OFxhvbg==",
"previousFormGuid": "6bf01f87-9aa8-43a6-8170-3d4e17186f6e",
"nextForm": 1,
"nextFormG_UID": "4R4HvYraIkKAlh/BT8QGZA==",
"nextFormGuid": "bd071ee1-da8a-4222-8096-1fc14fc40664",
"attributes": "sample string 10",
"updated": "2026-04-02T20:50:23.1495399",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "44"
},
"previousCheckoutForm": {
"$ref": "44"
},
"buttons": [
{
"$id": "45",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "CWARx0ePZ0Sru/YqKuxhPw==",
"checkoutFormGuid": "c7116009-8f47-4467-abbb-f62a2aec613f",
"identifier": "BX9MYM3s00eElOG948Pe3A==",
"identifierGuid": "604c7f05-eccd-47d3-8494-e1bde3c3dedc",
"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": "+qPdi6rE20qanepeEuUopQ==",
"valueGuid": "8bdda3fa-c4aa-4adb-9a9d-ea5e12e528a5",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-02T20:50:23.1495399",
"action": "sample string 12",
"valueForm": {
"$ref": "44"
},
"image": {
"$id": "46",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-02T20:50:23.1495399",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "45"
}
],
"panels": [
{
"$id": "47",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "lpl5TuC6/kuFq1Bo39BpKQ==",
"checkoutFormGuid": "4e799996-bae0-4bfe-85ab-5068dfd06929",
"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": "47"
}
]
},
{
"$ref": "44"
}
],
"panels": [
{
"$ref": "47"
},
{
"$ref": "47"
}
]
},
"pages": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
"contentPanel": {
"$ref": "47"
},
"products": [
{
"$id": "48",
"flipChartPageIdentifier": "2JJAG/ho00+nvVpcgw/jog==",
"flipChartPageIdentifierGuid": "1b4092d8-68f8-4fd3-a7bd-5a5c830fe3a2",
"pluG_UID": "jTvvQMvyw0O+YzGzz8WH2g==",
"pluGuid": "40ef3b8d-f2cb-43c3-be63-31b3cfc587da",
"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": "48"
}
],
"productCount": 27,
"pages": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
{
"$ref": "41"
}
],
"priceHistory": [
{
"$id": "49",
"pluG_UID": "2bfmTFLTrECJVjtv9FXNPA==",
"pluGuid": "4ce6b7d9-d352-40ac-8956-3b6ff455cd3c",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-02T20:50:23.1495399",
"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": "49"
}
],
"ingredients": [
{
"$id": "50",
"pluG_UID": "Z3XVbhSzG02tJGUgfuSmFA==",
"ingredientGuid": "bjq5bAx/IECns1q+9KVUKw==",
"ingredientIdentifier": "6cb93a6e-7f0c-4020-a7b3-5abef4a5542b",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "7"
}
},
{
"$ref": "50"
}
],
"bins": [
{
"$id": "51",
"pluG_UID": "E3m4XrlqLE6y7eIL+wAmww==",
"pluGuid": "5eb87913-6ab9-4e2c-b2ed-e20bfb0026c3",
"shelfLocationIdentifier": "ELGfU/JKaUuTvxy2V3Xi0A==",
"shelfLocationGuid": "539fb110-4af2-4b69-93bf-1cb65775e2d0",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "V1aOQJYMbka897JyluBbZg==",
"labelPageLayoutGuid": "408e5657-0c96-466e-bcf7-b27296e05b66",
"updated": "2026-04-02T20:50:23.1495399",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "7"
},
"location": {
"$id": "52",
"identifier": "NfX1gJP/1UOTBJhwGFc81g==",
"storeID": 1,
"identifierGuid": "80f5f535-ff93-43d5-9304-987018573cd6",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-02T20:50:23.1495399",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
}
},
{
"$ref": "51"
}
],
"bin": {
"$ref": "51"
},
"scaleLocations": [
{
"$id": "53",
"plu": 1,
"pluG_UID": "94KXes78tkSVTzeKIP8wCg==",
"pluGuid": "7a9782f7-fcce-44b6-954f-378a20ff300a",
"deptNo": 1,
"product": {
"$ref": "7"
},
"scaleLocation": {
"$id": "54",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-02T20:50:23.1495399",
"department": {
"$id": "55",
"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": "54"
},
"subDepartments": [
{
"$id": "56",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "57",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "58",
"id": 1,
"departmentID": 2,
"subDepartmentID": 3,
"minorDepartmentID": 4,
"name": "sample string 5",
"code": "sample string 6",
"departmentCode": "sample string 7",
"subDepartmentCode": "sample string 8",
"minorDepartmentCode": "sample string 9",
"updated": "2026-04-02T20:50:23.1495399",
"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": "H69WBFPrDECwt4gCqWs3Hw==",
"labelPageLayoutGuid": "0456af1f-eb53-400c-b0b7-8802a96b371f",
"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": "59",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "60",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "61",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "61"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "60"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$id": "62",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "58"
}
],
"updated": "2026-04-02T20:50:23.1495399",
"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": "HMn8mWs770iq+vfhcd1urw==",
"labelPageLayoutGuid": "99fcc91c-3b6b-48ef-aafa-f7e171dd6eaf",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "57"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-02T20:50:23.1495399",
"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": "WoyjsKA460CWxFk+EyEdVg==",
"labelPageLayoutGuid": "b0a38c5a-38a0-40eb-96c4-593e13211d56",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
},
{
"$ref": "56"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-02T20:50:23.1495399",
"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": "RIyZJCUUMke43j8b8JjuBQ==",
"labelPageLayoutGuid": "24998c44-1425-4732-b8de-3f1bf098ee05",
"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": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
}
}
}
},
{
"$ref": "53"
}
],
"nextPrice": {
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "ymcbIDnVzkyY4Cu5CdblnQ==",
"pluGuid": "201b67ca-d539-4cce-98e0-2bb909d6e59d",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "vfRVe1ZjK0i7fLhciwQoAg==",
"dealCostGuid": "7b55f4bd-6356-482b-bb7c-b85c8b042802",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "VECpIgQklEanS1AxCprihw==",
"priceGroupGuid": "22a94054-2404-4694-a74b-50310a9ae287",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-02T20:50:23.1495399",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3cc11909-2810-4fb0-8cd7-96b50b2e5144",
"campaignComboPriceGroupG_UID": "/tA3bXoKU0CGq/gSEeVjMA==",
"campaignComboPriceGroupIdentifier": "6d37d0fe-0a7a-4053-86ab-f81211e56330",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "64",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-02T20:50:23.1495399",
"operatorG_UID": "kX2tDPHfMUe7W2SB6U5Dzg==",
"operatorGuid": "0cad7d91-dff1-4731-bb5b-6481e94e43ce",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-02T20:50:23.1495399",
"signIqTicketFileMovedUtc": "2026-04-02T20:50:23.1495399",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-02T20:50:23.1495399",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "d166fa0c-762b-4d94-aba3-689e27ec0276",
"product": {
"$ref": "7"
},
"campaignPlu": {
"$ref": "63"
},
"fuelItem": true
},
{
"$ref": "64"
}
],
"campaign": {
"$id": "65",
"id": 1,
"storeID": 2,
"name": "bca890f7-d7b3-4f7c-9d16-655ca3b5f350",
"nameGuid": "bca890f7-d7b3-4f7c-9d16-655ca3b5f350",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-02T20:50:23.1495399",
"startTime": 1,
"endDate": "2026-04-02T20:50:23.1495399",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-02T20:50:23.1495399",
"system": true,
"created": "2026-04-02T20:50:23.1495399",
"updated": "2026-04-02T20:50:23.1495399",
"priceChangeNotifiedUtc": "2026-04-02T20:50:23.1495399",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "Vn2WYuOz60CBqd2h4jng8Q==",
"hostIdentifierGuid": "62967d56-b3e3-40eb-81a9-dda1e239e0f1",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-02T20:50:23.1495399",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"campaignPools": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "N84d0UBJok26qHQvz2XNsw==",
"pluGuid": "d11dce37-4940-4da2-baa8-742fcf65cdb3",
"hostOfferID": 1,
"priceGroupG_UID": "e/6SZy7U302kfZivMI6ohQ==",
"priceGroupGuid": "6792fe7b-d42e-4ddf-a47d-98af308ea885",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-02T20:50:23.1495399",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "7"
},
"campaign": {
"$ref": "65"
}
},
{
"$ref": "66"
}
],
"sellingRules": [
{
"$id": "67",
"id": 1,
"identifier": "odWyg+ybGkK2aX/LATVqRg==",
"identifierStr": "odWyg+ybGkK2aX/LATVqRg==",
"identifierGuid": "83b2d5a1-9bec-421a-b669-7fcb01356a46",
"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": "65"
}
},
{
"$ref": "67"
}
],
"customers": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "bEXRnL2BsEeei6R3aqihmQ==",
"customerIDGuid": "9cd1456c-81bd-47b0-9e8b-a4776aa8a199",
"campaign": {
"$ref": "65"
},
"customer": {
"$id": "69",
"identifier": "Jkv1gIvyHEGUpM4uhwukGA==",
"identifierGuid": "80f54b26-f28b-411c-94a4-ce2e870ba418",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-02T20:50:23.1495399",
"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": "LCo6zrcWok+OgUy/rM5ywQ==",
"communityIdentifierGuid": "ce3a2a2c-16b7-4fa2-8e81-4cbfacce72c1",
"joined": "2026-04-02T20:50:23.1495399",
"updated": "2026-04-02T20:50:23.1495399",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "VqiBBCc4fU+0Al+qkaRWWQ==",
"priceLevelIdentifierGuid": "0481a856-3827-4f7d-b402-5faa91a45659",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-02T20:50:23.1495399",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "70",
"cardType": 2,
"issueDate": "2026-04-02T20:50:23.1495399",
"expiry": "2026-04-02T20:50:23.1495399",
"customerID": "QieOs9icikKZt5hW2rj8bw==",
"customerIDGuid": "b38e2742-9cd8-428a-99b7-9856dab8fc6f",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-02T20:50:23.1495399",
"linkedAccount": "yxeo3WV7ZkeyVUZIHe9oAQ==",
"linkedAccountGuid": "dda817cb-7b65-4766-b255-46481def6801",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "69"
},
"account": {
"$id": "71",
"id": 1,
"identifier": "Nb+qXpIYl0yfSdSrU0fLPw==",
"identifierGuid": "5eaabf35-1892-4c97-9f49-d4ab5347cb3f",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-02T20:50:23.1495399",
"owner": "Sq1WdwPj/UijzzCxMZwFUQ==",
"ownerGuid": "7756ad4a-e303-48fd-a3cf-30b1319c0551",
"accountStoreGroupIdentifier": "k60RRt/7bkGZmQK4CJjPUQ==",
"accountStoreGroupGuid": "4611ad93-fbdf-416e-9999-02b80898cf51",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-02T20:50:23.1495399",
"active": true,
"updated": "2026-04-02T20:50:23.1495399",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "69"
},
"card": {
"$ref": "70"
},
"members": {
"$id": "72",
"sample string 1": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"sample string 2": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"customerGroups": [
{
"$id": "73",
"identifier": "iTDg51I7/Ue8KTmYALszHg==",
"identifierGuid": "e7e03089-3b52-47fd-bc29-399800bb331e",
"name": "sample string 2",
"primaryContact": "KB33V7Cf3UywdnqL1RuvEw==",
"primaryContactGuid": "57f71d28-9fb0-4cdd-b076-7a8bd51baf13",
"accountID": "/ud/JnODkkq1gkuc8nzJFg==",
"accountIDGuid": "267fe7fe-8373-4a92-b582-4b9cf27cc916",
"special": true,
"updated": "2026-04-02T20:50:23.1495399",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "orWcIcAiVUqdWPxwOyJcaA==",
"priceLevelIdentifierGuid": "219cb5a2-22c0-4a55-9d58-fc703b225c68",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "71"
},
"primaryContactCustomer": {
"$ref": "69"
},
"customerGroupMembers": [
{
"$id": "74",
"id": 1,
"groupID": "COx1fBP9+0id4ZgN5k86WQ==",
"groupIDGuid": "7c75ec08-fd13-48fb-9de1-980de64f3a59",
"customerID": "fKMe+Z+1Wk68CytVg0DTGw==",
"customerIDGuid": "f91ea37c-b59f-4e5a-bc0b-2b558340d31b",
"card": "sample string 4",
"linkedAccount": "NuPDgJylwUagZqFjFHahhA==",
"linkedAccountGuid": "80c3e336-a59c-46c1-a066-a1631476a184",
"customer": {
"$ref": "69"
},
"group": {
"$ref": "73"
},
"customerCard": {
"$ref": "70"
}
},
{
"$ref": "74"
}
]
},
{
"$ref": "73"
}
]
},
"payments": [
{
"$id": "75",
"id": 1,
"identifier": "HYEZEdHwYkin028jKJWX6A==",
"identifierGuid": "1119811d-f0d1-4862-a7d3-6f23289597e8",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "lWbqNytVa0iDnRIrQDes9g==",
"accountIDGuid": "37ea6695-552b-486b-839d-122b4037acf6",
"customerAccount": {
"$ref": "71"
},
"customerCard": {
"$ref": "70"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-02T20:50:23.1495399",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "KarVHbqmuki89n7nO6phtw==",
"idempotentVoidGuid": "1dd5aa29-a6ba-48ba-bcf6-7ee73baa61b7",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "76",
"saleHeaderID": 1,
"saleHeaderGuid": "lLPBbY3y1kGqtZWBGZI+mA==",
"saleHeaderIdentifierGuid": "6dc1b394-f28d-41d6-aab5-958119923e98",
"created": "2026-04-02T20:50:23.1495399",
"createdLocal": "2026-04-02T20:50:23.1495399",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-02T20:50:23.1495399",
"storeID": 1,
"operatorG_Uid": "SKVsoYzBIUOEbCrkI6WGqA==",
"operatorGuid": "a16ca548-c18c-4321-846c-2ae423a586a8",
"customerG_Uid": "vAYJudfm/kaGuEYef8NFQw==",
"customerGuid": "b90906bc-e6d7-46fe-86b8-461e7fc34543",
"communityIdentifier": "lGx+PJ2PLUmesO0MRuTj6w==",
"communityIdentifierGuid": "3c7e6c94-8f9d-492d-9eb0-ed0c46e4e3eb",
"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": "xn0qawA+eE+AUGLiAKiKhA==",
"priceLevelIdentifierGuid": "6b2a7dc6-3e00-4f78-8050-62e200a88a84",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-02T20:50:23.1495399+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": "77",
"customerName": "sample string 1",
"pickupAt": "2026-04-02T20:50:23.1495399",
"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": "36"
},
"customer": {
"$ref": "69"
},
"communityOrganisation": {
"$id": "78",
"id": 1,
"identifier": "KPgX1i2qK0GHudaP62mVMg==",
"identifierGuid": "d617f828-aa2d-412b-87b9-d68feb699532",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-02T20:50:23.1495399",
"promoPeriodEnd": "2026-04-02T20:50:23.1495399",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-02T20:50:23.1495399",
"deleted": true
},
"details": [
{
"$id": "79",
"saleItemID": 1,
"identifier": "28mGj8x74UmMLPjkS9Tz5A==",
"identifierGuid": "8f86c9db-7bcc-49e1-8c2c-f8e44bd4f3e4",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "wNahuW3SuE2Mfz3MR/rCcA==",
"pluGuid": "b9a1d6c0-d26d-4db8-8c7f-3dcc47fac270",
"accountID": "aj4Hi+RzKk2HU7pH4r2GcQ==",
"accountIDGuid": "8b073e6a-73e4-4d2a-8753-ba47e2bd8671",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-02T20:50:23.1495399",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "JCIuNfsHfU+oq+DNwehZ9A==",
"refundGuid": "352e2224-07fb-4f7d-a8ab-e0cdc1e859f4",
"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": "BM291xhUAEm/hOWOawRz/A==",
"idempotentVoidGuid": "d7bdcd04-5418-4900-bf84-e58e6b0473fc",
"priceLevelIdentifier": "uGo3r1503kyXrQRpE0PUQw==",
"priceLevelIdentifierGuid": "af376ab8-745e-4cde-97ad-04691343d443",
"communityIdentifier": "rvVr5C7u20SL49TV4KGwkg==",
"communityIdentifierGuid": "e46bf5ae-ee2e-44db-8be3-d4d5e0a1b092",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "80",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-02T20:50:23.1495399",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "80"
}
],
"refund": {
"$id": "81",
"id": 1,
"g_UID": "xBTznsqkk0Cyml1TCpGdtg==",
"guid": "9ef314c4-a4ca-4093-b29a-5d530a919db6",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-02T20:50:23.1495399"
},
"modifier": {
"$id": "82",
"id": 1,
"setG_UID": "ccM7OyvdLUao4cOzhmg0RA==",
"modifierSetGuid": "3b3bc371-dd2b-462d-a8e1-c3b386683444",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "yBmiv/lWyEm3AxioWdzovA==",
"pluGuid": "bfa219c8-56f9-49c8-b703-18a859dce8bc",
"deleted": true,
"g_UID": "q77y8GdcJESqgu9Nf04Icw==",
"guid": "f0f2beab-5c67-4424-aa82-ef4d7f4e0873",
"product": {
"$ref": "7"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "79"
}
],
"eftReceipts": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "76"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "83"
}
],
"payments": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"cards": [
{
"$id": "84",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "84"
}
],
"campaignHits": [
{
"$id": "85",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "85"
}
],
"fuel": [
{
"$id": "86",
"id": 1,
"plu": 1,
"pluG_UID": "YXlz2b0eIE6VNFi75m1xhg==",
"pluGuid": "d9737961-1ebd-4e20-9534-58bbe66d7186",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-02T20:50:23.1495399",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-02T20:50:23.1495399",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "86"
}
],
"fuelResells": [
{
"$id": "87",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "xsrZYtBSykC1SbxJMpoipg==",
"pluGuid": "62d9cac6-52d0-40ca-b549-bc49329a22a6",
"accountID": "jYaBQk/FuEu3lgZJUB5crQ==",
"accountIDGuid": "4281868d-c54f-4bb8-b796-0649501e5cad",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-02T20:50:23.1495399",
"bestOrExpireType": 1,
"refundG_UID": "RIZOBgkDwkGxeRFZMcp6Yw==",
"refundGuid": "064e8644-0309-41c2-b179-115931ca7a63",
"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": "87"
}
],
"customerOrder": [
{
"$id": "88",
"identifier": "1qRYOAjrgEGHiPJvFLFb4Q==",
"identifierGuid": "3858a4d6-eb08-4180-8788-f26f14b15be1",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "X/SNOmz02kGnSQ725sY8bQ==",
"customerIdentifierGuid": "3a8df45f-f46c-41da-a749-0ef6e6c63c6d",
"operatorNo": 1,
"operatorG_UID": "XtRrHCxqak6Jd0di2d7BZw==",
"operatorGuid": "1c6bd45e-6a2c-4e6a-8977-4762d9dec167",
"created": "2026-04-02T20:50:23.1495399",
"ordered": "2026-04-02T20:50:23.1495399",
"started": "2026-04-02T20:50:23.1495399",
"completed": "2026-04-02T20:50:23.1495399",
"supplied": "2026-04-02T20:50:23.1495399",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "69"
},
"operator": {
"$ref": "36"
},
"details": [
{
"$id": "89",
"headerID": 1,
"plu": 1,
"pluG_UId": "/ZVuXHucfU6h40aJ1KyF6g==",
"pluGuid": "5c6e95fd-9c7b-4e7d-a1e3-4689d4ac85ea",
"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": "QBnQ1nkqMEe6Rv0+K7XR+A==",
"headerIdentifierGuid": "d6d01940-2a79-4730-ba46-fd3e2bb5d1f8",
"product": {
"$ref": "7"
}
},
{
"$ref": "89"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "76"
}
},
{
"$ref": "88"
}
],
"surveyResponses": [
{
"$id": "90",
"surveyG_UID": "I+CGTUfHQ0+TNUKih13CSA==",
"surveyGuid": "4d86e023-c747-4f43-9335-42a2875dc248",
"saleHeaderGuid": "PRMByAiycUiG20ujzfKYpw==",
"saleGuid": "c801133d-b208-4871-86db-4ba3cdf298a7",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "vD4CGbsGNkKKHLRziHtUPg==",
"guidResponse": "19023ebc-06bb-4236-8a1c-b473887b543e",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-02T20:50:23.1495399",
"sale": {
"$ref": "76"
},
"survey": {
"$id": "91",
"g_UID": "uKDdXaY3G06ZmYG8PjIYYA==",
"guid": "5ddda0b8-37a6-4e1b-9999-81bc3e321860",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "UKv/8dro20yQCb1vQEkyEg==",
"checkoutFormGuid": "f1ffab50-e8da-4cdb-9009-bd6f40493212",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-02T20:50:23.1495399",
"end": "2026-04-02T20:50:23.1495399",
"deleted": true,
"updated": "2026-04-02T20:50:23.1495399",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"b47591ac-2ba3-48a1-a4c0-de969433f8c6",
"e2e54055-4f38-4033-a9bf-cb0593892864"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "44"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "90"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "GWj42ojMhkenn0lMG+oP7w==",
"accountIdentifier": "daf86819-cc88-4786-a79f-494c1bea0fef",
"accountName": "sample string 44",
"customerOrderIdentifier": "NSoEWIXesUq/lm8iqsVd0Q==",
"customerOrderIdentifierGuid": "58042a35-de85-4ab1-bf96-6f22aac55dd1",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "92",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "9sM3uKf1/kySdjwOUj4kyA==",
"paymentIdentifierGuid": "b837c3f6-f5a7-4cfe-9276-3c0e523e24c8",
"identifier": "vhWOYD7i5kSAKchW6vjGIw==",
"identifierGuid": "608e15be-e23e-44e6-8029-c856eaf8c623",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "78SKwqPSBU+CQKIz/L82dA==",
"itemIdentifierGuid": "c28ac4ef-d2a3-4f05-8240-a233fcbf3674"
}
},
{
"$ref": "75"
}
]
},
{
"$ref": "70"
}
],
"customerGroupMembers": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"customerGroups": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"accounts": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"account": {
"$ref": "71"
},
"vouchers": [
{
"$id": "93",
"customerIdentifier": "xupN6MZbGkaXT8zw5/RLCg==",
"customerIdentifierGuid": "e84deac6-5bc6-461a-974f-ccf0e7f44b0a",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "1z17x9F54UmnB0/6OK3vuQ==",
"idempotentGuid": "c77b3dd7-79d1-49e1-a707-4ffa38adefb9",
"offline": true,
"voucher": {
"$id": "94",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-02T20:50:23.1495399",
"barcodeTemplate": {
"$id": "95",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "96",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-02T20:50:23.1495399",
"labelPageLayout": "gK+a5N783kmt5UueE01fTw==",
"pageLayoutGuid": "e49aaf80-fcde-49de-ade5-4b9e134d5f4f",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "94"
},
"elements": [
{
"$id": "97",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-02T20:50:23.1495399"
},
{
"$ref": "97"
}
]
},
"customerVouchers": [
{
"$id": "98",
"id": 1,
"customerIdentifier": "b7To5DV7rkKyoFPXDQEBrw==",
"customerIdentifierGuid": "e4e8b46f-7b35-42ae-b2a0-53d70d0101af",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-02T20:50:23.1495399",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "KJ86RCZA9UydRMEuZXWjSA==",
"issuedIdempotentGuid": "443a9f28-4026-4cf5-9d44-c12e6575a348",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-02T20:50:23.1495399",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-02T20:50:23.1495399",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "X9gvsQwWg0K1mvqVGYE+eQ==",
"redeemedIdempotentGuid": "b12fd85f-160c-4283-b59a-fa9519813e79",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-02T20:50:23.1495399",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "96"
},
"voucher": {
"$ref": "94"
},
"customer": {
"$ref": "69"
},
"issuedOfflinePayment": {
"$ref": "75"
},
"redeemedOfflinePayment": {
"$ref": "75"
}
},
{
"$ref": "98"
}
]
},
"customer": {
"$ref": "69"
}
},
{
"$ref": "93"
}
]
}
},
{
"$ref": "68"
}
],
"customerGroups": [
{
"$id": "99",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "Nc+5KdtlykyTZ33QsSG2Sw==",
"groupIDGuid": "29b9cf35-65db-4cca-9367-7dd0b121b64b",
"campaign": {
"$ref": "65"
},
"group": {
"$ref": "73"
}
},
{
"$ref": "99"
}
],
"signIqTickets": [
{
"$id": "100",
"identifier": "3g/cS3j7DE6MTRsy5Gsi6Q==",
"identifierGuid": "4bdc0fde-fb78-4e0c-8c4d-1b32e46b22e9",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "100"
}
],
"comboPriceGroups": [
{
"$id": "101",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "h0Wap3sbsESIOP0cdrS6dw==",
"guid": "a79a4587-1b7b-44b0-8838-fd1c76b4ba77",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "65"
},
"comboPricePlus": [
{
"$id": "102",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "teOlGF+8X0GhXcPykmuTqQ==",
"groupGuid": "18a5e3b5-bc5f-415f-a15d-c3f2926b93a9",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "iouUr2p2aU+mbawSKk/e8g==",
"pluGuid": "af948b8a-766a-4f69-a66d-ac122a4fdef2",
"priceGroupG_UID": "wfIlUrQtu0CcG1oqwsPOKA==",
"priceGroupGuid": "5225f2c1-2db4-40bb-9c1b-5a2ac2c3ce28",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "65"
},
"product": {
"$ref": "7"
},
"priceGroup": {
"$ref": "29"
},
"campaignPool": {
"$ref": "65"
}
},
{
"$ref": "102"
}
]
},
{
"$ref": "101"
}
],
"priceLevels": [
{
"$id": "103",
"id": 1,
"priceLevelIdentifier": "y5QDT7MeDUKk/HJ6NjLcWA==",
"priceLevelIdentifierGuid": "4f0394cb-1eb3-420d-a4fc-727a3632dc58",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "103"
}
],
"promotionType": {
"$id": "104",
"identifier": "DxT5SX5/fkSD8Ep+D4VGJA==",
"identifierGuid": "49f9140f-7f7e-447e-83f0-4a7e0f854624",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "92udG6jha0eqcD2ZI5MGcg==",
"labelPageLayoutGuid": "1b9d6bf7-e1a8-476b-aa70-3d9923930672",
"priceLevelIdentifier": "+xBXo06YgESujAivbwOd1Q==",
"priceLevelIdentifierGuid": "a35710fb-984e-4480-ae8c-08af6f039dd5",
"active": true,
"updated": "2026-04-02T20:50:23.1495399",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "7"
},
"dealCost": {
"$id": "105",
"headerIdentifier": "yStXkbcYD0Cq1EH7agnDsg==",
"headerIdentifierGuid": "91572bc9-18b7-400f-aad4-41fb6a09c3b2",
"identifier": "FFV2fmVL2Ey3EMHnHf2PdQ==",
"identifierGuid": "7e765514-4b65-4cd8-b710-c1e71dfd8f75",
"supplierIdentifier": "Vx5ZS9DrW0+F/8TEwDfJUg==",
"supplierGuid": "4b591e57-ebd0-4f5b-85ff-c4c4c037c952",
"pluG_UID": "GNwQcHJ4u02DEv786dO35w==",
"pluGuid": "7010dc18-7872-4dbb-8312-fefce9d3b7e7",
"campaignName": "13e23368-f4f1-4e47-8a7d-c41b2c5d4808",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-02T20:50:23.1495399",
"end": "2026-04-02T20:50:23.1495399",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "I4jfedMKl06Jk9e/a+f0DA==",
"bonusItemPluGuid": "79df8823-0ad3-4e97-8993-d7bf6be7f40c",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-02T20:50:23.1495399",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-02T20:50:23.1495399",
"campaignEndDate": "2026-04-02T20:50:23.1495399",
"masterPLUG_UID": "PbB5OT+sv0KlEk/uuFfLBQ==",
"masterID": "3979b03d-ac3f-42bf-a512-4feeb857cb05",
"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": "ZFYbo3pHMEmvZnTrPPCdcw==",
"bonusMasterID": "a31b5664-477a-4930-af66-74eb3cf09d73",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-02T20:50:23.1495399",
"dealCosts": [
{
"$ref": "105"
},
{
"$ref": "105"
}
],
"tags": [
{
"$id": "106",
"pluG_UID": "5HjPTksxVUKg275aI/5QTw==",
"pluGuid": "4ecf78e4-314b-4255-a0db-be5a23fe504f",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "106"
}
],
"alternateProductG_UID": "94TunHq/XECzGHocV+Qi2Q==",
"alternateProduct": "9cee84f7-bf7a-405c-b318-7a1c57e422d9",
"altProduct": {
"$ref": "7"
},
"productHostCode": {
"$id": "107",
"id": 1,
"pluG_UID": "WB5t2fuwrkyP8+Qdqzt24w==",
"pluGuid": "d96d1e58-b0fb-4cae-8ff3-e41dab3b76e3",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "59"
},
"mscCom": {
"$ref": "60"
},
"mscDep": {
"$ref": "62"
},
"mscSubCom": {
"$ref": "61"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-02T20:50:23.1495399",
"inventoryTracked": "2026-04-02T20:50:23.1495399",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "108",
"pluG_UID": "scoVXKqcPkiYWgnALxCCvA==",
"pluGuid": "5c15cab1-9caa-483e-985a-09c02f1082bc",
"fuelPluG_UID": "4oPhHC/oYkanmYHa+IGwlA==",
"fuelPluGuid": "1ce183e2-e82f-4662-a799-81daf881b094",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "108"
},
{
"$ref": "108"
}
]
},
"supplier": {
"$ref": "2"
},
"serviceFee": {
"$id": "109",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "5"
}
],
"orderCycleHeaders": [
{
"$id": "110",
"storeID": 1,
"supplierIdentifier": "1LrG4Qvs4UixWmbWcvmHQA==",
"supplierGuid": "e1c6bad4-ec0b-48e1-b15a-66d672f98740",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "110"
}
],
"cycles": [
{
"$id": "111",
"storeID": 1,
"supplierIdentifier": "GW9qrysz8UuO7KciHbdUdQ==",
"supplierGuid": "af6a6f19-332b-4bf1-8eec-a7221db75475",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-02T20:50:23.1495399",
"deliveryDate": "2026-04-02T20:50:23.1495399",
"nextCutOffDate": "2026-04-02T20:50:23.1495399",
"nextDeliveryDate": "2026-04-02T20:50:23.1495399",
"nextDaysBuffer": 10
},
{
"$ref": "111"
}
],
"store": {
"$ref": "8"
},
"updated": "2026-04-02T20:50:23.1495399",
"isHost": true
},
"inventoryUnits": [
{
"$id": "112",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "CoyeOdn7MEaTnWOke8bOPA==",
"invoiceIdentifier": "399e8c0a-fbd9-4630-939d-63a47bc6ce3c",
"inventoryGuid": "WnDqBebQP02Rte6+6Wa42Q==",
"inventoryIdentifier": "05ea705a-d0e6-4d3f-91b5-eebee966b8d9",
"serialNumber": "sample string 3",
"sold": "2026-04-02T20:50:23.1495399",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-04-02T20:50:23.1495399",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "112"
}
]
}
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:
"2bd34f3c-8bf2-455e-8e93-2ad17eb576f4"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2bd34f3c-8bf2-455e-8e93-2ad17eb576f4</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
Sample:
PK K��\5��ݷ 5 xl/workbook.xml � (� ����0D�&�C���� )��x��}��m�-ik��-H�yۙ�};|��o���G���2��`̷5���ĝ�NC�ҽ�B�X�����&I��5^��ӕ�ˏ��1�aEiP�V�!|n�T8�EFc�;���!���l�X1���5�dq�]Iϔ�B��5Mz�f��&�0.6��l�]}PK K��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
K��\�<��' ' _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="R2c4417016f3747b2" /></Relationships>PK K��\���% � xl/worksheets/sheet1.xml � (� �Q�N�0��(w���nLm'�i�� �кK�&����瓤!q�Ė��{v���lrm�7Y��;m/5�|��ǦZ��Nx������� �k�2��Z�d�)]��n��d�zq�� �RN����?\n$�]�`���HmySu:�G�����ӆ3�T ��aq�b��D��䥫y������_�u��i�o�<��(6�zZ\���qo�yK�;�j��ee�/��6�o�ǒ�vr��Z^]��&i���ME�0J���8�KN����M^�9������~�tF�@I���/PK K��\��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�i�&��ݰ���3��&�e����G�
XEWb�������4�����9��5-��F�~4C���n�{�DLA�.��bB:F�Di�g
�Ф��~1�~�Nȣ�.[Q�3�I��!Z�F��V�f4�0}��4br~���O)�k(�D��[��[TK��Z�����Z�� ï�w��$�+�x_!�UwW-<�/ѧK�Ny9Wk*U2��Zp��˫����PK K��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK K��\�cޯ � xl/sharedStrings.xml � (� 5�Kn�0D�"p���'qYY� ���(פ���U]>����+��;�L�O(�)�H��>?t��S�k&���YfQeJ<�"��i����7���yO^
��ێ>�(i5uU]L�@M� )ZP���������14��L��Z�]��ǷF�>��8v���Z#Κ��)��/PK- K��\5��ݷ 5 xl/workbook.xmlPK- K��\���� � [Content_Types].xmlPK-
K��\�<��' ' V _rels/.relsPK- K��\���% � � xl/worksheets/sheet1.xmlPK- K��\��� P 9 xl/_rels/workbook.xml.relsPK- K��\Ѓc'2 E
~ xl/styles.xmlPK- K��\�cޯ � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
Sample:
PK K��\N�[�� 5 xl/workbook.xml � (� ��;�0D�H������d�hҦH��,�G�#r��H����ξ>k;6Z��#'�
[��{S0��%��6��]���H�b��E��n��gI���^h�a�h�������6��hu>��fO��r1���I�b�)`�EPD�Ē����ܻ�Ɣ�B,��zK�4��4m�,o3z�g���PK K��\���� � [Content_Types].xml � (� ���J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
K��\�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="Rb6d9a323808a4e46" /></Relationships>PK K��\���% � xl/worksheets/sheet1.xml � (� �Q�N�0��(w���nLm'�i�� �кK�&����瓤!q�Ė��{v���lrm�7Y��;m/5�|��ǦZ��Nx������� �k�2��Z�d�)]��n��d�zq�� �RN����?\n$�]�`���HmySu:�G�����ӆ3�T ��aq�b��D��䥫y������_�u��i�o�<��(6�zZ\���qo�yK�;�j��ee�/��6�o�ǒ�vr��Z^]��&i���ME�0J���8�KN����M^�9������~�tF�@I���/PK K��\+��� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞�N�4��vÆm�\{�Q۲]�gc���V� �X��j4��'�|�lvo�D^Їњxƀ�QV��o���v��'�DFHZ1��!F��4�g2�ФNg�,cJ}O�T'�#���_2�I��!ڮ>Zu���?����S#���=�~J�^�ȓna_7��`��Q�J �nj!^&�^��BF��V��Y�M!x��Uf��s���K�ey�&r&
)x�s)��W5z��/PK K��\Ѓc'2 E
xl/styles.xml � (� �S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v �F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}� ��LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK K��\�cޯ � xl/sharedStrings.xml � (� 5�Kn�0D�"p���'qYY� ���(פ���U]>����+��;�L�O(�)�H��>?t��S�k&���YfQeJ<�"��i����7���yO^
��ێ>�(i5uU]L�@M� )ZP���������14��L��Z�]��ǷF�>��8v���Z#Κ��)��/PK- K��\N�[�� 5 xl/workbook.xmlPK- K��\���� � [Content_Types].xmlPK-
K��\�3�' ' V _rels/.relsPK- K��\���% � � xl/worksheets/sheet1.xmlPK- K��\+��� P 9 xl/_rels/workbook.xml.relsPK- K��\Ѓc'2 E
� xl/styles.xmlPK- K��\�cޯ � � xl/sharedStrings.xmlPK � �