POST api/flipchart/{id}/page/{pageID}/products
Add list of flipchart page products to existing page
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
FlipChart Identifier |
globally unique identifier |
Required |
| pageID |
FlipChartPage Identifier |
globally unique identifier |
Required |
Body Parameters
List of new flipchart page products
Collection of FlipChartPageProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| FlipChartPageIdentifier | Collection of byte |
None. |
|
| FlipChartPageIdentifierGuid | globally unique identifier |
None. |
|
| PLUG_UID | Collection of byte |
None. |
|
| PluGuid | globally unique identifier |
None. |
|
| SortOrder | integer |
None. |
|
| Sent | boolean |
None. |
|
| ProductChanged |
Used to determine whether a patch is required for the product on save. |
boolean |
Relation. This field may not always be loaded or used for updates. |
| ProductImageName |
If product changed, used to set the product ImageName |
string |
Relation. This field may not always be loaded or used for updates. |
| ProductShowImageOnFlipCharts |
If product changed, used to set the product ShowImageOnFlipCharts field |
boolean |
Relation. This field may not always be loaded or used for updates. |
| ProductShowTextOnFlipCharts |
If product changed, used to set the product ShowTextOnFlipCharts field |
boolean |
Relation. This field may not always be loaded or used for updates. |
| ProductOverrideFlipChartText |
If product changed, used to set the product OverrideFlipChartText field |
boolean |
Relation. This field may not always be loaded or used for updates. |
| ProductFlipChartText |
If product changed, used to set the product FlipChartText field |
string |
Relation. This field may not always be loaded or used for updates. |
| Product | Product |
Relation. This field may not always be loaded or used for updates. |
|
| DepartmentSortOrder | integer |
Relation. This field may not always be loaded or used for updates. |
|
| SubDepartmentName | string |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
[
{
"$id": "1",
"flipChartPageIdentifier": "x7jIZOgCcE2c8tt4f9Ki4Q==",
"flipChartPageIdentifierGuid": "64c8b8c7-02e8-4d70-9cf2-db787fd2a2e1",
"pluG_UID": "IMu6xstLo0CEjn2dp9gi7Q==",
"pluGuid": "c6bacb20-4bcb-40a3-848e-7d9da7d822ed",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$id": "2",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "gRkZBj2/d0aaXixAREB65A==",
"guid": "06191981-bf3d-4677-9a5e-2c4044407ae4",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "gYLZq/l2XESTLNbc5fn/hw==",
"priceGroupGuid": "abd98281-76f9-445c-932c-d6dce5f9ff87",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:22:01.9788663",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:22:01.9788663",
"pluCreated": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"lastManualUpdate": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"currentCostUpdated": "2026-04-03T06:22:01.9788663",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "ztF4DZZ2zUGTN4/XVugl4g==",
"altPLUGuid": "0d78d1ce-7696-41cd-9337-8fd756e825e2",
"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-03T06:22:01.9788663",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "fTe3k121BEybVqUlx1RybA==",
"shelfPageLayoutGuid": "93b7377d-b55d-4c04-9b56-a525c754726c",
"talkerPageLayoutG_UID": "wtMBA6TlmUK1oA2WjHUsqQ==",
"talkerPageLayoutGuid": "0301d3c2-e5a4-4299-b5a0-0d968c752ca9",
"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": "ZDG5bU7HvESOWan0t6fC7A==",
"inventoryIdentifier": "6db93164-c74e-44bc-8e59-a9f4b7a7c2ec",
"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": "CQehmTxbykuvg45AczaRMQ==",
"parentPluGuid": "99a10709-5b3c-4bca-af83-8e4073369131",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "sG0/2wQ+MUmbm9YOFNyRqA==",
"supplierIdentifierGuid": "db3f6db0-3e04-4931-9b9b-d60e14dc91a8",
"supplierChanged": true,
"rebateSupplierIdentifier": "VpvDMkQwsES46IgCdP80+w==",
"rebateSupplierIdentifierGuid": "32c39b56-3044-44b0-b8e8-880274ff34fb",
"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-03T06:22:01.9788663",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "0wUiuH0qg0mUSEDP5XGRAg==",
"hostIdentifierGuid": "b82205d3-2a7d-4983-9448-40cfe5719102",
"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": "2"
},
{
"$ref": "2"
}
],
"store": {
"$id": "3",
"id": 1,
"isMaster": true,
"isElectedMaster": true,
"electedMasterStoreID": 1,
"isZoneMaster": true,
"shortName": "sample string 3",
"url": "sample string 4",
"sortOrder": 1,
"name": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"state": "sample string 12",
"country": "sample string 13",
"postCode": "sample string 14",
"delivery": 1,
"exportAccounts": 1,
"salesAccountFolder": "sample string 15",
"purchaseAccountFolder": "sample string 16",
"initLoad": 1,
"initIDs": 1,
"zoneID": 1,
"actAsMaster": 1,
"lastActiveUtc": "2026-04-03T06:22:01.9788663",
"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": "rTfOLELxQ0ySsJgeRoQjeA==",
"hostIdentifierGuid": "2cce37ad-f142-4c43-92b0-981e46842378",
"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-03T06:22:01.9788663",
"priceZone": {
"$id": "4",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "FjtRJzJSGUeRTKnwhTkjLQ==",
"hostIdentifierGuid": "27513b16-5232-4719-914c-a9f08539232d",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "5",
"storeID": 1,
"addressType": 1,
"address1": "sample string 1",
"address2": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"country": "sample string 5",
"postCode": "sample string 6"
},
"billingAddressCopied": true,
"billingAddress": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$id": "6",
"id": 1,
"hostIdentifier": "w3VAvH9/SUitPihDUe9K1g==",
"hostIdentifierGuid": "bc4075c3-7f7f-4849-ad3e-284351ef4ad6",
"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": "7",
"identifier": "sI8EWfBZIEy7PBTf8gcWsQ==",
"identifierGuid": "59048fb0-59f0-4c20-bb3c-14dff20716b1",
"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": "ZrQCkhLnNkS8QFbtthDbNg==",
"hostSupplierIdentifierGuid": "9202b466-e712-4436-bc40-56edb610db36",
"loyaltyPriceLevelIdentifier": "H6teojfqYUyXHCzpy7KWTA==",
"loyaltyPriceLevelIdentifierGuid": "a25eab1f-ea37-4c61-971c-2ce9cbb2964c",
"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-03T06:22:01.9788663",
"lastProcessed": "2026-04-03T06:22:01.9788663",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "8",
"identifier": "IOHPL1CfL0KdwVCb39hbSg==",
"identifierGuid": "2fcfe120-9f50-422f-9dc1-509bdfd85b4a",
"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": "VKSaoMesdkaJYDvvKjkTsg==",
"primaryContactID": "a09aa454-acc7-4676-8960-3bef2a3913b2",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "YG4o5Zd/5ESL1pHNLnD9rw==",
"supplierGroupGuid": "e5286e60-7f97-44e4-8bd6-91cd2e70fdaf",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:22:01.9788663",
"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": "9",
"id": "f70ff4d4-5dbc-41ea-b07e-6dba84684b0c",
"identifier": "pLyVidRaBk+HAOH6AIh/yQ==",
"identifierGuid": "8995bca4-5ad4-4f06-8700-e1fa00887fc9",
"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": "10",
"supplierIdentifier": "QkWVSmVmgkeIWIB+oVCsOw==",
"supplierIdentifierGuid": "4a954542-6665-4782-8858-807ea150ac3b",
"contactGuid": "6Q6CzO8Bn0KV5mZYK0z8yQ==",
"contactID": "cc820ee9-01ef-429f-95e6-66582b4cfcc9",
"contact": {
"$ref": "9"
},
"supplier": {
"$ref": "8"
}
},
{
"$ref": "10"
}
],
"products": [
{
"$id": "11",
"pluG_UID": "dhzOGu7swE+HVNXNY2q8Zw==",
"pluGuid": "1ace1c76-ecee-4fc0-8754-d5cd636abc67",
"supplierIdentifier": "SfI1OVi9KUyv/VSARLZjQw==",
"supplierIdentifierGuid": "3935f249-bd58-4c29-affd-548044b66343",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "12",
"pluG_UID": "DH5Ws5HgPEmPLoINFJb5ow==",
"pluGuid": "b3567e0c-e091-493c-8f2e-820d1496f9a3",
"supplierIdentifier": "WHoU4RwlEEiZrek0M5rbYw==",
"supplierIdentifierGuid": "e1147a58-251c-4810-99ad-e934339adb63",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "12"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "AuoXb1mYbECrNogZpl+nFA==",
"parentPluGuid": "6f17ea02-9859-406c-ab36-8819a65fa714",
"freight": 46.0,
"freightType": 1,
"product": {
"$ref": "2"
},
"supplier": {
"$ref": "8"
},
"serviceFee": {
"$id": "13",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "11"
}
],
"orderCycleHeaders": [
{
"$id": "14",
"storeID": 1,
"supplierIdentifier": "0k0TUgWfGEKpSl/sP4vS2g==",
"supplierGuid": "52134dd2-9f05-4218-a94a-5fec3f8bd2da",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "14"
}
],
"cycles": [
{
"$id": "15",
"storeID": 1,
"supplierIdentifier": "HOlfTAeBEECHTguu97RonQ==",
"supplierGuid": "4c5fe91c-8107-4010-874e-0baef7b4689d",
"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-03T06:22:01.9788663",
"deliveryDate": "2026-04-03T06:22:01.9788663",
"nextCutOffDate": "2026-04-03T06:22:01.9788663",
"nextDeliveryDate": "2026-04-03T06:22:01.9788663",
"nextDaysBuffer": 10
},
{
"$ref": "15"
}
],
"store": {
"$ref": "3"
},
"updated": "2026-04-03T06:22:01.9788663",
"isHost": true
},
"files": [
{
"$id": "16",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:22:01.9788663",
"processed": "2026-04-03T06:22:01.9788663",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:22:01.9788663",
"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": "7"
},
"metcashHeader": {
"$id": "17",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:22:01.9788663",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "16"
}
],
"zoneMatrix": [
{
"$id": "18",
"id": 1,
"hostIdentifier": "Zd/aio9OMESXdOkiJ3Th8Q==",
"hostIdentifierGuid": "8adadf65-4e8f-4430-9774-e9222774e1f1",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"0362774d-71bb-495d-95f5-bb6b74f0fd67",
"19b73899-7e60-4d52-b47e-6126a0df2520"
]
},
{
"$ref": "18"
}
],
"hostFileStoreSetting": {
"$ref": "6"
},
"hostStoreSettings": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"promotionPlacements": [
{
"$id": "19",
"identifier": "RWVCWHDx/U26zDgDbTCcxQ==",
"identifierGuid": "58426545-f170-4dfd-bacc-38036d309cc5",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "19"
}
],
"promoTypeGuids": [
"839f1bf2-ec33-484a-b03c-557319df3190",
"44556e9d-ba93-4641-a23e-4fe6408e56bc"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "6"
}
],
"accounts": [
{
"$id": "20",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "20"
}
],
"sales": [
{
"$id": "21",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:22:01.9788663",
"ftpSite": {
"$id": "22",
"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": "21"
}
],
"zoneMatrix": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"cashManagements": [
{
"$id": "23",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "24",
"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": "23"
}
],
"updateStoreID": "04993a85-7307-40e2-853d-8b30f8e52292",
"updateStore": {
"$id": "25",
"id": "f348f485-1b25-49e1-8e55-c12f5155bb80",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "26",
"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": "27",
"pluG_UID": "dZ8yLcxsWkm5msvvkF8dlw==",
"pluGuid": "2d329f75-6ccc-495a-b99a-cbef905f1d97",
"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-03T06:22:01.9788663"
},
{
"$ref": "27"
}
],
"currentPrices": {
"$id": "28",
"pluPrices": {
"$id": "29",
"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-03T06:22:01.9788663",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "29"
},
"winningCampaign": 1,
"winner": {
"$id": "30",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:22:01.9788663",
"startTime": 5,
"endDate": "2026-04-03T06:22:01.9788663",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "fS72grOuIUCafSulOOQAeQ==",
"hostIdentifierGuid": "82f62e7d-aeb3-4021-9a7d-2ba538e40079",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"tray": {
"$id": "31",
"g_UId": "W/SLa3qZ1karaGYLH0OUsw==",
"guid": "6b8bf45b-997a-46d6-ab68-660b1f4394b3",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "32",
"priceGroupG_UID": "HvMshyCsakKqEARIeAqszg==",
"priceGroupGuid": "872cf31e-ac20-426a-aa10-0448780aacce",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:22:01.9788663",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "33",
"pluG_UID": "kALQqmp80UeEvacTYTcUSQ==",
"pluGuid": "aad00290-7c6a-47d1-84bd-a71361371449",
"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": "34",
"pluGuid": "9b20c7f1-c5e5-4aff-bae7-3cc321ee2460",
"created": "2026-04-03T06:22:01.9788663",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:22:01.9788663",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:22:01.9788663",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:22:01.9788663",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:22:01.9788663",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:22:01.9788663",
"lastSold": "2026-04-03T06:22:01.9788663",
"firstSold": "2026-04-03T06:22:01.9788663",
"awsUpdated": "2026-04-03T06:22:01.9788663",
"lastManualUpdate": "2026-04-03T06:22:01.9788663",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:22:01.9788663",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:22:01.9788663",
"doNotRangeUpdated": "2026-04-03T06:22:01.9788663",
"doNotOrderUpdated": "2026-04-03T06:22:01.9788663",
"tracked": "2026-04-03T06:22:01.9788663"
},
"allergens": [
{
"$id": "35",
"primaryKey": {
"$id": "36",
"pluGuid": "f9064961-40d4-40ad-baa9-c5a9d9c4d078",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "YUkG+dRArUC6qcWp2cTQeA==",
"pluGuid": "f9064961-40d4-40ad-baa9-c5a9d9c4d078",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"costs": {
"$id": "37",
"pluG_UID": "LhaTDTg5PUOX9/wS7Cy1eA==",
"pluGuid": "0d93162e-3938-433d-97f7-fc12ec2cb578",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:22:01.9788663",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "38",
"saleHeaderID": 1,
"created": "2026-04-03T06:22:01.9788663",
"createdLocal": "2026-04-03T06:22:01.9788663",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "o9xtF3UA+Uqf3m7KJTXD8g==",
"operatorGuid": "176ddca3-0075-4af9-9fde-6eca2535c3f2",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "xQBeVgKOrU63gLrKsOWMuA==",
"pluGuid": "565e00c5-8e02-4ead-b780-bacab0e58cb8",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "39",
"id": 1,
"g_Uid": "uGq6RwtZFkakYcWSXQwgAA==",
"guid": "47ba6ab8-590b-4616-a461-c5925d0c2000",
"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-03T06:22:01.9788663",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:22:01.9788663",
"endShift": "2026-04-03T06:22:01.9788663",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "40",
"operatorG_UID": "ZbmfMHjYiU6CMMsTvVJUqQ==",
"operatorGuid": "309fb965-d878-4e89-8230-cb13bd5254a9",
"storeID": 2,
"operator": {
"$ref": "39"
},
"store": {
"$ref": "3"
}
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "38"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "WzWyY1hi7U6Wxfdv149L1w==",
"pluGuid": "63b2355b-6258-4eed-96c5-f76fd78f4bd7",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "y17lYUXB/0+z8awaEgbqeQ==",
"pluGuid": "61e55ecb-c145-4fff-b3f1-ac1a1206ea79",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "2"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "giRq/opyZ0y8xdXEPVLUWw==",
"identifierGuid": "fe6a2482-728a-4c67-bcc5-d5c43d52d45b",
"pluG_UID": "Wr+PfAlM2E6W+Hq3bbkamA==",
"pluGuid": "7c8fbf5a-4c09-4ed8-96f8-7ab76db91a98",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "8"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"ordering": {
"$ref": "11"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "UOyq3DsYokO30GmMi4YRPQ==",
"groupName": "sample string 1",
"identifierGuid": "dcaaec50-183b-43a2-b7d0-698c8b86113d",
"exists": true,
"flipChartIdentifier": "H83jCSEiJkeNvM4QDCoFBA==",
"flipChartIdentifierGuid": "09e3cd1f-2221-4726-8dbc-ce100c2a0504",
"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": "+5hNv2yQjECfDY6+02RDMQ==",
"groupIdentifierGuid": "bf4d98fb-906c-408c-9f0d-8ebed3644331",
"flipChart": {
"$id": "45",
"identifier": "KrOoVHndi0yzNzxgdoBOEw==",
"identifierGuid": "54a8b32a-dd79-4c8b-b337-3c6076804e13",
"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": "46",
"identifier": "J+JdFkX5LUeYvkIo8i5zNw==",
"identifierGuid": "165de227-f945-472d-98be-4228f22e7337",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "Sje+EZpnk0yYX5tIk3aucA==",
"guid": "11be374a-679a-4c93-985f-9b489376ae70",
"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": "ViZuETBJMUypH1y8ZI7VFw==",
"previousFormGuid": "116e2656-4930-4c31-a91f-5cbc648ed517",
"nextForm": 1,
"nextFormG_UID": "/kxGjfR23UGDRFTpSOAXBw==",
"nextFormGuid": "8d464cfe-76f4-41dd-8344-54e948e01707",
"attributes": "sample string 10",
"updated": "2026-04-03T06:22:01.9788663",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "4SGremRcgEqaHNmhNb8CBw==",
"checkoutFormGuid": "7aab21e1-5c64-4a80-9a1c-d9a135bf0207",
"identifier": "03B5oFQLi02y9EmjAqB/Xg==",
"identifierGuid": "a07970d3-0b54-4d8b-b2f4-49a302a07f5e",
"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": "fHaFFsSbs0OUQoVFrt9t9g==",
"valueGuid": "1685767c-9bc4-43b3-9442-8545aedf6df6",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:22:01.9788663",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:22:01.9788663",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "MSQCl7lljkKxKMhidv8A9A==",
"checkoutFormGuid": "97022431-65b9-428e-b128-c86276ff00f4",
"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": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "51",
"pluG_UID": "lO2pvL3v90KbefwnST4VHQ==",
"pluGuid": "bca9ed94-efbd-42f7-9b79-fc27493e151d",
"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-03T06:22:01.9788663",
"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": "51"
}
],
"ingredients": [
{
"$id": "52",
"pluG_UID": "6265xdnuhEWRacAUt4PkIw==",
"ingredientGuid": "Zn6hpndDo0eZRthbAhwqpQ==",
"ingredientIdentifier": "a6a17e66-4377-47a3-9946-d85b021c2aa5",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "2"
}
},
{
"$ref": "52"
}
],
"bins": [
{
"$id": "53",
"pluG_UID": "9CGit6r2jEe5berK6C8o3A==",
"pluGuid": "b7a221f4-f6aa-478c-b96d-eacae82f28dc",
"shelfLocationIdentifier": "fKs50GRDfEWfT2ZXvZCelg==",
"shelfLocationGuid": "d039ab7c-4364-457c-9f4f-6657bd909e96",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "fpJY8StS7UmgSA9PEP1TUQ==",
"labelPageLayoutGuid": "f158927e-522b-49ed-a048-0f4f10fd5351",
"updated": "2026-04-03T06:22:01.9788663",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "2"
},
"location": {
"$id": "54",
"identifier": "uswAlJQof0uXUq0+NRj7VA==",
"storeID": 1,
"identifierGuid": "9400ccba-2894-4b7f-9752-ad3e3518fb54",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:22:01.9788663",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "53"
},
{
"$ref": "53"
}
]
}
},
{
"$ref": "53"
}
],
"bin": {
"$ref": "53"
},
"scaleLocations": [
{
"$id": "55",
"plu": 1,
"pluG_UID": "HQV4S3wDhEOIovnsIfgk0A==",
"pluGuid": "4b78051d-037c-4384-88a2-f9ec21f824d0",
"deptNo": 1,
"product": {
"$ref": "2"
},
"scaleLocation": {
"$id": "56",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:22:01.9788663",
"department": {
"$id": "57",
"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": "56"
},
"subDepartments": [
{
"$id": "58",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "59",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "60",
"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-03T06:22:01.9788663",
"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": "CrMbB5tdZUKyB3rctroquA==",
"labelPageLayoutGuid": "071bb30a-5d9b-4265-b207-7adcb6ba2ab8",
"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": "61",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "62",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "63"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "62"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "62"
},
"mscDep": {
"$id": "64",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "63"
}
},
{
"$ref": "60"
}
],
"updated": "2026-04-03T06:22:01.9788663",
"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": "SEm5Q+nMK0S2Jr+b2kLUJQ==",
"labelPageLayoutGuid": "43b94948-cce9-442b-b626-bf9bda42d425",
"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": "61"
},
"mscCom": {
"$ref": "62"
},
"mscDep": {
"$ref": "64"
},
"mscSubCom": {
"$ref": "63"
}
},
{
"$ref": "59"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:22:01.9788663",
"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": "kXIAvxmqTESpuGY5I/Fd0Q==",
"labelPageLayoutGuid": "bf007291-aa19-444c-a9b8-663923f15dd1",
"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": "61"
},
"mscCom": {
"$ref": "62"
},
"mscDep": {
"$ref": "64"
},
"mscSubCom": {
"$ref": "63"
}
},
{
"$ref": "58"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:22:01.9788663",
"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": "4PT9WEp8TEuOklS1WiXMCA==",
"labelPageLayoutGuid": "58fdf4e0-7c4a-4b4c-8e92-54b55a25cc08",
"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": "61"
},
"mscCom": {
"$ref": "62"
},
"mscDep": {
"$ref": "64"
},
"mscSubCom": {
"$ref": "63"
}
}
}
},
{
"$ref": "55"
}
],
"nextPrice": {
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "DxaEzaao1EWLxkqsY9zVCg==",
"pluGuid": "cd84160f-a8a6-45d4-8bc6-4aac63dcd50a",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "egRbepftOUmTUPfYuXj8KA==",
"dealCostGuid": "7a5b047a-ed97-4939-9350-f7d8b978fc28",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "kEFYhASZwE+yMJuVJPsu1A==",
"priceGroupGuid": "84584190-9904-4fc0-b230-9b9524fb2ed4",
"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-03T06:22:01.9788663",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "371b7195-e000-46c4-831e-12aa6a440c8f",
"campaignComboPriceGroupG_UID": "U1ixCxpdg0mLOV1M4pMkQg==",
"campaignComboPriceGroupIdentifier": "0bb15853-5d1a-4983-8b39-5d4ce2932442",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "66",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:22:01.9788663",
"operatorG_UID": "MCVs1m/wTUO3+UfLb2SvVA==",
"operatorGuid": "d66c2530-f06f-434d-b7f9-47cb6f64af54",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:22:01.9788663",
"signIqTicketFileMovedUtc": "2026-04-03T06:22:01.9788663",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:22:01.9788663",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "2e4bbfb9-8b25-4887-91d7-8370172b979c",
"product": {
"$ref": "2"
},
"campaignPlu": {
"$ref": "65"
},
"fuelItem": true
},
{
"$ref": "66"
}
],
"campaign": {
"$id": "67",
"id": 1,
"storeID": 2,
"name": "b333d6e3-ae0a-4fd7-b083-e678a4778615",
"nameGuid": "b333d6e3-ae0a-4fd7-b083-e678a4778615",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:22:01.9788663",
"startTime": 1,
"endDate": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"system": true,
"created": "2026-04-03T06:22:01.9788663",
"updated": "2026-04-03T06:22:01.9788663",
"priceChangeNotifiedUtc": "2026-04-03T06:22:01.9788663",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "Ey+tsk+kSEaCoaPGB5jVeg==",
"hostIdentifierGuid": "b2ad2f13-a44f-4648-82a1-a3c60798d57a",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:22:01.9788663",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"campaignPools": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "IjJCpa2jrE63rX9WB9Mjpw==",
"pluGuid": "a5423222-a3ad-4eac-b7ad-7f5607d323a7",
"hostOfferID": 1,
"priceGroupG_UID": "4gk0Biuz5UCR+GeLdHA11g==",
"priceGroupGuid": "063409e2-b32b-40e5-91f8-678b747035d6",
"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-03T06:22:01.9788663",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "2"
},
"campaign": {
"$ref": "67"
}
},
{
"$ref": "68"
}
],
"sellingRules": [
{
"$id": "69",
"id": 1,
"identifier": "CuXqzpZoj0C3zCDOshj9QQ==",
"identifierStr": "CuXqzpZoj0C3zCDOshj9QQ==",
"identifierGuid": "ceeae50a-6896-408f-b7cc-20ceb218fd41",
"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": "67"
}
},
{
"$ref": "69"
}
],
"customers": [
{
"$id": "70",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "8A9NR+Bc1EeafatWnHE4cQ==",
"customerIDGuid": "474d0ff0-5ce0-47d4-9a7d-ab569c713871",
"campaign": {
"$ref": "67"
},
"customer": {
"$id": "71",
"identifier": "1362W02j2E+diryP5q8neA==",
"identifierGuid": "5bb67ed7-a34d-4fd8-9d8a-bc8fe6af2778",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:22:01.9788663",
"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": "QtJ6474/lEiuX5kYMzxueQ==",
"communityIdentifierGuid": "e37ad242-3fbe-4894-ae5f-9918333c6e79",
"joined": "2026-04-03T06:22:01.9788663",
"updated": "2026-04-03T06:22:01.9788663",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "2/1y3t371k691DA7t6Ucjw==",
"priceLevelIdentifierGuid": "de72fddb-fbdd-4ed6-bdd4-303bb7a51c8f",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:22:01.9788663",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "72",
"cardType": 2,
"issueDate": "2026-04-03T06:22:01.9788663",
"expiry": "2026-04-03T06:22:01.9788663",
"customerID": "4J31Rz07ykq5vXiZgvHy2A==",
"customerIDGuid": "47f59de0-3b3d-4aca-b9bd-789982f1f2d8",
"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-03T06:22:01.9788663",
"linkedAccount": "1BxWDIhsKkCItM9Eq7AwlA==",
"linkedAccountGuid": "0c561cd4-6c88-402a-88b4-cf44abb03094",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "71"
},
"account": {
"$id": "73",
"id": 1,
"identifier": "nRNk8yqPok2aU5O88u6fHw==",
"identifierGuid": "f364139d-8f2a-4da2-9a53-93bcf2ee9f1f",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:22:01.9788663",
"owner": "3XBjAfi3kUmHWs65aejTrA==",
"ownerGuid": "016370dd-b7f8-4991-875a-ceb969e8d3ac",
"accountStoreGroupIdentifier": "0x76xZS8xEyN4Ovq+SEwEA==",
"accountStoreGroupGuid": "c5fa1ed3-bc94-4cc4-8de0-ebeaf9213010",
"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-03T06:22:01.9788663",
"active": true,
"updated": "2026-04-03T06:22:01.9788663",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "71"
},
"card": {
"$ref": "72"
},
"members": {
"$id": "74",
"sample string 1": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"sample string 2": [
{
"$ref": "71"
},
{
"$ref": "71"
}
]
},
"customerGroups": [
{
"$id": "75",
"identifier": "Iwd0gHaxqEys6a/Fz2QQTQ==",
"identifierGuid": "80740723-b176-4ca8-ace9-afc5cf64104d",
"name": "sample string 2",
"primaryContact": "fnI0o/cGZUSDhKwKSlPSbA==",
"primaryContactGuid": "a334727e-06f7-4465-8384-ac0a4a53d26c",
"accountID": "WOUJ0rGA0EunZT3edjMQ+g==",
"accountIDGuid": "d209e558-80b1-4bd0-a765-3dde763310fa",
"special": true,
"updated": "2026-04-03T06:22:01.9788663",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "ozmkTqo8vUa7Koxs4hxBRQ==",
"priceLevelIdentifierGuid": "4ea439a3-3caa-46bd-bb2a-8c6ce21c4145",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "73"
},
"primaryContactCustomer": {
"$ref": "71"
},
"customerGroupMembers": [
{
"$id": "76",
"id": 1,
"groupID": "V+70oj6c4U+ltvmb3zVhsw==",
"groupIDGuid": "a2f4ee57-9c3e-4fe1-a5b6-f99bdf3561b3",
"customerID": "c7FSSrPFqESr4YhZcBpWog==",
"customerIDGuid": "4a52b173-c5b3-44a8-abe1-8859701a56a2",
"card": "sample string 4",
"linkedAccount": "OUV0yNtZsU6AP4JYx7mX7w==",
"linkedAccountGuid": "c8744539-59db-4eb1-803f-8258c7b997ef",
"customer": {
"$ref": "71"
},
"group": {
"$ref": "75"
},
"customerCard": {
"$ref": "72"
}
},
{
"$ref": "76"
}
]
},
{
"$ref": "75"
}
]
},
"payments": [
{
"$id": "77",
"id": 1,
"identifier": "cFAzqBebBEySI+++1+ULIw==",
"identifierGuid": "a8335070-9b17-4c04-9223-efbed7e50b23",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "icxx17J3N0uyynfl7duvvg==",
"accountIDGuid": "d771cc89-77b2-4b37-b2ca-77e5eddbafbe",
"customerAccount": {
"$ref": "73"
},
"customerCard": {
"$ref": "72"
},
"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-03T06:22:01.9788663",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "8Z7Jf2WAM02Ho7Ika3T3/g==",
"idempotentVoidGuid": "7fc99ef1-8065-4d33-87a3-b2246b74f7fe",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "78",
"saleHeaderID": 1,
"saleHeaderGuid": "z9Ks/1NgZUy1LwR3fyyM2A==",
"saleHeaderIdentifierGuid": "ffacd2cf-6053-4c65-b52f-04777f2c8cd8",
"created": "2026-04-03T06:22:01.9788663",
"createdLocal": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"storeID": 1,
"operatorG_Uid": "Rzxbzt6hTU2Ysij5cmR/Eg==",
"operatorGuid": "ce5b3c47-a1de-4d4d-98b2-28f972647f12",
"customerG_Uid": "5qsYumctIUigGZZMQgrLdw==",
"customerGuid": "ba18abe6-2d67-4821-a019-964c420acb77",
"communityIdentifier": "/jGR05sGqUOsQ+GPcY51ew==",
"communityIdentifierGuid": "d39131fe-069b-43a9-ac43-e18f718e757b",
"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": "ltMD5IIDFUaL7z8ZZurGXA==",
"priceLevelIdentifierGuid": "e403d396-0382-4615-8bef-3f1966eac65c",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:22:01.9788663+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": "79",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:22:01.9788663",
"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": "39"
},
"customer": {
"$ref": "71"
},
"communityOrganisation": {
"$id": "80",
"id": 1,
"identifier": "WGwSEl2bEky2Zi8WR9CpHw==",
"identifierGuid": "12126c58-9b5d-4c12-b666-2f1647d0a91f",
"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-03T06:22:01.9788663",
"promoPeriodEnd": "2026-04-03T06:22:01.9788663",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:22:01.9788663",
"deleted": true
},
"details": [
{
"$id": "81",
"saleItemID": 1,
"identifier": "bJxAWXCCAEG3gshwT9L4UQ==",
"identifierGuid": "59409c6c-8270-4100-b782-c8704fd2f851",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "GTTUfwA0tkWSot43kCllGg==",
"pluGuid": "7fd43419-3400-45b6-92a2-de379029651a",
"accountID": "6LcnBX4Vpky8Rwvqz+39hA==",
"accountIDGuid": "0527b7e8-157e-4ca6-bc47-0beacfedfd84",
"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-03T06:22:01.9788663",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "ZSKJBpzkbE+Xlj45UrX07Q==",
"refundGuid": "06892265-e49c-4f6c-9796-3e3952b5f4ed",
"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": "ztee7Nvul0azvo3w4QyW1w==",
"idempotentVoidGuid": "ec9ed7ce-eedb-4697-b3be-8df0e10c96d7",
"priceLevelIdentifier": "guuWwEN/FU2Anh8yT3NVkA==",
"priceLevelIdentifierGuid": "c096eb82-7f43-4d15-809e-1f324f735590",
"communityIdentifier": "cl4hs5J/ckan/0F8iGm8og==",
"communityIdentifierGuid": "b3215e72-7f92-4672-a7ff-417c8869bca2",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "82",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:22:01.9788663",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "82"
}
],
"refund": {
"$id": "83",
"id": 1,
"g_UID": "X18ia3hY/UqzkCItRXL9Ug==",
"guid": "6b225f5f-5878-4afd-b390-222d4572fd52",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:22:01.9788663"
},
"modifier": {
"$id": "84",
"id": 1,
"setG_UID": "2We4NqS8xE+SBXOMfGRu/g==",
"modifierSetGuid": "36b867d9-bca4-4fc4-9205-738c7c646efe",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "b7os6+J+SECLFnEi4vEg+w==",
"pluGuid": "eb2cba6f-7ee2-4048-8b16-7122e2f120fb",
"deleted": true,
"g_UID": "ghSHd3epQke/vYcFs2hm2Q==",
"guid": "77871482-a977-4742-bfbd-8705b36866d9",
"product": {
"$ref": "2"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "81"
}
],
"eftReceipts": [
{
"$id": "85",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "78"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "85"
}
],
"payments": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"cards": [
{
"$id": "86",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "86"
}
],
"campaignHits": [
{
"$id": "87",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "87"
}
],
"fuel": [
{
"$id": "88",
"id": 1,
"plu": 1,
"pluG_UID": "p/w/S/nd00i53a6mcGTK9Q==",
"pluGuid": "4b3ffca7-ddf9-48d3-b9dd-aea67064caf5",
"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-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "88"
}
],
"fuelResells": [
{
"$id": "89",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "RXdOd6Fx2E2Ddzyx91WQEw==",
"pluGuid": "774e7745-71a1-4dd8-8377-3cb1f7559013",
"accountID": "KkWgWAn+KUuvquJb82G/uQ==",
"accountIDGuid": "58a0452a-fe09-4b29-afaa-e25bf361bfb9",
"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-03T06:22:01.9788663",
"bestOrExpireType": 1,
"refundG_UID": "eAFN6ifJHkux8HC3vSAr/g==",
"refundGuid": "ea4d0178-c927-4b1e-b1f0-70b7bd202bfe",
"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": "89"
}
],
"customerOrder": [
{
"$id": "90",
"identifier": "C6hHVi4utUWf39Dd8VUaHA==",
"identifierGuid": "5647a80b-2e2e-45b5-9fdf-d0ddf1551a1c",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "jotRLp2epk6bSiqoVyjovw==",
"customerIdentifierGuid": "2e518b8e-9e9d-4ea6-9b4a-2aa85728e8bf",
"operatorNo": 1,
"operatorG_UID": "yezSxY+80UizIxh021KS8w==",
"operatorGuid": "c5d2ecc9-bc8f-48d1-b323-1874db5292f3",
"created": "2026-04-03T06:22:01.9788663",
"ordered": "2026-04-03T06:22:01.9788663",
"started": "2026-04-03T06:22:01.9788663",
"completed": "2026-04-03T06:22:01.9788663",
"supplied": "2026-04-03T06:22:01.9788663",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "71"
},
"operator": {
"$ref": "39"
},
"details": [
{
"$id": "91",
"headerID": 1,
"plu": 1,
"pluG_UId": "Mso9U6S6dEaI4dEmMVBpbg==",
"pluGuid": "533dca32-baa4-4674-88e1-d1263150696e",
"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": "w0fQ5vq3REq95m9jj9ox/A==",
"headerIdentifierGuid": "e6d047c3-b7fa-4a44-bde6-6f638fda31fc",
"product": {
"$ref": "2"
}
},
{
"$ref": "91"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "78"
}
},
{
"$ref": "90"
}
],
"surveyResponses": [
{
"$id": "92",
"surveyG_UID": "hR1DRoOYWUq3PMCmZRE0FA==",
"surveyGuid": "46431d85-9883-4a59-b73c-c0a665113414",
"saleHeaderGuid": "Mbm1DDzE9U2w7ccpJFaglw==",
"saleGuid": "0cb5b931-c43c-4df5-b0ed-c7292456a097",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "EKub8oM54Eas04YdaV/igg==",
"guidResponse": "f29bab10-3983-46e0-acd3-861d695fe282",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:22:01.9788663",
"sale": {
"$ref": "78"
},
"survey": {
"$id": "93",
"g_UID": "dUU4sBbyTU2LaJTWyOod1w==",
"guid": "b0384575-f216-4d4d-8b68-94d6c8ea1dd7",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "3nQVZJzL6EWiGIUrfjvh9g==",
"checkoutFormGuid": "641574de-cb9c-45e8-a218-852b7e3be1f6",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:22:01.9788663",
"end": "2026-04-03T06:22:01.9788663",
"deleted": true,
"updated": "2026-04-03T06:22:01.9788663",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"efdf2372-468d-434a-b256-286037fe56f9",
"664f713e-6ced-4eb9-b230-749cdc2a2b5a"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "92"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "GdcHAcfHQ0qDCG/iTNE7Ig==",
"accountIdentifier": "0107d719-c7c7-4a43-8308-6fe24cd13b22",
"accountName": "sample string 44",
"customerOrderIdentifier": "3WvhnLulbEWhHLkDbW2VpA==",
"customerOrderIdentifierGuid": "9ce16bdd-a5bb-456c-a11c-b9036d6d95a4",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "94",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "Zs72UoCWzkqBx140xqXA0w==",
"paymentIdentifierGuid": "52f6ce66-9680-4ace-81c7-5e34c6a5c0d3",
"identifier": "TfWWwUs7WEW9+ETDcO2vSw==",
"identifierGuid": "c196f54d-3b4b-4558-bdf8-44c370edaf4b",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "rf9O5XNZt06jXV3dgAD5aA==",
"itemIdentifierGuid": "e54effad-5973-4eb7-a35d-5ddd8000f968"
}
},
{
"$ref": "77"
}
]
},
{
"$ref": "72"
}
],
"customerGroupMembers": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"customerGroups": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"accounts": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"account": {
"$ref": "73"
},
"vouchers": [
{
"$id": "95",
"customerIdentifier": "pkyZ4E0KAkOWE72mQhL/0A==",
"customerIdentifierGuid": "e0994ca6-0a4d-4302-9613-bda64212ffd0",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "t5/0EfWM1kakVqDRFAfEzg==",
"idempotentGuid": "11f49fb7-8cf5-46d6-a456-a0d11407c4ce",
"offline": true,
"voucher": {
"$id": "96",
"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-03T06:22:01.9788663",
"barcodeTemplate": {
"$id": "97",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "98",
"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-03T06:22:01.9788663",
"labelPageLayout": "WyihS6DqjEGDlxiiTrxPNw==",
"pageLayoutGuid": "4ba1285b-eaa0-418c-8397-18a24ebc4f37",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "96"
},
"elements": [
{
"$id": "99",
"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-03T06:22:01.9788663"
},
{
"$ref": "99"
}
]
},
"customerVouchers": [
{
"$id": "100",
"id": 1,
"customerIdentifier": "NfTOgcUMz0WofJoMhZIiaQ==",
"customerIdentifierGuid": "81cef435-0cc5-45cf-a87c-9a0c85922269",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:22:01.9788663",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "6FtRzRLKKUiAAj34jqCtfw==",
"issuedIdempotentGuid": "cd515be8-ca12-4829-8002-3df88ea0ad7f",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:22:01.9788663",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:22:01.9788663",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "WxR2ukq1sUqbHPtt7mgt5Q==",
"redeemedIdempotentGuid": "ba76145b-b54a-4ab1-9b1c-fb6dee682de5",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:22:01.9788663",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "98"
},
"voucher": {
"$ref": "96"
},
"customer": {
"$ref": "71"
},
"issuedOfflinePayment": {
"$ref": "77"
},
"redeemedOfflinePayment": {
"$ref": "77"
}
},
{
"$ref": "100"
}
]
},
"customer": {
"$ref": "71"
}
},
{
"$ref": "95"
}
]
}
},
{
"$ref": "70"
}
],
"customerGroups": [
{
"$id": "101",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "EnMpKgQv4U6Y8stv3vVe5w==",
"groupIDGuid": "2a297312-2f04-4ee1-98f2-cb6fdef55ee7",
"campaign": {
"$ref": "67"
},
"group": {
"$ref": "75"
}
},
{
"$ref": "101"
}
],
"signIqTickets": [
{
"$id": "102",
"identifier": "NvBWyaJi7k6txeFAutHhPg==",
"identifierGuid": "c956f036-62a2-4eee-adc5-e140bad1e13e",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "102"
}
],
"comboPriceGroups": [
{
"$id": "103",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "0ALqfE4qCUW9lWavFoTzdg==",
"guid": "7cea02d0-2a4e-4509-bd95-66af1684f376",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "67"
},
"comboPricePlus": [
{
"$id": "104",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "woUK4avy9UOV+zCGX6duqA==",
"groupGuid": "e10a85c2-f2ab-43f5-95fb-30865fa76ea8",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "zMq896Sn2U6aqNuOwQRO/A==",
"pluGuid": "f7bccacc-a7a4-4ed9-9aa8-db8ec1044efc",
"priceGroupG_UID": "KSyBo/CSqkaqJcdMkBzZAw==",
"priceGroupGuid": "a3812c29-92f0-46aa-aa25-c74c901cd903",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "67"
},
"product": {
"$ref": "2"
},
"priceGroup": {
"$ref": "32"
},
"campaignPool": {
"$ref": "67"
}
},
{
"$ref": "104"
}
]
},
{
"$ref": "103"
}
],
"priceLevels": [
{
"$id": "105",
"id": 1,
"priceLevelIdentifier": "hxVxOZ/fHkGG8i7guRRpaQ==",
"priceLevelIdentifierGuid": "39711587-df9f-411e-86f2-2ee0b9146969",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "105"
}
],
"promotionType": {
"$id": "106",
"identifier": "7Na+QGoSx02MPugY2/KTXg==",
"identifierGuid": "40bed6ec-126a-4dc7-8c3e-e818dbf2935e",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "t0naUTTAlk2PucZaKFFd2Q==",
"labelPageLayoutGuid": "51da49b7-c034-4d96-8fb9-c65a28515dd9",
"priceLevelIdentifier": "N+7z4Ut84E2sajRuHJNUJA==",
"priceLevelIdentifierGuid": "e1f3ee37-7c4b-4de0-ac6a-346e1c935424",
"active": true,
"updated": "2026-04-03T06:22:01.9788663",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "2"
},
"dealCost": {
"$id": "107",
"headerIdentifier": "puF6ZDLNUECe9Sihh/VDrA==",
"headerIdentifierGuid": "647ae1a6-cd32-4050-9ef5-28a187f543ac",
"identifier": "Y5b+pFf+zk6+TuViuLX6KA==",
"identifierGuid": "a4fe9663-fe57-4ece-be4e-e562b8b5fa28",
"supplierIdentifier": "CHRV8IoBOUKdwEBPiXJXvA==",
"supplierGuid": "f0557408-018a-4239-9dc0-404f897257bc",
"pluG_UID": "+4WQw4xrGUqcxOn3itnocw==",
"pluGuid": "c39085fb-6b8c-4a19-9cc4-e9f78ad9e873",
"campaignName": "8bf352da-1203-4bbb-8f27-087af79868cf",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:22:01.9788663",
"end": "2026-04-03T06:22:01.9788663",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "HXF1jhEY5kyixERlaV2/ow==",
"bonusItemPluGuid": "8e75711d-1811-4ce6-a2c4-4465695dbfa3",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:22:01.9788663",
"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-03T06:22:01.9788663",
"campaignEndDate": "2026-04-03T06:22:01.9788663",
"masterPLUG_UID": "MArd82nHDUSTfKkAnj3UHA==",
"masterID": "f3dd0a30-c769-440d-937c-a9009e3dd41c",
"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": "erqmIg/pFky0yRSM+d+F7Q==",
"bonusMasterID": "22a6ba7a-e90f-4c16-b4c9-148cf9df85ed",
"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-03T06:22:01.9788663",
"dealCosts": [
{
"$ref": "107"
},
{
"$ref": "107"
}
],
"tags": [
{
"$id": "108",
"pluG_UID": "09cjs4ha1EeHuGN32xfaAQ==",
"pluGuid": "b323d7d3-5a88-47d4-87b8-6377db17da01",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "108"
}
],
"alternateProductG_UID": "y65MHRnJdUuuFTUiLsqWeg==",
"alternateProduct": "1d4caecb-c919-4b75-ae15-35222eca967a",
"altProduct": {
"$ref": "2"
},
"productHostCode": {
"$id": "109",
"id": 1,
"pluG_UID": "0hpGm5P2okGcxo66Jal+5w==",
"pluGuid": "9b461ad2-f693-41a2-9cc6-8eba25a97ee7",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "61"
},
"mscCom": {
"$ref": "62"
},
"mscDep": {
"$ref": "64"
},
"mscSubCom": {
"$ref": "63"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:22:01.9788663",
"inventoryTracked": "2026-04-03T06:22:01.9788663",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "110",
"pluG_UID": "7bQhsui5qkGcwSTmsM3sFw==",
"pluGuid": "b221b4ed-b9e8-41aa-9cc1-24e6b0cdec17",
"fuelPluG_UID": "aL3dMpo4lEKC895wDSDWhw==",
"fuelPluGuid": "32ddbd68-389a-4294-82f3-de700d20d687",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "110"
},
{
"$ref": "110"
}
]
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.