POST api/customer/{id}/competition/{competitionName}

Save a customer competition record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Customer Identifier

globally unique identifier

Required

competitionName

Competition Voucher name

string

Required

Body Parameters

Competition record to save

CustomerCompetition
NameDescriptionTypeAdditional information
ID

integer

None.

CustomerIdentifier

Customer identifier

Collection of byte

None.

CustomerIdentifierGuid

globally unique identifier

None.

VoucherID

VoucherID relation identifier

integer

None.

StoreID

Store identifier, competition entry was earned at

integer

None.

Barcode

The barcode generated during the competition printing

string

String length: inclusive between 0 and 40

DateOfIssue

Time competition entry was issued

date

Data type: DateTime

IssuedSaleHeaderID

Sale Header ID of sale that issued customer competition offline

integer

None.

IssuedSaleIdentifier

Sale identifier of sale that issued customer competition online

string

None.

IssuedOfflinePaymentID

SalePaymentID of sale payment that issued customer competition offline

integer

None.

IssuedIdempotentID

The byte[16] representation of the idempotent id

Collection of byte

None.

IssuedIdempotentGuid

Idempotent identifier

globally unique identifier

None.

IssuedOffline

Offline issuing status of the competition issuing

boolean

None.

CompetitionEndDate

End date of the competition that entry was earned for

date

Data type: DateTime

Updated

Last time CustomerCompetition entry was updated

date

Data type: DateTime

VoucherName

Name of the competition voucher that was issued

string

Relation. This field may not always be loaded or used for updates.

StoreName

Store that competition was issued from

string

Relation. This field may not always be loaded or used for updates.

Voucher

Competition voucher that was issued

Voucher

Relation. This field may not always be loaded or used for updates.

Customer

Customer that was issued competition

Customer

Relation. This field may not always be loaded or used for updates.

IssuedOfflinePayment

Payment and sale record for offline sale that issued competition

StoreSalePayment

