POST api/customer/{id}/competitions
Save a list of customer competitions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Customer Identifier |
globally unique identifier |
Required |
Body Parameters
Competition ID
Collection of CustomerCompetition| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| CustomerIdentifier |
Customer identifier |
Collection of byte |
None. |
| CustomerIdentifierGuid | globally unique identifier |
None. |
|
| VoucherID |
VoucherID relation identifier |
integer |
None. |
| StoreID |
Store identifier, competition entry was earned at |
integer |
None. |
| Barcode |
The barcode generated during the competition printing |
string |
String length: inclusive between 0 and 40 |
| DateOfIssue |
Time competition entry was issued |
date |
Data type: DateTime |
| IssuedSaleHeaderID |
Sale Header ID of sale that issued customer competition offline |
integer |
None. |
| IssuedSaleIdentifier |
Sale identifier of sale that issued customer competition online |
string |
None. |
| IssuedOfflinePaymentID |
SalePaymentID of sale payment that issued customer competition offline |
integer |
None. |
| IssuedIdempotentID |
The byte[16] representation of the idempotent id |
Collection of byte |
None. |
| IssuedIdempotentGuid |
Idempotent identifier |
globally unique identifier |
None. |
| IssuedOffline |
Offline issuing status of the competition issuing |
boolean |
None. |
| CompetitionEndDate |
End date of the competition that entry was earned for |
date |
Data type: DateTime |
| Updated |
Last time CustomerCompetition entry was updated |
date |
Data type: DateTime |
| VoucherName |
Name of the competition voucher that was issued |
string |
Relation. This field may not always be loaded or used for updates. |
| StoreName |
Store that competition was issued from |
string |
Relation. This field may not always be loaded or used for updates. |
| Voucher |
Competition voucher that was issued |
Voucher |
Relation. This field may not always be loaded or used for updates. |
| Customer |
Customer that was issued competition |
Customer |
Relation. This field may not always be loaded or used for updates. |
| IssuedOfflinePayment |
Payment and sale record for offline sale that issued competition |
StoreSalePayment |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
[
{
"$id": "1",
"id": 1,
"customerIdentifier": "0RNl5mqkbUSidQxYpS/Rzg==",
"customerIdentifierGuid": "e66513d1-a46a-446d-a275-0c58a52fd1ce",
"voucherID": 3,
"storeID": 4,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:26:10.5614315",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 6",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "3DKG07jBVU2cjj7JUTA7dg==",
"issuedIdempotentGuid": "d38632dc-c1b8-4d55-9c8e-3ec951303b76",
"issuedOffline": true,
"competitionEndDate": "2026-04-03T06:26:10.5614315",
"updated": "2026-04-03T06:26:10.5614315",
"voucherName": "sample string 8",
"storeName": "sample string 9",
"voucher": {
"$id": "2",
"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:26:10.5614315",
"barcodeTemplate": {
"$id": "3",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "4",
"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:26:10.5614315",
"labelPageLayout": "03ximBMyS0GzF6Kt8Njtfg==",
"pageLayoutGuid": "98627cd3-3213-414b-b317-a2adf0d8ed7e",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "2"
},
"elements": [
{
"$id": "5",
"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:26:10.5614315"
},
{
"$ref": "5"
}
]
},
"customerVouchers": [
{
"$id": "6",
"id": 1,
"customerIdentifier": "ptRrMkpxukGzH1ijsoZK/g==",
"customerIdentifierGuid": "326bd4a6-714a-41ba-b31f-58a3b2864afe",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:26:10.5614315",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "tDfa9eezJUGSnAVzk88/YA==",
"issuedIdempotentGuid": "f5da37b4-b3e7-4125-929c-057393cf3f60",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:26:10.5614315",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:26:10.5614315",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "cZiG4sF+ikyDD+0pleJoyg==",
"redeemedIdempotentGuid": "e2869871-7ec1-4c8a-830f-ed2995e268ca",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:26:10.5614315",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "4"
},
"voucher": {
"$ref": "2"
},
"customer": {
"$id": "7",
"identifier": "3o+L3HQ0OUODwvdZQ02TyA==",
"identifierGuid": "dc8b8fde-3474-4339-83c2-f759434d93c8",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:26:10.5614315",
"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": "FfwU0MaEIkSM5I64ZycxSQ==",
"communityIdentifierGuid": "d014fc15-84c6-4422-8ce4-8eb867273149",
"joined": "2026-04-03T06:26:10.5614315",
"updated": "2026-04-03T06:26:10.5614315",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "YAkW1J3Xh06e64aLoF6wWQ==",
"priceLevelIdentifierGuid": "d4160960-d79d-4e87-9eeb-868ba05eb059",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:26:10.5614315",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "8",
"cardType": 2,
"issueDate": "2026-04-03T06:26:10.5614315",
"expiry": "2026-04-03T06:26:10.5614315",
"customerID": "avSrNsZ3BUSvN5xHw1b/QA==",
"customerIDGuid": "36abf46a-77c6-4405-af37-9c47c356ff40",
"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:26:10.5614315",
"linkedAccount": "Uc2GzRiUrEm0pqv59w6YSg==",
"linkedAccountGuid": "cd86cd51-9418-49ac-b4a6-abf9f70e984a",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "7"
},
"account": {
"$id": "9",
"id": 1,
"identifier": "wR8nMo5owki5WWlTDGujfA==",
"identifierGuid": "32271fc1-688e-48c2-b959-69530c6ba37c",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:26:10.5614315",
"owner": "Lk2HjDiBD0yh+5AMW03raQ==",
"ownerGuid": "8c874d2e-8138-4c0f-a1fb-900c5b4deb69",
"accountStoreGroupIdentifier": "cDkITNjURECkIfxNjhiFSw==",
"accountStoreGroupGuid": "4c083970-d4d8-4044-a421-fc4d8e18854b",
"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:26:10.5614315",
"active": true,
"updated": "2026-04-03T06:26:10.5614315",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "7"
},
"card": {
"$ref": "8"
},
"members": {
"$id": "10",
"sample string 1": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"sample string 2": [
{
"$ref": "7"
},
{
"$ref": "7"
}
]
},
"customerGroups": [
{
"$id": "11",
"identifier": "cpmhtq6M2UuuN3A9u9AEeQ==",
"identifierGuid": "b6a19972-8cae-4bd9-ae37-703dbbd00479",
"name": "sample string 2",
"primaryContact": "fjPKWz6TC0OANDDRmVG+aQ==",
"primaryContactGuid": "5bca337e-933e-430b-8034-30d19951be69",
"accountID": "0arJSTNMfE2bHqF0hXv67w==",
"accountIDGuid": "49c9aad1-4c33-4d7c-9b1e-a174857bfaef",
"special": true,
"updated": "2026-04-03T06:26:10.5614315",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "Kdw2N0VNnE+kJJBfxyqiHg==",
"priceLevelIdentifierGuid": "3736dc29-4d45-4f9c-a424-905fc72aa21e",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "9"
},
"primaryContactCustomer": {
"$ref": "7"
},
"customerGroupMembers": [
{
"$id": "12",
"id": 1,
"groupID": "SPh0Y3aWRUe1wgXoM6k6aw==",
"groupIDGuid": "6374f848-9676-4745-b5c2-05e833a93a6b",
"customerID": "mXKb/UCjT06IfN+MkDMBOA==",
"customerIDGuid": "fd9b7299-a340-4e4f-887c-df8c90330138",
"card": "sample string 4",
"linkedAccount": "R4HpYd1YZEirgUHff0pA4Q==",
"linkedAccountGuid": "61e98147-58dd-4864-ab81-41df7f4a40e1",
"customer": {
"$ref": "7"
},
"group": {
"$ref": "11"
},
"customerCard": {
"$ref": "8"
}
},
{
"$ref": "12"
}
]
},
{
"$ref": "11"
}
]
},
"payments": [
{
"$id": "13",
"id": 1,
"identifier": "hURfNkFLq0mgtL+/PV0oxw==",
"identifierGuid": "365f4485-4b41-49ab-a0b4-bfbf3d5d28c7",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "DTBlajtOLkWzFCSJSsb+bw==",
"accountIDGuid": "6a65300d-4e3b-452e-b314-24894ac6fe6f",
"customerAccount": {
"$ref": "9"
},
"customerCard": {
"$ref": "8"
},
"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:26:10.5614315",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "DHdPu08NAEyE8tdqCjF7zQ==",
"idempotentVoidGuid": "bb4f770c-0d4f-4c00-84f2-d76a0a317bcd",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "14",
"saleHeaderID": 1,
"saleHeaderGuid": "15Do5uqi+UqpGDR19Y/9JA==",
"saleHeaderIdentifierGuid": "e6e890d7-a2ea-4af9-a918-3475f58ffd24",
"created": "2026-04-03T06:26:10.5614315",
"createdLocal": "2026-04-03T06:26:10.5614315",
"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:26:10.5614315",
"storeID": 1,
"operatorG_Uid": "hGgRYl0rlUiClatTI4InHw==",
"operatorGuid": "62116884-2b5d-4895-8295-ab532382271f",
"customerG_Uid": "Ok15fZ8gk0mVv801TB0FhA==",
"customerGuid": "7d794d3a-209f-4993-95bf-cd354c1d0584",
"communityIdentifier": "SwNJUpnS+UmUf6sIZh1HFQ==",
"communityIdentifierGuid": "5249034b-d299-49f9-947f-ab08661d4715",
"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": "GdpbFaKW7ES4+w706gEWHw==",
"priceLevelIdentifierGuid": "155bda19-96a2-44ec-b8fb-0ef4ea01161f",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:26:10.5614315+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": "15",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:26:10.5614315",
"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": {
"$id": "16",
"id": 1,
"g_Uid": "kfBvuWbnbEO/HewSyDK90w==",
"guid": "b96ff091-e766-436c-bf1d-ec12c832bdd3",
"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:26:10.5614315",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:26:10.5614315",
"endShift": "2026-04-03T06:26:10.5614315",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "17",
"operatorG_UID": "UXHBaH1hiEm/y8rr3gLdqQ==",
"operatorGuid": "68c17151-617d-4988-bfcb-caebde02dda9",
"storeID": 2,
"operator": {
"$ref": "16"
},
"store": {
"$id": "18",
"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:26:10.5614315",
"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": "QTmy8uel4kmALcSIr/H6Zw==",
"hostIdentifierGuid": "f2b23941-a5e7-49e2-802d-c488aff1fa67",
"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:26:10.5614315",
"priceZone": {
"$id": "19",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "rVNHRnCheUGoHh9yJqUMCw==",
"hostIdentifierGuid": "464753ad-a170-4179-a81e-1f7226a50c0b",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "20",
"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": "20"
},
"hostStoreSettings": [
{
"$id": "21",
"id": 1,
"hostIdentifier": "EIoEzdrewUWgLzbwRc3J5Q==",
"hostIdentifierGuid": "cd048a10-deda-45c1-a02f-36f045cdc9e5",
"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": "22",
"identifier": "NeegfCBxWUW5vsra9L6cCA==",
"identifierGuid": "7ca0e735-7120-4559-b9be-cadaf4be9c08",
"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": "baim/4bPc0CuBbuXZKtocA==",
"hostSupplierIdentifierGuid": "ffa6a86d-cf86-4073-ae05-bb9764ab6870",
"loyaltyPriceLevelIdentifier": "IvJlPe6udkWJ2DsWOeYDHw==",
"loyaltyPriceLevelIdentifierGuid": "3d65f222-aeee-4576-89d8-3b1639e6031f",
"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:26:10.5614315",
"lastProcessed": "2026-04-03T06:26:10.5614315",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "23",
"identifier": "ZGMZMZLnQ0aJmSLLWoQYSA==",
"identifierGuid": "31196364-e792-4643-8999-22cb5a841848",
"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": "MtmQbnBOsUyOQPtW6zmJUA==",
"primaryContactID": "6e90d932-4e70-4cb1-8e40-fb56eb398950",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "0QOdCdy4SUaM2c/hVKz4Bw==",
"supplierGroupGuid": "099d03d1-b8dc-4649-8cd9-cfe154acf807",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:26:10.5614315",
"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": "24",
"id": "4db8c8e9-a421-41da-b7fc-9e3d43037850",
"identifier": "4H27S9T36U6SDxXc7kBIEQ==",
"identifierGuid": "4bbb7de0-f7d4-4ee9-920f-15dcee404811",
"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": "25",
"supplierIdentifier": "SsB6BdRT3ESRN546zrWTdQ==",
"supplierIdentifierGuid": "057ac04a-53d4-44dc-9137-9e3aceb59375",
"contactGuid": "0oT/d9dN9Uq9yRVaBeRuQA==",
"contactID": "77ff84d2-4dd7-4af5-bdc9-155a05e46e40",
"contact": {
"$ref": "24"
},
"supplier": {
"$ref": "23"
}
},
{
"$ref": "25"
}
],
"products": [
{
"$id": "26",
"pluG_UID": "bNFLPnSpjEOiGZU1ws5oUA==",
"pluGuid": "3e4bd16c-a974-438c-a219-9535c2ce6850",
"supplierIdentifier": "gNOWx/1HWUCMOtIUva5H6w==",
"supplierIdentifierGuid": "c796d380-47fd-4059-8c3a-d214bdae47eb",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:26:10.5614315",
"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:26:10.5614315",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "27",
"pluG_UID": "yix6ET2UcEaJqu8BUoKtMA==",
"pluGuid": "117a2cca-943d-4670-89aa-ef015282ad30",
"supplierIdentifier": "qQKYVaKIWkySWPoZPc28KQ==",
"supplierIdentifierGuid": "559802a9-88a2-4c5a-9258-fa193dcdbc29",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "27"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "6n2GD78xGEKVwTSoMjJ7wQ==",
"parentPluGuid": "0f867dea-31bf-4218-95c1-34a832327bc1",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "28",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "UAeakw59o0iLCaFKZwkZ4Q==",
"guid": "939a0750-7d0e-48a3-8b09-a14a670919e1",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "81OXhAVtR02bkWPjnxWVJw==",
"priceGroupGuid": "849753f3-6d05-4d47-9b91-63e39f159527",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:26:10.5614315",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:26:10.5614315",
"pluCreated": "2026-04-03T06:26:10.5614315",
"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:26:10.5614315",
"lastManualUpdate": "2026-04-03T06:26:10.5614315",
"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:26:10.5614315",
"currentCostUpdated": "2026-04-03T06:26:10.5614315",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:26:10.5614315",
"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:26:10.5614315",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "kaHcqFbN9EegGzJw9Eyr6w==",
"altPLUGuid": "a8dca191-cd56-47f4-a01b-3270f44cabeb",
"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:26:10.5770788",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "/AVqHqSYNUmUt73lNjkdgw==",
"shelfPageLayoutGuid": "1e6a05fc-98a4-4935-94b7-bde536391d83",
"talkerPageLayoutG_UID": "WPfr4H+PmEaYElElj+S2PA==",
"talkerPageLayoutGuid": "e0ebf758-8f7f-4698-9812-51258fe4b63c",
"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": "bF0EV6NgMEe0soMt7Gf8Kg==",
"inventoryIdentifier": "57045d6c-60a3-4730-b4b2-832dec67fc2a",
"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": "TlokuJHIRUOlrQJli2Pq2w==",
"parentPluGuid": "b8245a4e-c891-4345-a5ad-02658b63eadb",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "GX0qsYVjU02Cy3jIMuABKw==",
"supplierIdentifierGuid": "b12a7d19-6385-4d53-82cb-78c832e0012b",
"supplierChanged": true,
"rebateSupplierIdentifier": "kNdGP2xqfEucauzJYwoZVg==",
"rebateSupplierIdentifierGuid": "3f46d790-6a6c-4b7c-9c6a-ecc9630a1956",
"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:26:10.5770788",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "Jppu73AthEmmf8Mf7SA1rg==",
"hostIdentifierGuid": "ef6e9a26-2d70-4984-a67f-c31fed2035ae",
"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": "28"
},
{
"$ref": "28"
}
],
"store": {
"$ref": "18"
},
"storePrices": [
{
"$id": "29",
"pluG_UID": "zy9VBiIQeki3iaMzVImBRg==",
"pluGuid": "06552fcf-1022-487a-b789-a33354898146",
"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:26:10.5770788"
},
{
"$ref": "29"
}
],
"currentPrices": {
"$id": "30",
"pluPrices": {
"$id": "31",
"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:26:10.5770788",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "31"
},
"winningCampaign": 1,
"winner": {
"$id": "32",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:26:10.5770788",
"startTime": 5,
"endDate": "2026-04-03T06:26:10.5770788",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "cWKaOvpKUkqPJqN86NPN+Q==",
"hostIdentifierGuid": "3a9a6271-4afa-4a52-8f26-a37ce8d3cdf9",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "tGDlTqrLlE6ldXvJ/g0Ong==",
"guid": "4ee560b4-cbaa-4e94-a575-7bc9fe0d0e9e",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "QWs3ex0AQ0ynW3eIPBmgCA==",
"priceGroupGuid": "7b376b41-001d-4c43-a75b-77883c19a008",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:26:10.5770788",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "tfV7qq3d6EWpGgyiJ/YAYw==",
"pluGuid": "aa7bf5b5-ddad-45e8-a91a-0ca227f60063",
"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": "36",
"pluGuid": "eba53856-bba2-4e67-80b3-cf82c6e7ffa6",
"created": "2026-04-03T06:26:10.5770788",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:26:10.5770788",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:26:10.5770788",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:26:10.5770788",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:26:10.5770788",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:26:10.5770788",
"lastSold": "2026-04-03T06:26:10.5770788",
"firstSold": "2026-04-03T06:26:10.5770788",
"awsUpdated": "2026-04-03T06:26:10.5770788",
"lastManualUpdate": "2026-04-03T06:26:10.5770788",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:26:10.5770788",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:26:10.5770788",
"doNotRangeUpdated": "2026-04-03T06:26:10.5770788",
"doNotOrderUpdated": "2026-04-03T06:26:10.5770788",
"tracked": "2026-04-03T06:26:10.5770788"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "d31eb984-38c6-4a26-b7fa-26ebb2faf07f",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "hLke08Y4Jkq3+ibrsvrwfw==",
"pluGuid": "d31eb984-38c6-4a26-b7fa-26ebb2faf07f",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "edhcW2wdtE2Vn5lEVHmKwg==",
"pluGuid": "5b5cd879-1d6c-4db4-959f-994454798ac2",
"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:26:10.5770788",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-04-03T06:26:10.5770788",
"createdLocal": "2026-04-03T06:26:10.5770788",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "vPXF7c0cjkWKTRBjl7nsEw==",
"operatorGuid": "edc5f5bc-1ccd-458e-8a4d-106397b9ec13",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "WRG9U0ejyUmM3j5+jLtm9w==",
"pluGuid": "53bd1159-a347-49c9-8cde-3e7e8cbb66f7",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "16"
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "kC4ctszyaUiCh5kKfI01wg==",
"pluGuid": "b61c2e90-f2cc-4869-8287-990a7c8d35c2",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "KraQInEgWEW/d0ugKxIKzg==",
"pluGuid": "2290b62a-2071-4558-bf77-4ba02b120ace",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "28"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "pDQBqccWUUGwY96Ui6pqSw==",
"identifierGuid": "a90134a4-16c7-4151-b063-de948baa6a4b",
"pluG_UID": "SB8F97DScE2oFr8GGboRKA==",
"pluGuid": "f7051f48-d2b0-4d70-a816-bf0619ba1128",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "43"
}
],
"supplier": {
"$ref": "23"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"ordering": {
"$ref": "26"
},
"flipChartPages": [
{
"$id": "44",
"identifier": "lKmb5lxVCUenC5YYiRfARQ==",
"groupName": "sample string 1",
"identifierGuid": "e69ba994-555c-4709-a70b-96188917c045",
"exists": true,
"flipChartIdentifier": "C6n/AoS8n0uuLkyCt8XFCQ==",
"flipChartIdentifierGuid": "02ffa90b-bc84-4b9f-ae2e-4c82b7c5c509",
"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": "yQnv6Ulb8EyufhV27qAYQQ==",
"groupIdentifierGuid": "e9ef09c9-5b49-4cf0-ae7e-1576eea01841",
"flipChart": {
"$id": "45",
"identifier": "KgmL5aEdbU2rfVMEL9LxhA==",
"identifierGuid": "e58b092a-1da1-4d6d-ab7d-53042fd2f184",
"displayName": "sample string 2",
"sortOrder": 3,
"productsPerRow": 4,
"rowsPerPage": 5,
"buttonMarginX": 6,
"buttonMarginY": 7,
"beginButtonsX": 8,
"beginButtonsY": 9,
"autoSizeButtons": true,
"autoSizeGrid": true,
"showButtonText": true,
"showButtonImage": true,
"formLocationX": 1,
"formLocationY": 1,
"formWidth": 14,
"formHeight": 15,
"formMaximised": true,
"formResizable": true,
"formBackgroundImage": "sample string 16",
"formBackgroundColourA": 1,
"formBackgroundColourR": 1,
"formBackgroundColourG": 1,
"formBackgroundColourB": 1,
"formFontFamily": "sample string 17",
"formFontSize": 1.1,
"formFontStyle": 1,
"formAttributes": "sample string 18",
"buttonWidth": 19,
"buttonHeight": 20,
"buttonAnchor": 21,
"buttonBackgroundImage": "sample string 22",
"buttonTopColour": 1,
"buttonTextColour": 1,
"buttonBottomColour": 1,
"buttonBorderColour": 1,
"buttonBorderWidth": 1,
"buttonRadius": 1,
"buttonGradientMode": 1,
"buttonDropShadow": true,
"buttonShadowWidth": 1,
"buttonHighLightOnPush": true,
"buttonFontFamily": "sample string 23",
"buttonFontSize": 1.1,
"buttonFontStyle": 1,
"buttonTextAlign": 1,
"buttonWordBreak": true,
"buttonDrawImageAndButton": true,
"buttonVerticalText": true,
"buttonImageAlign": 1,
"panelLocationX": 1,
"panelLocationY": 1,
"panelWidth": 1,
"panelHeight": 1,
"panelAnchor": 1,
"panelFontFamily": "sample string 24",
"panelFontSize": 1.1,
"panelFontStyle": 1,
"panelBackgroundColour": 1,
"panelTextColour": 1,
"panelAttributes": "sample string 25",
"unsentCount": 26,
"group": {
"$id": "46",
"identifier": "WF2O+w//3EKGzN/3Lfj1VQ==",
"identifierGuid": "fb8e5d58-ff0f-42dc-86cc-dff72df8f555",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "A7UN763rekWo0VZRfNTDPg==",
"guid": "ef0db503-ebad-457a-a8d1-56517cd4c33e",
"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": "T/CFR5kx5kqooAiJRypkog==",
"previousFormGuid": "4785f04f-3199-4ae6-a8a0-0889472a64a2",
"nextForm": 1,
"nextFormG_UID": "/OKnOQ9eE068qQ24d5eXnw==",
"nextFormGuid": "39a7e2fc-5e0f-4e13-bca9-0db87797979f",
"attributes": "sample string 10",
"updated": "2026-04-03T06:26:10.5770788",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "47"
},
"previousCheckoutForm": {
"$ref": "47"
},
"buttons": [
{
"$id": "48",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "xqLnSTTRykmpetYlEfLiMg==",
"checkoutFormGuid": "49e7a2c6-d134-49ca-a97a-d62511f2e232",
"identifier": "0/+M/hNGGUCudaNWjOkZyA==",
"identifierGuid": "fe8cffd3-4613-4019-ae75-a3568ce919c8",
"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": "pnI5Tkiy+0mFMuE7HFXaKg==",
"valueGuid": "4e3972a6-b248-49fb-8532-e13b1c55da2a",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:26:10.5770788",
"action": "sample string 12",
"valueForm": {
"$ref": "47"
},
"image": {
"$id": "49",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:26:10.5770788",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "EvSZD6d5tUGOaTgwK8r1Gw==",
"checkoutFormGuid": "0f99f412-79a7-41b5-8e69-38302bcaf51b",
"panelType": "sample string 4",
"name": "sample string 5",
"locationX": 6,
"locationY": 7,
"width": 8,
"height": 9,
"anchor": 10,
"fontFamily": "sample string 11",
"fontSize": 12.1,
"fontStyle": 13,
"backgroundColour": 14,
"textColour": 15,
"attributes": "sample string 16"
},
{
"$ref": "50"
}
]
},
{
"$ref": "47"
}
],
"panels": [
{
"$ref": "50"
},
{
"$ref": "50"
}
]
},
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"contentPanel": {
"$ref": "50"
},
"products": [
{
"$id": "51",
"flipChartPageIdentifier": "L+WpfCpDMkW7DnuLRHG9AQ==",
"flipChartPageIdentifierGuid": "7ca9e52f-432a-4532-bb0e-7b8b4471bd01",
"pluG_UID": "CFi7uc78pkWsDlKlWwit5A==",
"pluGuid": "b9bb5808-fcce-45a6-ac0e-52a55b08ade4",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "28"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "51"
}
],
"productCount": 27,
"pages": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
{
"$ref": "44"
}
],
"priceHistory": [
{
"$id": "52",
"pluG_UID": "4NKf+jxhqU+BCjNZtDoe8A==",
"pluGuid": "fa9fd2e0-613c-4fa9-810a-3359b43a1ef0",
"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:26:10.5770788",
"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": "52"
}
],
"ingredients": [
{
"$id": "53",
"pluG_UID": "nrmXDIetU0Wt3KYp3epULQ==",
"ingredientGuid": "cj9f1ZYk10CAa0E7H22Obw==",
"ingredientIdentifier": "d55f3f72-2496-40d7-806b-413b1f6d8e6f",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "28"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "3YZwfyrswUGfcK/K9NbUWg==",
"pluGuid": "7f7086dd-ec2a-41c1-9f70-afcaf4d6d45a",
"shelfLocationIdentifier": "vLUtyRKDHEKchuyhoyF37w==",
"shelfLocationGuid": "c92db5bc-8312-421c-9c86-eca1a32177ef",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "TUfJtZRW706ZVo3+UJwZcw==",
"labelPageLayoutGuid": "b5c9474d-5694-4eef-9956-8dfe509c1973",
"updated": "2026-04-03T06:26:10.5770788",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "28"
},
"location": {
"$id": "55",
"identifier": "7KCRdqB4zk6Fi7aRE2ZzPQ==",
"storeID": 1,
"identifierGuid": "7691a0ec-78a0-4ece-858b-b6911366733d",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:26:10.5770788",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
}
},
{
"$ref": "54"
}
],
"bin": {
"$ref": "54"
},
"scaleLocations": [
{
"$id": "56",
"plu": 1,
"pluG_UID": "tXLYrNjoI0a2kFtoarkWPQ==",
"pluGuid": "acd872b5-e8d8-4623-b690-5b686ab9163d",
"deptNo": 1,
"product": {
"$ref": "28"
},
"scaleLocation": {
"$id": "57",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:26:10.5770788",
"department": {
"$id": "58",
"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": "57"
},
"subDepartments": [
{
"$id": "59",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "60",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "61",
"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:26:10.5770788",
"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": "zi5LmgUuPkKtW2YQ08bGSQ==",
"labelPageLayoutGuid": "9a4b2ece-2e05-423e-ad5b-6610d3c6c649",
"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": "62",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "63",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "64",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "64"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "63"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$id": "65",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "61"
}
],
"updated": "2026-04-03T06:26:10.5770788",
"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": "J3OyVZSmKE+gO4RptdGLkQ==",
"labelPageLayoutGuid": "55b27327-a694-4f28-a03b-8469b5d18b91",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "60"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:10.5770788",
"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": "MkTaSNnwKUatpRtXyu+Fqg==",
"labelPageLayoutGuid": "48da4432-f0d9-4629-ada5-1b57caef85aa",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
},
{
"$ref": "59"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:26:10.5770788",
"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": "XRzonRz2pEmmcPxcuUENzg==",
"labelPageLayoutGuid": "9de81c5d-f61c-49a4-a670-fc5cb9410dce",
"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": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
}
}
}
},
{
"$ref": "56"
}
],
"nextPrice": {
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "jMIiJnjnGEay75s/IOL1kQ==",
"pluGuid": "2622c28c-e778-4618-b2ef-9b3f20e2f591",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "B026t4wyhE+FYe4q1RTCdA==",
"dealCostGuid": "b7ba4d07-328c-4f84-8561-ee2ad514c274",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "zlcLnVrdqU2LukWb+zKyRQ==",
"priceGroupGuid": "9d0b57ce-dd5a-4da9-8bba-459bfb32b245",
"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:26:10.5770788",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "91fbfeb5-4b79-484c-9e2a-871600f7896d",
"campaignComboPriceGroupG_UID": "tuwjxncykk+fIAZeoHNXWA==",
"campaignComboPriceGroupIdentifier": "c623ecb6-3277-4f92-9f20-065ea0735758",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:26:10.5770788",
"operatorG_UID": "GzR3apJWGEOVrdpOY0I/0Q==",
"operatorGuid": "6a77341b-5692-4318-95ad-da4e63423fd1",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:26:10.5770788",
"signIqTicketFileMovedUtc": "2026-04-03T06:26:10.5770788",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:26:10.5770788",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "dec55b11-364a-4b05-af77-eb2265b80cb1",
"product": {
"$ref": "28"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "6a45b009-1436-40b5-be3e-149cc560dcd0",
"nameGuid": "6a45b009-1436-40b5-be3e-149cc560dcd0",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:26:10.5770788",
"startTime": 1,
"endDate": "2026-04-03T06:26:10.5770788",
"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:26:10.5770788",
"system": true,
"created": "2026-04-03T06:26:10.5770788",
"updated": "2026-04-03T06:26:10.5770788",
"priceChangeNotifiedUtc": "2026-04-03T06:26:10.5770788",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "OAcASVxmS0iH+xjRh7iwsQ==",
"hostIdentifierGuid": "49000738-665c-484b-87fb-18d187b8b0b1",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:26:10.5770788",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"campaignPools": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "0lrClthiu0qZv5ydDNcAKA==",
"pluGuid": "96c25ad2-62d8-4abb-99bf-9c9d0cd70028",
"hostOfferID": 1,
"priceGroupG_UID": "flo1xHrnME2IByIo4CS/iA==",
"priceGroupGuid": "c4355a7e-e77a-4d30-8807-2228e024bf88",
"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:26:10.5770788",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "28"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "9g3Zi02XdUyF396tZFv+Lw==",
"identifierStr": "9g3Zi02XdUyF396tZFv+Lw==",
"identifierGuid": "8bd90df6-974d-4c75-85df-dead645bfe2f",
"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": "68"
}
},
{
"$ref": "70"
}
],
"customers": [
{
"$id": "71",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "4WzrmF5G2kiq8QMSnWclrA==",
"customerIDGuid": "98eb6ce1-465e-48da-aaf1-03129d6725ac",
"campaign": {
"$ref": "68"
},
"customer": {
"$ref": "7"
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "1WDYO40Yik670rldeci/JQ==",
"groupIDGuid": "3bd860d5-188d-4e8a-bbd2-b95d79c8bf25",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "11"
}
},
{
"$ref": "72"
}
],
"signIqTickets": [
{
"$id": "73",
"identifier": "qN/YbmbHkkm3l0EnbxP3hg==",
"identifierGuid": "6ed8dfa8-c766-4992-b797-41276f13f786",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "73"
}
],
"comboPriceGroups": [
{
"$id": "74",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "3ouBDS1Tz0eVtW2+bSS6hA==",
"guid": "0d818bde-532d-47cf-95b5-6dbe6d24ba84",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "68"
},
"comboPricePlus": [
{
"$id": "75",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "0PqrbWhEkUOIWYSXPJqOLQ==",
"groupGuid": "6dabfad0-4468-4391-8859-84973c9a8e2d",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "oWsgVRB8XEOqFXKh1vz9Ew==",
"pluGuid": "55206ba1-7c10-435c-aa15-72a1d6fcfd13",
"priceGroupG_UID": "kx5rllR9dEm2S0D/bdNadA==",
"priceGroupGuid": "966b1e93-7d54-4974-b64b-40ff6dd35a74",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "68"
},
"product": {
"$ref": "28"
},
"priceGroup": {
"$ref": "34"
},
"campaignPool": {
"$ref": "68"
}
},
{
"$ref": "75"
}
]
},
{
"$ref": "74"
}
],
"priceLevels": [
{
"$id": "76",
"id": 1,
"priceLevelIdentifier": "i14Z0LTsO0yakA2f2UdCmg==",
"priceLevelIdentifierGuid": "d0195e8b-ecb4-4c3b-9a90-0d9fd947429a",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "76"
}
],
"promotionType": {
"$id": "77",
"identifier": "W9BKV8Z0WE6RAI/yu7ydQw==",
"identifierGuid": "574ad05b-74c6-4e58-9100-8ff2bbbc9d43",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "tCTTcWP5nUixDMpRzh+9/w==",
"labelPageLayoutGuid": "71d324b4-f963-489d-b10c-ca51ce1fbdff",
"priceLevelIdentifier": "nrGMYjkvFE61uoGFxbtong==",
"priceLevelIdentifierGuid": "628cb19e-2f39-4e14-b5ba-8185c5bb689e",
"active": true,
"updated": "2026-04-03T06:26:10.5770788",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "28"
},
"dealCost": {
"$id": "78",
"headerIdentifier": "JcOjfH1sjUKpJmvq3jmUuw==",
"headerIdentifierGuid": "7ca3c325-6c7d-428d-a926-6beade3994bb",
"identifier": "M8b8pPqppU2jmbmlAcinDQ==",
"identifierGuid": "a4fcc633-a9fa-4da5-a399-b9a501c8a70d",
"supplierIdentifier": "zMpvvsVf6UCI9j4wycHWJA==",
"supplierGuid": "be6fcacc-5fc5-40e9-88f6-3e30c9c1d624",
"pluG_UID": "a70zZJqfIEGH20Hc9X84vA==",
"pluGuid": "6433bd6b-9f9a-4120-87db-41dcf57f38bc",
"campaignName": "559286f8-52d4-4735-ab5a-ad75696a969d",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:26:10.5770788",
"end": "2026-04-03T06:26:10.5770788",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "/iLN9y+yK0exOtpFq+1IMg==",
"bonusItemPluGuid": "f7cd22fe-b22f-472b-b13a-da45abed4832",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:26:10.5770788",
"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:26:10.5770788",
"campaignEndDate": "2026-04-03T06:26:10.5770788",
"masterPLUG_UID": "kAVzMuwEeU+oZzP6KHvwUw==",
"masterID": "32730590-04ec-4f79-a867-33fa287bf053",
"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": "ZOxCNkSoqUW8F5l36msQPg==",
"bonusMasterID": "3642ec64-a844-45a9-bc17-9977ea6b103e",
"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:26:10.5770788",
"dealCosts": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tags": [
{
"$id": "79",
"pluG_UID": "hMe3CS6OXEiFIQZfbmGqWw==",
"pluGuid": "09b7c784-8e2e-485c-8521-065f6e61aa5b",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "79"
}
],
"alternateProductG_UID": "k4zPisjO8EyMqh4OhHEq0A==",
"alternateProduct": "8acf8c93-cec8-4cf0-8caa-1e0e84712ad0",
"altProduct": {
"$ref": "28"
},
"productHostCode": {
"$id": "80",
"id": 1,
"pluG_UID": "eGrvFVfopk6GjyQWiuIpsw==",
"pluGuid": "15ef6a78-e857-4ea6-868f-24168ae229b3",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "62"
},
"mscCom": {
"$ref": "63"
},
"mscDep": {
"$ref": "65"
},
"mscSubCom": {
"$ref": "64"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:26:10.5770788",
"inventoryTracked": "2026-04-03T06:26:10.5770788",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "81",
"pluG_UID": "qpdSiRJixEKzImM8tJG+/Q==",
"pluGuid": "895297aa-6212-42c4-b322-633cb491befd",
"fuelPluG_UID": "pyc7FhgsNE2kRqJR4Hg4yw==",
"fuelPluGuid": "163b27a7-2c18-4d34-a446-a251e07838cb",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "81"
},
{
"$ref": "81"
}
]
},
"supplier": {
"$ref": "23"
},
"serviceFee": {
"$id": "82",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "26"
}
],
"orderCycleHeaders": [
{
"$id": "83",
"storeID": 1,
"supplierIdentifier": "HulGDBZGQkqfWKtJrzDabA==",
"supplierGuid": "0c46e91e-4616-4a42-9f58-ab49af30da6c",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "83"
}
],
"cycles": [
{
"$id": "84",
"storeID": 1,
"supplierIdentifier": "FNiYRjS6V0qIWwGE6kseKQ==",
"supplierGuid": "4698d814-ba34-4a57-885b-0184ea4b1e29",
"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:26:10.5770788",
"deliveryDate": "2026-04-03T06:26:10.5770788",
"nextCutOffDate": "2026-04-03T06:26:10.5770788",
"nextDeliveryDate": "2026-04-03T06:26:10.5770788",
"nextDaysBuffer": 10
},
{
"$ref": "84"
}
],
"store": {
"$ref": "18"
},
"updated": "2026-04-03T06:26:10.5770788",
"isHost": true
},
"files": [
{
"$id": "85",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:26:10.5770788",
"processed": "2026-04-03T06:26:10.5770788",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:26:10.5770788",
"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": "22"
},
"metcashHeader": {
"$id": "86",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:26:10.5770788",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "85"
}
],
"zoneMatrix": [
{
"$id": "87",
"id": 1,
"hostIdentifier": "L/flDik6/kGo7jtuxXnBPw==",
"hostIdentifierGuid": "0ee5f72f-3a29-41fe-a8ee-3b6ec579c13f",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"10bd6171-0e47-4dbb-974c-e53b163bf5b7",
"d60af9c4-626e-44e3-8ce1-ad846757e4b0"
]
},
{
"$ref": "87"
}
],
"hostFileStoreSetting": {
"$ref": "21"
},
"hostStoreSettings": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"promotionPlacements": [
{
"$id": "88",
"identifier": "5FFgU40QqEuRwiwyJOBlFw==",
"identifierGuid": "536051e4-108d-4ba8-91c2-2c3224e06517",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "88"
}
],
"promoTypeGuids": [
"71f3acda-53bf-43be-a508-021fd05ea7ac",
"580c6e6d-bbbd-4240-aaec-34d77aaddc95"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "21"
}
],
"accounts": [
{
"$id": "89",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "89"
}
],
"sales": [
{
"$id": "90",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:26:10.5770788",
"ftpSite": {
"$id": "91",
"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": "90"
}
],
"zoneMatrix": [
{
"$ref": "87"
},
{
"$ref": "87"
}
],
"cashManagements": [
{
"$id": "92",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "93",
"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": "92"
}
],
"updateStoreID": "4a94aa78-9bfe-4eb4-abc5-19bdc76e9af4",
"updateStore": {
"$id": "94",
"id": "91c75037-fe58-46bb-ae6b-0a39c79b8933",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:26:10.5770788",
"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:26:10.5770788"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "95",
"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"
}
}
},
{
"$ref": "17"
}
]
},
"customer": {
"$ref": "7"
},
"communityOrganisation": {
"$id": "96",
"id": 1,
"identifier": "3LbgHPS9XE6k3Y4+w6k7Qw==",
"identifierGuid": "1ce0b6dc-bdf4-4e5c-a4dd-8e3ec3a93b43",
"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:26:10.5770788",
"promoPeriodEnd": "2026-04-03T06:26:10.5770788",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:26:10.5770788",
"deleted": true
},
"details": [
{
"$id": "97",
"saleItemID": 1,
"identifier": "1w5+4uMeTEGi/oNndcsofA==",
"identifierGuid": "e27e0ed7-1ee3-414c-a2fe-836775cb287c",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "g7dYsZJdW0a0uurtCoGIGA==",
"pluGuid": "b158b783-5d92-465b-b4ba-eaed0a818818",
"accountID": "UipTFrAVrEud7qTbWRcjDg==",
"accountIDGuid": "16532a52-15b0-4bac-9dee-a4db5917230e",
"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:26:10.5770788",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "vvIx8qtOL06qSKif6THj2Q==",
"refundGuid": "f231f2be-4eab-4e2f-aa48-a89fe931e3d9",
"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": "kJKbITzcaEeqdmbvRbnXCQ==",
"idempotentVoidGuid": "219b9290-dc3c-4768-aa76-66ef45b9d709",
"priceLevelIdentifier": "frEfMe8PlEWK0Su4ChgsnQ==",
"priceLevelIdentifierGuid": "311fb17e-0fef-4594-8ad1-2bb80a182c9d",
"communityIdentifier": "GVNx6qDVeES1FW1K1hXWng==",
"communityIdentifierGuid": "ea715319-d5a0-4478-b515-6d4ad615d69e",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "98",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:26:10.5770788",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "98"
}
],
"refund": {
"$id": "99",
"id": 1,
"g_UID": "GZdXn/tlNEaThaeHcEIDEQ==",
"guid": "9f579719-65fb-4634-9385-a78770420311",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:26:10.5770788"
},
"modifier": {
"$id": "100",
"id": 1,
"setG_UID": "1yrZE2McH0OsX4NXeSFZaA==",
"modifierSetGuid": "13d92ad7-1c63-431f-ac5f-835779215968",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "MEkbFmwoyUGdlK3YM1Fczg==",
"pluGuid": "161b4930-286c-41c9-9d94-add833515cce",
"deleted": true,
"g_UID": "Pz+2EAETYkWd5hxpcIAtQA==",
"guid": "10b63f3f-1301-4562-9de6-1c6970802d40",
"product": {
"$ref": "28"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "97"
}
],
"eftReceipts": [
{
"$id": "101",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "14"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "101"
}
],
"payments": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"cards": [
{
"$id": "102",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "102"
}
],
"campaignHits": [
{
"$id": "103",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "103"
}
],
"fuel": [
{
"$id": "104",
"id": 1,
"plu": 1,
"pluG_UID": "sYu9ya0ljkiKE+Dh0kVlBw==",
"pluGuid": "c9bd8bb1-25ad-488e-8a13-e0e1d2456507",
"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:26:10.5770788",
"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:26:10.5770788",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "104"
}
],
"fuelResells": [
{
"$id": "105",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "sel+pXGOJEW5/qEGY+9qTQ==",
"pluGuid": "a57ee9b1-8e71-4524-b9fe-a10663ef6a4d",
"accountID": "Oumsq9XuiUWTnlX+kV5JCg==",
"accountIDGuid": "abace93a-eed5-4589-939e-55fe915e490a",
"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:26:10.5770788",
"bestOrExpireType": 1,
"refundG_UID": "wxszw5CDS0GAXM+UM0H59g==",
"refundGuid": "c3331bc3-8390-414b-805c-cf943341f9f6",
"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": "105"
}
],
"customerOrder": [
{
"$id": "106",
"identifier": "Oz/v7QZIvUq5ZFyZky4GVg==",
"identifierGuid": "edef3f3b-4806-4abd-b964-5c99932e0656",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "GR0WJ3ZakUqnJ227ucvKyA==",
"customerIdentifierGuid": "27161d19-5a76-4a91-a727-6dbbb9cbcac8",
"operatorNo": 1,
"operatorG_UID": "Tcegc2NY/UOhQPUmKcWoGg==",
"operatorGuid": "73a0c74d-5863-43fd-a140-f52629c5a81a",
"created": "2026-04-03T06:26:10.5770788",
"ordered": "2026-04-03T06:26:10.5770788",
"started": "2026-04-03T06:26:10.5770788",
"completed": "2026-04-03T06:26:10.5770788",
"supplied": "2026-04-03T06:26:10.5770788",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "7"
},
"operator": {
"$ref": "16"
},
"details": [
{
"$id": "107",
"headerID": 1,
"plu": 1,
"pluG_UId": "C2LTtsMgI0OiPeUB597GxA==",
"pluGuid": "b6d3620b-20c3-4323-a23d-e501e7dec6c4",
"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": "fqVSQAbsc0C3f9WfI6rvwA==",
"headerIdentifierGuid": "4052a57e-ec06-4073-b77f-d59f23aaefc0",
"product": {
"$ref": "28"
}
},
{
"$ref": "107"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "14"
}
},
{
"$ref": "106"
}
],
"surveyResponses": [
{
"$id": "108",
"surveyG_UID": "OYeQ+pt7x0aFWMgPF2dHWw==",
"surveyGuid": "fa908739-7b9b-46c7-8558-c80f1767475b",
"saleHeaderGuid": "KgExelC2/ESIMC9kg7abPw==",
"saleGuid": "7a31012a-b650-44fc-8830-2f6483b69b3f",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "GKtwbePUDke8Te0XAUludw==",
"guidResponse": "6d70ab18-d4e3-470e-bc4d-ed1701496e77",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:26:10.5770788",
"sale": {
"$ref": "14"
},
"survey": {
"$id": "109",
"g_UID": "5BfMsW8kUEazUp3+Z6k/aA==",
"guid": "b1cc17e4-246f-4650-b352-9dfe67a93f68",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "qgPKwYE5BE234nmJjiOn1A==",
"checkoutFormGuid": "c1ca03aa-3981-4d04-b7e2-79898e23a7d4",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:26:10.5770788",
"end": "2026-04-03T06:26:10.5770788",
"deleted": true,
"updated": "2026-04-03T06:26:10.5770788",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"440fb0ac-7711-4159-b6b8-1b4cce7986fe",
"cc396b09-1e80-4440-9729-681fe245af18"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "47"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "108"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "7k4k9k3WqEqUyv3eVsHMnQ==",
"accountIdentifier": "f6244eee-d64d-4aa8-94ca-fdde56c1cc9d",
"accountName": "sample string 44",
"customerOrderIdentifier": "NwSY8XYR50WYCVl6vnEm+Q==",
"customerOrderIdentifierGuid": "f1980437-1176-45e7-9809-597abe7126f9",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "110",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "fUQiO7fdJ0WkfR7/1dhewg==",
"paymentIdentifierGuid": "3b22447d-ddb7-4527-a47d-1effd5d85ec2",
"identifier": "GE7YAKwW30mp9wPMt0gOFA==",
"identifierGuid": "00d84e18-16ac-49df-a9f7-03ccb7480e14",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "ojVHYfQgj02H1KZnYosXtg==",
"itemIdentifierGuid": "614735a2-20f4-4d8f-87d4-a667628b17b6"
}
},
{
"$ref": "13"
}
]
},
{
"$ref": "8"
}
],
"customerGroupMembers": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"customerGroups": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"accounts": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"account": {
"$ref": "9"
},
"vouchers": [
{
"$id": "111",
"customerIdentifier": "JPya3we+VEK37CNiin2Ung==",
"customerIdentifierGuid": "df9afc24-be07-4254-b7ec-23628a7d949e",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "JeZF6qgFeUKyFAuZnRQq4A==",
"idempotentGuid": "ea45e625-05a8-4279-b214-0b999d142ae0",
"offline": true,
"voucher": {
"$ref": "2"
},
"customer": {
"$ref": "7"
}
},
{
"$ref": "111"
}
]
},
"issuedOfflinePayment": {
"$ref": "13"
},
"redeemedOfflinePayment": {
"$ref": "13"
}
},
{
"$ref": "6"
}
]
},
"customer": {
"$ref": "7"
},
"issuedOfflinePayment": {
"$ref": "13"
}
},
{
"$ref": "1"
}
]
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.