POST api/customer/cards
Save new customer card
Request Information
URI Parameters
None.
Body Parameters
Customer Card to be saved
CustomerCard| Name | Description | Type | Additional information |
|---|---|---|---|
| Identifier |
Unique card identifier |
string |
Required String length: inclusive between 0 and 40 |
| IdentifierGuid | globally unique identifier |
None. |
|
| IdentifierGuidBytes | Collection of byte |
None. |
|
| CardType | CardType |
None. |
|
| IssueDate | date |
Data type: DateTime |
|
| Expiry | date |
Data type: DateTime |
|
| CustomerID | Collection of byte |
None. |
|
| CustomerIDGuid | globally unique identifier |
None. |
|
| InitialValue | integer |
None. |
|
| CurrentValue | integer |
None. |
|
| MaxLimit | integer |
None. |
|
| MinTransaction | integer |
None. |
|
| MaxTransaction | integer |
None. |
|
| Multiplier | decimal number |
None. |
|
| Active | boolean |
None. |
|
| ReasonInactive | ReasonInactive |
None. |
|
| IdRequired | boolean |
None. |
|
| IdType | integer |
None. |
|
| IdValue | string |
String length: inclusive between 0 and 60 |
|
| Updated | date |
Data type: DateTime |
|
| LinkedAccount | Collection of byte |
None. |
|
| LinkedAccountGuid | globally unique identifier |
None. |
|
| CurrentValueChanged |
Indicates if current card value has changed and should be updated to value provided |
boolean |
Relation. This field may not always be loaded or used for updates. |
| LimitsChanged |
Indicates if max limit, min transaction or max transaction values have changed and should be updated to values provided |
boolean |
Relation. This field may not always be loaded or used for updates. |
| Customer | Customer |
Relation. This field may not always be loaded or used for updates. |
|
| Account | Account |
Relation. This field may not always be loaded or used for updates. |
|
| Payments | Collection of StoreSalePayment |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
{
"cardType": 2,
"issueDate": "2026-04-03T06:15:11.3040204",
"expiry": "2026-04-03T06:15:11.3040204",
"customerID": "Qmf9PXCY40inSRDBnggBcQ==",
"customerIDGuid": "3dfd6742-9870-48e3-a749-10c19e080171",
"initialValue": 1,
"currentValue": 1,
"maxLimit": 1,
"minTransaction": 1,
"maxTransaction": 1,
"multiplier": 1.1,
"active": true,
"reasonInactive": 1,
"idRequired": true,
"idType": 1,
"idValue": "sample string 5",
"updated": "2026-04-03T06:15:11.3040204",
"linkedAccount": "l1y2EHJPxUm3Jo2K9yTN5g==",
"linkedAccountGuid": "10b65c97-4f72-49c5-b726-8d8af724cde6",
"currentValueChanged": true,
"limitsChanged": true,
"customer": {
"$id": "2",
"identifier": "CXpC+GwIFkOZw3NPzp5pdQ==",
"identifierGuid": "f8427a09-086c-4316-99c3-734fce9e6975",
"code": "sample string 2",
"familyName": "sample string 3",
"givenName": "sample string 4",
"otherName": "sample string 5",
"title": "sample string 6",
"dateOfBirth": "2026-04-03T06:15:11.3040204",
"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": "ZaJBd7Fdzk25Uitt8y+9NQ==",
"communityIdentifierGuid": "7741a265-5db1-4dce-b952-2b6df32fbd35",
"joined": "2026-04-03T06:15:11.3040204",
"updated": "2026-04-03T06:15:11.3040204",
"active": true,
"reasonInactive": 1,
"groupCustomer": true,
"loyaltyPoints": 1,
"homeStoreID": 1,
"availableSpend": 1,
"priceLevelIdentifier": "GUNc+sSy3EaQzALyqq0omQ==",
"priceLevelIdentifierGuid": "fa5c4319-b2c4-46dc-90cc-02f2aaad2899",
"marketingID": "sample string 18",
"receiptPrintOptions": 1,
"hidden": true,
"registered": true,
"registeredOn": "2026-04-03T06:15:11.3040204",
"emailMarketing": true,
"smsMarketing": true,
"deleted": true,
"deletedUser": "sample string 24",
"homeStoreName": "sample string 25",
"customerCards": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"customerGroupMembers": [
{
"$id": "3",
"id": 1,
"groupID": "eriYX+7pVEiGKQZvsMlYjg==",
"groupIDGuid": "5f98b87a-e9ee-4854-8629-066fb0c9588e",
"customerID": "FxY8MJuJ1kOZvk1a3WirEw==",
"customerIDGuid": "303c1617-899b-43d6-99be-4d5add68ab13",
"card": "sample string 4",
"linkedAccount": "il38XJpOhEmMl/nErRbGqQ==",
"linkedAccountGuid": "5cfc5d8a-4e9a-4984-8c97-f9c4ad16c6a9",
"customer": {
"$ref": "2"
},
"group": {
"$id": "4",
"identifier": "OqPXHlVuUEu+ZSapy6PGhA==",
"identifierGuid": "1ed7a33a-6e55-4b50-be65-26a9cba3c684",
"name": "sample string 2",
"primaryContact": "c4XEZonyQ0C9JbrjVZcDHw==",
"primaryContactGuid": "66c48573-f289-4043-bd25-bae35597031f",
"accountID": "UybLu8tNvUuli+7chENTvw==",
"accountIDGuid": "bbcb2653-4dcb-4bbd-a58b-eedc844353bf",
"special": true,
"updated": "2026-04-03T06:15:11.3040204",
"active": true,
"reasonInactive": 1,
"priceLevelIdentifier": "vWzeeQayfkShLNJQbS51gw==",
"priceLevelIdentifierGuid": "79de6cbd-b206-447e-a12c-d2506d2e7583",
"marketingListID": "sample string 7",
"deleted": true,
"account": {
"$id": "5",
"id": 1,
"identifier": "sEkm2kwbQE6ihsIihSTSdg==",
"identifierGuid": "da2649b0-1b4c-4e40-a286-c2228524d276",
"referenceNo": "sample string 3",
"name": "sample string 4",
"created": "2026-04-03T06:15:11.3040204",
"owner": "r3s8cnoBnUK+VV4nd3U4qQ==",
"ownerGuid": "723c7baf-017a-429d-be55-5e27777538a9",
"accountStoreGroupIdentifier": "vIEbJfW1DE25Rm80rxLFaA==",
"accountStoreGroupGuid": "251b81bc-b5f5-4d0c-b946-6f34af12c568",
"accountType": 1,
"currentBalance": 1,
"externalID": "sample string 7",
"maximumLimit": 1,
"accruePoints": true,
"loyaltyPoints": 1,
"termsOfTrade": 1,
"signatureRequired": true,
"referenceRequired": true,
"statementSendType": 10,
"ageingPeriod": 1,
"monthlyAgeingPeriod": true,
"explodedInvoice": true,
"isFifoAllocation": true,
"lastStatementSent": "2026-04-03T06:15:11.3040204",
"active": true,
"updated": "2026-04-03T06:15:11.3040204",
"deleted": true,
"deletedUser": "sample string 16",
"currentBalanceChanged": true,
"maximumLimitChanged": true,
"loyaltyPointsChanged": true,
"projectedBalance": 17,
"accountStoreGroupStoreIDs": [
1,
2
],
"customerEmail": "sample string 18",
"ownerCustomer": {
"$ref": "2"
},
"card": {
"$ref": "1"
},
"members": {
"$id": "6",
"sample string 1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"sample string 2": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"customerGroups": [
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"primaryContactCustomer": {
"$ref": "2"
},
"customerGroupMembers": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"customerCard": {
"$ref": "1"
}
},
{
"$ref": "3"
}
],
"customerGroups": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"accounts": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"account": {
"$ref": "5"
},
"vouchers": [
{
"$id": "7",
"customerIdentifier": "abklnsa3XUOlrwTh2CXltg==",
"customerIdentifierGuid": "9e25b969-b7c6-435d-a5af-04e1d825e5b6",
"voucherName": "sample string 2",
"count": 3,
"storeID": 4,
"barcode": "sample string 5",
"redeemCount": 6,
"issueCount": 7,
"storeSalePaymentID": 1,
"idempotentID": "8X9CUfvO/06IJxEFrX9nMw==",
"idempotentGuid": "51427ff1-cefb-4eff-8827-1105ad7f6733",
"offline": true,
"voucher": {
"$id": "8",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"shortDescription": "sample string 4",
"url": "sample string 5",
"barcodeTemplateID": 1,
"expiry": 0,
"voucherType": 6,
"limitPerTransaction": 7,
"customerTracking": true,
"discountAccount": "sample string 9",
"endDate": "2026-04-03T06:15:11.3040204",
"barcodeTemplate": {
"$id": "9",
"templateID": 1,
"template": "sample string 1",
"bcFunction": "sample string 2",
"sortOrder": 3
},
"scaleLabel": {
"$id": "10",
"id": 1,
"uid": "sample string 2",
"name": "sample string 3",
"width": 1.1,
"height": 1.1,
"showBorder": true,
"borderWidth": 1.1,
"borderStyle": 1,
"borderColour": "sample string 5",
"updated": "2026-04-03T06:15:11.3040204",
"labelPageLayout": "39TqYzmPT0ujapGaQ+UNJQ==",
"pageLayoutGuid": "63ead4df-8f39-4b4f-a36a-919a43e50d25",
"labelType": 6,
"oldName": "sample string 7",
"voucher": {
"$ref": "8"
},
"elements": [
{
"$id": "11",
"id": 1,
"scaleLabelID": 2,
"showPercentDI": true,
"showAvgPerHundred": true,
"showAvgPerServe": true,
"name": "sample string 6",
"x": 1.1,
"y": 1.1,
"width": 1.1,
"height": 1.1,
"type": 1,
"rotation": 1,
"text": "sample string 7",
"fontFamily": "sample string 8",
"align": 1,
"bold": true,
"italic": true,
"underline": true,
"strikeout": true,
"reverse": true,
"textColour": "sample string 9",
"fontSize": 1.1,
"picture": "QEA=",
"borderWidth": 10,
"sortOrder": 11,
"printOptions": 12,
"superScriptTextFontSize": 1.1,
"lineStyle": 1,
"spacingStyle": 1,
"interCharacterSpacing": 1.1,
"superScriptOffset": 1.1,
"lineSpacing": 1.1,
"dateFormat": "sample string 13",
"autoGrow": true,
"fontAutoResize": true,
"updated": "2026-04-03T06:15:11.3040204"
},
{
"$ref": "11"
}
]
},
"customerVouchers": [
{
"$id": "12",
"id": 1,
"customerIdentifier": "ZgEqfDZrmU2knVfyC5uYWg==",
"customerIdentifierGuid": "7c2a0166-6b36-4d99-a49d-57f20b9b985a",
"voucherID": 3,
"voucherName": "sample string 4",
"storeID": 1,
"barcode": "sample string 5",
"dateOfIssue": "2026-04-03T06:15:11.3040204",
"issuedSaleHeaderID": 1,
"issuedSaleIdentifier": "sample string 7",
"issuedOfflinePaymentID": 1,
"issuedIdempotentID": "nA7sGu4pTE6XqEwGww5zKw==",
"issuedIdempotentGuid": "1aec0e9c-29ee-4e4c-97a8-4c06c30e732b",
"issuedOffline": true,
"issuedUser": "sample string 9",
"issuedNotes": "sample string 10",
"expiryDate": "2026-04-03T06:15:11.3040204",
"expiredUser": "sample string 11",
"expiredNotes": "sample string 12",
"redeemed": "2026-04-03T06:15:11.3040204",
"redeemedSaleHeaderID": 1,
"redeemedSaleIdentifier": "sample string 13",
"redeemedOfflinePaymentID": 1,
"redeemedIdempotentID": "wlcABwMrhEq1QUIVG2E+Bw==",
"redeemedIdempotentGuid": "070057c2-2b03-4a84-b541-42151b613e07",
"redeemedUser": "sample string 14",
"redeemedNotes": "sample string 15",
"redeemedOffline": true,
"updated": "2026-04-03T06:15:11.3040204",
"storeName": "sample string 17",
"scaleLabel": {
"$ref": "10"
},
"voucher": {
"$ref": "8"
},
"customer": {
"$ref": "2"
},
"issuedOfflinePayment": {
"$id": "13",
"id": 1,
"identifier": "RUEYNyd2VUiVM1Jgf0rpEw==",
"identifierGuid": "37184145-7627-4855-9533-52607f4ae913",
"storeID": 2,
"operatorName": "sample string 3",
"saleHeaderID": 4,
"paymentType": 5,
"amount": 6,
"account": "sample string 7",
"accountID": "iJMkOoX99kKKQx/OzJfOpw==",
"accountIDGuid": "3a249388-fd85-42f6-8a43-1fcecc97cea7",
"customerAccount": {
"$ref": "5"
},
"customerCard": {
"$ref": "1"
},
"accountType": 1,
"cardName": "sample string 8",
"authorisationNumber": "sample string 9",
"bankReference": "sample string 10",
"merchantID": "sample string 11",
"terminalID": "sample string 12",
"cardNumber": "sample string 13",
"paymentDate": "2026-04-03T06:15:11.3040204",
"invRocNo": "sample string 14",
"responseCode": "sample string 15",
"cashout": 1,
"tip": 16,
"idempotentVoid": "nQLu7RBI90uQaVb33u91kg==",
"idempotentVoidGuid": "edee029d-4810-4bf7-9069-56f7deef7592",
"offline": true,
"processed": 1,
"storeSaleHeader": {
"$id": "14",
"saleHeaderID": 1,
"saleHeaderGuid": "il4Rv4Lf6EOzWDaOqQyxfQ==",
"saleHeaderIdentifierGuid": "bf115e8a-df82-43e8-b358-368ea90cb17d",
"created": "2026-04-03T06:15:11.3040204",
"createdLocal": "2026-04-03T06:15:11.3040204",
"createdText": "sample string 4",
"itemCount": 5,
"totalAmount": 6,
"cashTender": 1,
"cardTender": 1,
"cheqTender": 1,
"acctTender": 1,
"voucherTender": 1,
"loyaltyPoints": 1,
"cashout": 1,
"changeAmount": 1,
"rounding": 1,
"gstAmount": 1,
"transactionDiscountTender": 1,
"totalTip": 7,
"tranType": 1,
"processed": 1,
"imported": "2026-04-03T06:15:11.3040204",
"storeID": 1,
"operatorG_Uid": "KCYrAAquCECVqkgjJT1RCA==",
"operatorGuid": "002b2628-ae0a-4008-95aa-4823253d5108",
"customerG_Uid": "uirIIjg1hkWv6Uhh1aZ6FA==",
"customerGuid": "22c82aba-3538-4586-afe9-4861d5a67a14",
"communityIdentifier": "w2dbPPZVjkiAlzYK1KmUAA==",
"communityIdentifierGuid": "3c5b67c3-55f6-488e-8097-360ad4a99400",
"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": "HjYlKnwYTkenWXfdjEqcOQ==",
"priceLevelIdentifierGuid": "2a25361e-187c-474e-a759-77dd8c4a9c39",
"locked": 36,
"orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:15:11.3040204+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:15:11.3040204",
"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": "1nUeP+hJ1k6kgb0iplo+og==",
"guid": "3f1e75d6-49e8-4ed6-a481-bd22a65a3ea2",
"operatorNumber": 1,
"shortName": "sample string 2",
"firstName": "sample string 3",
"lastName": "sample string 4",
"password": "sample string 5",
"hasPassword": true,
"passwordText": "sample string 6",
"rfidTagID": "sample string 7",
"blueprintID": 1,
"groupID": 1,
"groupName": "sample string 8",
"managerGroupID": 1,
"managerGroupName": "sample string 9",
"zoneID": 1,
"zoneName": "sample string 10",
"loggedIn": 1,
"lastUsedIP": "sample string 11",
"deleted": true,
"locked": true,
"allowOpenTill": true,
"webEmail": "sample string 14",
"simpleOperatorType": 0,
"webRole": "sample string 15",
"updated": "2026-04-03T06:15:11.3040204",
"passwordResetRequired": true,
"alteredInStore": true,
"startShift": "2026-04-03T06:15:11.3040204",
"endShift": "2026-04-03T06:15:11.3040204",
"machineName": "sample string 20",
"drawerID": 1,
"stores": [
{
"$id": "17",
"operatorG_UID": "5VTfbJ5lwUWjWuLr9l1W8w==",
"operatorGuid": "6cdf54e5-659e-45c1-a35a-e2ebf65d56f3",
"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:15:11.3040204",
"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": "7JMJhjnLREehEwb4d3Pl8w==",
"hostIdentifierGuid": "860993ec-cb39-4744-a113-06f87773e5f3",
"hostName": 1,
"hostAddress": "sample string 27",
"hostUsername": "sample string 28",
"hostPassword": "sample string 29",
"excludeFromLeadInOut": true,
"accountingProvider": 31,
"accountingAddress": "sample string 32",
"accountingUsername": "sample string 33",
"accountingPassword": "sample string 34",
"storeAccountingCode": "sample string 35",
"softwareVariance": 36,
"fuelWarningVariance": 37.0,
"fuelErrorVariance": 38.0,
"fuelAccumulatedWarningVariance": 39.0,
"fuelAccumulatedErrorVariance": 40.0,
"drawManagment": 41,
"endOfDayManagment": true,
"autoFillCashBalancing": true,
"fuelDayVariance": 44,
"accountingTradingTime": "00:00:00.1234567",
"stockActivateProduct": 46,
"defaultOrderDocumentId": 1,
"defaultStockReceiveDocumentId": 1,
"giftCardSalesAccountingDeptCode": "sample string 47",
"transactionDiscountAccountingDeptCode": "sample string 48",
"size": 49,
"updated": "2026-04-03T06:15:11.3040204",
"priceZone": {
"$id": "19",
"id": 1,
"name": "sample string 2",
"hostIdentifier": "mzARgKi8FUKTcYIejmtO9Q==",
"hostIdentifierGuid": "8011309b-bca8-4215-9371-821e8e6b4ef5",
"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": "6Nl0N7FEsUqPE1JuJ6TOHA==",
"hostIdentifierGuid": "3774d9e8-44b1-4ab1-8f13-526e27a4ce1c",
"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": "s46SJlQsmUChyBzku7j3Bg==",
"identifierGuid": "26928eb3-2c54-4099-a1c8-1ce4bbb8f706",
"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": "DdZdEi3pxESJb2mfvLrOmA==",
"hostSupplierIdentifierGuid": "125dd60d-e92d-44c4-896f-699fbcbace98",
"loyaltyPriceLevelIdentifier": "GLe8wXkIIESc2kWH/2r1/g==",
"loyaltyPriceLevelIdentifierGuid": "c1bcb718-0879-4420-9cda-4587ff6af5fe",
"isGroup": true,
"description": "sample string 22",
"hostProvider": 23,
"hostTypeEnum": 24,
"hostType": "sample string 25",
"hostCode": "sample string 26",
"username": "sample string 27",
"password": "sample string 28",
"passwordPlain": "sample string 29",
"server": "sample string 30",
"url": "sample string 31",
"global": true,
"stateCode": "sample string 33",
"lastCollected": "2026-04-03T06:15:11.3040204",
"lastProcessed": "2026-04-03T06:15:11.3040204",
"hold": true,
"supplierName": "sample string 35",
"supplier": {
"$id": "23",
"identifier": "pqEsS3O4Pkqrlf/aRIwQxQ==",
"identifierGuid": "4b2ca1a6-b873-4a3e-ab95-ffda448c10c5",
"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": "/VgP+qJ9AUeFIuN7+SC5VQ==",
"primaryContactID": "fa0f58fd-7da2-4701-8522-e37bf920b955",
"storeID": 1,
"abn": "sample string 16",
"supplierGroupIdentifier": "z5HV820GXEGlGEsP9SdHrQ==",
"supplierGroupGuid": "f3d591cf-066d-415c-a518-4b0ff52747ad",
"rebate": 1.0,
"rebateType": 1,
"rebateFrequency": 1,
"rebateSource": 1,
"rebateLastClaimed": "2026-04-03T06:15:11.3040204",
"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": "deec7e7b-3a4e-4489-b515-e2298e101f45",
"identifier": "QRI/W++jQEmDkckgPNjs5Q==",
"identifierGuid": "5b3f1241-a3ef-4940-8391-c9203cd8ece5",
"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": "xiBC1WyDTk2abUYnw4fLAw==",
"supplierIdentifierGuid": "d54220c6-836c-4d4e-9a6d-4627c387cb03",
"contactGuid": "nTXrmnA9vUWXSHaKcjE0Xg==",
"contactID": "9aeb359d-3d70-45bd-9748-768a7231345e",
"contact": {
"$ref": "24"
},
"supplier": {
"$ref": "23"
}
},
{
"$ref": "25"
}
],
"products": [
{
"$id": "26",
"pluG_UID": "+paxbBw2IECV8FamnLJiOw==",
"pluGuid": "6cb196fa-361c-4020-95f0-56a69cb2623b",
"supplierIdentifier": "Vh41bH6m0kC2xTCxjNvgzA==",
"supplierIdentifierGuid": "6c351e56-a67e-40d2-b6c5-30b18cdbe0cc",
"cartonQuantity": 1,
"cartonQuantityChanged": true,
"productSize": "sample string 3",
"cigarettesPerSleeve": 1,
"randomWeight": true,
"piecesPerUnit": 5,
"averagePackSize": 6,
"effectiveDate": "2026-04-03T06:15:11.3040204",
"pricedByWeight": true,
"landedUnitCostEx": 9,
"landedUnitCostInc": 10,
"landedCartonCostInc": 12,
"landedCartonCostEx": 13,
"standardCost": 14,
"deliveryFee": 1,
"deliveryFeeBasis": "sample string 15",
"pickAndPackFee": 1,
"pickAndPackFeeBasis": "sample string 16",
"financeFee": 1,
"financeFeeBasis": "sample string 17",
"cartonLength": 1,
"cartonWidth": 1,
"cartonHeight": 1,
"palletLayerQuantity": 1,
"palletLayers": 1,
"itemCode": "sample string 18",
"invoiceCode": "sample string 19",
"invoiceDesc": "sample string 20",
"orderDirect": true,
"useCost": true,
"minimumQuantity": 21,
"hostType": 22,
"fromHost": 23,
"minimumReorder": 1,
"maximumReorder": 1,
"orderMultiple": 24.1,
"sellMultiple": 25.1,
"baseMultiple": 26.1,
"hostStandardCost": 27,
"hostTotalCost": 28,
"hostRetail": 29,
"hostLandedUnitCostEx": 30,
"hostLandedUnitCostInc": 31,
"hostDesc": "sample string 32",
"directIndicator": "sample string 33",
"availableToOrder": true,
"hostRangeIndicator": "sample string 35",
"hostProductType": "sample string 36",
"hostProductGrade": "sample string 37",
"hostProductGroup": "sample string 38",
"hostSlowMoving": true,
"hostGeneralMerchandise": true,
"hostPillar": "sample string 41",
"hostLastUpdated": "2026-04-03T06:15:11.3040204",
"rebate": 1.0,
"rebateExclude": true,
"invoiceCodes": [
{
"$id": "27",
"pluG_UID": "fj0uGQ1wE0Gp4GN/LAArFw==",
"pluGuid": "192e3d7e-700d-4113-a9e0-637f2c002b17",
"supplierIdentifier": "7KVchBC2C0G8AWxLEaIsnQ==",
"supplierIdentifierGuid": "845ca5ec-b610-410b-bc01-6c4b11a22c9d",
"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": "dnpwg7NVd0SaBJ2wyJf22w==",
"parentPluGuid": "83707a76-55b3-4477-9a04-9db0c897f6db",
"freight": 46.0,
"freightType": 1,
"product": {
"$id": "28",
"plu": 1,
"storeID": 1,
"masterPluG_UID": "QEA=",
"storeIDs": [
1,
2
],
"g_UId": "MPKJ1n6v5UCSMCkaq2ZTnw==",
"guid": "d689f230-af7e-40e5-9230-291aab66539f",
"apn": "sample string 1",
"apnChanged": true,
"apnSwitched": true,
"barcode": "sample string 4",
"itemNumber": "sample string 5",
"itemNumberChanged": true,
"priceGroupG_UID": "zRwQaezXskqmid19JTbqkg==",
"priceGroupGuid": "69101ccd-d7ec-4ab2-a689-dd7d2536ea92",
"blueprintID": 1,
"lastCountedDate": "2026-04-03T06:15:11.3040204",
"externalID": "sample string 7",
"active": true,
"activated": "2026-04-03T06:15:11.3040204",
"pluCreated": "2026-04-03T06:15:11.3040204",
"createdByUser": "sample string 9",
"name": "sample string 10",
"nameChanged": true,
"secondDescription": "sample string 12",
"hostDescription": "sample string 13",
"keepCartonQty": true,
"keepDescription": true,
"keepDepartments": true,
"keepSuppliers": true,
"markdownDescription": "sample string 18",
"altDescription": "sample string 19",
"bestOrExpire": 20,
"lastUpdate": "2026-04-03T06:15:11.3040204",
"lastManualUpdate": "2026-04-03T06:15:11.3040204",
"imageName": "sample string 23",
"showImageOnFlipCharts": true,
"showTextOnFlipCharts": true,
"overrideFlipChartText": true,
"flipChartText": "sample string 27",
"salesMode": 1,
"eftCode": 1,
"price": 1,
"priceChanged": true,
"rrp": 1,
"gstPercent": 28,
"gstPercentChanged": true,
"costGSTPercent": 29,
"costGSTPercentChanged": true,
"wetPercent": 1,
"priceOverride": 1,
"cost": 1,
"currentCost": 1,
"currentCostDecimals": 1,
"grossProfit": 1.0,
"currentCostDesc": "sample string 30",
"currentCostEnd": "2026-04-03T06:15:11.3040204",
"currentCostUpdated": "2026-04-03T06:15:11.3040204",
"costDecimals": 31,
"costChanged": true,
"dealCostIdentifier": "QEA=",
"excludeFromRebate": true,
"rebateOverride": 1,
"costCalcMethod": 32,
"costCalcMethodChanged": true,
"costEffectiveDate": "2026-04-03T06:15:11.3040204",
"defaultGP": 1,
"breakTargetMode": 33,
"break1": 1,
"price1": 1,
"target1": 34,
"break2": 1,
"price2": 1,
"target2": 35,
"break3": 1,
"price3": 1,
"target3": 36,
"break1Changed": true,
"price1Changed": true,
"target1Changed": true,
"break2Changed": true,
"price2Changed": true,
"target2Changed": true,
"break3Changed": true,
"price3Changed": true,
"target3Changed": true,
"breakTargetModeChanged": true,
"margin": 1.1,
"marginChanged": true,
"marginRanged": true,
"marginRangedChanged": true,
"minimumMargin": 1.1,
"minimumMarginChanged": true,
"maximumMargin": 1.1,
"maximumMarginChanged": true,
"overrideHostWarehouseIndicator": true,
"overrideHostWarehouseIndicatorChanged": true,
"overrideHostPrice": true,
"overrideHostPriceChanged": true,
"overrideHostCost": true,
"overrideHostCostChanged": true,
"overrideHostMargin": true,
"overrideHostMarginChanged": true,
"alwaysApplyMargin": true,
"alwaysApplyMarginChanged": true,
"aws": 1.0,
"paws": 1.0,
"awsUpdated": "2026-04-03T06:15:11.3040204",
"posTare": 1,
"altPrice": 1.0,
"altPriceChanged": true,
"altPriceMode": 53,
"altPriceModeChanged": true,
"altPLUG_UID": "gBIyXTyd/EuGi8vHxohpQA==",
"altPLUGuid": "5d321280-9d3c-4bfc-868b-cbc7c6886940",
"altPLUGuidChanged": true,
"altPriceDescription1": "sample string 54",
"altPriceDescription2": "sample string 55",
"cartonQuantity": 56,
"cartonQuantityChanged": true,
"trayID": 1,
"promptID": 1,
"tare": 1,
"packQty": 1,
"fixedWeight": 1,
"extraMesg": 1,
"text1": "sample string 58",
"text2": "sample string 59",
"text3": "sample string 60",
"labelText": "sample string 61",
"labelTextChanged": true,
"sendToScale": true,
"nonScaleWeigh": true,
"labelFormat": "sample string 65",
"barcodeFormat": "sample string 66",
"austMade": 1,
"coolCode": 67,
"countryOfOrigin": "sample string 68",
"percentContent": 69.1,
"departmentID": 1,
"subDepartmentID": 1,
"minorDepartmentID": 1,
"lesserDepartmentID": 1,
"deptCode": "sample string 70",
"subDeptCode": "sample string 71",
"minorDeptCode": "sample string 72",
"lesserDeptCode": "sample string 73",
"deptName": "sample string 74",
"subDeptName": "sample string 75",
"minorDeptName": "sample string 76",
"lesserDeptName": "sample string 77",
"departmentChanged": true,
"subCategoryID": 1,
"expiry": 1,
"showDays": 1,
"datePrint": 1,
"labelRequired": true,
"labelShelfQty": 80,
"labelShelfChanged": true,
"labelTalkerQty": 82,
"labelSmall": true,
"labelLastPrinted": "2026-04-03T06:15:11.3040204",
"labelLastPrice": 1,
"shelfPageLayoutG_UID": "wlMInTRGBEW+JeJy08QtBQ==",
"shelfPageLayoutGuid": "9d0853c2-4634-4504-be25-e272d3c42d05",
"talkerPageLayoutG_UID": "HOF95r9IyEmScQLNLSYlOw==",
"talkerPageLayoutGuid": "e67de11c-48bf-49c8-9271-02cd2d26253b",
"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": "q5aTOifnlUKt8FLL+JtYKQ==",
"inventoryIdentifier": "3a9396ab-e727-4295-adf0-52cbf89b5829",
"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": "ilwEt80ph0uuR1eFjqqTCw==",
"parentPluGuid": "b7045c8a-29cd-4b87-ae47-57858eaa930b",
"preferredHostVendor": 105,
"preferredHostChanged": true,
"code": "sample string 107",
"supplierIdentifier": "w8rqA8svpU2dt0QbA4iYUw==",
"supplierIdentifierGuid": "03eacac3-2fcb-4da5-9db7-441b03889853",
"supplierChanged": true,
"rebateSupplierIdentifier": "t8VWQNeX3k6F5B1JUixRWg==",
"rebateSupplierIdentifierGuid": "4056c5b7-97d7-4ede-85e4-1d49522c515a",
"rebateSupplierChanged": true,
"availableForOrder": true,
"warehouseDirectIndicator": "sample string 109",
"warehouseDirectIndicatorChanged": true,
"productGrade": "sample string 111",
"productType": "sample string 112",
"productGroup": "sample string 113",
"complianceIndicator": "sample string 114",
"inhouseBrand": "sample string 115",
"slowMoving": true,
"generalMerchandise": true,
"comment": "sample string 118",
"lastUpdatedByUser": "sample string 119",
"lastManualUpdatedByUser": "sample string 120",
"lastUpdatedByUserOverride": true,
"lastUpdatedByHost": "2026-04-03T06:15:11.3040204",
"commodity": "sample string 122",
"businessPillar": "sample string 123",
"mscCommodity": "sample string 124",
"hostIdentifier": "wx2ig1R5v0iJc0q4EK1s0Q==",
"hostIdentifierGuid": "83a21dc3-7954-48bf-8973-4ab810ad6cd1",
"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": "1HwZdHtVsUGIp+Or4Ovkkw==",
"pluGuid": "74197cd4-557b-41b1-88a7-e3abe0ebe493",
"plu": 1,
"storeID": 1,
"zoneID": 2,
"zoneName": "sample string 3",
"store": "sample string 4",
"isElectedMasterStore": true,
"isZoneMasterStore": true,
"priceNow": 7,
"costNow": 8,
"costNowDecimals": 9,
"normalPrice": 10,
"priceNext": 1,
"costNext": 1,
"costNextDecimals": 11,
"nextCampaignName": "sample string 12",
"gstPercent": 13,
"normalCost": 14,
"normalCostDecimals": 15,
"costGstPercent": 16,
"costCalcMethod": 1,
"currentCost": 17,
"currentCostDecimals": 18,
"break1": 19,
"price1": 20,
"break2": 21,
"price2": 22,
"break3": 23,
"price3": 24,
"fuelItem": 25,
"fixedWeight": 26,
"active": true,
"complianceIndicator": "sample string 27",
"doNotOrder": true,
"doNotRange": true,
"isNormalPriceChangesCampaign": true,
"updated": "2026-04-03T06:15:11.3040204"
},
{
"$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:15:11.3040204",
"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:15:11.3040204",
"startTime": 5,
"endDate": "2026-04-03T06:15:11.3040204",
"endTime": 6,
"newPrice": 7,
"newCost": 8,
"newCostDecimals": 9,
"pctDiscount": 10,
"promoType": 1,
"promotionTypeCode": "sample string 11",
"hostType": 12,
"hostIdentifier": "prvYo1yEi0SAKOCgKGzPxg==",
"hostIdentifierGuid": "a3d8bba6-845c-448b-8028-e0a0286ccfc6",
"storeNames": [
"sample string 1",
"sample string 2"
]
},
"details": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"tray": {
"$id": "33",
"g_UId": "WFFwEV02qkK/nup1qavp9w==",
"guid": "11705158-365d-42aa-bf9e-ea75a9abe9f7",
"name": "sample string 1",
"number": 1,
"tare": 1
},
"priceGroup": {
"$id": "34",
"priceGroupG_UID": "r2NE4N3JNk+psyl+3X0j/g==",
"priceGroupGuid": "e04463af-c9dd-4f36-a9b3-297edd7d23fe",
"name": "sample string 2",
"code": 1,
"modified": true,
"updated": "2026-04-03T06:15:11.3040204",
"buyingLimit": 1,
"buyingLimitIndependent": true,
"buyingLimitType": 0,
"number": 1,
"products": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"productCount": 1
},
"priceGroupName": "sample string 147",
"nutrifacts": {
"$id": "35",
"pluG_UID": "cRsQjlOam0K2Sy4Dj6GBIA==",
"pluGuid": "8e101b71-9a53-429b-b64b-2e038fa18120",
"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": "9db8c391-e4b2-4a12-b05b-5be5954b1e3b",
"created": "2026-04-03T06:15:11.3040204",
"createdByUser": "sample string 1",
"activated": "2026-04-03T06:15:11.3040204",
"activatedByUser": "sample string 2",
"deactivated": "2026-04-03T06:15:11.3040204",
"deactivatedByUser": "sample string 3",
"lastOrdered": "2026-04-03T06:15:11.3040204",
"lastOrderedQty": 4.0,
"lastReceived": "2026-04-03T06:15:11.3040204",
"lastReceivedQty": 5.0,
"lastInvoiceStatus": 1,
"lastCounted": "2026-04-03T06:15:11.3040204",
"lastSold": "2026-04-03T06:15:11.3040204",
"firstSold": "2026-04-03T06:15:11.3040204",
"awsUpdated": "2026-04-03T06:15:11.3040204",
"lastManualUpdate": "2026-04-03T06:15:11.3040204",
"lastManualUpdatedByUser": "sample string 7",
"lastUpdated": "2026-04-03T06:15:11.3040204",
"lastUpdatedByUser": "sample string 9",
"lastUpdatedByHost": "2026-04-03T06:15:11.3040204",
"doNotRangeUpdated": "2026-04-03T06:15:11.3040204",
"doNotOrderUpdated": "2026-04-03T06:15:11.3040204",
"tracked": "2026-04-03T06:15:11.3040204"
},
"allergens": [
{
"$id": "37",
"primaryKey": {
"$id": "38",
"pluGuid": "8ec3735c-ac61-4aa2-aae6-7c1c1965474e",
"contains": 2
},
"allergenID": 1,
"pluG_UID": "XHPDjmGsokqq5nwcGWVHTg==",
"pluGuid": "8ec3735c-ac61-4aa2-aae6-7c1c1965474e",
"contains": 2,
"allergenName": "sample string 3",
"storeIDs": [
1,
2
]
},
{
"$ref": "37"
}
],
"costs": {
"$id": "39",
"pluG_UID": "ajqV4+MJp0q2LYBFDWr8Bg==",
"pluGuid": "e3953a6a-09e3-4aa7-b62d-80450d6afc06",
"enteredCost": 1,
"weightedAvgCost": 1,
"lastCost": 1,
"rawEnteredCost": 2,
"rawWeightedAvgCost": 3,
"rawLastCost": 4,
"freight": 5.0,
"freightType": 6,
"costDecimals": 7,
"fifoCost": 1,
"updated": "2026-04-03T06:15:11.3040204",
"normalCost": 1,
"currentCost": 1
},
"sales": [
{
"$id": "40",
"saleHeaderID": 1,
"created": "2026-04-03T06:15:11.3040204",
"createdLocal": "2026-04-03T06:15:11.3040204",
"storeID": 3,
"storeName": "sample string 4",
"operatorG_Uid": "EDjR7ng3fkGabjXy8iWp2Q==",
"operatorGuid": "eed13810-3778-417e-9a6e-35f2f225a9d9",
"operatorName": "sample string 5",
"tranType": 1,
"plu": 1,
"pluG_UId": "z7nmjkEN20uyKR26MoPR2A==",
"pluGuid": "8ee6b9cf-0d41-4bdb-b229-1dba3283d1d8",
"normalPrice": 1,
"totalCents": 1,
"cost": 1,
"grossProfit": 1,
"quantity": 1,
"operator": {
"$ref": "16"
}
},
{
"$ref": "40"
}
],
"apns": [
{
"$id": "41",
"pluID": 1,
"pluG_UID": "xyHMqGNCIkWcNsjhtsWuNw==",
"pluGuid": "a8cc21c7-4263-4522-9c36-c8e1b6c5ae37",
"apn": "sample string 1",
"deleted": true,
"storeID": 1,
"storeIDs": [
1,
2
]
},
{
"$ref": "41"
}
],
"tuns": [
{
"$id": "42",
"pluG_UId": "em45HQArTU+mqjQxMOWpYg==",
"pluGuid": "1d396e7a-2b00-4f4d-a6aa-343130e5a962",
"apn": "sample string 1",
"tun": "sample string 2",
"cartonQuantity": 3,
"product": {
"$ref": "28"
},
"storeIDs": [
1,
2
]
},
{
"$ref": "42"
}
],
"competitionPricing": [
{
"$id": "43",
"identifier": "lCyW9+20H0y644YoQzH5zw==",
"identifierGuid": "f7962c94-b4ed-4c1f-bae3-86284331f9cf",
"pluG_UID": "6nHYD2sPqUq4+jIl0nFhEQ==",
"pluGuid": "0fd871ea-0f6b-4aa9-b8fa-3225d2716111",
"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": "xKZizu8Tn0myfceWzWQLog==",
"groupName": "sample string 1",
"identifierGuid": "ce62a6c4-13ef-499f-b27d-c796cd640ba2",
"exists": true,
"flipChartIdentifier": "gohcKAPy8kWZByqS4hawBw==",
"flipChartIdentifierGuid": "285c8882-f203-45f2-9907-2a92e216b007",
"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": "tY5zMW+ncE+R0vl2zLdzvw==",
"groupIdentifierGuid": "31738eb5-a76f-4f70-91d2-f976ccb773bf",
"flipChart": {
"$id": "45",
"identifier": "9rJrZO7vo0itDdwEsFOBOQ==",
"identifierGuid": "646bb2f6-efee-48a3-ad0d-dc04b0538139",
"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": "rpNnFqJfAEijZsY6F4LH+Q==",
"identifierGuid": "166793ae-5fa2-4800-a366-c63a1782c7f9",
"name": "sample string 2",
"formType": "sample string 3",
"forms": [
{
"$id": "47",
"id": 1,
"g_UID": "Da+bUmQxwEmZVCjSMnVDUg==",
"guid": "529baf0d-3164-49c0-9954-28d232754352",
"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": "OnZyBXdIoU2pfUbzlo3/Tw==",
"previousFormGuid": "0572763a-4877-4da1-a97d-46f3968dff4f",
"nextForm": 1,
"nextFormG_UID": "HpHIiorSfk+DiXmA2exF/w==",
"nextFormGuid": "8ac8911e-d28a-4f7e-8389-7980d9ec45ff",
"attributes": "sample string 10",
"updated": "2026-04-03T06:15:11.3040204",
"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": "X7zEDP1QCEWxPav+aWKPgg==",
"checkoutFormGuid": "0cc4bc5f-50fd-4508-b13d-abfe69628f82",
"identifier": "ON/ifkjmuEaSK2GPYhL5PQ==",
"identifierGuid": "7ee2df38-e648-46b8-922b-618f6212f93d",
"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": "VTM2UyNMRUCHKhfe6uwrwg==",
"valueGuid": "53363355-4c23-4045-872a-17deeaec2bc2",
"buttonText": "sample string 10",
"valueText": "sample string 11",
"drawImageAndButton": true,
"updated": "2026-04-03T06:15:11.3040204",
"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:15:11.3040204",
"imageData": "QEA=",
"readOnly": true
}
},
{
"$ref": "48"
}
],
"panels": [
{
"$id": "50",
"id": 1,
"checkoutFormID": 2,
"checkoutFormG_UID": "mNg/HdZ3LUKZrpKqNcE3Cg==",
"checkoutFormGuid": "1d3fd898-77d6-422d-99ae-92aa35c1370a",
"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": "uoNBz5lKV0uz6dDNFNHU3A==",
"flipChartPageIdentifierGuid": "cf4183ba-4a99-4b57-b3e9-d0cd14d1d4dc",
"pluG_UID": "1O5GrhYep0uIbXs0i/gYDw==",
"pluGuid": "ae46eed4-1e16-4ba7-886d-7b348bf8180f",
"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": "jh38O5qsMEKDQVbgz7WSDA==",
"pluGuid": "3bfc1d8e-ac9a-4230-8341-56e0cfb5920c",
"price": 1,
"costCalcMethod": 1,
"cost": 2,
"weightedAvgCost": 3,
"lastCost": 4,
"rawCost": 5,
"rawWeightedAvgCost": 6,
"rawLastCost": 7,
"costDecimals": 8,
"serviceFeeID": 9,
"freight": 10.0,
"freightType": 11,
"process": "sample string 12",
"user": "sample string 13",
"updated": "2026-04-03T06:15:11.3040204",
"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": "J6qkE1j9Dk6NhdocVBGSuQ==",
"ingredientGuid": "nnOQfENpY0CT3a3DuDBNFQ==",
"ingredientIdentifier": "7c90739e-6943-4063-93dd-adc3b8304d15",
"quantity": 1.0,
"storeIDs": [
1,
2
],
"ingredientText": "sample string 1",
"ingredient": {
"$ref": "28"
}
},
{
"$ref": "53"
}
],
"bins": [
{
"$id": "54",
"pluG_UID": "lU+L2Ax2XUCHGJrrEY7ZPQ==",
"pluGuid": "d88b4f95-760c-405d-8718-9aeb118ed93d",
"shelfLocationIdentifier": "xL7TLaushkGEv3yZBpvnrQ==",
"shelfLocationGuid": "2dd3bec4-acab-4186-84bf-7c99069be7ad",
"labelShelfDefault": 1,
"labelTalkerDefault": 1,
"labelSmall": true,
"labelPageLayoutG_UID": "dhxISKMyNEirAkoUyEgHPg==",
"labelPageLayoutGuid": "48481c76-32a3-4834-ab02-4a14c848073e",
"updated": "2026-04-03T06:15:11.3040204",
"electronicShelfLabelIdentifier": "sample string 5",
"electronicshelfLabelsConfigurationID": 6,
"labelShelfChanged": true,
"productName": "sample string 8",
"locationText": "sample string 9",
"product": {
"$ref": "28"
},
"location": {
"$id": "55",
"identifier": "viIJtTnCUEqFTx63orq0NA==",
"storeID": 1,
"identifierGuid": "b50922be-c239-4a50-854f-1eb7a2bab434",
"name": "sample string 2",
"haccp": true,
"blueprintID": 1,
"updated": "2026-04-03T06:15:11.3040204",
"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": "NVmDTbBHz0mxB9dHOYAuhg==",
"pluGuid": "4d835935-47b0-49cf-b107-d74739802e86",
"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:15:11.3040204",
"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:15:11.3040204",
"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": "8vIYywPkgk+BeZU4QO3PfA==",
"labelPageLayoutGuid": "cb18f2f2-e403-4f82-8179-953840edcf7c",
"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:15:11.3040204",
"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": "Mon8hlzvmkChRNVP1M5BgQ==",
"labelPageLayoutGuid": "86fc8932-ef5c-409a-a144-d54fd4ce4181",
"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:15:11.3040204",
"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": "27eEY1OSwEqry7+J8y0GBg==",
"labelPageLayoutGuid": "6384b7db-9253-4ac0-abcb-bf89f32d0606",
"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:15:11.3040204",
"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": "DfRy7inMa0Sb0f4fngsLzg==",
"labelPageLayoutGuid": "ee72f40d-cc29-446b-9bd1-fe1f9e0b0bce",
"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": "0S1oV5yE5Em+AtpSbq89cA==",
"pluGuid": "57682dd1-849c-49e4-be02-da526eaf3d70",
"newPrice": 1,
"pctDiscount": 1,
"newCost": 1,
"newCostDecimals": 6,
"dealCostIdentifier": "SAre6yGuE0eX6rrjVQdmxg==",
"dealCostGuid": "ebde0a48-ae21-4713-97ea-bae3550766c6",
"pluName": "sample string 7",
"apn": "sample string 8",
"fuelItem": true,
"priceGroupG_UID": "BXmXQysUEU6bCCII0Xxg1w==",
"priceGroupGuid": "43977905-142b-4e11-9b08-2208d17c60d7",
"itemNumber": "sample string 10",
"cri": "sample string 11",
"pluPrice": 12,
"costCalcMethod": 13,
"pluCost": 14,
"pluCostIndicator": "sample string 15",
"pluPriceGstPercent": 16,
"pluCostGstPercent": 17,
"pluActive": true,
"cartonQty": 1.1,
"baseUnits": 19.1,
"salesMode": 1,
"pluNormalCost": 20,
"pluaws": 21.0,
"directNumber": "sample string 22",
"departmentName": "sample string 23",
"subDepartmentName": "sample string 24",
"priceGroupName": "sample string 25",
"supplierName": "sample string 26",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:15:11.3040204",
"rrp": 27,
"campaignDescription": "sample string 28",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "4ddc1d9a-8830-47fe-ba35-6aab1f35494e",
"campaignComboPriceGroupG_UID": "MRGmYQmRJEGZRrCZdwXPBg==",
"campaignComboPriceGroupIdentifier": "61a61131-9109-4124-9946-b0997705cf06",
"promotionPlacementDescription": "sample string 30",
"storeAcceptances": [
{
"$id": "67",
"plu": 1,
"pluG_UId": "QEA=",
"campaignID": 1,
"campaignName": "sample string 2",
"storeID": 3,
"acceptedUtc": "2026-04-03T06:15:11.3040204",
"operatorG_UID": "eCHUYGBZjEWGhRAakrW77w==",
"operatorGuid": "60d42178-5960-458c-8685-101a92b5bbef",
"machineID": 1,
"processed": true,
"appliedUtc": "2026-04-03T06:15:11.3040204",
"signIqTicketFileMovedUtc": "2026-04-03T06:15:11.3040204",
"user": "sample string 6",
"campaignDescription": "sample string 7",
"productDesc": "sample string 8",
"storeName": "sample string 9",
"effectiveUtc": "2026-04-03T06:15:11.3040204",
"priceChangeType": 0,
"operatorName": "sample string 10",
"hostCampaign": true,
"hostIdentifier": "QEA=",
"hostIdentifierGuid": "4844fa8f-69b9-4bf4-bbed-83e92f696d8d",
"product": {
"$ref": "28"
},
"campaignPlu": {
"$ref": "66"
},
"fuelItem": true
},
{
"$ref": "67"
}
],
"campaign": {
"$id": "68",
"id": 1,
"storeID": 2,
"name": "9655fdd9-4084-41c6-995a-5f934949b58c",
"nameGuid": "9655fdd9-4084-41c6-995a-5f934949b58c",
"description": "sample string 4",
"showDiscounts": true,
"showTotals": true,
"onlyEvaluateOnSubtotal": true,
"useDescription": true,
"campaignType": 1,
"startDate": "2026-04-03T06:15:11.3040204",
"startTime": 1,
"endDate": "2026-04-03T06:15:11.3040204",
"endTime": 1,
"recurrence": 1,
"recurrenceType": 1,
"monthType": 1,
"weekDays": 1,
"months": 1,
"monthWeeks": 1,
"monthDays": "sample string 7",
"printed": true,
"talkerText": "sample string 8",
"rangeDescription": "sample string 9",
"dealDescription": "sample string 10",
"labelQuantity": 11,
"active": 1,
"deactivated": "2026-04-03T06:15:11.3040204",
"system": true,
"created": "2026-04-03T06:15:11.3040204",
"updated": "2026-04-03T06:15:11.3040204",
"priceChangeNotifiedUtc": "2026-04-03T06:15:11.3040204",
"promoType": 1,
"promotionTypeCode": "sample string 13",
"hostIdentifier": "SJKiXCw8Ike7Ajwp+q4q6Q==",
"hostIdentifierGuid": "5ca29248-3c2c-4722-bb02-3c29faae2ae9",
"hostType": 14,
"createdByUser": "sample string 15",
"fromHost": true,
"deleted": true,
"campaignDeleted": "2026-04-03T06:15:11.3040204",
"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": "tr3u1oBfYUGUXDN4liVoyw==",
"pluGuid": "d6eebdb6-5f80-4161-945c-3378962568cb",
"hostOfferID": 1,
"priceGroupG_UID": "2MuIAkymXUuKUEOhckJKNw==",
"priceGroupGuid": "0288cbd8-a64c-4b5d-8a50-43a172424a37",
"fuelItem": true,
"pluName": "sample string 6",
"apn": "sample string 7",
"pluActive": true,
"cartonQty": 1,
"baseUnits": 9.1,
"cri": "sample string 10",
"salesMode": 1,
"pluaws": 11.0,
"directNumber": "sample string 12",
"departmentName": "sample string 13",
"subDepartmentName": "sample string 14",
"priceGroupName": "sample string 15",
"supplierName": "sample string 16",
"stockOnHand": 1.1,
"stockOnOrder": 1.1,
"lastReceived": "2026-04-03T06:15:11.3040204",
"rrp": 17,
"campaignDescription": "sample string 18",
"product": {
"$ref": "28"
},
"campaign": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"sellingRules": [
{
"$id": "70",
"id": 1,
"identifier": "o9yL743PhES8CuMttHn58A==",
"identifierStr": "o9yL743PhES8CuMttHn58A==",
"identifierGuid": "ef8bdca3-cf8d-4484-bc0a-e32db479f9f0",
"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": "UaEgDXztW0y1MKNbqwe18A==",
"customerIDGuid": "0d20a151-ed7c-4c5b-b530-a35bab07b5f0",
"campaign": {
"$ref": "68"
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "71"
}
],
"customerGroups": [
{
"$id": "72",
"id": 1,
"campaignID": 2,
"campaignName": "sample string 3",
"groupID": "cn1sTwwPTE+wKbY3L2/jGQ==",
"groupIDGuid": "4f6c7d72-0f0c-4f4c-b029-b6372f6fe319",
"campaign": {
"$ref": "68"
},
"group": {
"$ref": "4"
}
},
{
"$ref": "72"
}
],
"signIqTickets": [
{
"$id": "73",
"identifier": "hmgvqAIlT0CHQOx9V6ZP5A==",
"identifierGuid": "a82f6886-2502-404f-8740-ec7d57a64fe4",
"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": "M2IHDMbry0iO5teLnSwD6g==",
"guid": "0c076233-ebc6-48cb-8ee6-d78b9d2c03ea",
"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": "G9s36ygdIk+dMNP7xBNmrw==",
"groupGuid": "eb37db1b-1d28-4f22-9d30-d3fbc41366af",
"comboPriceType": 5,
"priceType": 5,
"pluG_UID": "QPK5RopYgEGwUNW3J7956A==",
"pluGuid": "46b9f240-588a-4180-b050-d5b727bf79e8",
"priceGroupG_UID": "T9q8Kr3awESwHkltsFV35A==",
"priceGroupGuid": "2abcda4f-dabd-44c0-b01e-496db05577e4",
"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": "qczRWfvpxUmYwvtJgID2Gw==",
"priceLevelIdentifierGuid": "59d1cca9-e9fb-49c5-98c2-fb498080f61b",
"campaignName": "sample string 3",
"priceLevelName": "sample string 4"
},
{
"$ref": "76"
}
],
"promotionType": {
"$id": "77",
"identifier": "rifLii3iVEKOB351VK1TKg==",
"identifierGuid": "8acb27ae-e22d-4254-8e07-7e7554ad532a",
"hostType": 2,
"code": "sample string 3",
"description": "sample string 4",
"isLiquor": true,
"isAdvertised": true,
"disableWasSave": true,
"excludeFromPromoSales": true,
"labelPageLayoutG_UID": "mvr871QRl0WxRxmIFVD1Zg==",
"labelPageLayoutGuid": "effcfa9a-1154-4597-b147-19881550f566",
"priceLevelIdentifier": "asezswiJLUWntNAwmMldGQ==",
"priceLevelIdentifierGuid": "b3b3c76a-8908-452d-a7b4-d03098c95d19",
"active": true,
"updated": "2026-04-03T06:15:11.3040204",
"hostName": "sample string 11"
}
},
"product": {
"$ref": "28"
},
"dealCost": {
"$id": "78",
"headerIdentifier": "3A/WqkeiQ0OcF5/JrYPxbA==",
"headerIdentifierGuid": "aad60fdc-a247-4343-9c17-9fc9ad83f16c",
"identifier": "neg89L+qOUO1SLTJvAgQ2g==",
"identifierGuid": "f43ce89d-aabf-4339-b548-b4c9bc0810da",
"supplierIdentifier": "uCjDvC7gtkaDceTEbg5ALQ==",
"supplierGuid": "bcc328b8-e02e-46b6-8371-e4c46e0e402d",
"pluG_UID": "VFLPh/mWXkaKv2UKHcrTNw==",
"pluGuid": "87cf5254-96f9-465e-8abf-650a1dcad337",
"campaignName": "0aac496a-8679-44b0-8a3d-00f89f8126a4",
"description": "sample string 4",
"cost": 5,
"costDecimals": 6,
"start": "2026-04-03T06:15:11.3040204",
"end": "2026-04-03T06:15:11.3040204",
"type": 9,
"promoType": 10,
"bonusItemPLUG_UID": "xVuZ/EzYbEGS2UKWh8VAGQ==",
"bonusItemPluGuid": "fc995bc5-d84c-416c-92d9-429687c54019",
"bonusPurchaseUnits": 11,
"bonusReceiveUnits": 12,
"updated": "2026-04-03T06:15:11.3040204",
"metcashPromotionID": "sample string 14",
"fromHost": 15,
"storeNames": "sample string 16",
"storeIDs": [
1,
2
],
"supplierName": "sample string 17",
"campaignDescription": "sample string 18",
"newPrice": 1,
"campaignMetcashPromotionID": "sample string 19",
"campaignActive": true,
"campaignStartDate": "2026-04-03T06:15:11.3040204",
"campaignEndDate": "2026-04-03T06:15:11.3040204",
"masterPLUG_UID": "C4Rkc5+IZ0WqpeP2y/92MA==",
"masterID": "7364840b-889f-4567-aaa5-e3f6cbff7630",
"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": "iKyJ+LiEGE2lno1JrTW+zw==",
"bonusMasterID": "f889ac88-84b8-4d18-a59e-8d49ad35becf",
"bonusProductName": "sample string 34",
"bonusProductAPN": "sample string 35",
"bonusOrderCode": "sample string 36",
"bonusNormalSell": 37,
"bonusNormalCost": 38,
"bonusNormalCostDecimals": 39,
"bonusCartonQuantity": 40,
"bonusSalesMode": 41,
"bonusOrderPacked": 42,
"bonusFuelItem": true,
"bonusActive": true
}
},
"currentCostStart": "2026-04-03T06:15:11.3040204",
"dealCosts": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tags": [
{
"$id": "79",
"pluG_UID": "NiiV8BaUDUK2D5lWWR8lXA==",
"pluGuid": "f0952836-9416-420d-b60f-9956591f255c",
"tagID": 1,
"description": "sample string 1",
"storeIDs": [
1,
2
]
},
{
"$ref": "79"
}
],
"alternateProductG_UID": "rpymDsNfJUqHUNBc8YKo3A==",
"alternateProduct": "0ea69cae-5fc3-4a25-8750-d05cf182a8dc",
"altProduct": {
"$ref": "28"
},
"productHostCode": {
"$id": "80",
"id": 1,
"pluG_UID": "ipoAv43T/UyMdTiVXbIFHg==",
"pluGuid": "bf009a8a-d38d-4cfd-8c75-38955db2051e",
"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:15:11.3040204",
"inventoryTracked": "2026-04-03T06:15:11.3040204",
"isNormalPriceChangesCampaign": true,
"baseProductFuel": {
"$id": "81",
"pluG_UID": "5gBi73jaD0uw94Q4CS5Cxw==",
"pluGuid": "ef6200e6-da78-4b0f-b0f7-8438092e42c7",
"fuelPluG_UID": "uYdvdssb1ECjuGu9Hm6/8Q==",
"fuelPluGuid": "766f87b9-1bcb-40d4-a3b8-6bbd1e6ebff1",
"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": "HMwn6jOyM0W3W5DooegCBw==",
"supplierGuid": "ea27cc1c-b233-4533-b75b-90e8a1e80207",
"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": "CPJ7p2HV70OrJQmg9d09Ig==",
"supplierGuid": "a77bf208-d561-43ef-ab25-09a0f5dd3d22",
"departmentCode": "sample string 2",
"warehouseDirectIndicator": "sample string 3",
"type": 4,
"cutOffWeek": 5,
"cutOffDay": 6,
"cutOffTime": "00:00:00.1234567",
"leadTime": 7,
"daysBuffer": 8,
"supplierName": "sample string 9",
"cutOffDate": "2026-04-03T06:15:11.3040204",
"deliveryDate": "2026-04-03T06:15:11.3040204",
"nextCutOffDate": "2026-04-03T06:15:11.3040204",
"nextDeliveryDate": "2026-04-03T06:15:11.3040204",
"nextDaysBuffer": 10
},
{
"$ref": "84"
}
],
"store": {
"$ref": "18"
},
"updated": "2026-04-03T06:15:11.3040204",
"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:15:11.3040204",
"processed": "2026-04-03T06:15:11.3040204",
"isProcessing": true,
"processedCount": 6,
"processingTime": 1,
"collectedUtc": "2026-04-03T06:15:11.3040204",
"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:15:11.3040204",
"businessPillar": "sample string 3",
"fileType": "sample string 4"
}
},
{
"$ref": "85"
}
],
"zoneMatrix": [
{
"$id": "87",
"id": 1,
"hostIdentifier": "uWz7rPMqdkSPpd/vpzZ8jw==",
"hostIdentifierGuid": "acfb6cb9-2af3-4476-8fa5-dfefa7367c8f",
"storeID": 1,
"departmentCode": "sample string 2",
"hostGuids": [
"b014b96d-e2b5-4b39-91a0-f9e109a72720",
"0f214339-f176-46ad-8fe2-31501b64468c"
]
},
{
"$ref": "87"
}
],
"hostFileStoreSetting": {
"$ref": "21"
},
"hostStoreSettings": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"promotionPlacements": [
{
"$id": "88",
"identifier": "d4nB47kNBkuXBCU55eG/dQ==",
"identifierGuid": "e3c18977-0db9-4b06-9704-2539e5e1bf75",
"code": "sample string 2",
"description": "sample string 3",
"isAdvertised": true
},
{
"$ref": "88"
}
],
"promoTypeGuids": [
"e4ccca29-86ce-46d0-ab5c-896219f6d951",
"92b64ac2-e338-4b8a-bc2c-95c5b9592aa8"
],
"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:15:11.3040204",
"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": "45298536-600b-4ea0-8b6d-a8f53d227cef",
"updateStore": {
"$id": "94",
"id": "c0523238-cbb6-4fe3-8e69-9a67187b2bee",
"name": "sample string 1",
"lastActivity": "2026-04-03T06:15:11.3040204",
"zone": "sample string 2",
"timeZoneOffset": 0.0,
"businessHoursStart": "00:00:00.1234567",
"businessHoursEnd": "00:00:00.1234567",
"master": true,
"lastIP": "sample string 10",
"lastHostName": "sample string 11",
"ping": 1,
"pingStatus": "sample string 12",
"lastUpdateCompleted": "2026-04-03T06:15:11.3040204"
},
"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": "2"
},
"communityOrganisation": {
"$id": "96",
"id": 1,
"identifier": "sWrnP22sUUSOPiibYOLamA==",
"identifierGuid": "3fe76ab1-ac6d-4451-8e3e-289b60e2da98",
"name": "sample string 3",
"lookupIdentifier": "sample string 4",
"externalID": "sample string 5",
"phone": "sample string 6",
"fax": "sample string 7",
"email": "sample string 8",
"address1": "sample string 9",
"address2": "sample string 10",
"city": "sample string 11",
"postCode": "sample string 12",
"state": "sample string 13",
"country": "sample string 14",
"abn": "sample string 15",
"promoPeriodStart": "2026-04-03T06:15:11.3040204",
"promoPeriodEnd": "2026-04-03T06:15:11.3040204",
"allowDonations": true,
"logoImageName": "sample string 17",
"totalAmountAwarded": 18.1,
"updated": "2026-04-03T06:15:11.3040204",
"deleted": true
},
"details": [
{
"$id": "97",
"saleItemID": 1,
"identifier": "OZvYuQ4gO0mCH2pYhVWGOQ==",
"identifierGuid": "b9d89b39-200e-493b-821f-6a5885558639",
"saleHeaderID": 2,
"plu": 1,
"pluG_UId": "8QeBSWTc8UGU9FWOkU/geA==",
"pluGuid": "498107f1-dc64-41f1-94f4-558e914fe078",
"accountID": "7UcAEyyYOUKzgHIfSHfddg==",
"accountIDGuid": "130047ed-982c-4239-b380-721f4877dd76",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 8,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"offline": true,
"barcode": "sample string 9",
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 10",
"bestOrExpire": "2026-04-03T06:15:11.3040204",
"bestOrExpireType": 1,
"providerName": "sample string 11",
"refundG_UID": "uvBmJmbSl0ybGGIyguRQ2w==",
"refundGuid": "2666f0ba-d266-4c97-9b18-623282e450db",
"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": "CYejnSomFka00Bzwj6kF5w==",
"idempotentVoidGuid": "9da38709-262a-4616-b4d0-1cf08fa905e7",
"priceLevelIdentifier": "Pj8OMLC88kezXA/MzSVT2Q==",
"priceLevelIdentifierGuid": "300e3f3e-bcb0-47f2-b35c-0fcccd2553d9",
"communityIdentifier": "bU7VOUXs2UKaCnsopNbWOw==",
"communityIdentifierGuid": "39d54e6d-ec45-42d9-9a0a-7b28a4d6d63b",
"productName": "sample string 23",
"apn": "sample string 24",
"unknownScans": [
{
"$id": "98",
"id": 1,
"saleDetailID": 2,
"storeID": 1,
"scanned": "2026-04-03T06:15:11.3040204",
"operatorG_UID": "QEA=",
"barcode": "sample string 4",
"processed": 1
},
{
"$ref": "98"
}
],
"refund": {
"$id": "99",
"id": 1,
"g_UID": "WgLaJ9RBhUS5NUj4GEA5pA==",
"guid": "27da025a-41d4-4485-b935-48f8184039a4",
"description": "sample string 1",
"dumped": true,
"inventoryReasonID": 1,
"sortOrder": 1,
"updated": "2026-04-03T06:15:11.3040204"
},
"modifier": {
"$id": "100",
"id": 1,
"setG_UID": "G72xlS5hBUyZ6U0M0Jne6Q==",
"modifierSetGuid": "95b1bd1b-612e-4c05-99e9-4d0cd099dee9",
"name": "sample string 2",
"price": 1,
"quantity": 1,
"modifierType": 1,
"groupNumber": 1,
"pageNumber": 1,
"controlOrder": 1,
"printToStation": true,
"pluG_UID": "v+93DjlG60ufp/oP8WvljQ==",
"pluGuid": "0e77efbf-4639-4beb-9fa7-fa0ff16be58d",
"deleted": true,
"g_UID": "wlB81SYfkUCwORG2Vm2wnQ==",
"guid": "d57c50c2-1f26-4091-b039-11b6566db09d",
"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": "8URbyOwIJEytSjlq+UV7TA==",
"pluGuid": "c85b44f1-08ec-4c24-ad4a-396af9457b4c",
"saleHeaderID": 2,
"totalCents": 3,
"grade": 1,
"gradeDescription": "sample string 4",
"dispenser": 1,
"hose": 1,
"quantity": 1,
"cost": 1,
"acquirerNum": 1,
"attendant": 1,
"ePurseBalance": 1.0,
"cardSignature": "sample string 5",
"compartmentNumber": 1,
"contractNumber": 1,
"discountCardPAN": "sample string 6",
"discountID": 1,
"discountName": "sample string 7",
"discountNetValue": 1.0,
"discountType": 1,
"discountValue": 1.0,
"discretionaryData": "sample string 8",
"driverID": "sample string 9",
"eftBatchNumber": 1,
"eftResponseCode": "sample string 10",
"endDateTime": "2026-04-03T06:15:11.3040204",
"engineHours": 1.1,
"fposNumber": 1,
"loyaltyCardPAN": "sample string 11",
"miscData1": 1,
"miscData2": "sample string 12",
"miscFlags": 1,
"mop": 1,
"odometer": 1,
"panNumber": "sample string 13",
"saleRefund": true,
"saleStatus": 1,
"sequenceNumber": 1,
"stan": 1,
"startDateTime": "2026-04-03T06:15:11.3040204",
"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": "UWqLFtk87kmzb01243pGEw==",
"pluGuid": "168b6a51-3cd9-49ee-b36f-4d76e37a4613",
"accountID": "UW7MEf+UvUKWmbx0yXOZ4Q==",
"accountIDGuid": "11cc6e51-94ff-42bd-9699-bc74c97399e1",
"normalPrice": 3,
"originalSellingPrice": 4,
"discountPrice": 5,
"unit": 1,
"quantity": 6,
"totalCents": 7,
"fixedPrice": 1,
"tranType": 1,
"processed": 1,
"discountType": 1,
"cost": 1,
"costDecimals": 1,
"markdown": 1,
"manualQuantity": 1,
"manualPrice": 1,
"manualMode": 1,
"active": 1,
"barcode": "sample string 8",
"offline": 1,
"keyedSale": 1,
"discountedID": 1,
"fuelID": 1,
"serialNumber": "sample string 9",
"bestOrExpire": "2026-04-03T06:15:11.3040204",
"bestOrExpireType": 1,
"refundG_UID": "IpSv86OKKU2KHyH5SaDdIg==",
"refundGuid": "f3af9422-8aa3-4d29-8a1f-21f949a0dd22",
"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": "h1HNRRZjE0iUemYyl34mcw==",
"identifierGuid": "45cd5187-6316-4813-947a-6632977e2673",
"id": 1,
"orderNo": 2,
"externalSaleIdentifier": "sample string 3",
"storeID": 4,
"zoneID": 5,
"deptNo": 6,
"customerIdentifier": "DlZM2dYYikmUj0sZFn+qyQ==",
"customerIdentifierGuid": "d94c560e-18d6-498a-948f-4b19167faac9",
"operatorNo": 1,
"operatorG_UID": "bNgRaixRoUOzn1MPIersPw==",
"operatorGuid": "6a11d86c-512c-43a1-b39f-530f21eaec3f",
"created": "2026-04-03T06:15:11.3040204",
"ordered": "2026-04-03T06:15:11.3040204",
"started": "2026-04-03T06:15:11.3040204",
"completed": "2026-04-03T06:15:11.3040204",
"supplied": "2026-04-03T06:15:11.3040204",
"quickTicket": 1,
"deleted": true,
"walkAway": true,
"approxWait": 1,
"actualWait": 1,
"deliveryMethod": 8,
"externalSaleType": 9,
"customer": {
"$ref": "2"
},
"operator": {
"$ref": "16"
},
"details": [
{
"$id": "107",
"headerID": 1,
"plu": 1,
"pluG_UId": "vmyEY27wLEG7jOeXHOwWhQ==",
"pluGuid": "63846cbe-f06e-412c-bb8c-e7971cec1685",
"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": "7DWB0oSkakCc0jbET43qvQ==",
"headerIdentifierGuid": "d28135ec-a484-406a-9cd2-36c44f8deabd",
"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": "cIR7I/qre0utH/D5rslrdQ==",
"surveyGuid": "237b8470-abfa-4b7b-ad1f-f0f9aec96b75",
"saleHeaderGuid": "yBV3s2D83UKeVcbLTUjVLw==",
"saleGuid": "b37715c8-fc60-42dd-9e55-c6cb4d48d52f",
"textResponse": "sample string 1",
"integerResponse": 1,
"g_UIDResponse": "Ubpo1ugx80qOTOs1exNYNg==",
"guidResponse": "d668ba51-31e8-4af3-8e4c-eb357b135836",
"whoAnswered": 2,
"answeredAtUTC": "2026-04-03T06:15:11.3040204",
"sale": {
"$ref": "14"
},
"survey": {
"$id": "109",
"g_UID": "safSIxzHckycHvrhc3E7Kw==",
"guid": "23d2a7b1-c71c-4c72-9c1e-fae173713b2b",
"name": "sample string 1",
"storeID": 2,
"zoneID": 1,
"checkoutFormG_UID": "EYzi/PHs7k25jrTs+bkuFQ==",
"checkoutFormGuid": "fce28c11-ecf1-4dee-b98e-b4ecf9b92e15",
"displayToWho": 3,
"displayWhen": 4,
"start": "2026-04-03T06:15:11.3040204",
"end": "2026-04-03T06:15:11.3040204",
"deleted": true,
"updated": "2026-04-03T06:15:11.3040204",
"possibleIntegerResponses": [
1,
2
],
"possibleTextResponses": [
"sample string 1",
"sample string 2"
],
"possibleGuidResponses": [
"1f163466-2d34-40e6-9738-73fb4a903800",
"1d4705b3-eb62-4e41-afc9-7ea2463a02b7"
],
"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": "pXS7/FuoKEGPFietu+j9eg==",
"accountIdentifier": "fcbb74a5-a85b-4128-8f16-27adbbe8fd7a",
"accountName": "sample string 44",
"customerOrderIdentifier": "mguH3BsRpUuyQQRZqa4dVg==",
"customerOrderIdentifierGuid": "dc870b9a-111b-4ba5-b241-0459a9ae1d56",
"priceLevelName": "sample string 45",
"revision": 46,
"ingressId": "sample string 47"
},
"metadata": {
"$id": "110",
"id": 1,
"paymentID": 2,
"paymentIdentifier": "+7HwYG0t4UWUR6xrPr1WRQ==",
"paymentIdentifierGuid": "60f0b1fb-2d6d-45e1-9447-ac6b3ebd5645",
"identifier": "Uzm360EjmE+QVHcbafaKRg==",
"identifierGuid": "ebb73953-2341-4f98-9054-771b69f68a46",
"metadata": "sample string 3",
"signatureImage": "QEA=",
"itemIdentifier": "FdnjFQ9dnEawkHnQYB2rPQ==",
"itemIdentifierGuid": "15e3d915-5d0f-469c-b090-79d0601dab3d"
}
},
"redeemedOfflinePayment": {
"$ref": "13"
}
},
{
"$ref": "12"
}
]
},
"customer": {
"$ref": "2"
}
},
{
"$ref": "7"
}
]
},
"account": {
"$ref": "5"
},
"payments": [
{
"$ref": "13"
},
{
"$ref": "13"
}
]
}
application/xml
Sample not available.
text/xml
Sample not available.
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.