Relation. This field may not always be loaded or used for updates.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "customerIdentifier": "f2woiFeKKUqj6/BVHepy9g==",
  "customerIdentifierGuid": "88286c7f-8a57-4a29-a3eb-f0551dea72f6",
  "voucherID": 3,
  "storeID": 4,
  "barcode": "sample string 5",
  "dateOfIssue": "2026-04-03T06:18:54.3536389",
  "issuedSaleHeaderID": 1,
  "issuedSaleIdentifier": "sample string 6",
  "issuedOfflinePaymentID": 1,
  "issuedIdempotentID": "iBVbFAAxsUWtYXg1yz82IA==",
  "issuedIdempotentGuid": "145b1588-3100-45b1-ad61-7835cb3f3620",
  "issuedOffline": true,
  "competitionEndDate": "2026-04-03T06:18:54.3536389",
  "updated": "2026-04-03T06:18:54.3536389",
  "voucherName": "sample string 8",
  "storeName": "sample string 9",
  "voucher": {
    "$id": "2",
    "id": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "shortDescription": "sample string 4",
    "url": "sample string 5",
    "barcodeTemplateID": 1,
    "expiry": 0,
    "voucherType": 6,
    "limitPerTransaction": 7,
    "customerTracking": true,
    "discountAccount": "sample string 9",
    "endDate": "2026-04-03T06:18:54.3536389",
    "barcodeTemplate": {
      "$id": "3",
      "templateID": 1,
      "template": "sample string 1",
      "bcFunction": "sample string 2",
      "sortOrder": 3
    },
    "scaleLabel": {
      "$id": "4",
      "id": 1,
      "uid": "sample string 2",
      "name": "sample string 3",
      "width": 1.1,
      "height": 1.1,
      "showBorder": true,
      "borderWidth": 1.1,
      "borderStyle": 1,
      "borderColour": "sample string 5",
      "updated": "2026-04-03T06:18:54.3536389",
      "labelPageLayout": "kp6LZ6y/xEqoEyT4nNq+vw==",
      "pageLayoutGuid": "678b9e92-bfac-4ac4-a813-24f89cdabebf",
      "labelType": 6,
      "oldName": "sample string 7",
      "voucher": {
        "$ref": "2"
      },
      "elements": [
        {
          "$id": "5",
          "id": 1,
          "scaleLabelID": 2,
          "showPercentDI": true,
          "showAvgPerHundred": true,
          "showAvgPerServe": true,
          "name": "sample string 6",
          "x": 1.1,
          "y": 1.1,
          "width": 1.1,
          "height": 1.1,
          "type": 1,
          "rotation": 1,
          "text": "sample string 7",
          "fontFamily": "sample string 8",
          "align": 1,
          "bold": true,
          "italic": true,
          "underline": true,
          "strikeout": true,
          "reverse": true,
          "textColour": "sample string 9",
          "fontSize": 1.1,
          "picture": "QEA=",
          "borderWidth": 10,
          "sortOrder": 11,
          "printOptions": 12,
          "superScriptTextFontSize": 1.1,
          "lineStyle": 1,
          "spacingStyle": 1,
          "interCharacterSpacing": 1.1,
          "superScriptOffset": 1.1,
          "lineSpacing": 1.1,
          "dateFormat": "sample string 13",
          "autoGrow": true,
          "fontAutoResize": true,
          "updated": "2026-04-03T06:18:54.3536389"
        },
        {
          "$ref": "5"
        }
      ]
    },
    "customerVouchers": [
      {
        "$id": "6",
        "id": 1,
        "customerIdentifier": "q3ClY0YN2UeFNhPlu4BBxg==",
        "customerIdentifierGuid": "63a570ab-0d46-47d9-8536-13e5bb8041c6",
        "voucherID": 3,
        "voucherName": "sample string 4",
        "storeID": 1,
        "barcode": "sample string 5",
        "dateOfIssue": "2026-04-03T06:18:54.3536389",
        "issuedSaleHeaderID": 1,
        "issuedSaleIdentifier": "sample string 7",
        "issuedOfflinePaymentID": 1,
        "issuedIdempotentID": "DI2/hrkXEUishHqpvbKuow==",
        "issuedIdempotentGuid": "86bf8d0c-17b9-4811-ac84-7aa9bdb2aea3",
        "issuedOffline": true,
        "issuedUser": "sample string 9",
        "issuedNotes": "sample string 10",
        "expiryDate": "2026-04-03T06:18:54.3536389",
        "expiredUser": "sample string 11",
        "expiredNotes": "sample string 12",
        "redeemed": "2026-04-03T06:18:54.3536389",
        "redeemedSaleHeaderID": 1,
        "redeemedSaleIdentifier": "sample string 13",
        "redeemedOfflinePaymentID": 1,
        "redeemedIdempotentID": "xehIpKcdRUS5yQV0L/3pUw==",
        "redeemedIdempotentGuid": "a448e8c5-1da7-4445-b9c9-05742ffde953",
        "redeemedUser": "sample string 14",
        "redeemedNotes": "sample string 15",
        "redeemedOffline": true,
        "updated": "2026-04-03T06:18:54.3536389",
        "storeName": "sample string 17",
        "scaleLabel": {
          "$ref": "4"
        },
        "voucher": {
          "$ref": "2"
        },
        "customer": {
          "$id": "7",
          "identifier": "0/d29nDCgkG+hZRi3rEgiw==",
          "identifierGuid": "f676f7d3-c270-4182-be85-9462deb1208b",
          "code": "sample string 2",
          "familyName": "sample string 3",
          "givenName": "sample string 4",
          "otherName": "sample string 5",
          "title": "sample string 6",
          "dateOfBirth": "2026-04-03T06:18:54.3536389",
          "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": "mrm5eg2q2ECT8/HsW5vg/Q==",
          "communityIdentifierGuid": "7ab9b99a-aa0d-40d8-93f3-f1ec5b9be0fd",
          "joined": "2026-04-03T06:18:54.3536389",
          "updated": "2026-04-03T06:18:54.3536389",
          "active": true,
          "reasonInactive": 1,
          "groupCustomer": true,
          "loyaltyPoints": 1,
          "homeStoreID": 1,
          "availableSpend": 1,
          "priceLevelIdentifier": "q3NDTFxDyUqhaU9ieuqSLg==",
          "priceLevelIdentifierGuid": "4c4373ab-435c-4ac9-a169-4f627aea922e",
          "marketingID": "sample string 18",
          "receiptPrintOptions": 1,
          "hidden": true,
          "registered": true,
          "registeredOn": "2026-04-03T06:18:54.3536389",
          "emailMarketing": true,
          "smsMarketing": true,
          "deleted": true,
          "deletedUser": "sample string 24",
          "homeStoreName": "sample string 25",
          "customerCards": [
            {
              "$id": "8",
              "cardType": 2,
              "issueDate": "2026-04-03T06:18:54.3536389",
              "expiry": "2026-04-03T06:18:54.3536389",
              "customerID": "0NLdoBxXa0OstWawroRB+g==",
              "customerIDGuid": "a0ddd2d0-571c-436b-acb5-66b0ae8441fa",
              "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:18:54.3536389",
              "linkedAccount": "sxh8XHECqkKIffJlgOGa7g==",
              "linkedAccountGuid": "5c7c18b3-0271-42aa-887d-f26580e19aee",
              "currentValueChanged": true,
              "limitsChanged": true,
              "customer": {
                "$ref": "7"
              },
              "account": {
                "$id": "9",
                "id": 1,
                "identifier": "PEEapKk62UW8k9N6Dy+09Q==",
                "identifierGuid": "a41a413c-3aa9-45d9-bc93-d37a0f2fb4f5",
                "referenceNo": "sample string 3",
                "name": "sample string 4",
                "created": "2026-04-03T06:18:54.3536389",
                "owner": "qZiGNZXrVkOb1ATHczYd2g==",
                "ownerGuid": "358698a9-eb95-4356-9bd4-04c773361dda",
                "accountStoreGroupIdentifier": "cUwV/MbHpEOV2FhU5DlsHg==",
                "accountStoreGroupGuid": "fc154c71-c7c6-43a4-95d8-5854e4396c1e",
                "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:18:54.3536389",
                "active": true,
                "updated": "2026-04-03T06:18:54.3536389",
                "deleted": true,
                "deletedUser": "sample string 16",
                "currentBalanceChanged": true,
                "maximumLimitChanged": true,
                "loyaltyPointsChanged": true,
                "projectedBalance": 17,
                "accountStoreGroupStoreIDs": [
                  1,
                  2
                ],
                "customerEmail": "sample string 18",
                "ownerCustomer": {
                  "$ref": "7"
                },
                "card": {
                  "$ref": "8"
                },
                "members": {
                  "$id": "10",
                  "sample string 1": [
                    {
                      "$ref": "7"
                    },
                    {
                      "$ref": "7"
                    }
                  ],
                  "sample string 2": [
                    {
                      "$ref": "7"
                    },
                    {
                      "$ref": "7"
                    }
                  ]
                },
                "customerGroups": [
                  {
                    "$id": "11",
                    "identifier": "lcx1ToD7DkmS/ObEcZd6fw==",
                    "identifierGuid": "4e75cc95-fb80-490e-92fc-e6c471977a7f",
                    "name": "sample string 2",
                    "primaryContact": "a0GllUPyUEC7Zam++TKsvA==",
                    "primaryContactGuid": "95a5416b-f243-4050-bb65-a9bef932acbc",
                    "accountID": "4jb3Z8Ae8EmjDm/4ipX0Qw==",
                    "accountIDGuid": "67f736e2-1ec0-49f0-a30e-6ff88a95f443",
                    "special": true,
                    "updated": "2026-04-03T06:18:54.3536389",
                    "active": true,
                    "reasonInactive": 1,
                    "priceLevelIdentifier": "M8UXscEZME68c6JKjcYCgA==",
                    "priceLevelIdentifierGuid": "b117c533-19c1-4e30-bc73-a24a8dc60280",
                    "marketingListID": "sample string 7",
                    "deleted": true,
                    "account": {
                      "$ref": "9"
                    },
                    "primaryContactCustomer": {
                      "$ref": "7"
                    },
                    "customerGroupMembers": [
                      {
                        "$id": "12",
                        "id": 1,
                        "groupID": "P9oBip8M4ECP/fsGHdP8Cg==",
                        "groupIDGuid": "8a01da3f-0c9f-40e0-8ffd-fb061dd3fc0a",
                        "customerID": "3Ffewywbgk+pMnxucaq35g==",
                        "customerIDGuid": "c3de57dc-1b2c-4f82-a932-7c6e71aab7e6",
                        "card": "sample string 4",
                        "linkedAccount": "MCEbkliXGkGnuNfskX84Kg==",
                        "linkedAccountGuid": "921b2130-9758-411a-a7b8-d7ec917f382a",
                        "customer": {
                          "$ref": "7"
                        },
                        "group": {
                          "$ref": "11"
                        },
                        "customerCard": {
                          "$ref": "8"
                        }
                      },
                      {
                        "$ref": "12"
                      }
                    ]
                  },
                  {
                    "$ref": "11"
                  }
                ]
              },
              "payments": [
                {
                  "$id": "13",
                  "id": 1,
                  "identifier": "eWwHjowPckirA2IL+ExU2w==",
                  "identifierGuid": "8e076c79-0f8c-4872-ab03-620bf84c54db",
                  "storeID": 2,
                  "operatorName": "sample string 3",
                  "saleHeaderID": 4,
                  "paymentType": 5,
                  "amount": 6,
                  "account": "sample string 7",
                  "accountID": "v3ENCysb+EiEinIT92d7zg==",
                  "accountIDGuid": "0b0d71bf-1b2b-48f8-848a-7213f7677bce",
                  "customerAccount": {
                    "$ref": "9"
                  },
                  "customerCard": {
                    "$ref": "8"
                  },
                  "accountType": 1,
                  "cardName": "sample string 8",
                  "authorisationNumber": "sample string 9",
                  "bankReference": "sample string 10",
                  "merchantID": "sample string 11",
                  "terminalID": "sample string 12",
                  "cardNumber": "sample string 13",
                  "paymentDate": "2026-04-03T06:18:54.3536389",
                  "invRocNo": "sample string 14",
                  "responseCode": "sample string 15",
                  "cashout": 1,
                  "tip": 16,
                  "idempotentVoid": "K2LQegWYuEKIuzRJzmCmvQ==",
                  "idempotentVoidGuid": "7ad0622b-9805-42b8-88bb-3449ce60a6bd",
                  "offline": true,
                  "processed": 1,
                  "storeSaleHeader": {
                    "$id": "14",
                    "saleHeaderID": 1,
                    "saleHeaderGuid": "LVuu7VfgJ061gewP5QyR6A==",
                    "saleHeaderIdentifierGuid": "edae5b2d-e057-4e27-b581-ec0fe50c91e8",
                    "created": "2026-04-03T06:18:54.3536389",
                    "createdLocal": "2026-04-03T06:18:54.3536389",
                    "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:18:54.3536389",
                    "storeID": 1,
                    "operatorG_Uid": "tuvevkQvDUSVfbnwb9fiGQ==",
                    "operatorGuid": "bedeebb6-2f44-440d-957d-b9f06fd7e219",
                    "customerG_Uid": "vkjRCfBB/EC6EJJS9ZXK5Q==",
                    "customerGuid": "09d148be-41f0-40fc-ba10-9252f595cae5",
                    "communityIdentifier": "hx7tjLGuDEOwZ/u1KLUp+Q==",
                    "communityIdentifierGuid": "8ced1e87-aeb1-430c-b067-fbb528b529f9",
                    "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": "yzTt9besWkOnlOVVbLTLFw==",
                    "priceLevelIdentifierGuid": "f5ed34cb-acb7-435a-a794-e5556cb4cb17",
                    "locked": 36,
                    "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:18:54.3536389+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:18:54.3536389",
                      "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": "2fEdbITp5EuBm+f6eyDxww==",
                      "guid": "6c1df1d9-e984-4be4-819b-e7fa7b20f1c3",
                      "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:18:54.3536389",
                      "passwordResetRequired": true,
                      "alteredInStore": true,
                      "startShift": "2026-04-03T06:18:54.3536389",
                      "endShift": "2026-04-03T06:18:54.3536389",
                      "machineName": "sample string 20",
                      "drawerID": 1,
                      "stores": [
                        {
                          "$id": "17",
                          "operatorG_UID": "HoP51uoGg06tQeezf8YcYQ==",
                          "operatorGuid": "d6f9831e-06ea-4e83-ad41-e7b37fc61c61",
                          "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:18:54.3536389",
                            "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": "5gINTDr6NUeW3TFO3wFAXQ==",
                            "hostIdentifierGuid": "4c0d02e6-fa3a-4735-96dd-314edf01405d",
                            "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:18:54.3536389",
                            "priceZone": {
                              "$id": "19",
                              "id": 1,
                              "name": "sample string 2",
                              "hostIdentifier": "b9HZ3gST+EOMEBoXxA4gWQ==",
                              "hostIdentifierGuid": "ded9d16f-9304-43f8-8c10-1a17c40e2059",
                              "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": "TfkPpTbAJEKZIJG+INeVXQ==",
                                "hostIdentifierGuid": "a50ff94d-c036-4224-9920-91be20d7955d",
                                "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": "l51kFFaSj0iUdCiULgv/sw==",
                                  "identifierGuid": "14649d97-9256-488f-9474-28942e0bffb3",
                                  "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": "rVE2F+LCDkm4ezLE8TKX5g==",
                                  "hostSupplierIdentifierGuid": "173651ad-c2e2-490e-b87b-32c4f13297e6",
                                  "loyaltyPriceLevelIdentifier": "U/FNbJ2GHUetUTNyesNFTA==",
                                  "loyaltyPriceLevelIdentifierGuid": "6c4df153-869d-471d-ad51-33727ac3454c",
                                  "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:18:54.3536389",
                                  "lastProcessed": "2026-04-03T06:18:54.3536389",
                                  "hold": true,
                                  "supplierName": "sample string 35",
                                  "supplier": {
                                    "$id": "23",
                                    "identifier": "NJUZKSCjIE6DoB48k7h9Ew==",
                                    "identifierGuid": "29199534-a320-4e20-83a0-1e3c93b87d13",
                                    "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": "XkDt4dTF3kCk5eKAXW4OwQ==",
                                    "primaryContactID": "e1ed405e-c5d4-40de-a4e5-e2805d6e0ec1",
                                    "storeID": 1,
                                    "abn": "sample string 16",
                                    "supplierGroupIdentifier": "UktlTvnNl0CU5CcCJXTUZA==",
                                    "supplierGroupGuid": "4e654b52-cdf9-4097-94e4-27022574d464",
                                    "rebate": 1.0,
                                    "rebateType": 1,
                                    "rebateFrequency": 1,
                                    "rebateSource": 1,
                                    "rebateLastClaimed": "2026-04-03T06:18:54.3536389",
                                    "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": "d97025ac-0c72-48d7-aa52-101c2df8bdb6",
                                      "identifier": "kekgWVGahEOohPmArovrRQ==",
                                      "identifierGuid": "5920e991-9a51-4384-a884-f980ae8beb45",
                                      "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": "yEGut903LE6LSY6vTOcH9w==",
                                        "supplierIdentifierGuid": "b7ae41c8-37dd-4e2c-8b49-8eaf4ce707f7",
                                        "contactGuid": "g0olfF4uJUG7JpPsW4oD+w==",
                                        "contactID": "7c254a83-2e5e-4125-bb26-93ec5b8a03fb",
                                        "contact": {
                                          "$ref": "24"
                                        },
                                        "supplier": {
                                          "$ref": "23"
                                        }
                                      },
                                      {
                                        "$ref": "25"
                                      }
                                    ],
                                    "products": [
                                      {
                                        "$id": "26",
                                        "pluG_UID": "NvmEjI16Y0qilNyoXULn3w==",
                                        "pluGuid": "8c84f936-7a8d-4a63-a294-dca85d42e7df",
                                        "supplierIdentifier": "sq7k89k5EkKGqeasE2HLjg==",
                                        "supplierIdentifierGuid": "f3e4aeb2-39d9-4212-86a9-e6ac1361cb8e",
                                        "cartonQuantity": 1,
                                        "cartonQuantityChanged": true,
                                        "productSize": "sample string 3",
                                        "cigarettesPerSleeve": 1,
                                        "randomWeight": true,
                                        "piecesPerUnit": 5,
                                        "averagePackSize": 6,
                                        "effectiveDate": "2026-04-03T06:18:54.3536389",
                                        "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:18:54.3536389",
                                        "rebate": 1.0,
                                        "rebateExclude": true,
                                        "invoiceCodes": [
                                          {
                                            "$id": "27",
                                            "pluG_UID": "vctjteMpakuZ/p23/GIIlw==",
                                            "pluGuid": "b563cbbd-29e3-4b6a-99fe-9db7fc620897",
                                            "supplierIdentifier": "QJIypT/RU0yJKCGximViZg==",
                                            "supplierIdentifierGuid": "a5329240-d13f-4c53-8928-21b18a656266",
                                            "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": "vSoPsfn/d02I5mRY/fctaw==",
                                        "parentPluGuid": "b10f2abd-fff9-4d77-88e6-6458fdf72d6b",
                                        "freight": 46.0,
                                        "freightType": 1,
                                        "product": {
                                          "$id": "28",
                                          "plu": 1,
                                          "storeID": 1,
                                          "masterPluG_UID": "QEA=",
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "g_UId": "ztDDDXSwsEO4GpuS0EI2QQ==",
                                          "guid": "0dc3d0ce-b074-43b0-b81a-9b92d0423641",
                                          "apn": "sample string 1",
                                          "apnChanged": true,
                                          "apnSwitched": true,
                                          "barcode": "sample string 4",
                                          "itemNumber": "sample string 5",
                                          "itemNumberChanged": true,
                                          "priceGroupG_UID": "IaUzGFm2B0ywAV74Nhwi0A==",
                                          "priceGroupGuid": "1833a521-b659-4c07-b001-5ef8361c22d0",
                                          "blueprintID": 1,
                                          "lastCountedDate": "2026-04-03T06:18:54.3536389",
                                          "externalID": "sample string 7",
                                          "active": true,
                                          "activated": "2026-04-03T06:18:54.3536389",
                                          "pluCreated": "2026-04-03T06:18:54.3536389",
                                          "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:18:54.3536389",
                                          "lastManualUpdate": "2026-04-03T06:18:54.3536389",
                                          "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:18:54.3536389",
                                          "currentCostUpdated": "2026-04-03T06:18:54.3536389",
                                          "costDecimals": 31,
                                          "costChanged": true,
                                          "dealCostIdentifier": "QEA=",
                                          "excludeFromRebate": true,
                                          "rebateOverride": 1,
                                          "costCalcMethod": 32,
                                          "costCalcMethodChanged": true,
                                          "costEffectiveDate": "2026-04-03T06:18:54.3536389",
                                          "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:18:54.3536389",
                                          "posTare": 1,
                                          "altPrice": 1.0,
                                          "altPriceChanged": true,
                                          "altPriceMode": 53,
                                          "altPriceModeChanged": true,
                                          "altPLUG_UID": "nJrqp/kf006PMJU6mgV/8A==",
                                          "altPLUGuid": "a7ea9a9c-1ff9-4ed3-8f30-953a9a057ff0",
                                          "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:18:54.3536389",
                                          "labelLastPrice": 1,
                                          "shelfPageLayoutG_UID": "CZKkk7gIxUmb1pH5PGVjaQ==",
                                          "shelfPageLayoutGuid": "93a49209-08b8-49c5-9bd6-91f93c656369",
                                          "talkerPageLayoutG_UID": "MYETwAk6gEy1f2s7JqKZcw==",
                                          "talkerPageLayoutGuid": "c0138131-3a09-4c80-b57f-6b3b26a29973",
                                          "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": "cjTsvo8FFEeffCemLSiSjA==",
                                          "inventoryIdentifier": "beec3472-058f-4714-9f7c-27a62d28928c",
                                          "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": "vz2Xl+hoGE6/L6zc1IIRhA==",
                                          "parentPluGuid": "97973dbf-68e8-4e18-bf2f-acdcd4821184",
                                          "preferredHostVendor": 105,
                                          "preferredHostChanged": true,
                                          "code": "sample string 107",
                                          "supplierIdentifier": "qZ08Aj6LjUGRn6MpW4i4SA==",
                                          "supplierIdentifierGuid": "023c9da9-8b3e-418d-919f-a3295b88b848",
                                          "supplierChanged": true,
                                          "rebateSupplierIdentifier": "gD2E5yrJeESopLoHoOG/YQ==",
                                          "rebateSupplierIdentifierGuid": "e7843d80-c92a-4478-a8a4-ba07a0e1bf61",
                                          "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:18:54.3536389",
                                          "commodity": "sample string 122",
                                          "businessPillar": "sample string 123",
                                          "mscCommodity": "sample string 124",
                                          "hostIdentifier": "bks8kZexokad07x/SGl86A==",
                                          "hostIdentifierGuid": "913c4b6e-b197-46a2-9dd3-bc7f48697ce8",
                                          "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": "oKm+JDx1Mkq2VbuCTkWE0g==",
                                              "pluGuid": "24bea9a0-753c-4a32-b655-bb824e4584d2",
                                              "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:18:54.3536389"
                                            },
                                            {
                                              "$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:18:54.3536389",
                                              "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:18:54.3536389",
                                              "startTime": 5,
                                              "endDate": "2026-04-03T06:18:54.3536389",
                                              "endTime": 6,
                                              "newPrice": 7,
                                              "newCost": 8,
                                              "newCostDecimals": 9,
                                              "pctDiscount": 10,
                                              "promoType": 1,
                                              "promotionTypeCode": "sample string 11",
                                              "hostType": 12,
                                              "hostIdentifier": "ZT5444GYvEiObP79KhBtFA==",
                                              "hostIdentifierGuid": "e3783e65-9881-48bc-8e6c-fefd2a106d14",
                                              "storeNames": [
                                                "sample string 1",
                                                "sample string 2"
                                              ]
                                            },
                                            "details": [
                                              {
                                                "$ref": "32"
                                              },
                                              {
                                                "$ref": "32"
                                              }
                                            ]
                                          },
                                          "tray": {
                                            "$id": "33",
                                            "g_UId": "ivxm95uG2E6Wyin/WqKqGQ==",
                                            "guid": "f766fc8a-869b-4ed8-96ca-29ff5aa2aa19",
                                            "name": "sample string 1",
                                            "number": 1,
                                            "tare": 1
                                          },
                                          "priceGroup": {
                                            "$id": "34",
                                            "priceGroupG_UID": "Cz00zIgRU0ewYQfb41luvQ==",
                                            "priceGroupGuid": "cc343d0b-1188-4753-b061-07dbe3596ebd",
                                            "name": "sample string 2",
                                            "code": 1,
                                            "modified": true,
                                            "updated": "2026-04-03T06:18:54.3536389",
                                            "buyingLimit": 1,
                                            "buyingLimitIndependent": true,
                                            "buyingLimitType": 0,
                                            "number": 1,
                                            "products": [
                                              {
                                                "$ref": "28"
                                              },
                                              {
                                                "$ref": "28"
                                              }
                                            ],
                                            "productCount": 1
                                          },
                                          "priceGroupName": "sample string 147",
                                          "nutrifacts": {
                                            "$id": "35",
                                            "pluG_UID": "sWeGRpsHu0SO3uyyVsCcyw==",
                                            "pluGuid": "468667b1-079b-44bb-8ede-ecb256c09ccb",
                                            "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": "c9c030e2-402f-41ca-95da-eb52175575f9",
                                            "created": "2026-04-03T06:18:54.3536389",
                                            "createdByUser": "sample string 1",
                                            "activated": "2026-04-03T06:18:54.3536389",
                                            "activatedByUser": "sample string 2",
                                            "deactivated": "2026-04-03T06:18:54.3536389",
                                            "deactivatedByUser": "sample string 3",
                                            "lastOrdered": "2026-04-03T06:18:54.3536389",
                                            "lastOrderedQty": 4.0,
                                            "lastReceived": "2026-04-03T06:18:54.3536389",
                                            "lastReceivedQty": 5.0,
                                            "lastInvoiceStatus": 1,
                                            "lastCounted": "2026-04-03T06:18:54.3536389",
                                            "lastSold": "2026-04-03T06:18:54.3536389",
                                            "firstSold": "2026-04-03T06:18:54.3536389",
                                            "awsUpdated": "2026-04-03T06:18:54.3536389",
                                            "lastManualUpdate": "2026-04-03T06:18:54.3536389",
                                            "lastManualUpdatedByUser": "sample string 7",
                                            "lastUpdated": "2026-04-03T06:18:54.3536389",
                                            "lastUpdatedByUser": "sample string 9",
                                            "lastUpdatedByHost": "2026-04-03T06:18:54.3536389",
                                            "doNotRangeUpdated": "2026-04-03T06:18:54.3536389",
                                            "doNotOrderUpdated": "2026-04-03T06:18:54.3536389",
                                            "tracked": "2026-04-03T06:18:54.3536389"
                                          },
                                          "allergens": [
                                            {
                                              "$id": "37",
                                              "primaryKey": {
                                                "$id": "38",
                                                "pluGuid": "e1512cc3-f5b4-43d0-b86f-1448a2d587bf",
                                                "contains": 2
                                              },
                                              "allergenID": 1,
                                              "pluG_UID": "wyxR4bT10EO4bxRIotWHvw==",
                                              "pluGuid": "e1512cc3-f5b4-43d0-b86f-1448a2d587bf",
                                              "contains": 2,
                                              "allergenName": "sample string 3",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "37"
                                            }
                                          ],
                                          "costs": {
                                            "$id": "39",
                                            "pluG_UID": "4k2QAXcPBEqdnlD/IzJh+Q==",
                                            "pluGuid": "01904de2-0f77-4a04-9d9e-50ff233261f9",
                                            "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:18:54.3536389",
                                            "normalCost": 1,
                                            "currentCost": 1
                                          },
                                          "sales": [
                                            {
                                              "$id": "40",
                                              "saleHeaderID": 1,
                                              "created": "2026-04-03T06:18:54.3536389",
                                              "createdLocal": "2026-04-03T06:18:54.3536389",
                                              "storeID": 3,
                                              "storeName": "sample string 4",
                                              "operatorG_Uid": "23vSnTWF50qNIXfUdMolWw==",
                                              "operatorGuid": "9dd27bdb-8535-4ae7-8d21-77d474ca255b",
                                              "operatorName": "sample string 5",
                                              "tranType": 1,
                                              "plu": 1,
                                              "pluG_UId": "SGlMJL6w6kmxxmgZbY9Y1w==",
                                              "pluGuid": "244c6948-b0be-49ea-b1c6-68196d8f58d7",
                                              "normalPrice": 1,
                                              "totalCents": 1,
                                              "cost": 1,
                                              "grossProfit": 1,
                                              "quantity": 1,
                                              "operator": {
                                                "$ref": "16"
                                              }
                                            },
                                            {
                                              "$ref": "40"
                                            }
                                          ],
                                          "apns": [
                                            {
                                              "$id": "41",
                                              "pluID": 1,
                                              "pluG_UID": "bcGUL7uEjEmbF4keWyBacQ==",
                                              "pluGuid": "2f94c16d-84bb-498c-9b17-891e5b205a71",
                                              "apn": "sample string 1",
                                              "deleted": true,
                                              "storeID": 1,
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "41"
                                            }
                                          ],
                                          "tuns": [
                                            {
                                              "$id": "42",
                                              "pluG_UId": "5de5X8ZAREO7+5gLdrfb1w==",
                                              "pluGuid": "5fb9d7e5-40c6-4344-bbfb-980b76b7dbd7",
                                              "apn": "sample string 1",
                                              "tun": "sample string 2",
                                              "cartonQuantity": 3,
                                              "product": {
                                                "$ref": "28"
                                              },
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "42"
                                            }
                                          ],
                                          "competitionPricing": [
                                            {
                                              "$id": "43",
                                              "identifier": "g35gPGMSm0Wmbc50RWauYA==",
                                              "identifierGuid": "3c607e83-1263-459b-a66d-ce744566ae60",
                                              "pluG_UID": "rfh8n1okqkCmZMYNMFvlZQ==",
                                              "pluGuid": "9f7cf8ad-245a-40aa-a664-c60d305be565",
                                              "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": "JYLsGSkqcU2Rq1cdVa38Vg==",
                                              "groupName": "sample string 1",
                                              "identifierGuid": "19ec8225-2a29-4d71-91ab-571d55adfc56",
                                              "exists": true,
                                              "flipChartIdentifier": "wTEZ4hu9vEyftWXzUjvL2Q==",
                                              "flipChartIdentifierGuid": "e21931c1-bd1b-4cbc-9fb5-65f3523bcbd9",
                                              "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": "+voB94HdnkOIG9KBPyCk7w==",
                                              "groupIdentifierGuid": "f701fafa-dd81-439e-881b-d2813f20a4ef",
                                              "flipChart": {
                                                "$id": "45",
                                                "identifier": "c7/VSSXtXESlpsL1YJz9Vg==",
                                                "identifierGuid": "49d5bf73-ed25-445c-a5a6-c2f5609cfd56",
                                                "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": "hzkT0GkiRESbmRMpdiTMRA==",
                                                  "identifierGuid": "d0133987-2269-4444-9b99-13297624cc44",
                                                  "name": "sample string 2",
                                                  "formType": "sample string 3",
                                                  "forms": [
                                                    {
                                                      "$id": "47",
                                                      "id": 1,
                                                      "g_UID": "XAsRhLPLcEWR9Y3fkTPD/A==",
                                                      "guid": "84110b5c-cbb3-4570-91f5-8ddf9133c3fc",
                                                      "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": "TfgQONJ9fEKsUy0Ocuv4ag==",
                                                      "previousFormGuid": "3810f84d-7dd2-427c-ac53-2d0e72ebf86a",
                                                      "nextForm": 1,
                                                      "nextFormG_UID": "ti/opK8JwU+waUcatWNoSQ==",
                                                      "nextFormGuid": "a4e82fb6-09af-4fc1-b069-471ab5636849",
                                                      "attributes": "sample string 10",
                                                      "updated": "2026-04-03T06:18:54.3536389",
                                                      "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": "tPIASn9pokiBGAqba8Li3g==",
                                                          "checkoutFormGuid": "4a00f2b4-697f-48a2-8118-0a9b6bc2e2de",
                                                          "identifier": "k5EgvlRgDkCnK9TAAW8rwQ==",
                                                          "identifierGuid": "be209193-6054-400e-a72b-d4c0016f2bc1",
                                                          "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": "/NMB8kkQCkuWccskB2R05A==",
                                                          "valueGuid": "f201d3fc-1049-4b0a-9671-cb24076474e4",
                                                          "buttonText": "sample string 10",
                                                          "valueText": "sample string 11",
                                                          "drawImageAndButton": true,
                                                          "updated": "2026-04-03T06:18:54.3536389",
                                                          "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:18:54.3536389",
                                                            "imageData": "QEA=",
                                                            "readOnly": true
                                                          }
                                                        },
                                                        {
                                                          "$ref": "48"
                                                        }
                                                      ],
                                                      "panels": [
                                                        {
                                                          "$id": "50",
                                                          "id": 1,
                                                          "checkoutFormID": 2,
                                                          "checkoutFormG_UID": "ssHERyjlyECzTx966Kjp6w==",
                                                          "checkoutFormGuid": "47c4c1b2-e528-40c8-b34f-1f7ae8a8e9eb",
                                                          "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": "c2Q075fh606GJl7sWDKMUQ==",
                                                  "flipChartPageIdentifierGuid": "ef346473-e197-4eeb-8626-5eec58328c51",
                                                  "pluG_UID": "72Kq1jhOB0+/h50AugGrMw==",
                                                  "pluGuid": "d6aa62ef-4e38-4f07-bf87-9d00ba01ab33",
                                                  "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": "UjF0o3OzKUGsC+qEXnU5ZQ==",
                                              "pluGuid": "a3743152-b373-4129-ac0b-ea845e753965",
                                              "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:18:54.3536389",
                                              "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": "CseHhvrciUW42F0+OwlNEA==",
                                              "ingredientGuid": "mx3EduALhkCjkTHu2cSsTg==",
                                              "ingredientIdentifier": "76c41d9b-0be0-4086-a391-31eed9c4ac4e",
                                              "quantity": 1.0,
                                              "storeIDs": [
                                                1,
                                                2
                                              ],
                                              "ingredientText": "sample string 1",
                                              "ingredient": {
                                                "$ref": "28"
                                              }
                                            },
                                            {
                                              "$ref": "53"
                                            }
                                          ],
                                          "bins": [
                                            {
                                              "$id": "54",
                                              "pluG_UID": "c3xhi/0HzUWQeHbkT7cs+g==",
                                              "pluGuid": "8b617c73-07fd-45cd-9078-76e44fb72cfa",
                                              "shelfLocationIdentifier": "6gS6GPtXt0uRgXcDwW0qTA==",
                                              "shelfLocationGuid": "18ba04ea-57fb-4bb7-9181-7703c16d2a4c",
                                              "labelShelfDefault": 1,
                                              "labelTalkerDefault": 1,
                                              "labelSmall": true,
                                              "labelPageLayoutG_UID": "7GA3pp03gUq6cUvt10PrTQ==",
                                              "labelPageLayoutGuid": "a63760ec-379d-4a81-ba71-4bedd743eb4d",
                                              "updated": "2026-04-03T06:18:54.3536389",
                                              "electronicShelfLabelIdentifier": "sample string 5",
                                              "electronicshelfLabelsConfigurationID": 6,
                                              "labelShelfChanged": true,
                                              "productName": "sample string 8",
                                              "locationText": "sample string 9",
                                              "product": {
                                                "$ref": "28"
                                              },
                                              "location": {
                                                "$id": "55",
                                                "identifier": "AXWofp0TP0GuOXjV17oxbg==",
                                                "storeID": 1,
                                                "identifierGuid": "7ea87501-139d-413f-ae39-78d5d7ba316e",
                                                "name": "sample string 2",
                                                "haccp": true,
                                                "blueprintID": 1,
                                                "updated": "2026-04-03T06:18:54.3536389",
                                                "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": "eaQtdpGu90CuJm9V2oUqzA==",
                                              "pluGuid": "762da479-ae91-40f7-ae26-6f55da852acc",
                                              "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:18:54.3536389",
                                                "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:18:54.3536389",
                                                              "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": "M0wSX9JTskWVNGJacBzZFQ==",
                                                              "labelPageLayoutGuid": "5f124c33-53d2-45b2-9534-625a701cd915",
                                                              "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:18:54.3536389",
                                                          "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": "1bGvmYArb0u9TyfD/dMXTg==",
                                                          "labelPageLayoutGuid": "99afb1d5-2b80-4b6f-bd4f-27c3fdd3174e",
                                                          "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:18:54.3536389",
                                                      "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": "ZNpYexgltE6QsUIFDtWIJA==",
                                                      "labelPageLayoutGuid": "7b58da64-2518-4eb4-90b1-42050ed58824",
                                                      "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:18:54.3536389",
                                                  "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": "VQpzV2OW7EGSKf+1DhycCQ==",
                                                  "labelPageLayoutGuid": "57730a55-9663-41ec-9229-ffb50e1c9c09",
                                                  "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": "PHv5KWraT0KQmXKzrZ2beQ==",
                                            "pluGuid": "29f97b3c-da6a-424f-9099-72b3ad9d9b79",
                                            "newPrice": 1,
                                            "pctDiscount": 1,
                                            "newCost": 1,
                                            "newCostDecimals": 6,
                                            "dealCostIdentifier": "DCLRDa7PUUu1tRaF3Y/+BQ==",
                                            "dealCostGuid": "0dd1220c-cfae-4b51-b5b5-1685dd8ffe05",
                                            "pluName": "sample string 7",
                                            "apn": "sample string 8",
                                            "fuelItem": true,
                                            "priceGroupG_UID": "BvIiRGzuKEquDs1dbzU3pQ==",
                                            "priceGroupGuid": "4422f206-ee6c-4a28-ae0e-cd5d6f3537a5",
                                            "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:18:54.3536389",
                                            "rrp": 27,
                                            "campaignDescription": "sample string 28",
                                            "hostCampaign": true,
                                            "hostIdentifier": "QEA=",
                                            "hostIdentifierGuid": "a3add8cb-ff62-469a-98e2-69a2327eebe8",
                                            "campaignComboPriceGroupG_UID": "y3dr89PHxECMESABgf40bg==",
                                            "campaignComboPriceGroupIdentifier": "f36b77cb-c7d3-40c4-8c11-200181fe346e",
                                            "promotionPlacementDescription": "sample string 30",
                                            "storeAcceptances": [
                                              {
                                                "$id": "67",
                                                "plu": 1,
                                                "pluG_UId": "QEA=",
                                                "campaignID": 1,
                                                "campaignName": "sample string 2",
                                                "storeID": 3,
                                                "acceptedUtc": "2026-04-03T06:18:54.3536389",
                                                "operatorG_UID": "b6nogAZcIUiFYf6SuxC25Q==",
                                                "operatorGuid": "80e8a96f-5c06-4821-8561-fe92bb10b6e5",
                                                "machineID": 1,
                                                "processed": true,
                                                "appliedUtc": "2026-04-03T06:18:54.3536389",
                                                "signIqTicketFileMovedUtc": "2026-04-03T06:18:54.3536389",
                                                "user": "sample string 6",
                                                "campaignDescription": "sample string 7",
                                                "productDesc": "sample string 8",
                                                "storeName": "sample string 9",
                                                "effectiveUtc": "2026-04-03T06:18:54.3536389",
                                                "priceChangeType": 0,
                                                "operatorName": "sample string 10",
                                                "hostCampaign": true,
                                                "hostIdentifier": "QEA=",
                                                "hostIdentifierGuid": "95dabe5d-bf74-4777-a62b-b80679940e30",
                                                "product": {
                                                  "$ref": "28"
                                                },
                                                "campaignPlu": {
                                                  "$ref": "66"
                                                },
                                                "fuelItem": true
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "campaign": {
                                              "$id": "68",
                                              "id": 1,
                                              "storeID": 2,
                                              "name": "0e887f6e-30e7-466b-b63e-170e414739dc",
                                              "nameGuid": "0e887f6e-30e7-466b-b63e-170e414739dc",
                                              "description": "sample string 4",
                                              "showDiscounts": true,
                                              "showTotals": true,
                                              "onlyEvaluateOnSubtotal": true,
                                              "useDescription": true,
                                              "campaignType": 1,
                                              "startDate": "2026-04-03T06:18:54.3536389",
                                              "startTime": 1,
                                              "endDate": "2026-04-03T06:18:54.3536389",
                                              "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:18:54.3536389",
                                              "system": true,
                                              "created": "2026-04-03T06:18:54.3536389",
                                              "updated": "2026-04-03T06:18:54.3536389",
                                              "priceChangeNotifiedUtc": "2026-04-03T06:18:54.3536389",
                                              "promoType": 1,
                                              "promotionTypeCode": "sample string 13",
                                              "hostIdentifier": "pylJfWPY0kWTLm+vhSqv9Q==",
                                              "hostIdentifierGuid": "7d4929a7-d863-45d2-932e-6faf852aaff5",
                                              "hostType": 14,
                                              "createdByUser": "sample string 15",
                                              "fromHost": true,
                                              "deleted": true,
                                              "campaignDeleted": "2026-04-03T06:18:54.3536389",
                                              "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": "Wli1j4NqlkeVMTjsFoLZ5g==",
                                                  "pluGuid": "8fb5585a-6a83-4796-9531-38ec1682d9e6",
                                                  "hostOfferID": 1,
                                                  "priceGroupG_UID": "IUbc2HBE9kudwXAqtHNLzQ==",
                                                  "priceGroupGuid": "d8dc4621-4470-4bf6-9dc1-702ab4734bcd",
                                                  "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:18:54.3536389",
                                                  "rrp": 17,
                                                  "campaignDescription": "sample string 18",
                                                  "product": {
                                                    "$ref": "28"
                                                  },
                                                  "campaign": {
                                                    "$ref": "68"
                                                  }
                                                },
                                                {
                                                  "$ref": "69"
                                                }
                                              ],
                                              "sellingRules": [
                                                {
                                                  "$id": "70",
                                                  "id": 1,
                                                  "identifier": "q7IpKxjWCUSwbrcSMLj1rA==",
                                                  "identifierStr": "q7IpKxjWCUSwbrcSMLj1rA==",
                                                  "identifierGuid": "2b29b2ab-d618-4409-b06e-b71230b8f5ac",
                                                  "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": "D1KrEqDIqUukAhmHnfRMAg==",
                                                  "customerIDGuid": "12ab520f-c8a0-4ba9-a402-19879df44c02",
                                                  "campaign": {
                                                    "$ref": "68"
                                                  },
                                                  "customer": {
                                                    "$ref": "7"
                                                  }
                                                },
                                                {
                                                  "$ref": "71"
                                                }
                                              ],
                                              "customerGroups": [
                                                {
                                                  "$id": "72",
                                                  "id": 1,
                                                  "campaignID": 2,
                                                  "campaignName": "sample string 3",
                                                  "groupID": "jZQRvyigVkao2uVIEdNIUw==",
                                                  "groupIDGuid": "bf11948d-a028-4656-a8da-e54811d34853",
                                                  "campaign": {
                                                    "$ref": "68"
                                                  },
                                                  "group": {
                                                    "$ref": "11"
                                                  }
                                                },
                                                {
                                                  "$ref": "72"
                                                }
                                              ],
                                              "signIqTickets": [
                                                {
                                                  "$id": "73",
                                                  "identifier": "+sflhNLcAk+736c5njpGVQ==",
                                                  "identifierGuid": "84e5c7fa-dcd2-4f02-bbdf-a7399e3a4655",
                                                  "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": "MisSxxG8AUK8n7Cl7fLkhw==",
                                                  "guid": "c7122b32-bc11-4201-bc9f-b0a5edf2e487",
                                                  "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": "39HLkkHVVkCvCM98/AwSaw==",
                                                      "groupGuid": "92cbd1df-d541-4056-af08-cf7cfc0c126b",
                                                      "comboPriceType": 5,
                                                      "priceType": 5,
                                                      "pluG_UID": "rAIbZyE2Q0SCmfogUs9p4w==",
                                                      "pluGuid": "671b02ac-3621-4443-8299-fa2052cf69e3",
                                                      "priceGroupG_UID": "US/VzUl33UKvRbKuaMA/fA==",
                                                      "priceGroupGuid": "cdd52f51-7749-42dd-af45-b2ae68c03f7c",
                                                      "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": "3HfDbwa7ykC2imQ+kx/Qsg==",
                                                  "priceLevelIdentifierGuid": "6fc377dc-bb06-40ca-b68a-643e931fd0b2",
                                                  "campaignName": "sample string 3",
                                                  "priceLevelName": "sample string 4"
                                                },
                                                {
                                                  "$ref": "76"
                                                }
                                              ],
                                              "promotionType": {
                                                "$id": "77",
                                                "identifier": "HL8f7t2Yc0ysveWaeeJ2aw==",
                                                "identifierGuid": "ee1fbf1c-98dd-4c73-acbd-e59a79e2766b",
                                                "hostType": 2,
                                                "code": "sample string 3",
                                                "description": "sample string 4",
                                                "isLiquor": true,
                                                "isAdvertised": true,
                                                "disableWasSave": true,
                                                "excludeFromPromoSales": true,
                                                "labelPageLayoutG_UID": "btkenTDsV06/FSWYZT4nqA==",
                                                "labelPageLayoutGuid": "9d1ed96e-ec30-4e57-bf15-2598653e27a8",
                                                "priceLevelIdentifier": "n0dGCVQ0mkCneZFYtbvJDQ==",
                                                "priceLevelIdentifierGuid": "0946479f-3454-409a-a779-9158b5bbc90d",
                                                "active": true,
                                                "updated": "2026-04-03T06:18:54.3536389",
                                                "hostName": "sample string 11"
                                              }
                                            },
                                            "product": {
                                              "$ref": "28"
                                            },
                                            "dealCost": {
                                              "$id": "78",
                                              "headerIdentifier": "oPV+x5sw+kqg34SurHZWFg==",
                                              "headerIdentifierGuid": "c77ef5a0-309b-4afa-a0df-84aeac765616",
                                              "identifier": "Sys7LDsJPki+V1crW14PhQ==",
                                              "identifierGuid": "2c3b2b4b-093b-483e-be57-572b5b5e0f85",
                                              "supplierIdentifier": "7i3fbWVj+0izqvdVP1gi0g==",
                                              "supplierGuid": "6ddf2dee-6365-48fb-b3aa-f7553f5822d2",
                                              "pluG_UID": "NIR7q0L8jkCuVKAhosiwRg==",
                                              "pluGuid": "ab7b8434-fc42-408e-ae54-a021a2c8b046",
                                              "campaignName": "e8aa27b6-be42-4523-a9f6-279bc3a77fab",
                                              "description": "sample string 4",
                                              "cost": 5,
                                              "costDecimals": 6,
                                              "start": "2026-04-03T06:18:54.3536389",
                                              "end": "2026-04-03T06:18:54.3536389",
                                              "type": 9,
                                              "promoType": 10,
                                              "bonusItemPLUG_UID": "3xoik1pLjUeC/XfWK/9dSg==",
                                              "bonusItemPluGuid": "93221adf-4b5a-478d-82fd-77d62bff5d4a",
                                              "bonusPurchaseUnits": 11,
                                              "bonusReceiveUnits": 12,
                                              "updated": "2026-04-03T06:18:54.3536389",
                                              "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:18:54.3536389",
                                              "campaignEndDate": "2026-04-03T06:18:54.3536389",
                                              "masterPLUG_UID": "JHgIdPatZECLCWEEABjvkQ==",
                                              "masterID": "74087824-adf6-4064-8b09-61040018ef91",
                                              "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": "+AMhqQxNjEOpFQbwSAHzHw==",
                                              "bonusMasterID": "a92103f8-4d0c-438c-a915-06f04801f31f",
                                              "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:18:54.3536389",
                                          "dealCosts": [
                                            {
                                              "$ref": "78"
                                            },
                                            {
                                              "$ref": "78"
                                            }
                                          ],
                                          "tags": [
                                            {
                                              "$id": "79",
                                              "pluG_UID": "8QR1OLOWFkO8qrd8FSpu2w==",
                                              "pluGuid": "387504f1-96b3-4316-bcaa-b77c152a6edb",
                                              "tagID": 1,
                                              "description": "sample string 1",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "79"
                                            }
                                          ],
                                          "alternateProductG_UID": "HrHJ7Ca3MEuCAT3wl8S3FQ==",
                                          "alternateProduct": "ecc9b11e-b726-4b30-8201-3df097c4b715",
                                          "altProduct": {
                                            "$ref": "28"
                                          },
                                          "productHostCode": {
                                            "$id": "80",
                                            "id": 1,
                                            "pluG_UID": "yVqKHXBQE0yz++4tO8Rlpg==",
                                            "pluGuid": "1d8a5ac9-5070-4c13-b3fb-ee2d3bc465a6",
                                            "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:18:54.3536389",
                                          "inventoryTracked": "2026-04-03T06:18:54.3536389",
                                          "isNormalPriceChangesCampaign": true,
                                          "baseProductFuel": {
                                            "$id": "81",
                                            "pluG_UID": "o0uFzBMxe0qnX8aquhyIOA==",
                                            "pluGuid": "cc854ba3-3113-4a7b-a75f-c6aaba1c8838",
                                            "fuelPluG_UID": "WlGhMqfdvUmGx1BWPwFJpg==",
                                            "fuelPluGuid": "32a1515a-dda7-49bd-86c7-50563f0149a6",
                                            "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": "bUELdiSKc0+vx+kUHfrvXQ==",
                                        "supplierGuid": "760b416d-8a24-4f73-afc7-e9141dfaef5d",
                                        "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": "O9/TBQndqEq0N7F70ExA1w==",
                                        "supplierGuid": "05d3df3b-dd09-4aa8-b437-b17bd04c40d7",
                                        "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:18:54.3536389",
                                        "deliveryDate": "2026-04-03T06:18:54.3536389",
                                        "nextCutOffDate": "2026-04-03T06:18:54.3536389",
                                        "nextDeliveryDate": "2026-04-03T06:18:54.3536389",
                                        "nextDaysBuffer": 10
                                      },
                                      {
                                        "$ref": "84"
                                      }
                                    ],
                                    "store": {
                                      "$ref": "18"
                                    },
                                    "updated": "2026-04-03T06:18:54.3536389",
                                    "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:18:54.3536389",
                                      "processed": "2026-04-03T06:18:54.3536389",
                                      "isProcessing": true,
                                      "processedCount": 6,
                                      "processingTime": 1,
                                      "collectedUtc": "2026-04-03T06:18:54.3536389",
                                      "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:18:54.3536389",
                                        "businessPillar": "sample string 3",
                                        "fileType": "sample string 4"
                                      }
                                    },
                                    {
                                      "$ref": "85"
                                    }
                                  ],
                                  "zoneMatrix": [
                                    {
                                      "$id": "87",
                                      "id": 1,
                                      "hostIdentifier": "UEoExVGt5UeMbEu9BeIW3w==",
                                      "hostIdentifierGuid": "c5044a50-ad51-47e5-8c6c-4bbd05e216df",
                                      "storeID": 1,
                                      "departmentCode": "sample string 2",
                                      "hostGuids": [
                                        "f5ee152b-adde-4c7f-a844-0010fc7ad6ed",
                                        "4d838d76-41c1-4cc0-886c-e998783a8054"
                                      ]
                                    },
                                    {
                                      "$ref": "87"
                                    }
                                  ],
                                  "hostFileStoreSetting": {
                                    "$ref": "21"
                                  },
                                  "hostStoreSettings": [
                                    {
                                      "$ref": "21"
                                    },
                                    {
                                      "$ref": "21"
                                    }
                                  ],
                                  "promotionPlacements": [
                                    {
                                      "$id": "88",
                                      "identifier": "w1YKEtHH8U+Q9D3OnZ5E3w==",
                                      "identifierGuid": "120a56c3-c7d1-4ff1-90f4-3dce9d9e44df",
                                      "code": "sample string 2",
                                      "description": "sample string 3",
                                      "isAdvertised": true
                                    },
                                    {
                                      "$ref": "88"
                                    }
                                  ],
                                  "promoTypeGuids": [
                                    "d02d61fa-411d-4702-9ea9-b94ac654b7e2",
                                    "90b33d88-b729-422e-9ead-244b587fe82d"
                                  ],
                                  "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:18:54.3536389",
                                "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": "2f506474-b921-43de-8945-2f5238752034",
                            "updateStore": {
                              "$id": "94",
                              "id": "da726310-1c3b-4f36-9e3f-315af98ce635",
                              "name": "sample string 1",
                              "lastActivity": "2026-04-03T06:18:54.3536389",
                              "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:18:54.3536389"
                            },
                            "timeZoneId": "sample string 54",
                            "securityOptions": {
                              "$id": "95",
                              "loginMode": 1,
                              "allowSelfVerification": true,
                              "verifierEmail": "sample string 3",
                              "source": "sample string 4",
                              "loginModeInherited": 5,
                              "loginModeSource": "sample string 6",
                              "selfVerifyInherited": true,
                              "selfVerifySource": "sample string 8",
                              "verifyEmailInherited": "sample string 9",
                              "verifyEmailSource": "sample string 10"
                            }
                          }
                        },
                        {
                          "$ref": "17"
                        }
                      ]
                    },
                    "customer": {
                      "$ref": "7"
                    },
                    "communityOrganisation": {
                      "$id": "96",
                      "id": 1,
                      "identifier": "4qlffO/2V0GZ03f3BfA52g==",
                      "identifierGuid": "7c5fa9e2-f6ef-4157-99d3-77f705f039da",
                      "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:18:54.3536389",
                      "promoPeriodEnd": "2026-04-03T06:18:54.3536389",
                      "allowDonations": true,
                      "logoImageName": "sample string 17",
                      "totalAmountAwarded": 18.1,
                      "updated": "2026-04-03T06:18:54.3536389",
                      "deleted": true
                    },
                    "details": [
                      {
                        "$id": "97",
                        "saleItemID": 1,
                        "identifier": "U+yVNMYpPUmuv9pN/JGkZg==",
                        "identifierGuid": "3495ec53-29c6-493d-aebf-da4dfc91a466",
                        "saleHeaderID": 2,
                        "plu": 1,
                        "pluG_UId": "n4dHivW2GEiyTQFE1Gg2/A==",
                        "pluGuid": "8a47879f-b6f5-4818-b24d-0144d46836fc",
                        "accountID": "zihLWrW7bUitQtUzqqcawA==",
                        "accountIDGuid": "5a4b28ce-bbb5-486d-ad42-d533aaa71ac0",
                        "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:18:54.3536389",
                        "bestOrExpireType": 1,
                        "providerName": "sample string 11",
                        "refundG_UID": "2he2UNPedkqCWxhaOEg4Rg==",
                        "refundGuid": "50b617da-ded3-4a76-825b-185a38483846",
                        "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": "kADb2Slyj06GmR+PB3Ubbg==",
                        "idempotentVoidGuid": "d9db0090-7229-4e8f-8699-1f8f07751b6e",
                        "priceLevelIdentifier": "s8kezhUS806iD1n9HHpE1Q==",
                        "priceLevelIdentifierGuid": "ce1ec9b3-1215-4ef3-a20f-59fd1c7a44d5",
                        "communityIdentifier": "bPywqx897USfOKuLU+9r0w==",
                        "communityIdentifierGuid": "abb0fc6c-3d1f-44ed-9f38-ab8b53ef6bd3",
                        "productName": "sample string 23",
                        "apn": "sample string 24",
                        "unknownScans": [
                          {
                            "$id": "98",
                            "id": 1,
                            "saleDetailID": 2,
                            "storeID": 1,
                            "scanned": "2026-04-03T06:18:54.3536389",
                            "operatorG_UID": "QEA=",
                            "barcode": "sample string 4",
                            "processed": 1
                          },
                          {
                            "$ref": "98"
                          }
                        ],
                        "refund": {
                          "$id": "99",
                          "id": 1,
                          "g_UID": "4dSVFilneEal4nkfe07QUg==",
                          "guid": "1695d4e1-6729-4678-a5e2-791f7b4ed052",
                          "description": "sample string 1",
                          "dumped": true,
                          "inventoryReasonID": 1,
                          "sortOrder": 1,
                          "updated": "2026-04-03T06:18:54.3536389"
                        },
                        "modifier": {
                          "$id": "100",
                          "id": 1,
                          "setG_UID": "wq4qHjrpXUaucbNemIeaow==",
                          "modifierSetGuid": "1e2aaec2-e93a-465d-ae71-b35e98879aa3",
                          "name": "sample string 2",
                          "price": 1,
                          "quantity": 1,
                          "modifierType": 1,
                          "groupNumber": 1,
                          "pageNumber": 1,
                          "controlOrder": 1,
                          "printToStation": true,
                          "pluG_UID": "IJdj+ssSf0K4P+dblQGLmw==",
                          "pluGuid": "fa639720-12cb-427f-b83f-e75b95018b9b",
                          "deleted": true,
                          "g_UID": "03KlQ81EREOpMKt3cj3B5A==",
                          "guid": "43a572d3-44cd-4344-a930-ab77723dc1e4",
                          "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": "sQxsYuP+yk66Sm7W8JPZBg==",
                        "pluGuid": "626c0cb1-fee3-4eca-ba4a-6ed6f093d906",
                        "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:18:54.3536389",
                        "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:18:54.3536389",
                        "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": "5MsXlFy1o0SuAsZ3cMYpGQ==",
                        "pluGuid": "9417cbe4-b55c-44a3-ae02-c67770c62919",
                        "accountID": "+IffxEdgzUmGPB2kQRfrJg==",
                        "accountIDGuid": "c4df87f8-6047-49cd-863c-1da44117eb26",
                        "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:18:54.3536389",
                        "bestOrExpireType": 1,
                        "refundG_UID": "h27563D/ukiiEf+FZFRUWg==",
                        "refundGuid": "ebf96e87-ff70-48ba-a211-ff856454545a",
                        "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": "qnI4ZAYO9k+QKl78oXv40g==",
                        "identifierGuid": "643872aa-0e06-4ff6-902a-5efca17bf8d2",
                        "id": 1,
                        "orderNo": 2,
                        "externalSaleIdentifier": "sample string 3",
                        "storeID": 4,
                        "zoneID": 5,
                        "deptNo": 6,
                        "customerIdentifier": "JlqTfk7740OXEnZIV2ZhxA==",
                        "customerIdentifierGuid": "7e935a26-fb4e-43e3-9712-7648576661c4",
                        "operatorNo": 1,
                        "operatorG_UID": "dGgtdriLGkWUSeUJwKDc9Q==",
                        "operatorGuid": "762d6874-8bb8-451a-9449-e509c0a0dcf5",
                        "created": "2026-04-03T06:18:54.3536389",
                        "ordered": "2026-04-03T06:18:54.3536389",
                        "started": "2026-04-03T06:18:54.3536389",
                        "completed": "2026-04-03T06:18:54.3536389",
                        "supplied": "2026-04-03T06:18:54.3536389",
                        "quickTicket": 1,
                        "deleted": true,
                        "walkAway": true,
                        "approxWait": 1,
                        "actualWait": 1,
                        "deliveryMethod": 8,
                        "externalSaleType": 9,
                        "customer": {
                          "$ref": "7"
                        },
                        "operator": {
                          "$ref": "16"
                        },
                        "details": [
                          {
                            "$id": "107",
                            "headerID": 1,
                            "plu": 1,
                            "pluG_UId": "RTPrU92mK0CyAS1f6xAQ9Q==",
                            "pluGuid": "53eb3345-a6dd-402b-b201-2d5feb1010f5",
                            "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": "KX4rdHoGx0+hfccbXVyyVg==",
                            "headerIdentifierGuid": "742b7e29-067a-4fc7-a17d-c71b5d5cb256",
                            "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": "gbLhsB8zskybofhaaaUTyw==",
                        "surveyGuid": "b0e1b281-331f-4cb2-9ba1-f85a69a513cb",
                        "saleHeaderGuid": "fh1KDfdno0K5gQvJwLR8qQ==",
                        "saleGuid": "0d4a1d7e-67f7-42a3-b981-0bc9c0b47ca9",
                        "textResponse": "sample string 1",
                        "integerResponse": 1,
                        "g_UIDResponse": "v1w7qp3gBkSSjUKU/FFmuA==",
                        "guidResponse": "aa3b5cbf-e09d-4406-928d-4294fc5166b8",
                        "whoAnswered": 2,
                        "answeredAtUTC": "2026-04-03T06:18:54.3536389",
                        "sale": {
                          "$ref": "14"
                        },
                        "survey": {
                          "$id": "109",
                          "g_UID": "O6aECDN/uEq9c1KotGjhAw==",
                          "guid": "0884a63b-7f33-4ab8-bd73-52a8b468e103",
                          "name": "sample string 1",
                          "storeID": 2,
                          "zoneID": 1,
                          "checkoutFormG_UID": "Pb+LPzUcXUmXmFo/MGENVg==",
                          "checkoutFormGuid": "3f8bbf3d-1c35-495d-9798-5a3f30610d56",
                          "displayToWho": 3,
                          "displayWhen": 4,
                          "start": "2026-04-03T06:18:54.3536389",
                          "end": "2026-04-03T06:18:54.3536389",
                          "deleted": true,
                          "updated": "2026-04-03T06:18:54.3536389",
                          "possibleIntegerResponses": [
                            1,
                            2
                          ],
                          "possibleTextResponses": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "possibleGuidResponses": [
                            "5f65c6cf-b613-41cf-972a-7dffe6f6e805",
                            "d96f5215-31b0-434e-bc26-96b992300658"
                          ],
                          "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": "sDhzXQas1kmWvKaRkYpo5g==",
                    "accountIdentifier": "5d7338b0-ac06-49d6-96bc-a691918a68e6",
                    "accountName": "sample string 44",
                    "customerOrderIdentifier": "WJC0c9vfz0y126Y55F026g==",
                    "customerOrderIdentifierGuid": "73b49058-dfdb-4ccf-b5db-a639e45d36ea",
                    "priceLevelName": "sample string 45",
                    "revision": 46,
                    "ingressId": "sample string 47"
                  },
                  "metadata": {
                    "$id": "110",
                    "id": 1,
                    "paymentID": 2,
                    "paymentIdentifier": "VzEB5KZWVUGahjyijimdbA==",
                    "paymentIdentifierGuid": "e4013157-56a6-4155-9a86-3ca28e299d6c",
                    "identifier": "0U7VYZPK6E+eHZLzpJ3fhg==",
                    "identifierGuid": "61d54ed1-ca93-4fe8-9e1d-92f3a49ddf86",
                    "metadata": "sample string 3",
                    "signatureImage": "QEA=",
                    "itemIdentifier": "3KnBHYjy0kCyOr3TYmt/ag==",
                    "itemIdentifierGuid": "1dc1a9dc-f288-40d2-b23a-bdd3626b7f6a"
                  }
                },
                {
                  "$ref": "13"
                }
              ]
            },
            {
              "$ref": "8"
            }
          ],
          "customerGroupMembers": [
            {
              "$ref": "12"
            },
            {
              "$ref": "12"
            }
          ],
          "customerGroups": [
            {
              "$ref": "11"
            },
            {
              "$ref": "11"
            }
          ],
          "accounts": [
            {
              "$ref": "9"
            },
            {
              "$ref": "9"
            }
          ],
          "account": {
            "$ref": "9"
          },
          "vouchers": [
            {
              "$id": "111",
              "customerIdentifier": "q6Qb4sQZRUeZrF+RWb5ozQ==",
              "customerIdentifierGuid": "e21ba4ab-19c4-4745-99ac-5f9159be68cd",
              "voucherName": "sample string 2",
              "count": 3,
              "storeID": 4,
              "barcode": "sample string 5",
              "redeemCount": 6,
              "issueCount": 7,
              "storeSalePaymentID": 1,
              "idempotentID": "a1qf3S76e0umpuAsFFtUOw==",
              "idempotentGuid": "dd9f5a6b-fa2e-4b7b-a6a6-e02c145b543b",
              "offline": true,
              "voucher": {
                "$ref": "2"
              },
              "customer": {
                "$ref": "7"
              }
            },
            {
              "$ref": "111"
            }
          ]
        },
        "issuedOfflinePayment": {
          "$ref": "13"
        },
        "redeemedOfflinePayment": {
          "$ref": "13"
        }
      },
      {
        "$ref": "6"
      }
    ]
  },
  "customer": {
    "$ref": "7"
  },
  "issuedOfflinePayment": {
    "$ref": "13"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.