POST api/invoices
Save invoice
Request Information
URI Parameters
None.
Body Parameters
invoice header to save
InvoiceHeader| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| StoreID | integer |
None. |
|
| TradingPartner | InvoiceTradingPartner |
None. |
|
| SupplierIdentifier | Collection of byte |
None. |
|
| SupplierIdentifierGuid | globally unique identifier |
None. |
|
| Xfer |
True if stock transfer |
boolean |
None. |
| SourceStore | string |
None. |
|
| SourceCode | string |
None. |
|
| SourceAbn | string |
None. |
|
| TargetCode | string |
None. |
|
| TargetState | string |
None. |
|
| WhouseRef | string |
None. |
|
| StateSource | string |
None. |
|
| Status | InvoiceStatus |
None. |
|
| FileID | string |
String length: inclusive between 0 and 255 |
|
| Created |
Time invoice was created |
date |
None. |
| CreatedByUser |
User who created in invoice |
string |
None. |
| Updated | date |
None. |
|
| TransType | InvoiceType |
None. |
|
| TransDateTime | date |
None. |
|
| InvoiceNo |
Invoice number |
string |
None. |
| InvoiceText | string |
String length: inclusive between 0 and 40 |
|
| AdjustmentNo | integer |
None. |
|
| InvoiceDate | date |
None. |
|
| ClaimNo | integer |
None. |
|
| CountReceivedReset |
Invoice received counts have been reset |
boolean |
None. |
| AccountingExported |
Invoice has been exported by accounting services |
boolean |
None. |
| OrderReceived |
The order has already received the inventory |
boolean |
None. |
| OrderGuid | Collection of byte |
None. |
|
| OrderIdentifier |
Order identifier of the order attached to this invoice |
globally unique identifier |
None. |
| OrderNo |
Order number in emc system |
integer |
None. |
| OrderText | string |
None. |
|
| SupplierNotes | string |
None. |
|
| DefaultStockReceiveDocumentId | integer |
None. |
|
| ReceiptEmailSent | boolean |
None. |
|
| ReceiptEmailSentId | string |
String length: inclusive between 0 and 100 |
|
| ReceiptEmailSentStatus | string |
String length: inclusive between 0 and 20 |
|
| CustomerCd | string |
None. |
|
| StoreName | string |
None. |
|
| Street | string |
None. |
|
| Suburb | string |
None. |
|
| PostCd | string |
None. |
|
| DebtorCd | string |
None. |
|
| LiquorLicense | string |
None. |
|
| Bond | string |
None. |
|
| Url | string |
None. |
|
| Completed |
Time invoice was completed |
date |
None. |
| Received |
Time invoice was received into system |
date |
None. |
| InvoiceSubTotal |
Invoice total excluding fees |
decimal number |
None. |
| ItemTotalCost | decimal number |
None. |
|
| AdminFee | decimal number |
None. |
|
| FinanceFee | decimal number |
None. |
|
| InvoiceTotal | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| SalesTax | decimal number |
None. |
|
| TobaccoTax | decimal number |
None. |
|
| ShrinkWrap | decimal number |
None. |
|
| GstTotal | decimal number |
None. |
|
| Margin | decimal number |
None. |
|
| DeliveryFee |
Invoiced delivery fee, gst inclusive, exported to accounting services |
decimal number |
None. |
| TransportFee |
Delivery or freight fee not included in invoice, will be ignored in accounting |
decimal number |
None. |
| ServiceFee | decimal number |
None. |
|
| GstOnService | decimal number |
None. |
|
| GstOnDelivery | decimal number |
None. |
|
| GstOnShrinkWrap | decimal number |
None. |
|
| WetTotal | decimal number |
None. |
|
| GstApplicable | decimal number |
None. |
|
| GstExempt | decimal number |
None. |
|
| SupplierMatchRequired |
Temporary supplier, invoice requires a supplier match before it can be completed |
boolean |
None. |
| Temperature |
Temperature recorded of order on receive. Null indicates no temperature recorded |
decimal number |
None. |
| TemperatureScale |
Temperature scale that temperature is recorded in |
TemperatureScale |
None. |
| Rating |
Quality rating of the order |
integer |
None. |
| CompleteInvoiceInventory |
Complete invoice setting used during invoice complete |
UpdateInventory |
None. |
| WineLitres | decimal number |
None. |
|
| WineValue | decimal number |
None. |
|
| SpiritLitres | decimal number |
None. |
|
| SpiritValue | decimal number |
None. |
|
| BeerLitres | decimal number |
None. |
|
| BeerValue | decimal number |
None. |
|
| MidBeerLitres | decimal number |
None. |
|
| MidBeerValue | decimal number |
None. |
|
| LowBeerLitres | decimal number |
None. |
|
| LowBeerValue | decimal number |
None. |
|
| LowWineLitres | decimal number |
None. |
|
| LowWineValue | decimal number |
None. |
|
| Deleted | boolean |
None. |
|
| SupplierName | string |
Relation. This field may not always be loaded or used for updates. |
|
| InvoiceSuffix | string |
Relation. This field may not always be loaded or used for updates. |
|
| CostVariance | decimal number |
Relation. This field may not always be loaded or used for updates. |
|
| Store | Store |
Relation. This field may not always be loaded or used for updates. |
|
| Supplier | Supplier |
Relation. This field may not always be loaded or used for updates. |
|
| Order | OrderHeader |
Relation. This field may not always be loaded or used for updates. |
|
| Details | Collection of InvoiceDetail |
Relation. This field may not always be loaded or used for updates. |
|
| OrderStatus | integer |
Relation. This field may not always be loaded or used for updates. |
|
| ProcessLockedInvoice |
option to process the locked invoice |
boolean |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"identifier": "mZxFlwQK2kKzHB1lg41qTQ==",
"identifierGuid": "97459c99-0a04-42da-b31c-1d65838d6a4d",
"storeID": 2,
"tradingPartner": 0,
"supplierIdentifier": "JlMQsSqB30OGm5Mj5W7kEw==",
"supplierIdentifierGuid": "b1105326-812a-43df-869b-9323e56ee413",
"xfer": true,
"sourceStore": "sample string 3",
"sourceCode": "sample string 4",
"sourceAbn": "sample string 5",
"targetCode": "sample string 6",
"targetState": "sample string 7",
"whouseRef": "sample string 8",
"stateSource": "sample string 9",
"status": 10,
"fileID": "sample string 11",
"created": "2026-04-03T06:15:18.6966798",
"createdByUser": "sample string 12",
"updated": "2026-04-03T06:15:18.6966798",
"transType": 0,
"transDateTime": "2026-04-03T06:15:18.6966798",
"invoiceNo": "sample string 13",
"invoiceText": "sample string 14",
"adjustmentNo": 1,
"invoiceDate": "2026-04-03T06:15:18.6966798",
"claimNo": 1,
"countReceivedReset": true,
"accountingExported": true,
"orderReceived": true,
"orderGuid": "uKhIjIME8kSlzX2OUPsx/A==",
"orderIdentifier": "8c48a8b8-0483-44f2-a5cd-7d8e50fb31fc",
"orderNo": 1,
"orderText": "sample string 18",
"supplierNotes": "sample string 19",
"defaultStockReceiveDocumentId": 1,
"receiptEmailSent": true,
"receiptEmailSentId": "sample string 21",
"receiptEmailSentStatus": "sample string 22",
"customerCd": "sample string 23",
"storeName": "sample string 24",
"street": "sample string 25",
"suburb": "sample string 26",
"postCd": "sample string 27",
"debtorCd": "sample string 28",
"liquorLicense": "sample string 29",
"bond": "sample string 30",
"url": "sample string 31",
"completed": "2026-04-03T06:15:18.6966798",
"received": "2026-04-03T06:15:18.6966798",
"invoiceSubTotal": 1.0,
"itemTotalCost": 1.0,
"adminFee": 1.0,
"financeFee": 1.0,
"invoiceTotal": 1.0,
"weight": 1.0,
"salesTax": 1.0,
"tobaccoTax": 1.0,
"shrinkWrap": 32.0,
"gstTotal": 1.0,
"margin": 1.0,
"deliveryFee": 1.0,
"transportFee": 33.0,
"serviceFee": 1.0,
"gstOnService": 1.0,
"gstOnDelivery": 1.0,
"gstOnShrinkWrap": 1.0,
"wetTotal": 1.0,
"gstApplicable": 1.0,
"gstExempt": 1.0,
"supplierMatchRequired": true,
"temperature": 1.1,
"temperatureScale": 35,
"rating": 36,
"completeInvoiceInventory": 37,
"wineLitres": 1.0,
"wineValue": 1.0,
"spiritLitres": 1.0,
"spiritValue": 1.0,
"beerLitres": 1.0,
"beerValue": 1.0,
"midBeerLitres": 1.0,
"midBeerValue": 1.0,
"lowBeerLitres": 1.0,
"lowBeerValue": 1.0,
"lowWineLitres": 1.0,
"lowWineValue": 1.0,
"deleted": true,
"supplierName": "sample string 39",
"invoiceSuffix": "sample string 40",
"costVariance": 1.0,
"store": {
"$id": "2",
"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:15:18.6966798",
"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": "E2uuyKuU4UePzaS59Xdlig==",
"hostIdentifierGuid": "c8ae6b13-94ab-47e1-8fcd-a4b9f577658a",
"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:15:18.6966798",
"priceZone": {
"$id": "3",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "IOlT5HMb8UOmFvj8OlaCyw==",
"hostIdentifierGuid": "e453e920-1b73-43f1-a616-f8fc3a5682cb",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "4",
"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": "4"
},
"hostStoreSettings": [
{
"$id": "5",
"id": 1,
"hostIdentifier": "xHQhXKHpgUed+IUq2AK5yg==",
"hostIdentifierGuid": "5c2174c4-e9a1-4781-9df8-852ad802b9ca",
"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": "6",
"identifier": "I18SrA3dB0KaeN7MZpICzA==",
"identifierGuid": "ac125f23-dd0d-4207-9a78-decc669202cc",
"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": "e1XPxViIUkCXPCB3aW33PA==",
"hostSupplierIdentifierGuid": "c5cf557b-8858-4052-973c-2077696df73c",
"loyaltyPriceLevelIdentifier": "Ss3CB7kabEGVaRHl0u4d6Q==",
"loyaltyPriceLevelIdentifierGuid": "07c2cd4a-1ab9-416c-9569-11e5d2ee1de9",
"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:15:18.6966798",
"lastProcessed": "2026-04-03T06:15:18.6966798",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "7",
"identifier": "Ec1UG4HXeES/6b5Twg1hTw==",
"identifierGuid": "1b54cd11-d781-4478-bfe9-be53c20d614f",
"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": "9he0f0syw0WPi9tSlJ7txw==",
"primaryContactID": "7fb417f6-324b-45c3-8f8b-db52949eedc7",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "ddLw6iVR70mut6vYElST9A==",
"supplierGroupGuid": "eaf0d275-5125-49ef-aeb7-abd8125493f4",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:15:18.6966798",
"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": "8",
"id": "6d602ab6-4d3d-4771-b17f-f754856b2064",
"identifier": "ozOa3e89+UaJau+LE3VFSQ==",
"identifierGuid": "dd9a33a3-3def-46f9-896a-ef8b13754549",
"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": "9",
"supplierIdentifier": "bNDwAnE0ZUK9mz8kxxCbhA==",
"supplierIdentifierGuid": "02f0d06c-3471-4265-bd9b-3f24c7109b84",
"contactGuid": "GY2aDfomtEa5B9XW8G8hsA==",
"contactID": "0d9a8d19-26fa-46b4-b907-d5d6f06f21b0",
"contact": {
"$ref": "8"
},
"supplier": {
"$ref": "7"
}
},
{
"$ref": "9"
}
],
"products": [
{
"$id": "10",
"pluG_UID": "AuFdDwAJVE6fAMw/Dg6ytQ==",
"pluGuid": "0f5de102-0900-4e54-9f00-cc3f0e0eb2b5",
"supplierIdentifier": "E2WYbB2Yk0OchDrZhaZn7g==",
"supplierIdentifierGuid": "6c986513-981d-4393-9c84-3ad985a667ee",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:15:18.6966798",
"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:15:18.6966798",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "11",
"pluG_UID": "ob32eyqWSE+0SxSmAI2fSA==",
"pluGuid": "7bf6bda1-962a-4f48-b44b-14a6008d9f48",
"supplierIdentifier": "LUv5XEdVikqC4g632ZFhhA==",
"supplierIdentifierGuid": "5cf94b2d-5547-4a8a-82e2-0eb7d9916184",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "11"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "yD8WA4i7z0qEOJ0MPjBISA==",
"parentPluGuid": "03163fc8-bb88-4acf-8438-9d0c3e304848",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "12",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "iNOMr57jOUGWlJnU2InFEg==",
"guid": "af8cd388-e39e-4139-9694-99d4d889c512",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "aCxEyW1TzEepypYUnQD90w==",
"priceGroupGuid": "c9442c68-536d-47cc-a9ca-96149d00fdd3",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:15:18.7123301",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:15:18.7123301",
"pluCreated": "2026-04-03T06:15:18.7123301",
"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:15:18.7123301",
"lastManualUpdate": "2026-04-03T06:15:18.7123301",
"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:15:18.7123301",
"currentCostUpdated": "2026-04-03T06:15:18.7123301",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:15:18.7123301",
"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:15:18.7123301",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "EaoRfRz7CUmLbXtv6ifxgw==",
"altPLUGuid": "7d11aa11-fb1c-4909-8b6d-7b6fea27f183",
"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:15:18.7123301",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "KGlwab+cX06RneXP2SlzUA==",
"shelfPageLayoutGuid": "69706928-9cbf-4e5f-919d-e5cfd9297350",
"talkerPageLayoutG_UID": "8NwMPMUSC0eT9ojUW/tEQQ==",
"talkerPageLayoutGuid": "3c0cdcf0-12c5-470b-93f6-88d45bfb4441",
"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": "aO9HJbUi0ECiIGHgL0Br1g==",
"inventoryIdentifier": "2547ef68-22b5-40d0-a220-61e02f406bd6",
"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": "/6v7VDavP0uufbpfqRFmFg==",
"parentPluGuid": "54fbabff-af36-4b3f-ae7d-ba5fa9116616",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "DPRAj8TGTkuQYTZj0Uj+NQ==",
"supplierIdentifierGuid": "8f40f40c-c6c4-4b4e-9061-3663d148fe35",
"supplierChanged": true,
"rebateSupplierIdentifier": "Rf9auxddvkmXGBEAxOL8aQ==",
"rebateSupplierIdentifierGuid": "bb5aff45-5d17-49be-9718-1100c4e2fc69",
"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:15:18.7123301",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "hAE3k4SaNUS1h9CRzsZ/Xw==",
"hostIdentifierGuid": "93370184-9a84-4435-b587-d091cec67f5f",
"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": "12"
},
{
"$ref": "12"
}
],
"store": {
"$ref": "2"
},
"storePrices": [
{
"$id": "13",
"pluG_UID": "jLoWdgyEAk6q/WNaBPpGiA==",
"pluGuid": "7616ba8c-840c-4e02-aafd-635a04fa4688",
"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:15:18.7123301"
},
{
"$ref": "13"
}
],
"currentPrices": {
"$id": "14",
"pluPrices": {
"$id": "15",
"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:15:18.7123301",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "15"
},
"winningCampaign": 1,
"winner": {
"$id": "16",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:15:18.7123301",
"startTime": 5,
"endDate": "2026-04-03T06:15:18.7123301",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "+kEF2TINwUmVcMEqkRUu7Q==",
"hostIdentifierGuid": "d90541fa-0d32-49c1-9570-c12a91152eed",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"tray": {
"$id": "17",
"g_UId": "v6TGcMbygkCsVydD5JI9Jg==",
"guid": "70c6a4bf-f2c6-4082-ac57-2743e4923d26",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "18",
"priceGroupG_UID": "2f5onbKDf0as9yICVYqI/w==",
"priceGroupGuid": "9d68fed9-83b2-467f-acf7-2202558a88ff",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:15:18.7123301",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "19",
"pluG_UID": "7cN53++WJEiqFvfpLUHVww==",
"pluGuid": "df79c3ed-96ef-4824-aa16-f7e92d41d5c3",
"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": "20",
"pluGuid": "b00d3302-9382-4c9f-8d2e-e73fbc2db5e4",
"created": "2026-04-03T06:15:18.7123301",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:15:18.7123301",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:15:18.7123301",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:15:18.7123301",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:15:18.7123301",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:15:18.7123301",
"lastSold": "2026-04-03T06:15:18.7123301",
"firstSold": "2026-04-03T06:15:18.7123301",
"awsUpdated": "2026-04-03T06:15:18.7123301",
"lastManualUpdate": "2026-04-03T06:15:18.7123301",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:15:18.7123301",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:15:18.7123301",
"doNotRangeUpdated": "2026-04-03T06:15:18.7123301",
"doNotOrderUpdated": "2026-04-03T06:15:18.7123301",
"tracked": "2026-04-03T06:15:18.7123301"
},
"allergens": [
{
"$id": "21",
"primaryKey": {
"$id": "22",
"pluGuid": "ec103733-6023-4d2a-8e09-a17298e4bcb7",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "MzcQ7CNgKk2OCaFymOS8tw==",
"pluGuid": "ec103733-6023-4d2a-8e09-a17298e4bcb7",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "21"
}
],
"costs": {
"$id": "23",
"pluG_UID": "6gucUP3sIEKL9WDBl3Pdig==",
"pluGuid": "509c0bea-ecfd-4220-8bf5-60c19773dd8a",
"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:15:18.7123301",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "24",
"saleHeaderID": 1,
"created": "2026-04-03T06:15:18.7123301",
"createdLocal": "2026-04-03T06:15:18.7123301",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "1aWSaE5tWUWaAC8OmQjBVw==",
"operatorGuid": "6892a5d5-6d4e-4559-9a00-2f0e9908c157",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "HsbrmJOFaEG741OCNu3ILQ==",
"pluGuid": "98ebc61e-8593-4168-bbe3-538236edc82d",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$id": "25",
"id": 1,
"g_Uid": "ejSqHef1iEW+oC/hhSnT7Q==",
"guid": "1daa347a-f5e7-4588-bea0-2fe18529d3ed",
"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:15:18.7123301",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:15:18.7123301",
"endShift": "2026-04-03T06:15:18.7123301",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "26",
"operatorG_UID": "FdzkfqACOkaSVfgzAHvTPQ==",
"operatorGuid": "7ee4dc15-02a0-463a-9255-f833007bd33d",
"storeID": 2,
"operator": {
"$ref": "25"
},
"store": {
"$ref": "2"
}
},
{
"$ref": "26"
}
]
}
},
{
"$ref": "24"
}
],
"apns": [
{
"$id": "27",
"pluID": 1,
"pluG_UID": "xo4XlaWsqE20RLckGKan2w==",
"pluGuid": "95178ec6-aca5-4da8-b444-b72418a6a7db",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"tuns": [
{
"$id": "28",
"pluG_UId": "xSlxI6VLQU+N7ULlUcP8gA==",
"pluGuid": "237129c5-4ba5-4f41-8ded-42e551c3fc80",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "12"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "28"
}
],
"competitionPricing": [
{
"$id": "29",
"identifier": "V0yqqjEbv0yZG64eBkMwyA==",
"identifierGuid": "aaaa4c57-1b31-4cbf-991b-ae1e064330c8",
"pluG_UID": "dcD4Ecs8VEy11fvMNEQb4g==",
"pluGuid": "11f8c075-3ccb-4c54-b5d5-fbcc34441be2",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "29"
}
],
"supplier": {
"$ref": "7"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"ordering": {
"$ref": "10"
},
"flipChartPages": [
{
"$id": "30",
"identifier": "+d4N6h1bDECgYcl/bP+Qmg==",
"groupName": "sample string 1",
"identifierGuid": "ea0ddef9-5b1d-400c-a061-c97f6cff909a",
"exists": true,
"flipChartIdentifier": "m+i6UJpTtUqcICBUmkSo6A==",
"flipChartIdentifierGuid": "50bae89b-539a-4ab5-9c20-20549a44a8e8",
"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": "nHQHyOuKrkiWyKRg0jjkdA==",
"groupIdentifierGuid": "c807749c-8aeb-48ae-96c8-a460d238e474",
"flipChart": {
"$id": "31",
"identifier": "xzyUS3lSj0GG6Bbvso7VCA==",
"identifierGuid": "4b943cc7-5279-418f-86e8-16efb28ed508",
"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": "32",
"identifier": "BVXjcQkuGUK/I9uGwqMEvw==",
"identifierGuid": "71e35505-2e09-4219-bf23-db86c2a304bf",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "33",
"id": 1,
"g_UID": "CRIkm1nVrEeQib36sc1Kjg==",
"guid": "9b241209-d559-47ac-9089-bdfab1cd4a8e",
"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": "P+7TByrbtECBkkwKdZMLXw==",
"previousFormGuid": "07d3ee3f-db2a-40b4-8192-4c0a75930b5f",
"nextForm": 1,
"nextFormG_UID": "IriPiiLHA0iZNX4RJzvbng==",
"nextFormGuid": "8a8fb822-c722-4803-9935-7e11273bdb9e",
"attributes": "sample string 10",
"updated": "2026-04-03T06:15:18.7123301",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "33"
},
"previousCheckoutForm": {
"$ref": "33"
},
"buttons": [
{
"$id": "34",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "emwtnHwejkeV4x28I0p4UA==",
"checkoutFormGuid": "9c2d6c7a-1e7c-478e-95e3-1dbc234a7850",
"identifier": "2AyemJ8YZ0ysrKCtw53zSA==",
"identifierGuid": "989e0cd8-189f-4c67-acac-a0adc39df348",
"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": "mlRwv9l7tUSC9JCQD6SznA==",
"valueGuid": "bf70549a-7bd9-44b5-82f4-90900fa4b39c",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:15:18.7123301",
"action": "sample string 12",
"valueForm": {
"$ref": "33"
},
"image": {
"$id": "35",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:15:18.7123301",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "34"
}
],
"panels": [
{
"$id": "36",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "4bGZbvnKSEGstRoLnoELdg==",
"checkoutFormGuid": "6e99b1e1-caf9-4148-acb5-1a0b9e810b76",
"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": "36"
}
]
},
{
"$ref": "33"
}
],
"panels": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"contentPanel": {
"$ref": "36"
},
"products": [
{
"$id": "37",
"flipChartPageIdentifier": "gqmumV6eXkaq8/USzLbRwQ==",
"flipChartPageIdentifierGuid": "99aea982-9e5e-465e-aaf3-f512ccb6d1c1",
"pluG_UID": "X+5FDVNLNUKtLmMwBhekbQ==",
"pluGuid": "0d45ee5f-4b53-4235-ad2e-63300617a46d",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "12"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "37"
}
],
"productCount": 27,
"pages": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
{
"$ref": "30"
}
],
"priceHistory": [
{
"$id": "38",
"pluG_UID": "lywzdi/FMkmzXuPhfnt8nQ==",
"pluGuid": "76332c97-c52f-4932-b35e-e3e17e7b7c9d",
"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:15:18.7123301",
"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": "38"
}
],
"ingredients": [
{
"$id": "39",
"pluG_UID": "cZ1G2B2dKkyRExvjN5NZNQ==",
"ingredientGuid": "WkhrXfcfoU29lC+2SuaCog==",
"ingredientIdentifier": "5d6b485a-1ff7-4da1-bd94-2fb64ae682a2",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "12"
}
},
{
"$ref": "39"
}
],
"bins": [
{
"$id": "40",
"pluG_UID": "WBMzxjr+Z0qe1SD9/JoAlA==",
"pluGuid": "c6331358-fe3a-4a67-9ed5-20fdfc9a0094",
"shelfLocationIdentifier": "wRNdN3d9SUmGW6FLQ8n0Kw==",
"shelfLocationGuid": "375d13c1-7d77-4949-865b-a14b43c9f42b",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "9TJDIYpbrkWY7RTmnGqcSQ==",
"labelPageLayoutGuid": "214332f5-5b8a-45ae-98ed-14e69c6a9c49",
"updated": "2026-04-03T06:15:18.7123301",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "12"
},
"location": {
"$id": "41",
"identifier": "u9U8nHtTRkuR9KTSjJga4A==",
"storeID": 1,
"identifierGuid": "9c3cd5bb-537b-4b46-91f4-a4d28c981ae0",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:15:18.7123301",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "40"
},
{
"$ref": "40"
}
]
}
},
{
"$ref": "40"
}
],
"bin": {
"$ref": "40"
},
"scaleLocations": [
{
"$id": "42",
"plu": 1,
"pluG_UID": "4tXNcelu4Eu5J0grX5QoNg==",
"pluGuid": "71cdd5e2-6ee9-4be0-b927-482b5f942836",
"deptNo": 1,
"product": {
"$ref": "12"
},
"scaleLocation": {
"$id": "43",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:15:18.7123301",
"department": {
"$id": "44",
"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": "43"
},
"subDepartments": [
{
"$id": "45",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "46",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "47",
"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:15:18.7123301",
"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": "OD4I7pAgvkKzkHOVP8FATA==",
"labelPageLayoutGuid": "ee083e38-2090-42be-b390-73953fc1404c",
"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": "48",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "49",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "50",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "50"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "49"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$id": "51",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "47"
}
],
"updated": "2026-04-03T06:15:18.7123301",
"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": "aKeWTJQztU2oVH+NprX6dQ==",
"labelPageLayoutGuid": "4c96a768-3394-4db5-a854-7f8da6b5fa75",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "46"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:15:18.7123301",
"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": "dsbkpvZPwk6N3wNEN+Ce/A==",
"labelPageLayoutGuid": "a6e4c676-4ff6-4ec2-8ddf-034437e09efc",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
},
{
"$ref": "45"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:15:18.7123301",
"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": "81P3MsF6OEe63aUXX1IqOQ==",
"labelPageLayoutGuid": "32f753f3-7ac1-4738-badd-a5175f522a39",
"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": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
}
}
}
},
{
"$ref": "42"
}
],
"nextPrice": {
"$id": "52",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "d1SB0J7rlE+k5j5z9dw/XA==",
"pluGuid": "d0815477-eb9e-4f94-a4e6-3e73f5dc3f5c",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "Ac+3vrsspUKkhPnZ2XQBwg==",
"dealCostGuid": "beb7cf01-2cbb-42a5-a484-f9d9d97401c2",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "LlOCM+LZ30uOIKO5LaOTdw==",
"priceGroupGuid": "3382532e-d9e2-4bdf-8e20-a3b92da39377",
"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:15:18.7123301",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "41dbe6e2-ed58-4d1a-bdb6-0b87e46fc724",
"campaignComboPriceGroupG_UID": "zRFQC3v36UuX8xteQ35MFA==",
"campaignComboPriceGroupIdentifier": "0b5011cd-f77b-4be9-97f3-1b5e437e4c14",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "53",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:15:18.7123301",
"operatorG_UID": "ZT9sz1f6dEiZ+wOVws8nqg==",
"operatorGuid": "cf6c3f65-fa57-4874-99fb-0395c2cf27aa",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:15:18.7123301",
"signIqTicketFileMovedUtc": "2026-04-03T06:15:18.7123301",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:15:18.7123301",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "3376527b-aafe-477e-ba83-030edd7ca40e",
"product": {
"$ref": "12"
},
"campaignPlu": {
"$ref": "52"
},
"fuelItem": true
},
{
"$ref": "53"
}
],
"campaign": {
"$id": "54",
"id": 1,
"storeID": 2,
"name": "e0057e7f-14ec-4a09-a3d6-a68dd499bf42",
"nameGuid": "e0057e7f-14ec-4a09-a3d6-a68dd499bf42",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:15:18.7123301",
"startTime": 1,
"endDate": "2026-04-03T06:15:18.7123301",
"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:15:18.7123301",
"system": true,
"created": "2026-04-03T06:15:18.7123301",
"updated": "2026-04-03T06:15:18.7123301",
"priceChangeNotifiedUtc": "2026-04-03T06:15:18.7123301",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "eJxX+sy45kabIZsRbq/lCg==",
"hostIdentifierGuid": "fa579c78-b8cc-46e6-9b21-9b116eafe50a",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:15:18.7123301",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"campaignPools": [
{
"$id": "55",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "ywKDMUxqEUuZEvl3eiQ5nA==",
"pluGuid": "318302cb-6a4c-4b11-9912-f9777a24399c",
"hostOfferID": 1,
"priceGroupG_UID": "5z16HQNKqk+ww0cCWPhG4A==",
"priceGroupGuid": "1d7a3de7-4a03-4faa-b0c3-470258f846e0",
"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:15:18.7123301",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "12"
},
"campaign": {
"$ref": "54"
}
},
{
"$ref": "55"
}
],
"sellingRules": [
{
"$id": "56",
"id": 1,
"identifier": "CDieyY41u0WIvhX5sPA3zg==",
"identifierStr": "CDieyY41u0WIvhX5sPA3zg==",
"identifierGuid": "c99e3808-358e-45bb-88be-15f9b0f037ce",
"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": "54"
}
},
{
"$ref": "56"
}
],
"customers": [
{
"$id": "57",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "iCoBqeJHvUaIXQ/0f5avCA==",
"customerIDGuid": "a9012a88-47e2-46bd-885d-0ff47f96af08",
"campaign": {
"$ref": "54"
},
"customer": {
"$id": "58",
"identifier": "gm60z+GUmUeduBf8hNLdKQ==",
"identifierGuid": "cfb46e82-94e1-4799-9db8-17fc84d2dd29",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:15:18.7123301",
"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": "61Al2bIiYkaU9sI38leioA==",
"communityIdentifierGuid": "d92550eb-22b2-4662-94f6-c237f257a2a0",
"joined": "2026-04-03T06:15:18.7123301",
"updated": "2026-04-03T06:15:18.7123301",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "2qMAhDaIZke7sSksMHea9Q==",
"priceLevelIdentifierGuid": "8400a3da-8836-4766-bbb1-292c30779af5",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:15:18.7123301",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "59",
"cardType": 2,
"issueDate": "2026-04-03T06:15:18.7123301",
"expiry": "2026-04-03T06:15:18.7123301",
"customerID": "wZrIzeMBtkmqWlkh+cF+IA==",
"customerIDGuid": "cdc89ac1-01e3-49b6-aa5a-5921f9c17e20",
"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:15:18.7123301",
"linkedAccount": "arMW++aO8k6WdCKc+JxmUQ==",
"linkedAccountGuid": "fb16b36a-8ee6-4ef2-9674-229cf89c6651",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "58"
},
"account": {
"$id": "60",
"id": 1,
"identifier": "HGiOMHKBwEajGOgOLEHhlg==",
"identifierGuid": "308e681c-8172-46c0-a318-e80e2c41e196",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:15:18.7123301",
"owner": "pmfSMC8WTU6/QycqeTEvaw==",
"ownerGuid": "30d267a6-162f-4e4d-bf43-272a79312f6b",
"accountStoreGroupIdentifier": "usQUJc54OkuwjZH8ReW9wg==",
"accountStoreGroupGuid": "2514c4ba-78ce-4b3a-b08d-91fc45e5bdc2",
"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:15:18.7123301",
"active": true,
"updated": "2026-04-03T06:15:18.7123301",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "58"
},
"card": {
"$ref": "59"
},
"members": {
"$id": "61",
"sample string 1": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"sample string 2": [
{
"$ref": "58"
},
{
"$ref": "58"
}
]
},
"customerGroups": [
{
"$id": "62",
"identifier": "ssEmkcCd/0qvEAmWTV1EUQ==",
"identifierGuid": "9126c1b2-9dc0-4aff-af10-09964d5d4451",
"name": "sample string 2",
"primaryContact": "sfdoSrqu8k6p3Od+1fUrjQ==",
"primaryContactGuid": "4a68f7b1-aeba-4ef2-a9dc-e77ed5f52b8d",
"accountID": "UH4d6448z0ScVPc5N1CPCQ==",
"accountIDGuid": "eb1d7e50-3c8e-44cf-9c54-f73937508f09",
"special": true,
"updated": "2026-04-03T06:15:18.7123301",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "M/BWrK1kd0WaXxyKvF84Lw==",
"priceLevelIdentifierGuid": "ac56f033-64ad-4577-9a5f-1c8abc5f382f",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "60"
},
"primaryContactCustomer": {
"$ref": "58"
},
"customerGroupMembers": [
{
"$id": "63",
"id": 1,
"groupID": "MCLz+8EvTkCIEihG+rzOsw==",
"groupIDGuid": "fbf32230-2fc1-404e-8812-2846fabcceb3",
"customerID": "rK+y/8cz40iJ+aXEoLYbNQ==",
"customerIDGuid": "ffb2afac-33c7-48e3-89f9-a5c4a0b61b35",
"card": "sample string 4",
"linkedAccount": "qwPhYZyWRke9IbR04k4A2w==",
"linkedAccountGuid": "61e103ab-969c-4746-bd21-b474e24e00db",
"customer": {
"$ref": "58"
},
"group": {
"$ref": "62"
},
"customerCard": {
"$ref": "59"
}
},
{
"$ref": "63"
}
]
},
{
"$ref": "62"
}
]
},
"payments": [
{
"$id": "64",
"id": 1,
"identifier": "cHXuSjGhs0KjU0u1siVscw==",
"identifierGuid": "4aee7570-a131-42b3-a353-4bb5b2256c73",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "11Fe0NYhTkyy9pjZawJhaQ==",
"accountIDGuid": "d05e51d7-21d6-4c4e-b2f6-98d96b026169",
"customerAccount": {
"$ref": "60"
},
"customerCard": {
"$ref": "59"
},
"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:15:18.7123301",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "GZztmmUbSESImlzzdVes4A==",
"idempotentVoidGuid": "9aed9c19-1b65-4448-889a-5cf37557ace0",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "65",
"saleHeaderID": 1,
"saleHeaderGuid": "qstxH5QCT0CWhDifLvtqcA==",
"saleHeaderIdentifierGuid": "1f71cbaa-0294-404f-9684-389f2efb6a70",
"created": "2026-04-03T06:15:18.7123301",
"createdLocal": "2026-04-03T06:15:18.7123301",
"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:15:18.7123301",
"storeID": 1,
"operatorG_Uid": "vDxDBZzT0U68VLi0BRkMWg==",
"operatorGuid": "05433cbc-d39c-4ed1-bc54-b8b405190c5a",
"customerG_Uid": "8WBc4JB/FUGE/pXtm3qrIA==",
"customerGuid": "e05c60f1-7f90-4115-84fe-95ed9b7aab20",
"communityIdentifier": "vLCCBxGZAEGlRPU9rqIxBg==",
"communityIdentifierGuid": "0782b0bc-9911-4100-a544-f53daea23106",
"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": "DS/js78yvU2KYlx67Ke72g==",
"priceLevelIdentifierGuid": "b3e32f0d-32bf-4dbd-8a62-5c7aeca7bbda",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:15:18.7123301+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": "66",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:15:18.7123301",
"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": "25"
},
"customer": {
"$ref": "58"
},
"communityOrganisation": {
"$id": "67",
"id": 1,
"identifier": "Y2U9viizX0mgpVhYFEjXnQ==",
"identifierGuid": "be3d6563-b328-495f-a0a5-58581448d79d",
"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:15:18.7123301",
"promoPeriodEnd": "2026-04-03T06:15:18.7123301",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:15:18.7123301",
"deleted": true
},
"details": [
{
"$id": "68",
"saleItemID": 1,
"identifier": "HT3apSps6kqa7YVSK/eq3Q==",
"identifierGuid": "a5da3d1d-6c2a-4aea-9aed-85522bf7aadd",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "yeQQgUeyOEGj1RrBxvUr/w==",
"pluGuid": "8110e4c9-b247-4138-a3d5-1ac1c6f52bff",
"accountID": "Ss6+59QNLE2aX/k7jTbX8w==",
"accountIDGuid": "e7bece4a-0dd4-4d2c-9a5f-f93b8d36d7f3",
"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:15:18.7123301",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "XigZ9D5p1kuEtq1T3ZgWbg==",
"refundGuid": "f419285e-693e-4bd6-84b6-ad53dd98166e",
"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": "zoOtBbb1XEqIqUQh/KB6SQ==",
"idempotentVoidGuid": "05ad83ce-f5b6-4a5c-88a9-4421fca07a49",
"priceLevelIdentifier": "vQ9/PZgOXE+kiEg7JE9kAg==",
"priceLevelIdentifierGuid": "3d7f0fbd-0e98-4f5c-a488-483b244f6402",
"communityIdentifier": "1jKQqvLmQ0a5WA14gI3Jiw==",
"communityIdentifierGuid": "aa9032d6-e6f2-4643-b958-0d78808dc98b",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "69",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:15:18.7123301",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "69"
}
],
"refund": {
"$id": "70",
"id": 1,
"g_UID": "1/9OFQsJqkq/PZ0pGHrt+Q==",
"guid": "154effd7-090b-4aaa-bf3d-9d29187aedf9",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:15:18.7123301"
},
"modifier": {
"$id": "71",
"id": 1,
"setG_UID": "46IPm9ir30CKEYLJ5Yt/Zg==",
"modifierSetGuid": "9b0fa2e3-abd8-40df-8a11-82c9e58b7f66",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "yPfCtJgDZkiSJpkFpBGEbw==",
"pluGuid": "b4c2f7c8-0398-4866-9226-9905a411846f",
"deleted": true,
"g_UID": "5RWdSS6SCk+sKiLJBQ/Ecg==",
"guid": "499d15e5-922e-4f0a-ac2a-22c9050fc472",
"product": {
"$ref": "12"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "68"
}
],
"eftReceipts": [
{
"$id": "72",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "65"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "72"
}
],
"payments": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"cards": [
{
"$id": "73",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "73"
}
],
"campaignHits": [
{
"$id": "74",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "74"
}
],
"fuel": [
{
"$id": "75",
"id": 1,
"plu": 1,
"pluG_UID": "P1ef7PFpYU+0S132UNsNNQ==",
"pluGuid": "ec9f573f-69f1-4f61-b44b-5df650db0d35",
"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:15:18.7123301",
"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:15:18.7123301",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "75"
}
],
"fuelResells": [
{
"$id": "76",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "7ZlbP5rga0W3jRZhd5QP+Q==",
"pluGuid": "3f5b99ed-e09a-456b-b78d-166177940ff9",
"accountID": "TPo0ri3xs0yvdlQJMZ4iyQ==",
"accountIDGuid": "ae34fa4c-f12d-4cb3-af76-5409319e22c9",
"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:15:18.7123301",
"bestOrExpireType": 1,
"refundG_UID": "nUJhHxTG60KruRe+BkJ2Cw==",
"refundGuid": "1f61429d-c614-42eb-abb9-17be0642760b",
"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": "76"
}
],
"customerOrder": [
{
"$id": "77",
"identifier": "A2Zmt8X25kCuPPUQb2DZvw==",
"identifierGuid": "b7666603-f6c5-40e6-ae3c-f5106f60d9bf",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "hqZFCysrlUWzTskHm+JqzQ==",
"customerIdentifierGuid": "0b45a686-2b2b-4595-b34e-c9079be26acd",
"operatorNo": 1,
"operatorG_UID": "AYbMo+nWk0aM7xNpTUG8uw==",
"operatorGuid": "a3cc8601-d6e9-4693-8cef-13694d41bcbb",
"created": "2026-04-03T06:15:18.7123301",
"ordered": "2026-04-03T06:15:18.7123301",
"started": "2026-04-03T06:15:18.7123301",
"completed": "2026-04-03T06:15:18.7123301",
"supplied": "2026-04-03T06:15:18.7123301",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "58"
},
"operator": {
"$ref": "25"
},
"details": [
{
"$id": "78",
"headerID": 1,
"plu": 1,
"pluG_UId": "y7iHISSGp0aOFGYZERCJwQ==",
"pluGuid": "2187b8cb-8624-46a7-8e14-6619111089c1",
"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": "tHbumvCRxEmtIRQi0EyHKw==",
"headerIdentifierGuid": "9aee76b4-91f0-49c4-ad21-1422d04c872b",
"product": {
"$ref": "12"
}
},
{
"$ref": "78"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "65"
}
},
{
"$ref": "77"
}
],
"surveyResponses": [
{
"$id": "79",
"surveyG_UID": "vIFQnjuEy0a0G6ifku/r/Q==",
"surveyGuid": "9e5081bc-843b-46cb-b41b-a89f92efebfd",
"saleHeaderGuid": "oboALKr7fkC72fpqKSj//Q==",
"saleGuid": "2c00baa1-fbaa-407e-bbd9-fa6a2928fffd",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "7t9aHFqTeUiD5f6gZcYL7w==",
"guidResponse": "1c5adfee-935a-4879-83e5-fea065c60bef",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:15:18.7123301",
"sale": {
"$ref": "65"
},
"survey": {
"$id": "80",
"g_UID": "DWGvPou88E+BG08HTeBzJQ==",
"guid": "3eaf610d-bc8b-4ff0-811b-4f074de07325",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "fIwafPLEtEu6aGhjN/ICGA==",
"checkoutFormGuid": "7c1a8c7c-c4f2-4bb4-ba68-686337f20218",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:15:18.7123301",
"end": "2026-04-03T06:15:18.7123301",
"deleted": true,
"updated": "2026-04-03T06:15:18.7123301",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"5a3813b8-88e7-4e3e-9735-d02bb2ae1915",
"bd4f9798-d9d9-4fd5-9402-5dcdc5bc2ca2"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "33"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "79"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "iHGb8vF+qkekciklvzaeYg==",
"accountIdentifier": "f29b7188-7ef1-47aa-a472-2925bf369e62",
"accountName": "sample string 44",
"customerOrderIdentifier": "Anyx/jX0lU+MRP1NoVzaPQ==",
"customerOrderIdentifierGuid": "feb17c02-f435-4f95-8c44-fd4da15cda3d",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "81",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "23LDjKiAZkaS2sa8itS88A==",
"paymentIdentifierGuid": "8cc372db-80a8-4666-92da-c6bc8ad4bcf0",
"identifier": "/3BFY/JnnECemDEFyHDpcg==",
"identifierGuid": "634570ff-67f2-409c-9e98-3105c870e972",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "oOZJea0TLUWBqvrxJ8JSsg==",
"itemIdentifierGuid": "7949e6a0-13ad-452d-81aa-faf127c252b2"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "59"
}
],
"customerGroupMembers": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"customerGroups": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"accounts": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"account": {
"$ref": "60"
},
"vouchers": [
{
"$id": "82",
"customerIdentifier": "GUT/+lHK5ESHBzVF/BcP8Q==",
"customerIdentifierGuid": "faff4419-ca51-44e4-8707-3545fc170ff1",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "AwOHJz8Wikif8e2k3ciZ5g==",
"idempotentGuid": "27870303-163f-488a-9ff1-eda4ddc899e6",
"offline": true,
"voucher": {
"$id": "83",
"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:15:18.7123301",
"barcodeTemplate": {
"$id": "84",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "85",
"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:15:18.7123301",
"labelPageLayout": "v/Z6iHFHlE6lXsdimW8t3Q==",
"pageLayoutGuid": "887af6bf-4771-4e94-a55e-c762996f2ddd",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "83"
},
"elements": [
{
"$id": "86",
"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:15:18.7123301"
},
{
"$ref": "86"
}
]
},
"customerVouchers": [
{
"$id": "87",
"id": 1,
"customerIdentifier": "IZOaZv3scUSk/NZN1qFnyw==",
"customerIdentifierGuid": "669a9321-ecfd-4471-a4fc-d64dd6a167cb",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:15:18.7123301",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "iqqJddL1akGa/3e/p0Fk8w==",
"issuedIdempotentGuid": "7589aa8a-f5d2-416a-9aff-77bfa74164f3",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:15:18.7123301",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:15:18.7123301",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "snRLQQJEnkSGfhW9G0Pkhg==",
"redeemedIdempotentGuid": "414b74b2-4402-449e-867e-15bd1b43e486",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:15:18.7123301",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "85"
},
"voucher": {
"$ref": "83"
},
"customer": {
"$ref": "58"
},
"issuedOfflinePayment": {
"$ref": "64"
},
"redeemedOfflinePayment": {
"$ref": "64"
}
},
{
"$ref": "87"
}
]
},
"customer": {
"$ref": "58"
}
},
{
"$ref": "82"
}
]
}
},
{
"$ref": "57"
}
],
"customerGroups": [
{
"$id": "88",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "oRXWICrNVE2fYdnGaS7WUA==",
"groupIDGuid": "20d615a1-cd2a-4d54-9f61-d9c6692ed650",
"campaign": {
"$ref": "54"
},
"group": {
"$ref": "62"
}
},
{
"$ref": "88"
}
],
"signIqTickets": [
{
"$id": "89",
"identifier": "VwJs93aD4kKNqbJx6bEuvw==",
"identifierGuid": "f76c0257-8376-42e2-8da9-b271e9b12ebf",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "89"
}
],
"comboPriceGroups": [
{
"$id": "90",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "bJmT6jc0aEyaT8LuvXZ2Fw==",
"guid": "ea93996c-3437-4c68-9a4f-c2eebd767617",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "54"
},
"comboPricePlus": [
{
"$id": "91",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "5uu7OCSxEEm25vF2to0AtQ==",
"groupGuid": "38bbebe6-b124-4910-b6e6-f176b68d00b5",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "1tksyXgxxE+G0dl0Ebx66Q==",
"pluGuid": "c92cd9d6-3178-4fc4-86d1-d97411bc7ae9",
"priceGroupG_UID": "crY8JVmGC0GnnBJAyryxDg==",
"priceGroupGuid": "253cb672-8659-410b-a79c-1240cabcb10e",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "54"
},
"product": {
"$ref": "12"
},
"priceGroup": {
"$ref": "18"
},
"campaignPool": {
"$ref": "54"
}
},
{
"$ref": "91"
}
]
},
{
"$ref": "90"
}
],
"priceLevels": [
{
"$id": "92",
"id": 1,
"priceLevelIdentifier": "xGl3kud3sEaOoayWCyXjuQ==",
"priceLevelIdentifierGuid": "927769c4-77e7-46b0-8ea1-ac960b25e3b9",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "92"
}
],
"promotionType": {
"$id": "93",
"identifier": "aPXFdEZaQU6qTweWXbr3kg==",
"identifierGuid": "74c5f568-5a46-4e41-aa4f-07965dbaf792",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "/KOrtr2/n0KZqt01dvcIDQ==",
"labelPageLayoutGuid": "b6aba3fc-bfbd-429f-99aa-dd3576f7080d",
"priceLevelIdentifier": "NLlAR6BrlUi0J6aYRHEDwQ==",
"priceLevelIdentifierGuid": "4740b934-6ba0-4895-b427-a698447103c1",
"active": true,
"updated": "2026-04-03T06:15:18.7123301",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "12"
},
"dealCost": {
"$id": "94",
"headerIdentifier": "nSXvgADyDk+OgApmq7BdEw==",
"headerIdentifierGuid": "80ef259d-f200-4f0e-8e80-0a66abb05d13",
"identifier": "UX9cECEAWEuANV3aXfm62Q==",
"identifierGuid": "105c7f51-0021-4b58-8035-5dda5df9bad9",
"supplierIdentifier": "mjjElYOV1kKmALY9+EFASw==",
"supplierGuid": "95c4389a-9583-42d6-a600-b63df841404b",
"pluG_UID": "HBTjsRdLNk65vu758rsS+A==",
"pluGuid": "b1e3141c-4b17-4e36-b9be-eef9f2bb12f8",
"campaignName": "7521502c-3180-46e5-8dd6-f41b4aaea8c3",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:15:18.7123301",
"end": "2026-04-03T06:15:18.7123301",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "psLjQUO0sEiD4+gSg8WO7w==",
"bonusItemPluGuid": "41e3c2a6-b443-48b0-83e3-e81283c58eef",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:15:18.7123301",
"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:15:18.7123301",
"campaignEndDate": "2026-04-03T06:15:18.7123301",
"masterPLUG_UID": "j6mzOJ2IU06xcy6ShD7rvw==",
"masterID": "38b3a98f-889d-4e53-b173-2e92843eebbf",
"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": "LpR7p2IzY0yvpdi1lNAHwQ==",
"bonusMasterID": "a77b942e-3362-4c63-afa5-d8b594d007c1",
"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:15:18.7123301",
"dealCosts": [
{
"$ref": "94"
},
{
"$ref": "94"
}
],
"tags": [
{
"$id": "95",
"pluG_UID": "8FtgPgNCX0axkTWMpgh/dg==",
"pluGuid": "3e605bf0-4203-465f-b191-358ca6087f76",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "95"
}
],
"alternateProductG_UID": "coIlxzOSw02X8RLAjCB62g==",
"alternateProduct": "c7258272-9233-4dc3-97f1-12c08c207ada",
"altProduct": {
"$ref": "12"
},
"productHostCode": {
"$id": "96",
"id": 1,
"pluG_UID": "ZaHCY9RWwkyTZXCCWqzhFA==",
"pluGuid": "63c2a165-56d4-4cc2-9365-70825aace114",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "48"
},
"mscCom": {
"$ref": "49"
},
"mscDep": {
"$ref": "51"
},
"mscSubCom": {
"$ref": "50"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:15:18.7123301",
"inventoryTracked": "2026-04-03T06:15:18.7123301",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "97",
"pluG_UID": "uvEVjUoxZ0WVxbwx3sBQKw==",
"pluGuid": "8d15f1ba-314a-4567-95c5-bc31dec0502b",
"fuelPluG_UID": "UeX7NgSYMUG7n9gnWyCwoA==",
"fuelPluGuid": "36fbe551-9804-4131-bb9f-d8275b20b0a0",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "97"
},
{
"$ref": "97"
}
]
},
"supplier": {
"$ref": "7"
},
"serviceFee": {
"$id": "98",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "10"
}
],
"orderCycleHeaders": [
{
"$id": "99",
"storeID": 1,
"supplierIdentifier": "SIgnnqFD6UyWKQuscVVyIg==",
"supplierGuid": "9e278848-43a1-4ce9-9629-0bac71557222",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "99"
}
],
"cycles": [
{
"$id": "100",
"storeID": 1,
"supplierIdentifier": "sB2U/+bM2Ua5oP3+4dLcEg==",
"supplierGuid": "ff941db0-cce6-46d9-b9a0-fdfee1d2dc12",
"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:15:18.7123301",
"deliveryDate": "2026-04-03T06:15:18.7123301",
"nextCutOffDate": "2026-04-03T06:15:18.7123301",
"nextDeliveryDate": "2026-04-03T06:15:18.7123301",
"nextDaysBuffer": 10
},
{
"$ref": "100"
}
],
"store": {
"$ref": "2"
},
"updated": "2026-04-03T06:15:18.7123301",
"isHost": true
},
"files": [
{
"$id": "101",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:15:18.7123301",
"processed": "2026-04-03T06:15:18.7123301",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:15:18.7123301",
"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": "6"
},
"metcashHeader": {
"$id": "102",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:15:18.7123301",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "101"
}
],
"zoneMatrix": [
{
"$id": "103",
"id": 1,
"hostIdentifier": "KnZ8XtXfE0qRVB3Vs0vMEQ==",
"hostIdentifierGuid": "5e7c762a-dfd5-4a13-9154-1dd5b34bcc11",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"7a952766-367e-41dd-9b4a-a852d734a95b",
"f65114b4-ca2d-4642-900a-8eb843a479ab"
]
},
{
"$ref": "103"
}
],
"hostFileStoreSetting": {
"$ref": "5"
},
"hostStoreSettings": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"promotionPlacements": [
{
"$id": "104",
"identifier": "LidlAksMt0iYebRUaJIO5Q==",
"identifierGuid": "0265272e-0c4b-48b7-9879-b45468920ee5",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "104"
}
],
"promoTypeGuids": [
"27621d2c-0f99-4ebd-80a0-6ab052fd9b47",
"242b63e5-c781-4ba2-a440-159a4a5f7e27"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$id": "105",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "105"
}
],
"sales": [
{
"$id": "106",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:15:18.7123301",
"ftpSite": {
"$id": "107",
"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": "106"
}
],
"zoneMatrix": [
{
"$ref": "103"
},
{
"$ref": "103"
}
],
"cashManagements": [
{
"$id": "108",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "109",
"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": "108"
}
],
"updateStoreID": "193c1f51-251c-4434-ba91-f4a0cfa8c642",
"updateStore": {
"$id": "110",
"id": "cc1d20a5-d491-41d3-b985-77a3e30ab8fa",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:15:18.7123301",
"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:15:18.7123301"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "111",
"loginMode": 1,
"allowSelfVerification": true,
"verifierEmail": "sample string 3",
"source": "sample string 4",
"loginModeInherited": 5,
"loginModeSource": "sample string 6",
"selfVerifyInherited": true,
"selfVerifySource": "sample string 8",
"verifyEmailInherited": "sample string 9",
"verifyEmailSource": "sample string 10"
}
},
"supplier": {
"$ref": "7"
},
"order": {
"$id": "112",
"orderID": 1,
"orderGuid": "4GQ/ZL8eKkKbLCOShOd4qg==",
"orderIdentifier": "643f64e0-1ebf-422a-9b2c-239284e778aa",
"backToBack": 1,
"b2bGuid": "rJfIG/bI50Sw9WkEoH2weQ==",
"b2bIdentifier": "1bc897ac-c8f6-44e7-b0f5-6904a07db079",
"status": 2,
"created": "2026-04-03T06:15:18.7123301",
"createdLocal": "2026-04-03T06:15:18.7123301",
"createdByUser": "sample string 3",
"storeID": 1,
"transferGuid": "pBZuLm/ciUqhfe3IvN6c2Q==",
"transferIdentifier": "2e6e16a4-dc6f-4a89-a17d-edc8bcde9cd9",
"transferInvoiceIdentifier": "0eVXe0e0aEmAx869cdqqLQ==",
"transferInvoiceGuid": "7b57e5d1-b447-4968-80c7-cebd71daaa2d",
"attachedToInvoice": 4,
"transferType": 1,
"supplierIdentifier": "HnyS6k1zC0Wq4uLckUNBzA==",
"supplierIdentifierGuid": "ea927c1e-734d-450b-aae2-e2dc914341cc",
"description": "sample string 5",
"rows": 1,
"cartons": 1,
"units": 1,
"sentCount": 1,
"sent": "2026-04-03T06:15:18.7123301",
"sentLocal": "2026-04-03T06:15:18.7123301",
"sentByUser": "sample string 6",
"lastSentStatus": 1,
"cancelled": "2026-04-03T06:15:18.7123301",
"cancelledLocal": "2026-04-03T06:15:18.7123301",
"cancelledByUser": "sample string 7",
"shipped": "2026-04-03T06:15:18.7123301",
"shippedLocal": "2026-04-03T06:15:18.7123301",
"shippedByUser": "sample string 8",
"stockReceived": "2026-04-03T06:15:18.7123301",
"stockReceivedLocal": "2026-04-03T06:15:18.7123301",
"stockReceivedByUser": "sample string 9",
"stockReceiveInventorySetting": 10,
"received": "2026-04-03T06:15:18.7123301",
"receivedLocal": "2026-04-03T06:15:18.7123301",
"completed": "2026-04-03T06:15:18.7123301",
"completedLocal": "2026-04-03T06:15:18.7123301",
"updated": "2026-04-03T06:15:18.7123301",
"updatedLocal": "2026-04-03T06:15:18.7123301",
"dueDate": "2026-04-03T06:15:18.7123301",
"warehouseNote": "sample string 11",
"warehouseRef": "sample string 12",
"pdeSerialNumber": "sample string 13",
"tradingPartner": 1,
"orderType": "sample string 1",
"orderTypeDescription": "sample string 2",
"stateCode": "sample string 16",
"mailCarbonCopy": true,
"mailTo": "sample string 18",
"mailBcc": "sample string 19",
"mailReplyTo": "sample string 20",
"liquor": true,
"summary": "sample string 22",
"notes": "sample string 23",
"supplierNotes": "sample string 24",
"receiptEmailSent": true,
"receiptEmailSentId": "sample string 26",
"receiptEmailSentStatus": "sample string 27",
"transportCompanyGuid": "YPcegysobEq32bQ/LFwtjQ==",
"transportCompanyIdentifier": "831ef760-282b-4a6c-b7d9-b43f2c5c2d8d",
"autoOrder": 28,
"hostIdentifier": "+fBA+1OSLEOYdarvbGnsJg==",
"hostIdentifierGuid": "fb40f0f9-9253-432c-9875-aaef6c69ec26",
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"temperature": 1.1,
"temperatureScale": 29,
"rating": 30,
"lastOrderEmailSentId": "sample string 31",
"lastOrderEmailSentStatus": "sample string 32",
"deleted": "2026-04-03T06:15:18.7123301",
"deletedByUser": "sample string 33",
"autoOrderGuid": "Mj3So/mvTkeiVOglYoB2Jw==",
"autoOrderIdentifier": "a3d23d32-aff9-474e-a254-e82562807627",
"autoOrderHeader": {
"$id": "113",
"autoOrderGuid": "qu2jtMOilUmeXKXZBwrfFw==",
"autoOrderIdentifier": "b4a3edaa-a2c3-4995-9e5c-a5d9070adf17",
"orderGuid": "+dKe4Oto5kKgrkgk3YYwSQ==",
"orderIdentifier": "e09ed2f9-68eb-42e6-a0ae-4824dd863049",
"created": "2026-04-03T06:15:18.7123301",
"orderID": 1,
"storeID": 1,
"orderDate": "2026-04-03T06:15:18.7123301",
"supplierIdentifier": "GaV9QXrosEeXULnRwXB2NQ==",
"supplierIdentifierGuid": "417da519-e87a-47b0-9750-b9d1c1707635",
"orderStatus": 1,
"tradingPartner": 1,
"simpleAWS": 2,
"defaultMPL": 3,
"investmentBuy": true,
"storeName": "sample string 5",
"supplierName": "sample string 6",
"description": "sample string 7",
"orderType": "sample string 8",
"mailTo": "sample string 9",
"mailBcc": "sample string 10",
"notes": "sample string 11",
"transportCompanyGuid": "NKzQ/FRPkEapdhMcaehguA==",
"transportCompanyIdentifier": "fcd0ac34-4f54-4690-a976-131c69e860b8",
"store": {
"$ref": "2"
},
"supplier": {
"$ref": "7"
},
"orderCycle": {
"$id": "114",
"id": 1,
"autoOrderGuid": "vAbfMKUxWU+YbVYTXlIYcg==",
"autoOrderIdentifier": "30df06bc-31a5-4f59-986d-56135e521872",
"cutOffDate": "2026-04-03T06:15:18.7123301",
"deliveryDate": "2026-04-03T06:15:18.7123301",
"daysBuffer": 3,
"nextCutOffDate": "2026-04-03T06:15:18.7123301",
"nextDeliveryDate": "2026-04-03T06:15:18.7123301",
"nextDaysBuffer": 5
},
"details": [
{
"$id": "115",
"autoOrderGuid": "zWtBRXTfzUW3E2BV543Aeg==",
"autoOrderIdentifier": "45416bcd-df74-45cd-b713-6055e78dc07a",
"pluG_UID": "f00wQ11pyky+1kFHnndFGw==",
"pluGuid": "43304d7f-695d-4cca-bed6-41479e77451b",
"orderCartons": 1,
"orderUnits": 1,
"orderWeight": 1,
"processedCartons": 1,
"processedUnits": 1,
"processedWeight": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"status": 1,
"bestDealCartonCost": 1.1,
"bestDealDays": 1,
"lastDealDays": 1,
"normalCartonCost": 1.1,
"currentDealCartonCost": 1.1,
"investmentCartons": 1,
"investmentUnits": 1,
"investmentWeight": 1,
"investmentSavedAmt": 1.1,
"investmentBuyEndDate": "2026-04-03T06:15:18.7123301",
"investmentBuyStatus": 2,
"processed": "2026-04-03T06:15:18.7123301",
"product": {
"$ref": "12"
},
"orderCode": "sample string 3",
"directIndicator": "sample string 4",
"cycle": {
"$ref": "100"
},
"dayWeighting": {
"$id": "116",
"sunday": 1.1
},
"inventory": {
"$id": "117",
"inventoryGuid": "kKIgLmi5p0GciYgrp1OjOA==",
"inventoryIdentifier": "2e20a290-b968-41a7-9c89-882ba753a338",
"created": "2026-04-03T06:15:18.7123301",
"createdLocal": "2026-04-03T06:15:18.7123301",
"onHand": 4,
"onHandPacks": 5,
"onOrder": 6,
"onOrderPacks": 7,
"accuracy": 8,
"updated": "2026-04-03T06:15:18.7123301",
"history": [
{
"$id": "118",
"inventoryGuid": "8374ewg9gk66mDgUOlvpdQ==",
"inventoryIdentifier": "7bf87ef3-3d08-4e82-ba98-38143a5be975",
"pluG_UID": "oGHqpMR4b0OkgfJSOpNMsA==",
"pluIdentifier": "a4ea61a0-78c4-436f-a481-f2523a934cb0",
"inventoryReason": 3,
"inventoryInvoiceGuid": "f7AXu0+pIEmFuEvNF6q6sw==",
"invoiceIdentifier": "bb17b07f-a94f-4920-85b8-4bcd17aabab3",
"operatorGuid": "Jak+kTpi0kGyJPD5sYwA4g==",
"operatorIdentifier": "913ea925-623a-41d2-b224-f0f9b18c00e2",
"stocktakeGuid": "d38/Ei0D00KKBD4ePYaG4A==",
"stocktakeIdentifier": "123f7f77-032d-42d3-8a04-3e1e3d8686e0",
"orderGuid": "sdEnaNfxKkqEjV4a7UIKzA==",
"orderIdentifier": "6827d1b1-f1d7-4a2a-848d-5e1aed420acc",
"saleHeaderGuid": "6xq/IL0rQUSETmIlcdnAlA==",
"saleHeaderGuidIdentifier": "20bf1aeb-2bbd-4441-844e-622571d9c094",
"dumpStockID": 1,
"fuelDeliveryID": 1,
"creditNoteIdentifier": "Qsx2mT4i10yRBsJ+UWZCMw==",
"creditNoteGuid": "9976cc42-223e-4cd7-9106-c27e51664233",
"inventorySourceGuid": "cbeyCnR6jkCtBKFcm/oJtg==",
"inventorySourceIdentifier": "0ab2b771-7a74-408e-ad04-a15c9bfa09b6",
"createdLocal": "2026-04-03T06:15:18.7123301",
"baseUnits": 4,
"unitsPerCarton": 5,
"unitsPerCartonWeighted": true,
"counted": 7,
"countedPacks": 8,
"open": 1,
"movementQty": 9,
"close": 1,
"openPacks": 1,
"movementQtyPacks": 10,
"closePacks": 1,
"accuracy": 1,
"manual": 11,
"user": "sample string 12",
"updated": "2026-04-03T06:15:18.7123301",
"createdLocalTime": "2026-04-03T06:15:18.7123301",
"storeID": 14,
"barcode": "sample string 15",
"directCode": "sample string 16",
"productName": "sample string 17",
"salesMode": 18,
"orderPacked": 19,
"invoice": {
"$id": "119",
"inventoryInvoiceGuid": "YU/8fhKVREKHT/BcOOOiZA==",
"invoiceIdentifier": "7efc4f61-9512-4244-874f-f05c38e3a264",
"inventoryGuid": "sfUl1i7qQEW5ll70c9iJuw==",
"inventoryIdentifier": "d625f5b1-ea2e-4540-b996-5ef473d889bb",
"supplierIdentifier": "ebvVfzc88UqAKHsMv3PHVg==",
"supplierGuid": "7fd5bb79-3c37-4af1-8028-7b0cbf73c756",
"orderGuid": "BQT0tgw0skWqv7qzHS7MZw==",
"orderIdentifier": "b6f40405-340c-45b2-aabf-bab31d2ecc67",
"invoiceHeaderIdentifier": "YmyUn49YL0SFSJ7c8Fus9w==",
"invoiceHeaderGuid": "9f946c62-588f-442f-8548-9edcf05bacf7",
"created": "2026-04-03T06:15:18.7123301",
"ordered": "2026-04-03T06:15:18.7123301",
"storeID": 1,
"bestOrExpire": "2026-04-03T06:15:18.7123301",
"bestOrExpireType": 1,
"units": 1,
"weight": 1,
"received": "2026-04-03T06:15:18.7123301",
"cost": 1,
"totalCost": 1,
"freightCost": 1,
"inStock": 1,
"pluG_UID": "Rld8+5f/lkyRfV8KCn1N0Q==",
"pluGuid": "fb7c5746-ff97-4c96-917d-5f0a0a7d4dd1",
"orderInventoryGuid": "UPIuwbW6iEOhL9sNOYIb8A==",
"orderInventoryIdentifier": "c12ef250-bab5-4388-a12f-db0d39821bf0",
"supplier": {
"$ref": "7"
},
"inventoryUnits": [
{
"$id": "120",
"invoiceItemNo": 1,
"inventoryInvoiceGuid": "m/96SY5GoUubvwE3iHLWpQ==",
"invoiceIdentifier": "497aff9b-468e-4ba1-9bbf-01378872d6a5",
"inventoryGuid": "Bzvh5TCyxkKv9Yo6DFieNQ==",
"inventoryIdentifier": "e5e13b07-b230-42c6-aff5-8a3a0c589e35",
"serialNumber": "sample string 3",
"sold": "2026-04-03T06:15:18.7123301",
"saleItemID": 1,
"storeID": 1,
"returned": "2026-04-03T06:15:18.7123301",
"dumped": 1,
"saleHeaderID": 1
},
{
"$ref": "120"
}
]
},
"invoiceHeaderIdentifier": "RgpNGm0aqUilLduDjDjt4g==",
"invoiceHeaderGuid": "1a4d0a46-1a6d-48a9-a52d-db838c38ede2",
"invoiceNumber": "sample string 20",
"invoiceCost": 1,
"invoiceCostDecimals": 1,
"orderNumber": 1,
"orderReceivingStoreName": "sample string 21",
"orderSendingStoreName": "sample string 22",
"creditNoteID": 1,
"reason": {
"$id": "121",
"id": 1,
"name": "sample string 1",
"allowRF": 2,
"dumpStock": 3,
"creditRequest": 4,
"excludeFromLoss": 5,
"reserved": 6,
"updated": "2026-04-03T06:15:18.7123301"
},
"reasonName": "sample string 23",
"operatorName": "sample string 24",
"operatorNumber": "sample string 25",
"stocktakeName": "sample string 26",
"saleIdentifier": "sample string 27",
"saleHeaderID": 1,
"inventoryAfterCounted": true,
"inventorySetStock": true,
"externalId": "sample string 30",
"apn": "sample string 31",
"deptCode": "sample string 32"
},
{
"$ref": "118"
}
],
"products": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"lastInvoiceCost": 1
},
"aws": 5.0,
"explanations": [
{
"$id": "122",
"pluG_UID": "kHw2ogzjwk+oihgshbEC0w==",
"pluGuid": "a2367c90-e30c-4fc2-a88a-182c85b102d3",
"consolidatedSales": {
"$id": "123",
"1": {
"$id": "124",
"discountPercentage": 1,
"days": 2,
"quantity": 3.1,
"aws": 3.1,
"cartonQuantity": 4.1,
"lowQuality": true
},
"2": {
"$ref": "124"
}
},
"dailyPrices": {
"$id": "125",
"2026-04-03T06:15:18.7123301": {
"$id": "126",
"date": "2026-04-03T06:15:18.7123301",
"salePrice": 1,
"campaign": "sample string 2",
"campaignDescription": "sample string 3",
"combo": true,
"comboPriceGroupG_UID": "sDA3Pd8yiEKIldTjTk/L5g==",
"comboPriceGroupGuid": "3d3730b0-32df-4288-8895-d4e34e4fcbe6"
}
},
"onHandPredictions": [
{
"$id": "127",
"autoOrderGuid": "PS11NhuIvkWjeSk33Wbveg==",
"autoOrderIdentifier": "36752d3d-881b-45be-a379-2937dd66ef7a",
"pluG_UID": "Liv+g9yR/0O6TUq5yCFhOA==",
"pluGuid": "83fe2b2e-91dc-43ff-ba4d-4ab9c8216138",
"childPLUG_UID": "TpSIA+MUZU+O8U+/Z//9sQ==",
"childPluGuid": "0388944e-14e3-4f65-8ef1-4fbf67fffdb1",
"date": "2026-04-03T06:15:18.7123301",
"normalPrice": 2.0,
"salePrice": 3.0,
"discountPercentage": 4,
"discountPercentageActual": -50,
"predictedQuantity": 5.1,
"campaign": "sample string 6",
"campaignDescription": "sample string 7",
"lowQuality": true,
"investmentBuy": true,
"buffer": 10,
"boostDays": 11
},
{
"$ref": "127"
}
],
"predictions": [
{
"$ref": "127"
},
{
"$ref": "127"
}
],
"product": {
"$ref": "12"
}
},
{
"$ref": "122"
}
],
"supplierOrderingDetail": {
"$ref": "10"
},
"manufacturerSupplier": "8e61471b-d501-4cb7-8181-0f1783c18d31",
"cartonQuantity": 1,
"sellPrice": 1,
"cost": 1,
"costDecimals": 1,
"bufferDays": 6,
"boostDays": 7
},
{
"$ref": "115"
}
],
"boosts": [
{
"$id": "128",
"autoOrderGuid": "fRXuupqolEKPhvpfIpTkDQ==",
"autoOrderIdentifier": "baee157d-a89a-4294-8f86-fa5f2294e40d",
"date": "2026-04-03T06:15:18.7123301",
"boost": 2
},
{
"$ref": "128"
}
]
},
"supplierName": "sample string 34",
"supplierStoreID": 1,
"supplierCartonsOnly": true,
"supplierEnforceMinimumQuantity": true,
"supplierMinimumOrderValue": 1,
"storeName": "sample string 37",
"orderCode": {
"$id": "129",
"code": "sample string 1",
"description": "sample string 2"
},
"store": {
"$ref": "2"
},
"supplier": {
"$ref": "7"
},
"totalCostInc": 38.0,
"totalPickedCostInc": 39.0,
"totalReceivedCostInc": 40.0,
"total": {
"$id": "130",
"orderGuid": "4OxdDABslkK8dV1nMHlkog==",
"orderIdentifier": "0c5dece0-6c00-4296-bc75-5d67307964a2",
"supplierIdentifier": "o5Hp6lM8c0m3s5dWWsUWSg==",
"supplierGuid": "eae991a3-3c53-4973-b7b3-97565ac5164a",
"records": 1,
"cartons": 2.1,
"cartonQuantity": 3,
"weight": 4,
"costInc": 5,
"sellInc": 6,
"costGST": 7,
"sellGST": 8,
"pickedCostInc": 9,
"pickedSellInc": 10,
"receivedRecords": 11,
"receivedWeight": 1,
"receivedCartons": 1,
"receivedCartonQuantity": 1,
"receivedUnits": 1,
"receivedSellInc": 12,
"receivedCostInc": 13,
"receivedCostGST": 14,
"receivedSellGST": 15,
"investmentBuyRecords": 16,
"investmentBuyCartons": 17.1,
"investmentBuyCartonQuantity": 18,
"investmentBuyWeight": 19,
"investmentBuyCostInc": 20,
"investmentBuySellInc": 21,
"investmentBuyCostGST": 22,
"investmentBuySellGST": 23,
"investmentBuySavedAmount": 24.1
},
"details": [
{
"$id": "131",
"id": 1,
"orderGuid": "b9t7X1SldkmB/IICkhGLKQ==",
"orderIdentifier": "5f7bdb6f-a554-4976-81fc-820292118b29",
"pluG_UID": "fHOI54uY50qi0M1Mbp80Ww==",
"pluGuid": "e788737c-988b-4ae7-a2d0-cd4c6e9f345b",
"created": "2026-04-03T06:15:18.7123301",
"apn": "sample string 1",
"itemNumber": "sample string 2",
"directNumber": "sample string 3",
"directIndicator": "sample string 4",
"salesMode": 1,
"orderByWeight": true,
"sellPrice": 1,
"inventoryFixed": true,
"hasInventory": true,
"inventoryAccuracy": 8,
"onOrder": 1,
"onOrderPacks": 1,
"onHand": 1,
"onHandPacks": 1,
"doNotRange": true,
"doNotOrder": true,
"cost": 1,
"costDecimals": 1,
"pickedCost": 1,
"pickedCostDecimals": 1,
"averagePackSize": 11.0,
"cartonQuantity": 1,
"cartons": 1,
"units": 1,
"weight": 1,
"pickedCartons": 1,
"pickedUnits": 1,
"pickedWeight": 1,
"shippedCartons": 1,
"shippedUnits": 1,
"shippedWeight": 1,
"receivedCartons": 1,
"receivedCartonQuantity": 1,
"receivedTun": "sample string 12",
"receivedUnits": 1,
"receivedWeight": 1,
"received": 1,
"status": 13,
"substituteG_UID": "ccgeCoKILU2NAMaYzQx4Hg==",
"substituteGuid": "0a1ec871-8882-4d2d-8d00-c698cd0c781e",
"warehousePLUG_UID": "zyvrrM7Fx0WgcNc+S5443w==",
"warehousePluGuid": "aceb2bcf-c5ce-45c7-a070-d73e4b9e38df",
"updated": "2026-04-03T06:15:18.7123301",
"increment": true,
"description": "sample string 15",
"product": {
"$ref": "12"
},
"unknownScan": {
"$id": "132",
"pluG_UID": "1D59LMRdpEq85Fd2Vfq02w==",
"pluGuid": "2c7d3ed4-5dc4-4aa4-bce4-577655fab4db",
"orderGuid": "K+7VZuiWmUCJWvCZFeTDOg==",
"orderIdentifier": "66d5ee2b-96e8-4099-895a-f09915e4c33a",
"barcode": "sample string 3",
"created": "2026-04-03T06:15:18.7123301",
"assigned": true
},
"unknownScanItem": true,
"substitute": {
"$ref": "12"
},
"warehouseProduct": {
"$ref": "12"
},
"lookup": {
"$id": "133",
"pluG_UID": "jdnSPJWpNkKrV8RliegaNw==",
"pluGuid": "3cd2d98d-a995-4236-ab57-c46589e81a37",
"inventoryGuid": "AwxK4V9C8UqpSPl5Q1QYxA==",
"inventoryIdentifier": "e14a0c03-425f-4af1-a948-f979435418c4",
"averageWeeklySales": 1.0,
"promotionalAverageWeeklySales": 1.0,
"inventoryAverageWeeklySales": 1.0,
"inventoryPromotionalAverageWeeklySales": 1.0,
"onHand": 1,
"onHandPacks": 1,
"onOrder": 1,
"onOrderPacks": 1,
"accuracy": 1,
"lastOrdered": "2026-04-03T06:15:18.7123301",
"lastOrderQuantity": 1.1,
"lastReceived": "2026-04-03T06:15:18.7123301",
"lastReceivedQuantity": 1.1,
"lastInvoiceStatus": 1
},
"productOrderingDetail": {
"$ref": "10"
},
"dealCost": {
"$ref": "94"
},
"nextCost": {
"$ref": "94"
},
"lastChance": true,
"holdOff": 18,
"holdOffDate": "2026-04-03T06:15:18.7123301",
"orderHeader": {
"$ref": "112"
},
"invoiceDetail": {
"$id": "134",
"identifier": "XqVEo0aYv0KlWun+S4Ghrw==",
"identifierGuid": "a344a55e-9846-42bf-a55a-e9fe4b81a1af",
"headerIdentifier": "abar4Ly1KkqKOOHtSstuzw==",
"headerIdentifierGuid": "e0abb669-b5bc-4a2a-8a38-e1ed4acb6ecf",
"pluG_UID": "XHKMq89zQUmY3Bdp/3LQuA==",
"pluGuid": "ab8c725c-73cf-4941-98dc-1769ff72d0b8",
"pageNo": 1,
"lineNo": 1,
"itemOrdered": "sample string 1",
"itemShipped": "sample string 2",
"apn": "sample string 3",
"barcode": "sample string 4",
"prodStatus": 0,
"dateAvailable": "2026-04-03T06:15:18.7123301",
"commodity": "sample string 5",
"supplier": "sample string 6",
"itemDesc": "sample string 7",
"itemType": 48,
"investmentBuyInd": "A",
"orderType": "sample string 8",
"cartonQty": 1,
"cartonQuantitySpecified": true,
"soldByWeight": true,
"orderByWeight": true,
"unitsOrdered": 1,
"unitsSupplied": 1,
"unitsReceived": 1,
"weightOrdered": 1,
"weightShipped": 1,
"weightReceived": 1,
"unitSpecified": 11,
"wholesalePrice": 1,
"extWholesalePrice": 1,
"normalPrice": 1,
"retailPrice": 1,
"pricingUnit": "sample string 12",
"claimFlag": "A",
"gstRate": 1,
"gstAmount": 1,
"extGstAmount": 1,
"deliWeight": 1,
"marginAmount": 1,
"extMarginAmount": 1,
"costAmount": 1,
"orderedCostAmount": 1,
"extCostAmount": 1,
"costIncSpecified": true,
"freightAmount": 14,
"freightGstAmount": 15,
"extFreightAmount": 16,
"extFreightGstAmount": 17,
"costDecimals": 18,
"wetRate": 1,
"containerDeposit": 1,
"basePrice": 1,
"wetValue": 1,
"deliveryFee": 1,
"casePrice": 1,
"wholesaleExt": 1,
"wetExt": 1,
"totalLitres": 1,
"tun": "sample string 19",
"applyDetails": true,
"applySell": true,
"applyCost": true,
"applyOr": true,
"applyQty": true,
"itemNumber": "sample string 20",
"directNumber": "sample string 21",
"itemSize": "sample string 22",
"costGst": 1,
"sellGst": 1,
"costOr": 1,
"sellOr": 1,
"marginOr": 1,
"grossProfit": 1.0,
"sell": 1,
"cartonCost": 1,
"currentCost": 1,
"costID": "A",
"costStart": "2026-04-03T06:15:18.7123301",
"costEnd": "2026-04-03T06:15:18.7123301",
"createdFromUnknownScan": true,
"orderGuid": "15L3AWKyrEmapwO41EJo5Q==",
"orderIdentifierGuid": "01f792d7-b262-49ac-9aa7-03b8d44268e5",
"processed": true,
"received": true,
"inventoried": true,
"fromElectronicInvoice": true,
"allowDelete": true,
"updated": "2026-04-03T06:15:18.7123301",
"invoiceNo": "sample string 28",
"hasInventory": true,
"existingCost": 30.1,
"existingSell": 31.1,
"futureCost": 1.1,
"futureSell": 1.1,
"nextSell": 1.1,
"nextSellCampaignName": "sample string 32",
"nextSellCampaignDescription": "sample string 33",
"unknownScan": {
"$id": "135",
"pluG_UID": "7NPP87g1hkKSOQcn0louQg==",
"pluGuid": "f3cfd3ec-35b8-4286-9239-0727d25a2e42",
"invoiceIdentifier": "+aHkvqGf0UqoGAm11QrAxQ==",
"invoiceGuid": "bee4a1f9-9fa1-4ad1-a818-09b5d50ac0c5",
"barcode": "sample string 3",
"itemNumber": "sample string 4",
"created": "2026-04-03T06:15:18.7123301"
},
"productActive": true,
"productSalesMode": 35,
"productGSTPercent": 36,
"productCostCalcMethod": 37,
"productAlwaysApplyMargin": true,
"productMarginRanged": true,
"productMargin": 1.1,
"productMinimumMargin": 1.1,
"productMaximumMargin": 1.1,
"priceGroupG_UID": "9SiL71yau0msu60rV8XRhQ==",
"priceGroupGuid": "ef8b28f5-9a5c-49bb-acbb-ad2b57c5d185",
"priceGroupName": "sample string 40",
"priceGroupCode": "sample string 41",
"product": {
"$ref": "12"
},
"incrementCount": true,
"minimumQuantity": 1,
"randomWeight": true,
"salesMode": 43,
"cartons": 1,
"weight": 1,
"units": 1,
"autoOrderStatus": 1,
"invoiceDetailReceive": true
},
"autoOrderDetail": {
"$ref": "115"
},
"costGSTPercent": 1,
"orderDetailReceive": true,
"isBackedUp": true,
"backupWarehouseIndicator": "sample string 21",
"backupOrderCode": "sample string 22"
},
{
"$ref": "131"
}
],
"unknownScans": [
{
"$ref": "132"
},
{
"$ref": "132"
}
],
"transportCompany": {
"$id": "136",
"identifier": "un5GtWIwHUm0PVjR+KwYvA==",
"identifierGuid": "b5467eba-3062-491d-b43d-58d1f8ac18bc",
"companyName": "sample string 1",
"abn": "sample string 2",
"address1": "sample string 3",
"address2": "sample string 4",
"telephone": "sample string 5",
"primaryContactGuid": "SnyHLTRzT0CdU39LXcIDxA==",
"primaryContactID": "2d877c4a-7334-404f-9d53-7f4b5dc203c4",
"primaryContact": {
"$ref": "8"
}
},
"isMetcashSorted": true,
"backupOrderType": "sample string 42",
"backupOrderTypeDescription": "sample string 43",
"backupTradingPartner": 1,
"backupHostIdentifier": "1e7e2b2f-9678-47fe-9f9e-f2695bdeb60a"
},
"details": [
{
"$ref": "134"
},
{
"$ref": "134"
}
],
"orderStatus": 1,
"processLockedInvoice": true
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
invoice header identifier
globally unique identifierResponse Formats
application/json, text/json
"3cdbd35f-e40d-4401-8d96-3a921fb6520e"
application/xml, text/xml
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3cdbd35f-e40d-4401-8d96-3a921fb6520e</guid>
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
PK �1�\��� 5 xl/workbook.xml � (� ����0��&�C����J
'.^=x���
�'m
>��o�vfg�:�?���G
ڗ��"[�[�������X�ҽ��\�И��@�gYA,H�������[�� �aF)&5������!a�IFc�;���!� �^$�4SP��Qrn]���R��λ�Y�/����
��W%���PK �1�\���� � [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
�1�\
h��' ' _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="R589e5cbab13c4276" /></Relationships>PK �1�\oR�Z% � xl/worksheets/sheet1.xml � (� �QMo� �+��BүEU�jRUm�i����������6M�e����{6��n6��m͋,�l���ךO�?���T��W ������"�B�V��>�l��茤������-���X�<?�� �=_����G�K̰R�-o�N��9�k�Tp&�*!�5,�W�������t5�V�_��c�r�
�g�WEaC������͌�{���{zݑ���̊���Ey�o����'4kyu)V��y�$����\*��y|r�}�wn�J̱7� ������%pD�~~��PK �1�\ ��K� P xl/_rels/workbook.xml.rels � (� ��KN�0@�b͞8I����ݰa[z�3N�&�e�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ��P���-TE ��v8خ�S2w
l7��*��>��bc}J���{�T,�'�;ƅI����{���#^���ak&۟=���4=:}�Ȧ?��Յc���
�~J�_BUd*�'lagP6T֦Y�/.$0~3���#�_��|&C�9H�d-�KT7��U |N!_z�4/��D��2t@e
sQ�W��PK �1�\Ѓ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 �1�\=W`[� � xl/sharedStrings.xml � (� 5�Kn�0D�"p�H��H
YY� �(�(פ���U]>��w^�wN�FhN�Tb���w}�(��������:%a�ތ�i��T6���e�A*�O�ێ!�(y5����!��$U��u��?WA�N|7�G�γ��F���їxt�m3?�sk�����M}�PK- �1�\��� 5 xl/workbook.xmlPK- �1�\���� � [Content_Types].xmlPK-
�1�\
h��' ' V _rels/.relsPK- �1�\oR�Z% � � xl/worksheets/sheet1.xmlPK- �1�\ ��K� P 9 xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
xl/styles.xmlPK- �1�\=W`[� � � xl/sharedStrings.xmlPK � �
application/vnd.ms-excel
PK �1�\����� 5 xl/workbook.xml � (� ����0D�&�C�� h� '.^=x/tkhK��|K $��ξ�j6v��G�ڕ�����$��u'3�;n��>H�"�s�Ck����9I���H�4� 99���a��eN x5�(E����P�4{J�]����.&"k�����/�B�*�qK=�(:wV�#[�0<X~+X��dy�;��wXE���PK �1�\���� � [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
�1�\مv�' ' _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="R34be37623e1547cd" /></Relationships>PK �1�\oR�Z% � xl/worksheets/sheet1.xml � (� �QMo� �+��BүEU�jRUm�i����������6M�e����{6��n6��m͋,�l���ךO�?���T��W ������"�B�V��>�l��茤������-���X�<?�� �=_����G�K̰R�-o�N��9�k�Tp&�*!�5,�W�������t5�V�_��c�r�
�g�WEaC������͌�{���{zݑ���̊���Ey�o����'4kyu)V��y�$����\*��y|r�}�wn�J̱7� ������%pD�~~��PK �1�\ң�@� P xl/_rels/workbook.xml.rels � (� ��An� E��f_���(N6�d��ۊ
��9[=R�P�J�#u�MVh���������4�3�08� �����v
��y�a�Y�q�1��0����@㼢4�'27�M��$c*}Gg���C�Ș�~ɀ[&9\f��3(|v�4�������#F �;�
�D�^�%*��n`���Z��Ԫ�nZ �nj!^F�^��R&/ڊW�b�,�`w��G�}���i/�J!*ѶL.���Fo���PK �1�\Ѓ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 �1�\=W`[� � xl/sharedStrings.xml � (� 5�Kn�0D�"p�H��H
YY� �(�(פ���U]>��w^�wN�FhN�Tb���w}�(��������:%a�ތ�i��T6���e�A*�O�ێ!�(y5����!��$U��u��?WA�N|7�G�γ��F���їxt�m3?�sk�����M}�PK- �1�\����� 5 xl/workbook.xmlPK- �1�\���� � [Content_Types].xmlPK-
�1�\مv�' ' V _rels/.relsPK- �1�\oR�Z% � � xl/worksheets/sheet1.xmlPK- �1�\ң�@� P 9 xl/_rels/workbook.xml.relsPK- �1�\Ѓc'2 E
� xl/styles.xmlPK- �1�\=W`[� � � xl/sharedStrings.xmlPK � �