PUT api/customer/{id}
Updates a customer
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Customer identifier |
globally unique identifier |
Required |
Body Parameters
Customer to save
Customer| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier | Collection of byte |
None. |
|
| IdentifierGuid | globally unique identifier |
None. |
|
| Code | string |
String length: inclusive between 0 and 30 |
|
| FamilyName | string |
Required String length: inclusive between 0 and 60 |
|
| GivenName | string |
String length: inclusive between 0 and 60 |
|
| OtherName | string |
String length: inclusive between 0 and 60 |
|
| Title | string |
String length: inclusive between 0 and 20 |
|
| DateOfBirth | date |
None. |
|
| Sex |
Gender, indicated by M or F |
string |
String length: inclusive between 0 and 1 |
| Address1 | string |
String length: inclusive between 0 and 60 |
|
| Address2 | string |
String length: inclusive between 0 and 60 |
|
| Town | string |
String length: inclusive between 0 and 60 |
|
| State | string |
String length: inclusive between 0 and 60 |
|
| Country | string |
String length: inclusive between 0 and 60 |
|
| PostalCode | string |
String length: inclusive between 0 and 10 |
|
| string |
Data type: EmailAddress String length: inclusive between 0 and 100 |
||
| Telephone | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
| Mobile | string |
Data type: PhoneNumber String length: inclusive between 0 and 20 |
|
| CommunityIdentifier | Collection of byte |
None. |
|
| CommunityIdentifierGuid | globally unique identifier |
None. |
|
| Joined | date |
Data type: DateTime |
|
| Updated | date |
Data type: DateTime |
|
| Active | boolean |
None. |
|
| ReasonInactive | integer |
None. |
|
| GroupCustomer | boolean |
None. |
|
| LoyaltyPoints | integer |
None. |
|
| HomeStoreID |
NOT to be used to restrict a customer |
integer |
None. |
| AvailableSpend |
Loyalty points available to spend |
integer |
None. |
| PriceLevelIdentifier | Collection of byte |
None. |
|
| PriceLevelIdentifierGuid | globally unique identifier |
None. |
|
| MarketingID | string |
None. |
|
| ReceiptPrintOptions | ReceiptPrintOptions |
None. |
|
| Hidden |
Hidden from POS lookup |
boolean |
None. |
| Registered |
Customer has registered via EMC |
boolean |
None. |
| RegisteredOn | date |
Data type: DateTime |
|
| EmailMarketing | boolean |
None. |
|
| SMSMarketing | boolean |
None. |
|
| Deleted | boolean |
None. |
|
| DeletedUser | string |
None. |
|
| HomeStoreName | string |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerCards | Collection of CustomerCard |
Relation. This field may not always be loaded or used for updates. |
|
| CustomerGroupMembers |
The customer group member classes for this customer and the customer groups that this customer belongs to |
Collection of CustomerGroupMember |
Relation. This field may not always be loaded or used for updates. |
| CustomerGroups |
This customer is the primary Contact of the following groups |
Collection of CustomerGroup |
Relation. This field may not always be loaded or used for updates. |
| Accounts |
Account.OwnerGuid |
Collection of Account |
Relation. This field may not always be loaded or used for updates. |
| Account |
CustomerCards -> First Account Card's Identifier as a GUID -> Account.Identifier |
Account |
Relation. This field may not always be loaded or used for updates. |
| Vouchers |
List of voucher summaries, grouping vouchers by type |
Collection of CustomerVoucherSummary |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"identifier": "cvmBZq+lZ0uLd9uS+qUKRA==",
"identifierGuid": "6681f972-a5af-4b67-8b77-db92faa50a44",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:16:43.4745566",
"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": "ZH9FkDO9CEKR5j8dICRpsQ==",
"communityIdentifierGuid": "90457f64-bd33-4208-91e6-3f1d202469b1",
"joined": "2026-04-03T06:16:43.4745566",
"updated": "2026-04-03T06:16:43.4745566",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "L/aS0SHQ6ESzcQn21ru/qg==",
"priceLevelIdentifierGuid": "d192f62f-d021-44e8-b371-09f6d6bbbfaa",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:16:43.4745566",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$id": "2",
"cardType": 2,
"issueDate": "2026-04-03T06:16:43.4745566",
"expiry": "2026-04-03T06:16:43.4745566",
"customerID": "OUpMPqR4FkyMZwsXKeBCPg==",
"customerIDGuid": "3e4c4a39-78a4-4c16-8c67-0b1729e0423e",
"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:16:43.4745566",
"linkedAccount": "QJtpJEbxf0OjLF/DEqNDRQ==",
"linkedAccountGuid": "24699b40-f146-437f-a32c-5fc312a34345",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$ref": "1"
},
"account": {
"$id": "3",
"id": 1,
"identifier": "AkabAq/2UEir2wZbxwFwHA==",
"identifierGuid": "029b4602-f6af-4850-abdb-065bc701701c",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:16:43.4745566",
"owner": "87K47VsPzUCwzeoyH+LvbA==",
"ownerGuid": "edb8b2f3-0f5b-40cd-b0cd-ea321fe2ef6c",
"accountStoreGroupIdentifier": "AIkJVusCmkeaI0R2CtK2Zg==",
"accountStoreGroupGuid": "56098900-02eb-479a-9a23-44760ad2b666",
"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:16:43.4745566",
"active": true,
"updated": "2026-04-03T06:16:43.4745566",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "1"
},
"card": {
"$ref": "2"
},
"members": {
"$id": "4",
"sample string 1": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"sample string 2": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"customerGroups": [
{
"$id": "5",
"identifier": "pSE3Q6lNg0SUvSaYpoqzAQ==",
"identifierGuid": "433721a5-4da9-4483-94bd-2698a68ab301",
"name": "sample string 2",
"primaryContact": "xpjBjLo83kW9A8JYSy71ew==",
"primaryContactGuid": "8cc198c6-3cba-45de-bd03-c2584b2ef57b",
"accountID": "tvcU+s8FbEqla1qCYHRO/A==",
"accountIDGuid": "fa14f7b6-05cf-4a6c-a56b-5a8260744efc",
"special": true,
"updated": "2026-04-03T06:16:43.4745566",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "4WW88FUbgke5AvaV92AQ3w==",
"priceLevelIdentifierGuid": "f0bc65e1-1b55-4782-b902-f695f76010df",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$ref": "3"
},
"primaryContactCustomer": {
"$ref": "1"
},
"customerGroupMembers": [
{
"$id": "6",
"id": 1,
"groupID": "UBRhJvrLu0uYKopV88VRYQ==",
"groupIDGuid": "26611450-cbfa-4bbb-982a-8a55f3c55161",
"customerID": "CynliT1LekmDhoOW4oLSbw==",
"customerIDGuid": "89e5290b-4b3d-497a-8386-8396e282d26f",
"card": "sample string 4",
"linkedAccount": "E1WGeEI1uUqjrczxVSJGlA==",
"linkedAccountGuid": "78865513-3542-4ab9-a3ad-ccf155224694",
"customer": {
"$ref": "1"
},
"group": {
"$ref": "5"
},
"customerCard": {
"$ref": "2"
}
},
{
"$ref": "6"
}
]
},
{
"$ref": "5"
}
]
},
"payments": [
{
"$id": "7",
"id": 1,
"identifier": "Ip1F1ydnuUSlf1cCvwjQ3Q==",
"identifierGuid": "d7459d22-6727-44b9-a57f-5702bf08d0dd",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "X+Dmuea/EUqmm1FZJuVZJQ==",
"accountIDGuid": "b9e6e05f-bfe6-4a11-a69b-515926e55925",
"customerAccount": {
"$ref": "3"
},
"customerCard": {
"$ref": "2"
},
"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:16:43.4745566",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "b3HUYNaImE6lluGpzNalYQ==",
"idempotentVoidGuid": "60d4716f-88d6-4e98-a596-e1a9ccd6a561",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "8",
"saleHeaderID": 1,
"saleHeaderGuid": "W5BsJ+LQt0+BHi/so1EaSQ==",
"saleHeaderIdentifierGuid": "276c905b-d0e2-4fb7-811e-2feca3511a49",
"created": "2026-04-03T06:16:43.4745566",
"createdLocal": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566",
"storeID": 1,
"operatorG_Uid": "S3WSYGIw1Eq0myEUG5ffmQ==",
"operatorGuid": "6092754b-3062-4ad4-b49b-21141b97df99",
"customerG_Uid": "uV41V7KXJEC3OHm8DLyzbg==",
"customerGuid": "57355eb9-97b2-4024-b738-79bc0cbcb36e",
"communityIdentifier": "Sh3m/aCENEWPQhsmxWM5Cg==",
"communityIdentifierGuid": "fde61d4a-84a0-4534-8f42-1b26c563390a",
"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": "TezpvumXZ0i1ohgeIqQmVw==",
"priceLevelIdentifierGuid": "bee9ec4d-97e9-4867-b5a2-181e22a42657",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:16:43.4745566+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": "9",
"customerName": "sample string 1",
"pickupAt": "2026-04-03T06:16:43.4745566",
"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": "10",
"id": 1,
"g_Uid": "6OUtBfJrTEiVawPmiZBUYg==",
"guid": "052de5e8-6bf2-484c-956b-03e689905462",
"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:16:43.4745566",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:16:43.4745566",
"endShift": "2026-04-03T06:16:43.4745566",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "11",
"operatorG_UID": "7YPlvTEZ0k6ZpHnx6zcTqA==",
"operatorGuid": "bde583ed-1931-4ed2-99a4-79f1eb3713a8",
"storeID": 2,
"operator": {
"$ref": "10"
},
"store": {
"$id": "12",
"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:16:43.4745566",
"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": "B8sV8QCMV0OWBqRE9Nbh6w==",
"hostIdentifierGuid": "f115cb07-8c00-4357-9606-a444f4d6e1eb",
"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:16:43.4745566",
"priceZone": {
"$id": "13",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "AjH5EVApfUWYmu4JYDaPXQ==",
"hostIdentifierGuid": "11f93102-2950-457d-989a-ee0960368f5d",
"sortOrder": 3,
"zoneMasterStoreID": 1,
"electedMasterStoreID": 1,
"containsElectedMasterStore": true
},
"priceZoneName": "sample string 51",
"storeFuelConfigured": true,
"shippingAddressCopied": true,
"shippingAddress": {
"$id": "14",
"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": "14"
},
"hostStoreSettings": [
{
"$id": "15",
"id": 1,
"hostIdentifier": "umil3wuirEKBSLZKkDZXfg==",
"hostIdentifierGuid": "dfa568ba-a20b-42ac-8148-b64a9036577e",
"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": "16",
"identifier": "N8vU2gPlzkWHgRX3YCzcIA==",
"identifierGuid": "dad4cb37-e503-45ce-8781-15f7602cdc20",
"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": "AIBh5U+v4UGTR5WCdVtHfw==",
"hostSupplierIdentifierGuid": "e5618000-af4f-41e1-9347-9582755b477f",
"loyaltyPriceLevelIdentifier": "e7ov29hdfU6GLbKyrgKjOg==",
"loyaltyPriceLevelIdentifierGuid": "db2fba7b-5dd8-4e7d-862d-b2b2ae02a33a",
"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:16:43.4745566",
"lastProcessed": "2026-04-03T06:16:43.4745566",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "17",
"identifier": "zNEwcsnMskGuDbV3fyyRAQ==",
"identifierGuid": "7230d1cc-ccc9-41b2-ae0d-b5777f2c9101",
"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": "taM3LhjIHke9V2ogStbGJQ==",
"primaryContactID": "2e37a3b5-c818-471e-bd57-6a204ad6c625",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "v0P17vQPtE+xT8eovawM1g==",
"supplierGroupGuid": "eef543bf-0ff4-4fb4-b14f-c7a8bdac0cd6",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:16:43.4745566",
"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": "18",
"id": "e6d0b47a-56f6-4965-9d02-7f5f47cd3c59",
"identifier": "6k+F2Xp9W0eDv08xpIsLVA==",
"identifierGuid": "d9854fea-7d7a-475b-83bf-4f31a48b0b54",
"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": "19",
"supplierIdentifier": "Q1fEL9XYhUGDb/Cz8c2CUg==",
"supplierIdentifierGuid": "2fc45743-d8d5-4185-836f-f0b3f1cd8252",
"contactGuid": "1Uyr3vpwkUmy3Yk7jZfwAA==",
"contactID": "deab4cd5-70fa-4991-b2dd-893b8d97f000",
"contact": {
"$ref": "18"
},
"supplier": {
"$ref": "17"
}
},
{
"$ref": "19"
}
],
"products": [
{
"$id": "20",
"pluG_UID": "cE+VMrAnrESXTRWEbrm8hQ==",
"pluGuid": "32954f70-27b0-44ac-974d-15846eb9bc85",
"supplierIdentifier": "E90bk10PdUiWGYQ5abLvtA==",
"supplierIdentifierGuid": "931bdd13-0f5d-4875-9619-843969b2efb4",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "21",
"pluG_UID": "LkNJknn5pEiKpdaaJQCiBw==",
"pluGuid": "9249432e-f979-48a4-8aa5-d69a2500a207",
"supplierIdentifier": "1tbOBL4TB02BWRB9xCR+GQ==",
"supplierIdentifierGuid": "04ced6d6-13be-4d07-8159-107dc4247e19",
"invoiceCode": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "21"
}
],
"storeIDs": [
1,
2
],
"preferredSupplier": true,
"preferredRebateSupplier": true,
"supplierName": "sample string 42",
"salesMode": 43,
"orderPacked": true,
"active": true,
"price": 1,
"costGstPercent": 45,
"parentPluG_UID": "wv3i2itPHE2YTf+sVCNvSA==",
"parentPluGuid": "dae2fdc2-4f2b-4d1c-984d-ffac54236f48",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "22",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "MOQ36cAze0SkXq52E40RfQ==",
"guid": "e937e430-33c0-447b-a45e-ae76138d117d",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "+kKhWNkFeUuU9GIn64sYjg==",
"priceGroupGuid": "58a142fa-05d9-4b79-94f4-6227eb8b188e",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:16:43.4745566",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:16:43.4745566",
"pluCreated": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566",
"lastManualUpdate": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566",
"currentCostUpdated": "2026-04-03T06:16:43.4745566",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "XvVjJw5zVEegz08iWnZJ8g==",
"altPLUGuid": "2763f55e-730e-4754-a0cf-4f225a7649f2",
"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:16:43.4745566",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "wo7NevnoMU6vt+mBBwjXPg==",
"shelfPageLayoutGuid": "7acd8ec2-e8f9-4e31-afb7-e9810708d73e",
"talkerPageLayoutG_UID": "8G+oUud7C0KUZSkKkZGpWg==",
"talkerPageLayoutGuid": "52a86ff0-7be7-420b-9465-290a9191a95a",
"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": "aBRhfIGA402GHZpIBkn5Bw==",
"inventoryIdentifier": "7c611468-8081-4de3-861d-9a480649f907",
"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": "Y6UQKyUCVUOv74aMBwU8wQ==",
"parentPluGuid": "2b10a563-0225-4355-afef-868c07053cc1",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "4au74dXCiEurxcAjOO05Uw==",
"supplierIdentifierGuid": "e1bbabe1-c2d5-4b88-abc5-c02338ed3953",
"supplierChanged": true,
"rebateSupplierIdentifier": "DTnaLgZtZkq2tNNkidocyA==",
"rebateSupplierIdentifierGuid": "2eda390d-6d06-4a66-b6b4-d36489da1cc8",
"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:16:43.4745566",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "odwWSd3fG0edlh0juednVQ==",
"hostIdentifierGuid": "4916dca1-dfdd-471b-9d96-1d23b9e76755",
"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": "22"
},
{
"$ref": "22"
}
],
"store": {
"$ref": "12"
},
"storePrices": [
{
"$id": "23",
"pluG_UID": "Lv937RMhl0G659dhk5gwOw==",
"pluGuid": "ed77ff2e-2113-4197-bae7-d7619398303b",
"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:16:43.4745566"
},
{
"$ref": "23"
}
],
"currentPrices": {
"$id": "24",
"pluPrices": {
"$id": "25",
"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:16:43.4745566",
"priceChangeType": 0,
"costDecimals": 11,
"costCalcMethod": 12,
"targetCampaignPriceGtOrEquNormal": true
},
"normalPluPrices": {
"$ref": "25"
},
"winningCampaign": 1,
"winner": {
"$id": "26",
"campaignName": "sample string 1",
"campaignDescription": "sample string 2",
"talkerText": "sample string 3",
"disableWasSave": true,
"startDate": "2026-04-03T06:16:43.4745566",
"startTime": 5,
"endDate": "2026-04-03T06:16:43.4745566",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "y884vDJZNESFc459nPBDJA==",
"hostIdentifierGuid": "bc38cfcb-5932-4434-8573-8e7d9cf04324",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
},
"tray": {
"$id": "27",
"g_UId": "UI1N7yXdsUi6rcqqLXvHsg==",
"guid": "ef4d8d50-dd25-48b1-baad-caaa2d7bc7b2",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "28",
"priceGroupG_UID": "QNA8vVOc1U6ZHR87HQoNhg==",
"priceGroupGuid": "bd3cd040-9c53-4ed5-991d-1f3b1d0a0d86",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:16:43.4745566",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "29",
"pluG_UID": "ufB5FSdZhUazkqMTOiR9oQ==",
"pluGuid": "1579f0b9-5927-4685-b392-a3133a247da1",
"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": "30",
"pluGuid": "b3976a58-64ca-451b-915e-c4ae1602d229",
"created": "2026-04-03T06:16:43.4745566",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:16:43.4745566",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:16:43.4745566",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:16:43.4745566",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:16:43.4745566",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:16:43.4745566",
"lastSold": "2026-04-03T06:16:43.4745566",
"firstSold": "2026-04-03T06:16:43.4745566",
"awsUpdated": "2026-04-03T06:16:43.4745566",
"lastManualUpdate": "2026-04-03T06:16:43.4745566",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:16:43.4745566",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:16:43.4745566",
"doNotRangeUpdated": "2026-04-03T06:16:43.4745566",
"doNotOrderUpdated": "2026-04-03T06:16:43.4745566",
"tracked": "2026-04-03T06:16:43.4745566"
},
"allergens": [
{
"$id": "31",
"primaryKey": {
"$id": "32",
"pluGuid": "30c4b683-4d87-4c95-aace-2c5210f9817e",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "g7bEMIdNlUyqzixSEPmBfg==",
"pluGuid": "30c4b683-4d87-4c95-aace-2c5210f9817e",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "31"
}
],
"costs": {
"$id": "33",
"pluG_UID": "nO5TSSicIECLJSpS3L80bg==",
"pluGuid": "4953ee9c-9c28-4020-8b25-2a52dcbf346e",
"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:16:43.4745566",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "34",
"saleHeaderID": 1,
"created": "2026-04-03T06:16:43.4745566",
"createdLocal": "2026-04-03T06:16:43.4745566",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "TLlQoGINZUi+juF+Pg1bKg==",
"operatorGuid": "a050b94c-0d62-4865-be8e-e17e3e0d5b2a",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "5tYvn43XRE+bJyZnb+jAOw==",
"pluGuid": "9f2fd6e6-d78d-4f44-9b27-26676fe8c03b",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "10"
}
},
{
"$ref": "34"
}
],
"apns": [
{
"$id": "35",
"pluID": 1,
"pluG_UID": "PX9iEYiWQkOSS6xRX20CkA==",
"pluGuid": "11627f3d-9688-4342-924b-ac515f6d0290",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "35"
}
],
"tuns": [
{
"$id": "36",
"pluG_UId": "UbcNiQODy0msh18kzPInHw==",
"pluGuid": "890db751-8303-49cb-ac87-5f24ccf2271f",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "22"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "36"
}
],
"competitionPricing": [
{
"$id": "37",
"identifier": "4LQOAXoK4E24/eB7qfHiXg==",
"identifierGuid": "010eb4e0-0a7a-4de0-b8fd-e07ba9f1e25e",
"pluG_UID": "xGIiphcgzkadjpjUzRsM6Q==",
"pluGuid": "a62262c4-2017-46ce-9d8e-98d4cd1b0ce9",
"competitionID": 1,
"name": "sample string 2",
"sellMultiple": 3,
"retailPrice": 4,
"storeName": "sample string 5"
},
{
"$ref": "37"
}
],
"supplier": {
"$ref": "17"
},
"supplierName": "sample string 148",
"children": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"ordering": {
"$ref": "20"
},
"flipChartPages": [
{
"$id": "38",
"identifier": "2a2VK2fYcE+2po5zFJ6/zw==",
"groupName": "sample string 1",
"identifierGuid": "2b95add9-d867-4f70-b6a6-8e73149ebfcf",
"exists": true,
"flipChartIdentifier": "w0vfYhh+yUGYoa1111OKZg==",
"flipChartIdentifierGuid": "62df4bc3-7e18-41c9-98a1-ad75d7538a66",
"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": "9wkvtTq8LU2RIf3ng7eXAg==",
"groupIdentifierGuid": "b52f09f7-bc3a-4d2d-9121-fde783b79702",
"flipChart": {
"$id": "39",
"identifier": "6gbeFR51Q0yQ3rQpeQd9MQ==",
"identifierGuid": "15de06ea-751e-4c43-90de-b42979077d31",
"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": "40",
"identifier": "/8XIgG8/P0aCeygxhHUwmQ==",
"identifierGuid": "80c8c5ff-3f6f-463f-827b-283184753099",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "41",
"id": 1,
"g_UID": "ANd9p7YiUEOujTx/5jW3Mw==",
"guid": "a77dd700-22b6-4350-ae8d-3c7fe635b733",
"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": "mPEI5PGerU+aeITXXZKWCA==",
"previousFormGuid": "e408f198-9ef1-4fad-9a78-84d75d929608",
"nextForm": 1,
"nextFormG_UID": "dTUWOndEHUyflUW6bpxoGQ==",
"nextFormGuid": "3a163575-4477-4c1d-9f95-45ba6e9c6819",
"attributes": "sample string 10",
"updated": "2026-04-03T06:16:43.4745566",
"positioning": 1,
"contentPanel": "sample string 11",
"selectionMode": 1,
"maximumSelections": 1,
"alteredInStore": true,
"deleted": true,
"blueprintID": 1,
"preserveLayout": true,
"mainCheckoutFormName": "sample string 13",
"nextCheckoutForm": {
"$ref": "41"
},
"previousCheckoutForm": {
"$ref": "41"
},
"buttons": [
{
"$id": "42",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "IGjBShnGvEaTxCWTYLSWKw==",
"checkoutFormGuid": "4ac16820-c619-46bc-93c4-259360b4962b",
"identifier": "y/svDtcvtUKRwqnW3zmqrQ==",
"identifierGuid": "0e2ffbcb-2fd7-42b5-91c2-a9d6df39aaad",
"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": "cevQEQTD2k22wpsX8Y0p+w==",
"valueGuid": "11d0eb71-c304-4dda-b6c2-9b17f18d29fb",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:16:43.4745566",
"action": "sample string 12",
"valueForm": {
"$ref": "41"
},
"image": {
"$id": "43",
"name": "sample string 3.sample string 4",
"imageID": 2,
"imageName": "sample string 3",
"imageExtension": "sample string 4",
"lastUpdate": "2026-04-03T06:16:43.4745566",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "42"
}
],
"panels": [
{
"$id": "44",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "dYwiW+4+DESZTekTTSfZgA==",
"checkoutFormGuid": "5b228c75-3eee-440c-994d-e9134d27d980",
"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": "44"
}
]
},
{
"$ref": "41"
}
],
"panels": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
"contentPanel": {
"$ref": "44"
},
"products": [
{
"$id": "45",
"flipChartPageIdentifier": "I4XSnXoTs0KgcU7WRtSgEA==",
"flipChartPageIdentifierGuid": "9dd28523-137a-42b3-a071-4ed646d4a010",
"pluG_UID": "Xk5vUFkcEEmyGK3YzI6hsw==",
"pluGuid": "506f4e5e-1c59-4910-b218-add8cc8ea1b3",
"sortOrder": 3,
"sent": true,
"productChanged": true,
"productImageName": "sample string 6",
"productShowImageOnFlipCharts": true,
"productShowTextOnFlipCharts": true,
"productOverrideFlipChartText": true,
"productFlipChartText": "sample string 10",
"product": {
"$ref": "22"
},
"departmentSortOrder": 11,
"subDepartmentName": "sample string 12"
},
{
"$ref": "45"
}
],
"productCount": 27,
"pages": [
{
"$ref": "38"
},
{
"$ref": "38"
}
]
},
{
"$ref": "38"
}
],
"priceHistory": [
{
"$id": "46",
"pluG_UID": "ZPTG/gWZg02UIKvV6RlIeQ==",
"pluGuid": "fec6f464-9905-4d83-9420-abd5e9194879",
"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:16:43.4745566",
"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": "46"
}
],
"ingredients": [
{
"$id": "47",
"pluG_UID": "2W2xK+EbY0albm6ctP3wVQ==",
"ingredientGuid": "o0V1wggJSkaNN33PiSZuqQ==",
"ingredientIdentifier": "c27545a3-0908-464a-8d37-7dcf89266ea9",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "22"
}
},
{
"$ref": "47"
}
],
"bins": [
{
"$id": "48",
"pluG_UID": "o5Ita27YnUCuHW6oynVHAg==",
"pluGuid": "6b2d92a3-d86e-409d-ae1d-6ea8ca754702",
"shelfLocationIdentifier": "ly3GLM5nBUW2oO/4kUIhmA==",
"shelfLocationGuid": "2cc62d97-67ce-4505-b6a0-eff891422198",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "WRTQu8kw50uWQvRDCSatSQ==",
"labelPageLayoutGuid": "bbd01459-30c9-4be7-9642-f4430926ad49",
"updated": "2026-04-03T06:16:43.4745566",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "22"
},
"location": {
"$id": "49",
"identifier": "1+5nZb6cbEKzHHmT4ErRfQ==",
"storeID": 1,
"identifierGuid": "6567eed7-9cbe-426c-b31c-7993e04ad17d",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:16:43.4745566",
"minTemp": 1,
"maxTemp": 1,
"checkFrequency": 1,
"storeCaseConfiguration": 5,
"storeName": "sample string 6",
"bins": [
{
"$ref": "48"
},
{
"$ref": "48"
}
]
}
},
{
"$ref": "48"
}
],
"bin": {
"$ref": "48"
},
"scaleLocations": [
{
"$id": "50",
"plu": 1,
"pluG_UID": "ePqBTRorN0ayA9ivEAp+AQ==",
"pluGuid": "4d81fa78-2b1a-4637-b203-d8af100a7e01",
"deptNo": 1,
"product": {
"$ref": "22"
},
"scaleLocation": {
"$id": "51",
"id": 1,
"deptNo": 1,
"deptCode": "sample string 2",
"name": "sample string 3",
"enabled": true,
"updated": "2026-04-03T06:16:43.4745566",
"department": {
"$id": "52",
"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": "51"
},
"subDepartments": [
{
"$id": "53",
"id": 1,
"departmentID": 2,
"name": "sample string 3",
"code": "sample string 4",
"departmentCode": "sample string 5",
"externalSales": true,
"minorDepartments": [
{
"$id": "54",
"id": 1,
"subDepartmentID": 2,
"departmentID": 3,
"name": "sample string 4",
"subDepartmentCode": "sample string 5",
"departmentCode": "sample string 6",
"code": "sample string 7",
"lesserDepartments": [
{
"$id": "55",
"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:16:43.4745566",
"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": "WXt7FAMFk0m1o8yG3CRqVw==",
"labelPageLayoutGuid": "147b7b59-0503-4993-b5a3-cc86dc246a57",
"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": "56",
"dept": 1,
"category": 2,
"name": "sample string 3",
"active": true,
"mscCommodities": [
{
"$id": "57",
"dept": 1,
"category": 2,
"commodity": 3,
"name": "sample string 4",
"active": true,
"mscSubCommodities": [
{
"$id": "58",
"dept": 1,
"category": 2,
"commodity": 3,
"subCommodity": 4,
"name": "sample string 5",
"active": true,
"subCommodityCode": "sample string 7"
},
{
"$ref": "58"
}
],
"commodityCode": "sample string 6"
},
{
"$ref": "57"
}
],
"categoryCode": "sample string 5"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$id": "59",
"dept": 1,
"name": "sample string 2",
"active": true,
"mscCategories": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"deptCode": "sample string 4"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "55"
}
],
"updated": "2026-04-03T06:16:43.4745566",
"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": "agzNAitD70my2A2KPc0M6A==",
"labelPageLayoutGuid": "02cd0c6a-432b-49ef-b2d8-0d8a3dcd0ce8",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:43.4745566",
"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": "g3HB6Jsimkq8oxyVz/bWNw==",
"labelPageLayoutGuid": "e8c17183-229b-4a9a-bca3-1c95cff6d637",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
},
{
"$ref": "53"
}
],
"stores": [
1,
2
],
"investmentBuyOverride": true,
"updated": "2026-04-03T06:16:43.4745566",
"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": "lgsEgtics0KBIcY2YeeOKQ==",
"labelPageLayoutGuid": "82040b96-9cd8-42b3-8121-c63661e78e29",
"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": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
}
}
}
},
{
"$ref": "50"
}
],
"nextPrice": {
"$id": "60",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 1,
"hostOfferID": 1,
"metcashPromotionID": "sample string 4",
"metcashPromotionPlacement": "sample string 5",
"pluG_UID": "6CUCjDO9CUGe0tXL5TSQMQ==",
"pluGuid": "8c0225e8-bd33-4109-9ed2-d5cbe5349031",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "Au+ArY1tmE6blak+tn3IVw==",
"dealCostGuid": "ad80ef02-6d8d-4e98-9b95-a93eb67dc857",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "7i3Q82w2s0OqbeMvNeQg7w==",
"priceGroupGuid": "f3d02dee-366c-43b3-aa6d-e32f35e420ef",
"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:16:43.4745566",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "d1c1e930-ea10-46dc-bb95-875cc03a09f8",
"campaignComboPriceGroupG_UID": "P4NJ6JSvAEeN9jEzf/CI0g==",
"campaignComboPriceGroupIdentifier": "e849833f-af94-4700-8df6-31337ff088d2",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "61",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:16:43.4745566",
"operatorG_UID": "Jasy7xz78UGk/bd1aiY8aw==",
"operatorGuid": "ef32ab25-fb1c-41f1-a4fd-b7756a263c6b",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:16:43.4745566",
"signIqTicketFileMovedUtc": "2026-04-03T06:16:43.4745566",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:16:43.4745566",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "ad63017f-272b-48a6-ac63-74569a040b9f",
"product": {
"$ref": "22"
},
"campaignPlu": {
"$ref": "60"
},
"fuelItem": true
},
{
"$ref": "61"
}
],
"campaign": {
"$id": "62",
"id": 1,
"storeID": 2,
"name": "f368596e-2307-4bf3-b798-5eb940d28607",
"nameGuid": "f368596e-2307-4bf3-b798-5eb940d28607",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:16:43.4745566",
"startTime": 1,
"endDate": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566",
"system": true,
"created": "2026-04-03T06:16:43.4745566",
"updated": "2026-04-03T06:16:43.4745566",
"priceChangeNotifiedUtc": "2026-04-03T06:16:43.4745566",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "CQS/9uxgyEqEUIpMvuUabA==",
"hostIdentifierGuid": "f6bf0409-60ec-4ac8-8450-8a4cbee51a6c",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:16:43.4745566",
"updatedByUser": "sample string 18",
"offerID": 1,
"isPriceChangeCampaign": true,
"stores": [
1,
2
],
"storeNames": [
"sample string 1",
"sample string 2"
],
"campaignPlus": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"campaignPools": [
{
"$id": "63",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"plu": 4,
"pluG_UID": "AU/DOCjo102ivXzfXiqOzw==",
"pluGuid": "38c34f01-e828-4dd7-a2bd-7cdf5e2a8ecf",
"hostOfferID": 1,
"priceGroupG_UID": "qmg67l8SnEa1NGhOmp+EuQ==",
"priceGroupGuid": "ee3a68aa-125f-469c-b534-684e9a9f84b9",
"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:16:43.4745566",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "22"
},
"campaign": {
"$ref": "62"
}
},
{
"$ref": "63"
}
],
"sellingRules": [
{
"$id": "64",
"id": 1,
"identifier": "Ld2srEjVIU6amn8yrDisjA==",
"identifierStr": "Ld2srEjVIU6amn8yrDisjA==",
"identifierGuid": "acacdd2d-d548-4e21-9a9a-7f32ac38ac8c",
"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": "62"
}
},
{
"$ref": "64"
}
],
"customers": [
{
"$id": "65",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"customerID": "JIY2OzyLHEqlUbzNQ3JYEA==",
"customerIDGuid": "3b368624-8b3c-4a1c-a551-bccd43725810",
"campaign": {
"$ref": "62"
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "65"
}
],
"customerGroups": [
{
"$id": "66",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "/jTyz4hxx0GQM9fLvFFeDg==",
"groupIDGuid": "cff234fe-7188-41c7-9033-d7cbbc515e0e",
"campaign": {
"$ref": "62"
},
"group": {
"$ref": "5"
}
},
{
"$ref": "66"
}
],
"signIqTickets": [
{
"$id": "67",
"identifier": "s+HmJt6T9k2uY2d5X9AJ9g==",
"identifierGuid": "26e6e1b3-93de-4df6-ae63-67795fd009f6",
"campaignName": "sample string 2",
"message": "sample string 3",
"ticketFileSource": "sample string 4",
"ticketFileDestination": "sample string 5",
"storeID": 1
},
{
"$ref": "67"
}
],
"comboPriceGroups": [
{
"$id": "68",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"g_UID": "Z2joM3OmJ0ayvCv+dZVugA==",
"guid": "33e86867-a673-4627-b2bc-2bfe75956e80",
"description": "sample string 5",
"newPrice": 1,
"rangeDescription": "sample string 6",
"dealDescription": "sample string 7",
"labelQuantity": 8,
"hostProductCategoryID": 1,
"offerID": 1,
"dontUpdatePricePlus": true,
"campaign": {
"$ref": "62"
},
"comboPricePlus": [
{
"$id": "69",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupG_UID": "5HjfnCl1IECe4/54OrafQA==",
"groupGuid": "9cdf78e4-7529-4020-9ee3-fe783ab69f40",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "7Ws03LwDAUibTpMB4ID0DA==",
"pluGuid": "dc346bed-03bc-4801-9b4e-9301e080f40c",
"priceGroupG_UID": "ZStIxz4+EEmI3yTgZXvASQ==",
"priceGroupGuid": "c7482b65-3e3e-4910-88df-24e0657bc049",
"campaignPoolID": "sample string 7",
"quantity": 1,
"campaign": {
"$ref": "62"
},
"product": {
"$ref": "22"
},
"priceGroup": {
"$ref": "28"
},
"campaignPool": {
"$ref": "62"
}
},
{
"$ref": "69"
}
]
},
{
"$ref": "68"
}
],
"priceLevels": [
{
"$id": "70",
"id": 1,
"priceLevelIdentifier": "XRmINT9PdE+njZT4+L/lTQ==",
"priceLevelIdentifierGuid": "3588195d-4f3f-4f74-a78d-94f8f8bfe54d",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "70"
}
],
"promotionType": {
"$id": "71",
"identifier": "b7wK1Fbd4EO8TN5nKVTRXA==",
"identifierGuid": "d40abc6f-dd56-43e0-bc4c-de672954d15c",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "heCoqwv9eEKPQyHaLvUQ2Q==",
"labelPageLayoutGuid": "aba8e085-fd0b-4278-8f43-21da2ef510d9",
"priceLevelIdentifier": "WWwoXZOEiUiPYkN2k7lAaA==",
"priceLevelIdentifierGuid": "5d286c59-8493-4889-8f62-437693b94068",
"active": true,
"updated": "2026-04-03T06:16:43.4745566",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "22"
},
"dealCost": {
"$id": "72",
"headerIdentifier": "Ne81qww8j0qMfDiOvA11qQ==",
"headerIdentifierGuid": "ab35ef35-3c0c-4a8f-8c7c-388ebc0d75a9",
"identifier": "JR0VHYB6+0+/njUz86nZtA==",
"identifierGuid": "1d151d25-7a80-4ffb-bf9e-3533f3a9d9b4",
"supplierIdentifier": "YOpNxIbBx02TZfv1Ye2GBg==",
"supplierGuid": "c44dea60-c186-4dc7-9365-fbf561ed8606",
"pluG_UID": "vKbEdJCtMUmGTOBRhh8CkA==",
"pluGuid": "74c4a6bc-ad90-4931-864c-e051861f0290",
"campaignName": "b48e36f1-db47-4834-9f02-5f814fbe5ce6",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:16:43.4745566",
"end": "2026-04-03T06:16:43.4745566",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "ZGKinIRorEe+gwU0XHeTnQ==",
"bonusItemPluGuid": "9ca26264-6884-47ac-be83-05345c77939d",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566",
"campaignEndDate": "2026-04-03T06:16:43.4745566",
"masterPLUG_UID": "Zfwip3FAp0eLJ3U1PYgd6w==",
"masterID": "a722fc65-4071-47a7-8b27-75353d881deb",
"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": "02DHpYttaU6Mc6VjE3ejPQ==",
"bonusMasterID": "a5c760d3-6d8b-4e69-8c73-a5631377a33d",
"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:16:43.4745566",
"dealCosts": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tags": [
{
"$id": "73",
"pluG_UID": "quffLSaq10iQsudfOHZDXw==",
"pluGuid": "2ddfe7aa-aa26-48d7-90b2-e75f3876435f",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "73"
}
],
"alternateProductG_UID": "6IiYgvxlWEOJIUB/elBkrg==",
"alternateProduct": "829888e8-65fc-4358-8921-407f7a5064ae",
"altProduct": {
"$ref": "22"
},
"productHostCode": {
"$id": "74",
"id": 1,
"pluG_UID": "kqy8GWTAhUG90OAJ7vLv4A==",
"pluGuid": "19bcac92-c064-4185-bdd0-e009eef2efe0",
"ibaCode": "sample string 2"
},
"mscCat": {
"$ref": "56"
},
"mscCom": {
"$ref": "57"
},
"mscDep": {
"$ref": "59"
},
"mscSubCom": {
"$ref": "58"
},
"isUserUpdate": true,
"ignoreMasterProduct": true,
"priceGroupLabelRequested": true,
"firstSold": "2026-04-03T06:16:43.4745566",
"inventoryTracked": "2026-04-03T06:16:43.4745566",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "75",
"pluG_UID": "dxdokea3sUqFr40jDjcnag==",
"pluGuid": "91681777-b7e6-4ab1-85af-8d230e37276a",
"fuelPluG_UID": "4hGLlqeL60Wxabz8XbIX4A==",
"fuelPluGuid": "968b11e2-8ba7-45eb-b169-bcfc5db217e0",
"price": 3,
"productDescription": "sample string 4",
"productBarcode": "sample string 5",
"fuelProductDescription": "sample string 6",
"fuelProductBarcode": "sample string 7",
"fuelProductPrice": 8
},
"productFuelLinks": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"supplier": {
"$ref": "17"
},
"serviceFee": {
"$id": "76",
"id": 1,
"description": "sample string 1",
"fee": 1
},
"isPrimaryHost": true,
"hostVendor": 48
},
{
"$ref": "20"
}
],
"orderCycleHeaders": [
{
"$id": "77",
"storeID": 1,
"supplierIdentifier": "QyDf3qKVWkq4ry5XfH2Q3w==",
"supplierGuid": "dedf2043-95a2-4a5a-b8af-2e577c7d90df",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"storeName": "sample string 5",
"departmentName": "sample string 6",
"orderDays": 7
},
{
"$ref": "77"
}
],
"cycles": [
{
"$id": "78",
"storeID": 1,
"supplierIdentifier": "CY9iXuTJj0O1pFWGuIshPA==",
"supplierGuid": "5e628f09-c9e4-438f-b5a4-5586b88b213c",
"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:16:43.4745566",
"deliveryDate": "2026-04-03T06:16:43.4745566",
"nextCutOffDate": "2026-04-03T06:16:43.4745566",
"nextDeliveryDate": "2026-04-03T06:16:43.4745566",
"nextDaysBuffer": 10
},
{
"$ref": "78"
}
],
"store": {
"$ref": "12"
},
"updated": "2026-04-03T06:16:43.4745566",
"isHost": true
},
"files": [
{
"$id": "79",
"id": "sample string 1",
"fileName": "sample string 2",
"extension": "sample string 3",
"provider": 0,
"type": 0,
"hostType": "sample string 4",
"createdUtc": "2026-04-03T06:16:43.4745566",
"processed": "2026-04-03T06:16:43.4745566",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:16:43.4745566",
"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": "16"
},
"metcashHeader": {
"$id": "80",
"customerNumber": "sample string 1",
"creationDate": "2026-04-03T06:16:43.4745566",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "79"
}
],
"zoneMatrix": [
{
"$id": "81",
"id": 1,
"hostIdentifier": "us9BLS0L3E+4Z3CDn9BSjA==",
"hostIdentifierGuid": "2d41cfba-0b2d-4fdc-b867-70839fd0528c",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"ab693c5e-3484-423e-a0a9-32aad08381b9",
"f58147e9-8fa3-4529-9ad7-978c5e90d7a5"
]
},
{
"$ref": "81"
}
],
"hostFileStoreSetting": {
"$ref": "15"
},
"hostStoreSettings": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"promotionPlacements": [
{
"$id": "82",
"identifier": "U1DqbsETNkCEYa2derqhdg==",
"identifierGuid": "6eea5053-13c1-4036-8461-ad9d7abaa176",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "82"
}
],
"promoTypeGuids": [
"68fff706-4361-419e-8cc4-20e0eb9306fd",
"75cd2d6e-7df9-4449-b166-8cc2a32429da"
],
"isPromotionOnly": false,
"isOrderable": false,
"vendor": 0
},
"groupIDs": [
1,
2
],
"hostDescription": "sample string 27"
},
{
"$ref": "15"
}
],
"accounts": [
{
"$id": "83",
"id": 1,
"storeID": 1,
"accountName": "sample string 2",
"bsb": "sample string 3",
"accountNumber": "sample string 4",
"accountDesignated": true
},
{
"$ref": "83"
}
],
"sales": [
{
"$id": "84",
"id": 1,
"storeID": 1,
"externalSalesType": 2,
"ftpSiteID": 1,
"lastSaleProcessed": "2026-04-03T06:16:43.4745566",
"ftpSite": {
"$id": "85",
"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": "84"
}
],
"zoneMatrix": [
{
"$ref": "81"
},
{
"$ref": "81"
}
],
"cashManagements": [
{
"$id": "86",
"id": 1,
"storeID": 1,
"cashManagementType": 2,
"apiID": 1,
"organisationID": "sample string 3",
"siteName": "sample string 4",
"thirdPartyAPI": {
"$id": "87",
"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": "86"
}
],
"updateStoreID": "c7f0169d-426b-4878-8507-7527ce7d84d1",
"updateStore": {
"$id": "88",
"id": "734d914b-d1f2-4447-ad70-47d0830a0ceb",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:16:43.4745566",
"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:16:43.4745566"
},
"timeZoneId": "sample string 54",
"securityOptions": {
"$id": "89",
"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": "11"
}
]
},
"customer": {
"$ref": "1"
},
"communityOrganisation": {
"$id": "90",
"id": 1,
"identifier": "/wYeBVbyOEu1/MQBJ1bPxw==",
"identifierGuid": "051e06ff-f256-4b38-b5fc-c4012756cfc7",
"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:16:43.4745566",
"promoPeriodEnd": "2026-04-03T06:16:43.4745566",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:16:43.4745566",
"deleted": true
},
"details": [
{
"$id": "91",
"saleItemID": 1,
"identifier": "sI71LSWzPESojgmy9PHxPw==",
"identifierGuid": "2df58eb0-b325-443c-a88e-09b2f4f1f13f",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "Ghtwifz2zUed5LvSs23uPw==",
"pluGuid": "89701b1a-f6fc-47cd-9de4-bbd2b36dee3f",
"accountID": "X1wE2Pu5k0ibi5l7+4CScQ==",
"accountIDGuid": "d8045c5f-b9fb-4893-9b8b-997bfb809271",
"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:16:43.4745566",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "p5HULPhPpk200aHpF/V0/Q==",
"refundGuid": "2cd491a7-4ff8-4da6-b4d1-a1e917f574fd",
"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": "mmgb6mYWEUO64xoxfedj3g==",
"idempotentVoidGuid": "ea1b689a-1666-4311-bae3-1a317de763de",
"priceLevelIdentifier": "yex19c02AEGSE/kkEwnEaw==",
"priceLevelIdentifierGuid": "f575ecc9-36cd-4100-9213-f9241309c46b",
"communityIdentifier": "rJJSrbjOW0Swd3Cxh5VNQg==",
"communityIdentifierGuid": "ad5292ac-ceb8-445b-b077-70b187954d42",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "92",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:16:43.4745566",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "92"
}
],
"refund": {
"$id": "93",
"id": 1,
"g_UID": "1q/o5RF7LE2Z7HyR15VWWw==",
"guid": "e5e8afd6-7b11-4d2c-99ec-7c91d795565b",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:16:43.4745566"
},
"modifier": {
"$id": "94",
"id": 1,
"setG_UID": "iq+Eh7HDW0G19xH2d0njkA==",
"modifierSetGuid": "8784af8a-c3b1-415b-b5f7-11f67749e390",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "3qIG86k2gkiSKlksF9qM1g==",
"pluGuid": "f306a2de-36a9-4882-922a-592c17da8cd6",
"deleted": true,
"g_UID": "ezIcI4DzwEOCFnYjHxEhiA==",
"guid": "231c327b-f380-43c0-8216-76231f112188",
"product": {
"$ref": "22"
}
},
"priceLevelName": "sample string 25",
"pumpNumber": 1,
"hoseNumber": 1
},
{
"$ref": "91"
}
],
"eftReceipts": [
{
"$id": "95",
"id": 1,
"storeID": 1,
"saleHeaderID": 2,
"storeSaleHeader": {
"$ref": "8"
},
"receipt": "sample string 3",
"processed": 1
},
{
"$ref": "95"
}
],
"payments": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"cards": [
{
"$id": "96",
"id": 1,
"saleHeaderID": 1,
"identifier": "sample string 2",
"cardType": 3,
"providerName": "sample string 4"
},
{
"$ref": "96"
}
],
"campaignHits": [
{
"$id": "97",
"id": 1,
"saleHeaderID": 2,
"campaign": "sample string 3",
"name": "sample string 4",
"processed": 1,
"campaignDescription": "sample string 5"
},
{
"$ref": "97"
}
],
"fuel": [
{
"$id": "98",
"id": 1,
"plu": 1,
"pluG_UID": "qTwvpuG2s02bHFusVvrwRA==",
"pluGuid": "a62f3ca9-b6e1-4db3-9b1c-5bac56faf044",
"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:16:43.4745566",
"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:16:43.4745566",
"tagNumber": "sample string 15",
"trackTwoRem": "sample string 16",
"transCode": 1,
"transType": 1,
"unitPrice": 1.0,
"vehicleReg": "sample string 17",
"offline": true,
"processed": 1
},
{
"$ref": "98"
}
],
"fuelResells": [
{
"$id": "99",
"saleItemID": 1,
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "IIqU3uCWFk6epiHeABT7Ag==",
"pluGuid": "de948a20-96e0-4e16-9ea6-21de0014fb02",
"accountID": "kZTgJWv8uka0g3oBquFZ3Q==",
"accountIDGuid": "25e09491-fc6b-46ba-b483-7a01aae159dd",
"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:16:43.4745566",
"bestOrExpireType": 1,
"refundG_UID": "TuzDm0q9UkOL20UDDnQ23g==",
"refundGuid": "9bc3ec4e-bd4a-4352-8bdb-45030e7436de",
"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": "99"
}
],
"customerOrder": [
{
"$id": "100",
"identifier": "7iw1OUxa4kSx4Xjyu0L1Cg==",
"identifierGuid": "39352cee-5a4c-44e2-b1e1-78f2bb42f50a",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "87l8G9BerkKy8KZCEFIudg==",
"customerIdentifierGuid": "1b7cb9f3-5ed0-42ae-b2f0-a64210522e76",
"operatorNo": 1,
"operatorG_UID": "xwGco+hj9kWw6aGvwCYYDQ==",
"operatorGuid": "a39c01c7-63e8-45f6-b0e9-a1afc026180d",
"created": "2026-04-03T06:16:43.4745566",
"ordered": "2026-04-03T06:16:43.4745566",
"started": "2026-04-03T06:16:43.4745566",
"completed": "2026-04-03T06:16:43.4745566",
"supplied": "2026-04-03T06:16:43.4745566",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "1"
},
"operator": {
"$ref": "10"
},
"details": [
{
"$id": "101",
"headerID": 1,
"plu": 1,
"pluG_UId": "9trncFk0K0yG2sdyO5zf8w==",
"pluGuid": "70e7daf6-3459-4c2b-86da-c7723b9cdff3",
"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": "HWmeuYswSEikgzSuDDz7RA==",
"headerIdentifierGuid": "b99e691d-308b-4848-a483-34ae0c3cfb44",
"product": {
"$ref": "22"
}
},
{
"$ref": "101"
}
],
"storeName": "sample string 11",
"customerName": "sample string 12",
"storeReplyTo": "sample string 13",
"storeSubjectLine": "sample string 14",
"storeSaleHeader": {
"$ref": "8"
}
},
{
"$ref": "100"
}
],
"surveyResponses": [
{
"$id": "102",
"surveyG_UID": "9Hxa9kJWVkKyt+YFBW66uA==",
"surveyGuid": "f65a7cf4-5642-4256-b2b7-e605056ebab8",
"saleHeaderGuid": "ZsgGzVY2hUe38i9EFLpCdg==",
"saleGuid": "cd06c866-3656-4785-b7f2-2f4414ba4276",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "EI+YmwrNjE6trCSqmMSZiw==",
"guidResponse": "9b988f10-cd0a-4e8c-adac-24aa98c4998b",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:16:43.4745566",
"sale": {
"$ref": "8"
},
"survey": {
"$id": "103",
"g_UID": "4LQPNl+CGkyvXeYpxdGqoA==",
"guid": "360fb4e0-825f-4c1a-af5d-e629c5d1aaa0",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "eIgT6yBLt0++XYCR0QEO2w==",
"checkoutFormGuid": "eb138878-4b20-4fb7-be5d-8091d1010edb",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:16:43.4745566",
"end": "2026-04-03T06:16:43.4745566",
"deleted": true,
"updated": "2026-04-03T06:16:43.4745566",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"0787684d-c978-41fb-9266-0f9dac673a9a",
"1d81b4aa-1a56-4a5a-9f66-84c74aef637f"
],
"allowsAllTextResponses": true,
"surveyForm": {
"$ref": "41"
}
},
"ingressId": "sample string 4"
},
{
"$ref": "102"
}
],
"storeName": "sample string 39",
"terminalNumber": 40,
"machineName": "sample string 41",
"operatorName": "sample string 42",
"direction": 1,
"reason": "sample string 43",
"accountG_UID": "4OnSjE5YoEC84XxMHGG0dw==",
"accountIdentifier": "8cd2e9e0-584e-40a0-bce1-7c4c1c61b477",
"accountName": "sample string 44",
"customerOrderIdentifier": "g7UHXOzy+0qo2PTfHYuwbg==",
"customerOrderIdentifierGuid": "5c07b583-f2ec-4afb-a8d8-f4df1d8bb06e",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "104",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "lV+iLNjJ/0GTxDMqztfO0g==",
"paymentIdentifierGuid": "2ca25f95-c9d8-41ff-93c4-332aced7ced2",
"identifier": "k5UQGB1YMESOhOCz5wSHPQ==",
"identifierGuid": "18109593-581d-4430-8e84-e0b3e704873d",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "vevX0KqIpU2c0Bs75Fndiw==",
"itemIdentifierGuid": "d0d7ebbd-88aa-4da5-9cd0-1b3be459dd8b"
}
},
{
"$ref": "7"
}
]
},
{
"$ref": "2"
}
],
"customerGroupMembers": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"customerGroups": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"accounts": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"account": {
"$ref": "3"
},
"vouchers": [
{
"$id": "105",
"customerIdentifier": "5/7IvfBYd0m7pRcRkWj4CQ==",
"customerIdentifierGuid": "bdc8fee7-58f0-4977-bba5-17119168f809",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "eULrXEBzsUShJuqNTajBAw==",
"idempotentGuid": "5ceb4279-7340-44b1-a126-ea8d4da8c103",
"offline": true,
"voucher": {
"$id": "106",
"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:16:43.4745566",
"barcodeTemplate": {
"$id": "107",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "108",
"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:16:43.4745566",
"labelPageLayout": "l7xXgylbhUWNxG151w06nQ==",
"pageLayoutGuid": "8357bc97-5b29-4585-8dc4-6d79d70d3a9d",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "106"
},
"elements": [
{
"$id": "109",
"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:16:43.4745566"
},
{
"$ref": "109"
}
]
},
"customerVouchers": [
{
"$id": "110",
"id": 1,
"customerIdentifier": "5Cvh9IARkESBC4hSrl306g==",
"customerIdentifierGuid": "f4e12be4-1180-4490-810b-8852ae5df4ea",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:16:43.4745566",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "VWqCwRMNU0yEafsHFK12Dg==",
"issuedIdempotentGuid": "c1826a55-0d13-4c53-8469-fb0714ad760e",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:16:43.4745566",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:16:43.4745566",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "v4D7WIMLrEWcq9W3sjkZmg==",
"redeemedIdempotentGuid": "58fb80bf-0b83-45ac-9cab-d5b7b239199a",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:16:43.4745566",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "108"
},
"voucher": {
"$ref": "106"
},
"customer": {
"$ref": "1"
},
"issuedOfflinePayment": {
"$ref": "7"
},
"redeemedOfflinePayment": {
"$ref": "7"
}
},
{
"$ref": "110"
}
]
},
"customer": {
"$ref": "1"
}
},
{
"$ref": "105"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.