POST api/customer/{id}/competitions

Save a list of customer competitions

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Customer Identifier

globally unique identifier

Required

Body Parameters

Competition ID

Collection of 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",
    "id": 1,
    "customerIdentifier": "W1WZg/8LfUyWiTLPJKXCpQ==",
    "customerIdentifierGuid": "8399555b-0bff-4c7d-9689-32cf24a5c2a5",
    "voucherID": 3,
    "storeID": 4,
    "barcode": "sample string 5",
    "dateOfIssue": "2026-06-03T18:32:46.6184354",
    "issuedSaleHeaderID": 1,
    "issuedSaleIdentifier": "sample string 6",
    "issuedOfflinePaymentID": 1,
    "issuedIdempotentID": "yoj86T8Mjk6Fu0Pl4QGEWg==",
    "issuedIdempotentGuid": "e9fc88ca-0c3f-4e8e-85bb-43e5e101845a",
    "issuedOffline": true,
    "competitionEndDate": "2026-06-03T18:32:46.6184354",
    "updated": "2026-06-03T18:32:46.6184354",
    "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-06-03T18:32:46.6184354",
      "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-06-03T18:32:46.6184354",
        "labelPageLayout": "fqSAEb+PUUCSnhxALynurQ==",
        "pageLayoutGuid": "1180a47e-8fbf-4051-929e-1c402f29eead",
        "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-06-03T18:32:46.6184354"
          },
          {
            "$ref": "5"
          }
        ]
      },
      "customerVouchers": [
        {
          "$id": "6",
          "id": 1,
          "customerIdentifier": "VI0fQnSMTkK+7RdK9qlunw==",
          "customerIdentifierGuid": "421f8d54-8c74-424e-beed-174af6a96e9f",
          "voucherID": 3,
          "voucherName": "sample string 4",
          "storeID": 1,
          "barcode": "sample string 5",
          "dateOfIssue": "2026-06-03T18:32:46.6184354",
          "issuedSaleHeaderID": 1,
          "issuedSaleIdentifier": "sample string 7",
          "issuedOfflinePaymentID": 1,
          "issuedIdempotentID": "rlPOVY/uWE6ZjhL2jP6Zeg==",
          "issuedIdempotentGuid": "55ce53ae-ee8f-4e58-998e-12f68cfe997a",
          "issuedOffline": true,
          "issuedUser": "sample string 9",
          "issuedNotes": "sample string 10",
          "expiryDate": "2026-06-03T18:32:46.6184354",
          "expiredUser": "sample string 11",
          "expiredNotes": "sample string 12",
          "redeemed": "2026-06-03T18:32:46.6184354",
          "redeemedSaleHeaderID": 1,
          "redeemedSaleIdentifier": "sample string 13",
          "redeemedOfflinePaymentID": 1,
          "redeemedIdempotentID": "5MX9YCmsG0OfxI4IDbJBIA==",
          "redeemedIdempotentGuid": "60fdc5e4-ac29-431b-9fc4-8e080db24120",
          "redeemedUser": "sample string 14",
          "redeemedNotes": "sample string 15",
          "redeemedOffline": true,
          "updated": "2026-06-03T18:32:46.6184354",
          "storeName": "sample string 17",
          "scaleLabel": {
            "$ref": "4"
          },
          "voucher": {
            "$ref": "2"
          },
          "customer": {
            "$id": "7",
            "identifier": "q4zZyJFUgkuQ6c4U1OPutQ==",
            "identifierGuid": "c8d98cab-5491-4b82-90e9-ce14d4e3eeb5",
            "code": "sample string 2",
            "familyName": "sample string 3",
            "givenName": "sample string 4",
            "otherName": "sample string 5",
            "title": "sample string 6",
            "dateOfBirth": "2026-06-03T18:32:46.6184354",
            "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": "utNSspBtpU67ZUmftUQmDw==",
            "communityIdentifierGuid": "b252d3ba-6d90-4ea5-bb65-499fb544260f",
            "joined": "2026-06-03T18:32:46.6184354",
            "updated": "2026-06-03T18:32:46.6184354",
            "active": true,
            "reasonInactive": 1,
            "groupCustomer": true,
            "loyaltyPoints": 1,
            "homeStoreID": 1,
            "availableSpend": 1,
            "priceLevelIdentifier": "OzaBpjYM1EaOx8jzrae3dw==",
            "priceLevelIdentifierGuid": "a681363b-0c36-46d4-8ec7-c8f3ada7b777",
            "marketingID": "sample string 18",
            "receiptPrintOptions": 1,
            "hidden": true,
            "registered": true,
            "registeredOn": "2026-06-03T18:32:46.6184354",
            "emailMarketing": true,
            "smsMarketing": true,
            "deleted": true,
            "deletedUser": "sample string 24",
            "homeStoreName": "sample string 25",
            "customerCards": [
              {
                "$id": "8",
                "cardType": 2,
                "issueDate": "2026-06-03T18:32:46.6184354",
                "expiry": "2026-06-03T18:32:46.6184354",
                "customerID": "+UpV05Nq90C4wWmcgnW36A==",
                "customerIDGuid": "d3554af9-6a93-40f7-b8c1-699c8275b7e8",
                "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-06-03T18:32:46.6184354",
                "linkedAccount": "S3tiogO82kCmayF3VEndFg==",
                "linkedAccountGuid": "a2627b4b-bc03-40da-a66b-21775449dd16",
                "currentValueChanged": true,
                "limitsChanged": true,
                "customer": {
                  "$ref": "7"
                },
                "account": {
                  "$id": "9",
                  "id": 1,
                  "identifier": "MoLptQisBkCrt0jpS0fIGA==",
                  "identifierGuid": "b5e98232-ac08-4006-abb7-48e94b47c818",
                  "referenceNo": "sample string 3",
                  "name": "sample string 4",
                  "created": "2026-06-03T18:32:46.6184354",
                  "owner": "STZfz+ZYykm8CgR/Z5AQ8w==",
                  "ownerGuid": "cf5f3649-58e6-49ca-bc0a-047f679010f3",
                  "accountStoreGroupIdentifier": "qdGBar7RakivTE7kcy8U8w==",
                  "accountStoreGroupGuid": "6a81d1a9-d1be-486a-af4c-4ee4732f14f3",
                  "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-06-03T18:32:46.6184354",
                  "active": true,
                  "updated": "2026-06-03T18:32:46.6184354",
                  "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": "Bho8i9cEe0SGDe7x2DQCGQ==",
                      "identifierGuid": "8b3c1a06-04d7-447b-860d-eef1d8340219",
                      "name": "sample string 2",
                      "primaryContact": "TPzkVP/hJUya5wl2P3dBvQ==",
                      "primaryContactGuid": "54e4fc4c-e1ff-4c25-9ae7-09763f7741bd",
                      "accountID": "jBI8YK5ne0qOzKZxn6PsdQ==",
                      "accountIDGuid": "603c128c-67ae-4a7b-8ecc-a6719fa3ec75",
                      "special": true,
                      "updated": "2026-06-03T18:32:46.6184354",
                      "active": true,
                      "reasonInactive": 1,
                      "priceLevelIdentifier": "Eqo1SkpWmEOjL9ndJaR00Q==",
                      "priceLevelIdentifierGuid": "4a35aa12-564a-4398-a32f-d9dd25a474d1",
                      "marketingListID": "sample string 7",
                      "deleted": true,
                      "account": {
                        "$ref": "9"
                      },
                      "primaryContactCustomer": {
                        "$ref": "7"
                      },
                      "customerGroupMembers": [
                        {
                          "$id": "12",
                          "id": 1,
                          "groupID": "vko8cdpJTEKQp5fza5KZFw==",
                          "groupIDGuid": "713c4abe-49da-424c-90a7-97f36b929917",
                          "customerID": "pBiqZPN0iES7R0A4uXlzNg==",
                          "customerIDGuid": "64aa18a4-74f3-4488-bb47-4038b9797336",
                          "card": "sample string 4",
                          "linkedAccount": "yENQNA8+wUyAu8mQsdHpqw==",
                          "linkedAccountGuid": "345043c8-3e0f-4cc1-80bb-c990b1d1e9ab",
                          "customer": {
                            "$ref": "7"
                          },
                          "group": {
                            "$ref": "11"
                          },
                          "customerCard": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                "payments": [
                  {
                    "$id": "13",
                    "id": 1,
                    "identifier": "2wxWqsa2206RTJ771kORMw==",
                    "identifierGuid": "aa560cdb-b6c6-4edb-914c-9efbd6439133",
                    "storeID": 2,
                    "operatorName": "sample string 3",
                    "saleHeaderID": 4,
                    "paymentType": 5,
                    "amount": 6,
                    "account": "sample string 7",
                    "accountID": "vgHW/Omok0aopv4ItpECRw==",
                    "accountIDGuid": "fcd601be-a8e9-4693-a8a6-fe08b6910247",
                    "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-06-03T18:32:46.6184354",
                    "invRocNo": "sample string 14",
                    "responseCode": "sample string 15",
                    "cashout": 1,
                    "tip": 16,
                    "idempotentVoid": "yGUlkD07fEOfBUdsr+PbsQ==",
                    "idempotentVoidGuid": "902565c8-3b3d-437c-9f05-476cafe3dbb1",
                    "offline": true,
                    "processed": 1,
                    "storeSaleHeader": {
                      "$id": "14",
                      "saleHeaderID": 1,
                      "saleHeaderGuid": "5kntKOiCH0i5PctQsiKiIg==",
                      "saleHeaderIdentifierGuid": "28ed49e6-82e8-481f-b93d-cb50b222a222",
                      "created": "2026-06-03T18:32:46.6184354",
                      "createdLocal": "2026-06-03T18:32:46.6184354",
                      "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-06-03T18:32:46.6184354",
                      "storeID": 1,
                      "operatorG_Uid": "7DQYxIe5ok+7Yi0mpRk57Q==",
                      "operatorGuid": "c41834ec-b987-4fa2-bb62-2d26a51939ed",
                      "customerG_Uid": "rw5RBJEuykKBbI76grnlfA==",
                      "customerGuid": "04510eaf-2e91-42ca-816c-8efa82b9e57c",
                      "communityIdentifier": "cVlTdMFWZkmu68s6kiCTTA==",
                      "communityIdentifierGuid": "74535971-56c1-4966-aeeb-cb3a9220934c",
                      "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": "TTBdF8WacUipt836nD6o6g==",
                      "priceLevelIdentifierGuid": "175d304d-9ac5-4871-a9b7-cdfa9c3ea8ea",
                      "locked": 36,
                      "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:32:46.6184354+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-06-03T18:32:46.6184354",
                        "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": "djes7D6rk0qAPNaQNqp+1w==",
                        "guid": "ecac3776-ab3e-4a93-803c-d69036aa7ed7",
                        "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-06-03T18:32:46.6184354",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2026-06-03T18:32:46.6184354",
                        "endShift": "2026-06-03T18:32:46.6184354",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "17",
                            "operatorG_UID": "cejFAnklpUS30oAOUyPK1w==",
                            "operatorGuid": "02c5e871-2579-44a5-b7d2-800e5323cad7",
                            "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-06-03T18:32:46.6184354",
                              "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": "bD+kRbqufky760Pt0lTiag==",
                              "hostIdentifierGuid": "45a43f6c-aeba-4c7e-bbeb-43edd254e26a",
                              "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-06-03T18:32:46.6184354",
                              "priceZone": {
                                "$id": "19",
                                "id": 1,
                                "name": "sample string 2",
                                "hostIdentifier": "soreQzgOv0upbKAFwK002w==",
                                "hostIdentifierGuid": "43de8ab2-0e38-4bbf-a96c-a005c0ad34db",
                                "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"
                              },
                              "warehouseStore": {
                                "$id": "21",
                                "storeID": 1,
                                "warehouseStoreID": 2,
                                "storeName": "sample string 3",
                                "warehouseName": "sample string 4"
                              },
                              "hostStoreSettings": [
                                {
                                  "$id": "22",
                                  "id": 1,
                                  "hostIdentifier": "FbR9MsOyNkW2DoSVLS372Q==",
                                  "hostIdentifierGuid": "327db415-b2c3-4536-b60e-84952d2dfbd9",
                                  "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": "23",
                                    "identifier": "1t1qQhdPPk+ZV/j0+zWhJA==",
                                    "identifierGuid": "426addd6-4f17-4f3e-9957-f8f4fb35a124",
                                    "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": "B4RU4kTS8Ui0xrcWijBAQQ==",
                                    "hostSupplierIdentifierGuid": "e2548407-d244-48f1-b4c6-b7168a304041",
                                    "loyaltyPriceLevelIdentifier": "ZTG8lMQknUOGAK9xQkgbfA==",
                                    "loyaltyPriceLevelIdentifierGuid": "94bc3165-24c4-439d-8600-af7142481b7c",
                                    "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-06-03T18:32:46.6184354",
                                    "lastProcessed": "2026-06-03T18:32:46.6184354",
                                    "hold": true,
                                    "supplierName": "sample string 35",
                                    "supplier": {
                                      "$id": "24",
                                      "identifier": "ZjJNk/vcwkGe4WvPPaWSMQ==",
                                      "identifierGuid": "934d3266-dcfb-41c2-9ee1-6bcf3da59231",
                                      "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": "13vEBNyepk2kZvvsUKfuyw==",
                                      "primaryContactID": "04c47bd7-9edc-4da6-a466-fbec50a7eecb",
                                      "storeID": 1,
                                      "abn": "sample string 16",
                                      "supplierGroupIdentifier": "u8oj30iAikG9BroyZ5Wy8g==",
                                      "supplierGroupGuid": "df23cabb-8048-418a-bd06-ba326795b2f2",
                                      "rebate": 1.0,
                                      "rebateType": 1,
                                      "rebateFrequency": 1,
                                      "rebateSource": 1,
                                      "rebateLastClaimed": "2026-06-03T18:32:46.6184354",
                                      "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": "25",
                                        "id": "572a8e99-2b5a-4f6f-8ec3-0d6021f723d0",
                                        "identifier": "X5vxDRRPSUyLTxDTsFgiGQ==",
                                        "identifierGuid": "0df19b5f-4f14-4c49-8b4f-10d3b0582219",
                                        "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": "26",
                                          "supplierIdentifier": "mR8yFoBrYEqIsnzeVrM6Bw==",
                                          "supplierIdentifierGuid": "16321f99-6b80-4a60-88b2-7cde56b33a07",
                                          "contactGuid": "d/lagVrNw02H93F9gLk/iw==",
                                          "contactID": "815af977-cd5a-4dc3-87f7-717d80b93f8b",
                                          "contact": {
                                            "$ref": "25"
                                          },
                                          "supplier": {
                                            "$ref": "24"
                                          }
                                        },
                                        {
                                          "$ref": "26"
                                        }
                                      ],
                                      "products": [
                                        {
                                          "$id": "27",
                                          "pluG_UID": "ycxuGqFAfkmL4uC1nF56Ig==",
                                          "pluGuid": "1a6eccc9-40a1-497e-8be2-e0b59c5e7a22",
                                          "supplierIdentifier": "5t2s6SlfPUifT9pWDv2bTQ==",
                                          "supplierIdentifierGuid": "e9acdde6-5f29-483d-9f4f-da560efd9b4d",
                                          "cartonQuantity": 1,
                                          "cartonQuantityChanged": true,
                                          "productSize": "sample string 3",
                                          "cigarettesPerSleeve": 1,
                                          "randomWeight": true,
                                          "piecesPerUnit": 5,
                                          "averagePackSize": 6,
                                          "effectiveDate": "2026-06-03T18:32:46.6184354",
                                          "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-06-03T18:32:46.6184354",
                                          "rebate": 1.0,
                                          "rebateExclude": true,
                                          "invoiceCodes": [
                                            {
                                              "$id": "28",
                                              "pluG_UID": "B7+5cA71A0+bp72EKf3LnA==",
                                              "pluGuid": "70b9bf07-f50e-4f03-9ba7-bd8429fdcb9c",
                                              "supplierIdentifier": "b4JWN4hXCkGPGtkFdTFmjg==",
                                              "supplierIdentifierGuid": "3756826f-5788-410a-8f1a-d9057531668e",
                                              "invoiceCode": "sample string 1",
                                              "storeIDs": [
                                                1,
                                                2
                                              ]
                                            },
                                            {
                                              "$ref": "28"
                                            }
                                          ],
                                          "storeIDs": [
                                            1,
                                            2
                                          ],
                                          "preferredSupplier": true,
                                          "preferredRebateSupplier": true,
                                          "supplierName": "sample string 42",
                                          "salesMode": 43,
                                          "orderPacked": true,
                                          "active": true,
                                          "price": 1,
                                          "costGstPercent": 45,
                                          "parentPluG_UID": "5YeCARnuIUGi0D0ZQBgxBw==",
                                          "parentPluGuid": "018287e5-ee19-4121-a2d0-3d1940183107",
                                          "freight": 46.0,
                                          "freightType": 1,
                                          "product": {
                                            "$id": "29",
                                            "plu": 1,
                                            "storeID": 1,
                                            "masterPluG_UID": "QEA=",
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "g_UId": "JiNGymrJ2EWeeRiKCX+VyQ==",
                                            "guid": "ca462326-c96a-45d8-9e79-188a097f95c9",
                                            "apn": "sample string 1",
                                            "apnChanged": true,
                                            "apnSwitched": true,
                                            "barcode": "sample string 4",
                                            "itemNumber": "sample string 5",
                                            "itemNumberChanged": true,
                                            "priceGroupG_UID": "kGW70giPnkekfxNfUevx9A==",
                                            "priceGroupGuid": "d2bb6590-8f08-479e-a47f-135f51ebf1f4",
                                            "blueprintID": 1,
                                            "lastCountedDate": "2026-06-03T18:32:46.6184354",
                                            "externalID": "sample string 7",
                                            "active": true,
                                            "activated": "2026-06-03T18:32:46.6184354",
                                            "pluCreated": "2026-06-03T18:32:46.6184354",
                                            "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-06-03T18:32:46.6184354",
                                            "lastManualUpdate": "2026-06-03T18:32:46.6184354",
                                            "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-06-03T18:32:46.6184354",
                                            "currentCostUpdated": "2026-06-03T18:32:46.6184354",
                                            "costDecimals": 31,
                                            "costChanged": true,
                                            "dealCostIdentifier": "QEA=",
                                            "excludeFromRebate": true,
                                            "rebateOverride": 1,
                                            "costCalcMethod": 32,
                                            "costCalcMethodChanged": true,
                                            "costEffectiveDate": "2026-06-03T18:32:46.6184354",
                                            "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-06-03T18:32:46.6184354",
                                            "posTare": 1,
                                            "altPrice": 1.0,
                                            "altPriceChanged": true,
                                            "altPriceMode": 53,
                                            "altPriceModeChanged": true,
                                            "altPLUG_UID": "6ia6e04uMU6gHHsTu2W5Cg==",
                                            "altPLUGuid": "7bba26ea-2e4e-4e31-a01c-7b13bb65b90a",
                                            "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-06-03T18:32:46.6184354",
                                            "labelLastPrice": 1,
                                            "shelfPageLayoutG_UID": "eu2CtrfxFkyN4KuFdvyRKw==",
                                            "shelfPageLayoutGuid": "b682ed7a-f1b7-4c16-8de0-ab8576fc912b",
                                            "talkerPageLayoutG_UID": "IQW4p72cFE62s+86VpQxQw==",
                                            "talkerPageLayoutGuid": "a7b80521-9cbd-4e14-b6b3-ef3a56943143",
                                            "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": "bKcAvJ5sDES/HylLkON6VA==",
                                            "inventoryIdentifier": "bc00a76c-6c9e-440c-bf1f-294b90e37a54",
                                            "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": "0S3rhHcmOEWtY4YJZl6Ikw==",
                                            "parentPluGuid": "84eb2dd1-2677-4538-ad63-8609665e8893",
                                            "preferredHostVendor": 105,
                                            "preferredHostChanged": true,
                                            "code": "sample string 107",
                                            "supplierIdentifier": "Ztrphita90qVY/EImgQZrw==",
                                            "supplierIdentifierGuid": "86e9da66-5a2b-4af7-9563-f1089a0419af",
                                            "supplierChanged": true,
                                            "rebateSupplierIdentifier": "0F1pW5We50unHjNZOdt6ew==",
                                            "rebateSupplierIdentifierGuid": "5b695dd0-9e95-4be7-a71e-335939db7a7b",
                                            "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-06-03T18:32:46.6184354",
                                            "commodity": "sample string 122",
                                            "businessPillar": "sample string 123",
                                            "mscCommodity": "sample string 124",
                                            "hostIdentifier": "c5ljbjwnVkqjQ5tUWf0XQA==",
                                            "hostIdentifierGuid": "6e639973-273c-4a56-a343-9b5459fd1740",
                                            "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": "29"
                                              },
                                              {
                                                "$ref": "29"
                                              }
                                            ],
                                            "store": {
                                              "$ref": "18"
                                            },
                                            "storePrices": [
                                              {
                                                "$id": "30",
                                                "pluG_UID": "dSyz/X49RUeiGwo3eAcdLw==",
                                                "pluGuid": "fdb32c75-3d7e-4745-a21b-0a3778071d2f",
                                                "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-06-03T18:32:46.6184354"
                                              },
                                              {
                                                "$ref": "30"
                                              }
                                            ],
                                            "currentPrices": {
                                              "$id": "31",
                                              "pluPrices": {
                                                "$id": "32",
                                                "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-06-03T18:32:46.6184354",
                                                "priceChangeType": 0,
                                                "costDecimals": 11,
                                                "costCalcMethod": 12,
                                                "targetCampaignPriceGtOrEquNormal": true
                                              },
                                              "normalPluPrices": {
                                                "$ref": "32"
                                              },
                                              "winningCampaign": 1,
                                              "winner": {
                                                "$id": "33",
                                                "campaignName": "sample string 1",
                                                "campaignDescription": "sample string 2",
                                                "talkerText": "sample string 3",
                                                "disableWasSave": true,
                                                "startDate": "2026-06-03T18:32:46.6184354",
                                                "startTime": 5,
                                                "endDate": "2026-06-03T18:32:46.6184354",
                                                "endTime": 6,
                                                "newPrice": 7,
                                                "newCost": 8,
                                                "newCostDecimals": 9,
                                                "pctDiscount": 10,
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 11",
                                                "hostType": 12,
                                                "hostIdentifier": "7kXlBS9WdEyYWd/jSIqwrg==",
                                                "hostIdentifierGuid": "05e545ee-562f-4c74-9859-dfe3488ab0ae",
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ]
                                              },
                                              "details": [
                                                {
                                                  "$ref": "33"
                                                },
                                                {
                                                  "$ref": "33"
                                                }
                                              ]
                                            },
                                            "tray": {
                                              "$id": "34",
                                              "g_UId": "0K4p/QGDOUqkAPkGwSWNYQ==",
                                              "guid": "fd29aed0-8301-4a39-a400-f906c1258d61",
                                              "name": "sample string 1",
                                              "number": 1,
                                              "tare": 1
                                            },
                                            "priceGroup": {
                                              "$id": "35",
                                              "priceGroupG_UID": "duKUgOlnKE+eSlRt7BvNzg==",
                                              "priceGroupGuid": "8094e276-67e9-4f28-9e4a-546dec1bcdce",
                                              "name": "sample string 2",
                                              "code": 1,
                                              "modified": true,
                                              "updated": "2026-06-03T18:32:46.6184354",
                                              "buyingLimit": 1,
                                              "buyingLimitIndependent": true,
                                              "buyingLimitType": 0,
                                              "number": 1,
                                              "products": [
                                                {
                                                  "$ref": "29"
                                                },
                                                {
                                                  "$ref": "29"
                                                }
                                              ],
                                              "productCount": 1
                                            },
                                            "priceGroupName": "sample string 147",
                                            "nutrifacts": {
                                              "$id": "36",
                                              "pluG_UID": "yMsXIpvwD0Cy5dSHjRQBKQ==",
                                              "pluGuid": "2217cbc8-f09b-400f-b2e5-d4878d140129",
                                              "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": "37",
                                              "pluGuid": "f41b8774-96f4-43c4-adf3-6e578fa8660c",
                                              "created": "2026-06-03T18:32:46.6184354",
                                              "createdByUser": "sample string 1",
                                              "activated": "2026-06-03T18:32:46.6184354",
                                              "activatedByUser": "sample string 2",
                                              "deactivated": "2026-06-03T18:32:46.6184354",
                                              "deactivatedByUser": "sample string 3",
                                              "lastOrdered": "2026-06-03T18:32:46.6184354",
                                              "lastOrderedQty": 4.0,
                                              "lastReceived": "2026-06-03T18:32:46.6184354",
                                              "lastReceivedQty": 5.0,
                                              "lastInvoiceStatus": 1,
                                              "lastCounted": "2026-06-03T18:32:46.6184354",
                                              "lastSold": "2026-06-03T18:32:46.6184354",
                                              "firstSold": "2026-06-03T18:32:46.6184354",
                                              "awsUpdated": "2026-06-03T18:32:46.6184354",
                                              "lastManualUpdate": "2026-06-03T18:32:46.6184354",
                                              "lastManualUpdatedByUser": "sample string 7",
                                              "lastUpdated": "2026-06-03T18:32:46.6184354",
                                              "lastUpdatedByUser": "sample string 9",
                                              "lastUpdatedByHost": "2026-06-03T18:32:46.6184354",
                                              "doNotRangeUpdated": "2026-06-03T18:32:46.6184354",
                                              "doNotOrderUpdated": "2026-06-03T18:32:46.6184354",
                                              "tracked": "2026-06-03T18:32:46.6184354"
                                            },
                                            "allergens": [
                                              {
                                                "$id": "38",
                                                "primaryKey": {
                                                  "$id": "39",
                                                  "pluGuid": "81ac380d-4459-4ba8-9e4e-0d126e1d9e73",
                                                  "contains": 2
                                                },
                                                "allergenID": 1,
                                                "pluG_UID": "DTisgVlEqEueTg0Sbh2ecw==",
                                                "pluGuid": "81ac380d-4459-4ba8-9e4e-0d126e1d9e73",
                                                "contains": 2,
                                                "allergenName": "sample string 3",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "38"
                                              }
                                            ],
                                            "costs": {
                                              "$id": "40",
                                              "pluG_UID": "w3RwTCdnCEyKW54Y34hxfg==",
                                              "pluGuid": "4c7074c3-6727-4c08-8a5b-9e18df88717e",
                                              "enteredCost": 1,
                                              "weightedAvgCost": 1,
                                              "lastCost": 1,
                                              "rawEnteredCost": 2,
                                              "rawWeightedAvgCost": 3,
                                              "rawLastCost": 4,
                                              "freight": 5.0,
                                              "freightType": 6,
                                              "costDecimals": 7,
                                              "fifoCost": 1,
                                              "updated": "2026-06-03T18:32:46.6184354",
                                              "normalCost": 1,
                                              "currentCost": 1
                                            },
                                            "sales": [
                                              {
                                                "$id": "41",
                                                "saleHeaderID": 1,
                                                "created": "2026-06-03T18:32:46.6184354",
                                                "createdLocal": "2026-06-03T18:32:46.6184354",
                                                "storeID": 3,
                                                "storeName": "sample string 4",
                                                "operatorG_Uid": "ow6azW82EE+0U+7Z/YC0LA==",
                                                "operatorGuid": "cd9a0ea3-366f-4f10-b453-eed9fd80b42c",
                                                "operatorName": "sample string 5",
                                                "tranType": 1,
                                                "plu": 1,
                                                "pluG_UId": "JLnAzOCRuUW04DSH6amGDg==",
                                                "pluGuid": "ccc0b924-91e0-45b9-b4e0-3487e9a9860e",
                                                "normalPrice": 1,
                                                "totalCents": 1,
                                                "cost": 1,
                                                "grossProfit": 1,
                                                "quantity": 1,
                                                "operator": {
                                                  "$ref": "16"
                                                }
                                              },
                                              {
                                                "$ref": "41"
                                              }
                                            ],
                                            "apns": [
                                              {
                                                "$id": "42",
                                                "pluID": 1,
                                                "pluG_UID": "rBKqr4TQVEy7h9xwK/ePIw==",
                                                "pluGuid": "afaa12ac-d084-4c54-bb87-dc702bf78f23",
                                                "apn": "sample string 1",
                                                "deleted": true,
                                                "storeID": 1,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "42"
                                              }
                                            ],
                                            "tuns": [
                                              {
                                                "$id": "43",
                                                "pluG_UId": "4JjHEZwjYU+ZsphLrKBmAA==",
                                                "pluGuid": "11c798e0-239c-4f61-99b2-984baca06600",
                                                "apn": "sample string 1",
                                                "tun": "sample string 2",
                                                "cartonQuantity": 3,
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "43"
                                              }
                                            ],
                                            "competitionPricing": [
                                              {
                                                "$id": "44",
                                                "identifier": "ILhXhcNZnkWfGThHAk5s8w==",
                                                "identifierGuid": "8557b820-59c3-459e-9f19-3847024e6cf3",
                                                "pluG_UID": "EylZj6JoDE2FveRk5sH2iA==",
                                                "pluGuid": "8f592913-68a2-4d0c-85bd-e464e6c1f688",
                                                "competitionID": 1,
                                                "name": "sample string 2",
                                                "sellMultiple": 3,
                                                "retailPrice": 4,
                                                "storeName": "sample string 5"
                                              },
                                              {
                                                "$ref": "44"
                                              }
                                            ],
                                            "supplier": {
                                              "$ref": "24"
                                            },
                                            "supplierName": "sample string 148",
                                            "children": [
                                              {
                                                "$ref": "29"
                                              },
                                              {
                                                "$ref": "29"
                                              }
                                            ],
                                            "ordering": {
                                              "$ref": "27"
                                            },
                                            "flipChartPages": [
                                              {
                                                "$id": "45",
                                                "identifier": "pT/SyG4gXUqN4tZx8zg6Ng==",
                                                "groupName": "sample string 1",
                                                "identifierGuid": "c8d23fa5-206e-4a5d-8de2-d671f3383a36",
                                                "exists": true,
                                                "flipChartIdentifier": "N1Q4Y6YTyE+wiaAIiMTyUA==",
                                                "flipChartIdentifierGuid": "63385437-13a6-4fc8-b089-a00888c4f250",
                                                "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": "ghz8mX6GFECu6w5Pn2gWoA==",
                                                "groupIdentifierGuid": "99fc1c82-867e-4014-aeeb-0e4f9f6816a0",
                                                "flipChart": {
                                                  "$id": "46",
                                                  "identifier": "F1NJhsOHbEibIqhBFsmS9w==",
                                                  "identifierGuid": "86495317-87c3-486c-9b22-a84116c992f7",
                                                  "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": "47",
                                                    "identifier": "QtUNIlI/4kqEaQU+Gxk91A==",
                                                    "identifierGuid": "220dd542-3f52-4ae2-8469-053e1b193dd4",
                                                    "name": "sample string 2",
                                                    "formType": "sample string 3",
                                                    "forms": [
                                                      {
                                                        "$id": "48",
                                                        "id": 1,
                                                        "g_UID": "3PZkzbOKkU+fs7+kBpx5kA==",
                                                        "guid": "cd64f6dc-8ab3-4f91-9fb3-bfa4069c7990",
                                                        "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": "sSzahKMbwki/tGxv1mvlYg==",
                                                        "previousFormGuid": "84da2cb1-1ba3-48c2-bfb4-6c6fd66be562",
                                                        "nextForm": 1,
                                                        "nextFormG_UID": "RZG3s88mZ0Sw0e8xjHsaYg==",
                                                        "nextFormGuid": "b3b79145-26cf-4467-b0d1-ef318c7b1a62",
                                                        "attributes": "sample string 10",
                                                        "updated": "2026-06-03T18:32:46.6184354",
                                                        "positioning": 1,
                                                        "contentPanel": "sample string 11",
                                                        "selectionMode": 1,
                                                        "maximumSelections": 1,
                                                        "alteredInStore": true,
                                                        "deleted": true,
                                                        "blueprintID": 1,
                                                        "preserveLayout": true,
                                                        "mainCheckoutFormName": "sample string 13",
                                                        "nextCheckoutForm": {
                                                          "$ref": "48"
                                                        },
                                                        "previousCheckoutForm": {
                                                          "$ref": "48"
                                                        },
                                                        "buttons": [
                                                          {
                                                            "$id": "49",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "8wRBrO/Yj0SqdeYW1nATrw==",
                                                            "checkoutFormGuid": "ac4104f3-d8ef-448f-aa75-e616d67013af",
                                                            "identifier": "JmjwVeOLJU+miklvcJdy7Q==",
                                                            "identifierGuid": "55f06826-8be3-4f25-a68a-496f709772ed",
                                                            "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": "e/oQP78PQ0CjBLIS7jJB1A==",
                                                            "valueGuid": "3f10fa7b-0fbf-4043-a304-b212ee3241d4",
                                                            "buttonText": "sample string 10",
                                                            "valueText": "sample string 11",
                                                            "drawImageAndButton": true,
                                                            "updated": "2026-06-03T18:32:46.6184354",
                                                            "action": "sample string 12",
                                                            "valueForm": {
                                                              "$ref": "48"
                                                            },
                                                            "image": {
                                                              "$id": "50",
                                                              "name": "sample string 3.sample string 4",
                                                              "imageID": 2,
                                                              "imageName": "sample string 3",
                                                              "imageExtension": "sample string 4",
                                                              "lastUpdate": "2026-06-03T18:32:46.6184354",
                                                              "imageData": "QEA=",
                                                              "readOnly": true
                                                            }
                                                          },
                                                          {
                                                            "$ref": "49"
                                                          }
                                                        ],
                                                        "panels": [
                                                          {
                                                            "$id": "51",
                                                            "id": 1,
                                                            "checkoutFormID": 2,
                                                            "checkoutFormG_UID": "4fT6TEBue06eP3u5f3AF2A==",
                                                            "checkoutFormGuid": "4cfaf4e1-6e40-4e7b-9e3f-7bb97f7005d8",
                                                            "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": "51"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "$ref": "48"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$ref": "51"
                                                      },
                                                      {
                                                        "$ref": "51"
                                                      }
                                                    ]
                                                  },
                                                  "pages": [
                                                    {
                                                      "$ref": "45"
                                                    },
                                                    {
                                                      "$ref": "45"
                                                    }
                                                  ]
                                                },
                                                "contentPanel": {
                                                  "$ref": "51"
                                                },
                                                "products": [
                                                  {
                                                    "$id": "52",
                                                    "flipChartPageIdentifier": "V4dnVJl6D0WRZt9R5tsJrw==",
                                                    "flipChartPageIdentifierGuid": "54678757-7a99-450f-9166-df51e6db09af",
                                                    "pluG_UID": "sIavq1i0JkOjiyBVQ2UDxg==",
                                                    "pluGuid": "abaf86b0-b458-4326-a38b-2055436503c6",
                                                    "sortOrder": 3,
                                                    "sent": true,
                                                    "productChanged": true,
                                                    "productImageName": "sample string 6",
                                                    "productShowImageOnFlipCharts": true,
                                                    "productShowTextOnFlipCharts": true,
                                                    "productOverrideFlipChartText": true,
                                                    "productFlipChartText": "sample string 10",
                                                    "product": {
                                                      "$ref": "29"
                                                    },
                                                    "departmentSortOrder": 11,
                                                    "subDepartmentName": "sample string 12"
                                                  },
                                                  {
                                                    "$ref": "52"
                                                  }
                                                ],
                                                "productCount": 27,
                                                "pages": [
                                                  {
                                                    "$ref": "45"
                                                  },
                                                  {
                                                    "$ref": "45"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "45"
                                              }
                                            ],
                                            "priceHistory": [
                                              {
                                                "$id": "53",
                                                "pluG_UID": "4hq2hSruq0ei5jFgyQ1vPA==",
                                                "pluGuid": "85b61ae2-ee2a-47ab-a2e6-3160c90d6f3c",
                                                "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-06-03T18:32:46.6184354",
                                                "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": "53"
                                              }
                                            ],
                                            "ingredients": [
                                              {
                                                "$id": "54",
                                                "pluG_UID": "I3BPW+Uge0Sm37FFFCSKrQ==",
                                                "ingredientGuid": "f8zt8BSKvEiUQ7PRK4oTWg==",
                                                "ingredientIdentifier": "f0edcc7f-8a14-48bc-9443-b3d12b8a135a",
                                                "quantity": 1.0,
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ],
                                                "ingredientText": "sample string 1",
                                                "ingredient": {
                                                  "$ref": "29"
                                                }
                                              },
                                              {
                                                "$ref": "54"
                                              }
                                            ],
                                            "bins": [
                                              {
                                                "$id": "55",
                                                "pluG_UID": "GE9qMjmo6kmkm2o5Qb4SSA==",
                                                "pluGuid": "326a4f18-a839-49ea-a49b-6a3941be1248",
                                                "shelfLocationIdentifier": "dePWDRKLFkeqxKO3XG8jkg==",
                                                "shelfLocationGuid": "0dd6e375-8b12-4716-aac4-a3b75c6f2392",
                                                "labelShelfDefault": 1,
                                                "labelTalkerDefault": 1,
                                                "labelSmall": true,
                                                "labelPageLayoutG_UID": "I6sY0WOLXUS0lh2Oo8nxvw==",
                                                "labelPageLayoutGuid": "d118ab23-8b63-445d-b496-1d8ea3c9f1bf",
                                                "updated": "2026-06-03T18:32:46.6184354",
                                                "electronicShelfLabelIdentifier": "sample string 5",
                                                "electronicshelfLabelsConfigurationID": 6,
                                                "labelShelfChanged": true,
                                                "productName": "sample string 8",
                                                "locationText": "sample string 9",
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "location": {
                                                  "$id": "56",
                                                  "identifier": "TxlDOpyfA0+S60TnDDT6tw==",
                                                  "storeID": 1,
                                                  "identifierGuid": "3a43194f-9f9c-4f03-92eb-44e70c34fab7",
                                                  "name": "sample string 2",
                                                  "haccp": true,
                                                  "blueprintID": 1,
                                                  "updated": "2026-06-03T18:32:46.6184354",
                                                  "minTemp": 1,
                                                  "maxTemp": 1,
                                                  "checkFrequency": 1,
                                                  "storeCaseConfiguration": 5,
                                                  "storeName": "sample string 6",
                                                  "bins": [
                                                    {
                                                      "$ref": "55"
                                                    },
                                                    {
                                                      "$ref": "55"
                                                    }
                                                  ]
                                                }
                                              },
                                              {
                                                "$ref": "55"
                                              }
                                            ],
                                            "bin": {
                                              "$ref": "55"
                                            },
                                            "scaleLocations": [
                                              {
                                                "$id": "57",
                                                "plu": 1,
                                                "pluG_UID": "AkLokdajl0ul1GBYoYPEDQ==",
                                                "pluGuid": "91e84202-a3d6-4b97-a5d4-6058a183c40d",
                                                "deptNo": 1,
                                                "product": {
                                                  "$ref": "29"
                                                },
                                                "scaleLocation": {
                                                  "$id": "58",
                                                  "id": 1,
                                                  "deptNo": 1,
                                                  "deptCode": "sample string 2",
                                                  "name": "sample string 3",
                                                  "enabled": true,
                                                  "updated": "2026-06-03T18:32:46.6184354",
                                                  "department": {
                                                    "$id": "59",
                                                    "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": "58"
                                                    },
                                                    "subDepartments": [
                                                      {
                                                        "$id": "60",
                                                        "id": 1,
                                                        "departmentID": 2,
                                                        "name": "sample string 3",
                                                        "code": "sample string 4",
                                                        "departmentCode": "sample string 5",
                                                        "externalSales": true,
                                                        "minorDepartments": [
                                                          {
                                                            "$id": "61",
                                                            "id": 1,
                                                            "subDepartmentID": 2,
                                                            "departmentID": 3,
                                                            "name": "sample string 4",
                                                            "subDepartmentCode": "sample string 5",
                                                            "departmentCode": "sample string 6",
                                                            "code": "sample string 7",
                                                            "lesserDepartments": [
                                                              {
                                                                "$id": "62",
                                                                "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-06-03T18:32:46.6184354",
                                                                "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": "LV+CqqisHUGsG4IqFDIRmg==",
                                                                "labelPageLayoutGuid": "aa825f2d-aca8-411d-ac1b-822a1432119a",
                                                                "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": "63",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "name": "sample string 3",
                                                                  "active": true,
                                                                  "mscCommodities": [
                                                                    {
                                                                      "$id": "64",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "name": "sample string 4",
                                                                      "active": true,
                                                                      "mscSubCommodities": [
                                                                        {
                                                                          "$id": "65",
                                                                          "dept": 1,
                                                                          "category": 2,
                                                                          "commodity": 3,
                                                                          "subCommodity": 4,
                                                                          "name": "sample string 5",
                                                                          "active": true,
                                                                          "subCommodityCode": "sample string 7"
                                                                        },
                                                                        {
                                                                          "$ref": "65"
                                                                        }
                                                                      ],
                                                                      "commodityCode": "sample string 6"
                                                                    },
                                                                    {
                                                                      "$ref": "64"
                                                                    }
                                                                  ],
                                                                  "categoryCode": "sample string 5"
                                                                },
                                                                "mscCom": {
                                                                  "$ref": "64"
                                                                },
                                                                "mscDep": {
                                                                  "$id": "66",
                                                                  "dept": 1,
                                                                  "name": "sample string 2",
                                                                  "active": true,
                                                                  "mscCategories": [
                                                                    {
                                                                      "$ref": "63"
                                                                    },
                                                                    {
                                                                      "$ref": "63"
                                                                    }
                                                                  ],
                                                                  "deptCode": "sample string 4"
                                                                },
                                                                "mscSubCom": {
                                                                  "$ref": "65"
                                                                }
                                                              },
                                                              {
                                                                "$ref": "62"
                                                              }
                                                            ],
                                                            "updated": "2026-06-03T18:32:46.6184354",
                                                            "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": "QVHikY2/kkuXHczft5bQGQ==",
                                                            "labelPageLayoutGuid": "91e25141-bf8d-4b92-971d-ccdfb796d019",
                                                            "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": "63"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "64"
                                                            },
                                                            "mscDep": {
                                                              "$ref": "66"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "65"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "61"
                                                          }
                                                        ],
                                                        "investmentBuyOverride": true,
                                                        "updated": "2026-06-03T18:32:46.6184354",
                                                        "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": "kKR3NAq3CkiCTlSuxK0qvQ==",
                                                        "labelPageLayoutGuid": "3477a490-b70a-480a-824e-54aec4ad2abd",
                                                        "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": "63"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "64"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "66"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "65"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "60"
                                                      }
                                                    ],
                                                    "stores": [
                                                      1,
                                                      2
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2026-06-03T18:32:46.6184354",
                                                    "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": "pKhPN7t3hkqC6QSgQZplYA==",
                                                    "labelPageLayoutGuid": "374fa8a4-77bb-4a86-82e9-04a0419a6560",
                                                    "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": "63"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "64"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "66"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "65"
                                                    }
                                                  }
                                                }
                                              },
                                              {
                                                "$ref": "57"
                                              }
                                            ],
                                            "nextPrice": {
                                              "$id": "67",
                                              "id": 1,
                                              "campaignID": 2,
                                              "campaignName": "sample string 3",
                                              "plu": 1,
                                              "hostOfferID": 1,
                                              "metcashPromotionID": "sample string 4",
                                              "metcashPromotionPlacement": "sample string 5",
                                              "pluG_UID": "mIu8faSEaUOrN3GisW1+9Q==",
                                              "pluGuid": "7dbc8b98-84a4-4369-ab37-71a2b16d7ef5",
                                              "newPrice": 1,
                                              "pctDiscount": 1,
                                              "newCost": 1,
                                              "newCostDecimals": 6,
                                              "dealCostIdentifier": "AYbCbvqO4ku4ai13SDrpLA==",
                                              "dealCostGuid": "6ec28601-8efa-4be2-b86a-2d77483ae92c",
                                              "pluName": "sample string 7",
                                              "apn": "sample string 8",
                                              "fuelItem": true,
                                              "priceGroupG_UID": "TqKBOCW5zkSm+GqPKilLvw==",
                                              "priceGroupGuid": "3881a24e-b925-44ce-a6f8-6a8f2a294bbf",
                                              "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,
                                              "orderPacked": 20,
                                              "pluNormalCost": 21,
                                              "pluaws": 22.0,
                                              "directNumber": "sample string 23",
                                              "departmentName": "sample string 24",
                                              "subDepartmentName": "sample string 25",
                                              "priceGroupName": "sample string 26",
                                              "supplierName": "sample string 27",
                                              "stockOnHand": 1.1,
                                              "stockOnOrder": 1.1,
                                              "lastReceived": "2026-06-03T18:32:46.6184354",
                                              "rrp": 28,
                                              "campaignDescription": "sample string 29",
                                              "hostCampaign": true,
                                              "hostIdentifier": "QEA=",
                                              "hostIdentifierGuid": "77a3da40-559e-445e-a82d-ead7cab6e8f2",
                                              "campaignComboPriceGroupG_UID": "IAGHCE+IzEWjDys0ruTKog==",
                                              "campaignComboPriceGroupIdentifier": "08870120-884f-45cc-a30f-2b34aee4caa2",
                                              "promotionPlacementDescription": "sample string 31",
                                              "storeAcceptances": [
                                                {
                                                  "$id": "68",
                                                  "plu": 1,
                                                  "pluG_UId": "QEA=",
                                                  "campaignID": 1,
                                                  "campaignName": "sample string 2",
                                                  "storeID": 3,
                                                  "acceptedUtc": "2026-06-03T18:32:46.6184354",
                                                  "operatorG_UID": "MJ1XOPQ6Ek+v+yiWlobLAQ==",
                                                  "operatorGuid": "38579d30-3af4-4f12-affb-28969686cb01",
                                                  "machineID": 1,
                                                  "processed": true,
                                                  "appliedUtc": "2026-06-03T18:32:46.6184354",
                                                  "signIqTicketFileMovedUtc": "2026-06-03T18:32:46.6184354",
                                                  "user": "sample string 6",
                                                  "campaignDescription": "sample string 7",
                                                  "productDesc": "sample string 8",
                                                  "storeName": "sample string 9",
                                                  "effectiveUtc": "2026-06-03T18:32:46.6184354",
                                                  "priceChangeType": 0,
                                                  "operatorName": "sample string 10",
                                                  "hostCampaign": true,
                                                  "hostIdentifier": "QEA=",
                                                  "hostIdentifierGuid": "b793a535-0ea8-4f5d-a991-a24458e16afb",
                                                  "product": {
                                                    "$ref": "29"
                                                  },
                                                  "campaignPlu": {
                                                    "$ref": "67"
                                                  },
                                                  "fuelItem": true
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "campaign": {
                                                "$id": "69",
                                                "id": 1,
                                                "storeID": 2,
                                                "name": "edf72f0a-62c0-4641-b38f-9abbaa87a083",
                                                "nameGuid": "edf72f0a-62c0-4641-b38f-9abbaa87a083",
                                                "description": "sample string 4",
                                                "showDiscounts": true,
                                                "showTotals": true,
                                                "onlyEvaluateOnSubtotal": true,
                                                "useDescription": true,
                                                "campaignType": 1,
                                                "startDate": "2026-06-03T18:32:46.6184354",
                                                "startTime": 1,
                                                "endDate": "2026-06-03T18:32:46.6184354",
                                                "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-06-03T18:32:46.6184354",
                                                "system": true,
                                                "created": "2026-06-03T18:32:46.6184354",
                                                "updated": "2026-06-03T18:32:46.6184354",
                                                "priceChangeNotifiedUtc": "2026-06-03T18:32:46.6184354",
                                                "promoType": 1,
                                                "promotionTypeCode": "sample string 13",
                                                "hostIdentifier": "ha3yswO0wk26zax+0HEhXg==",
                                                "hostIdentifierGuid": "b3f2ad85-b403-4dc2-bacd-ac7ed071215e",
                                                "hostType": 14,
                                                "createdByUser": "sample string 15",
                                                "fromHost": true,
                                                "deleted": true,
                                                "campaignDeleted": "2026-06-03T18:32:46.6184354",
                                                "updatedByUser": "sample string 18",
                                                "offerID": 1,
                                                "isPriceChangeCampaign": true,
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "storeNames": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "campaignPlus": [
                                                  {
                                                    "$ref": "67"
                                                  },
                                                  {
                                                    "$ref": "67"
                                                  }
                                                ],
                                                "campaignPools": [
                                                  {
                                                    "$id": "70",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "plu": 4,
                                                    "pluG_UID": "QCZox7syH0qDxEdt3iyPqA==",
                                                    "pluGuid": "c7682640-32bb-4a1f-83c4-476dde2c8fa8",
                                                    "hostOfferID": 1,
                                                    "priceGroupG_UID": "BxGzXoQg40u9fXtgCawfIw==",
                                                    "priceGroupGuid": "5eb31107-2084-4be3-bd7d-7b6009ac1f23",
                                                    "fuelItem": true,
                                                    "pluName": "sample string 6",
                                                    "apn": "sample string 7",
                                                    "pluActive": true,
                                                    "cartonQty": 1,
                                                    "baseUnits": 9.1,
                                                    "cri": "sample string 10",
                                                    "salesMode": 1,
                                                    "orderPacked": 11,
                                                    "pluaws": 12.0,
                                                    "directNumber": "sample string 13",
                                                    "departmentName": "sample string 14",
                                                    "subDepartmentName": "sample string 15",
                                                    "priceGroupName": "sample string 16",
                                                    "supplierName": "sample string 17",
                                                    "stockOnHand": 1.1,
                                                    "stockOnOrder": 1.1,
                                                    "lastReceived": "2026-06-03T18:32:46.6184354",
                                                    "rrp": 18,
                                                    "campaignDescription": "sample string 19",
                                                    "product": {
                                                      "$ref": "29"
                                                    },
                                                    "campaign": {
                                                      "$ref": "69"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "70"
                                                  }
                                                ],
                                                "sellingRules": [
                                                  {
                                                    "$id": "71",
                                                    "id": 1,
                                                    "identifier": "Hxgqvvyb0kuszmLcmJARAQ==",
                                                    "identifierStr": "Hxgqvvyb0kuszmLcmJARAQ==",
                                                    "identifierGuid": "be2a181f-9bfc-4bd2-acce-62dc98901101",
                                                    "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": "69"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "71"
                                                  }
                                                ],
                                                "customers": [
                                                  {
                                                    "$id": "72",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "customerID": "YtW82RQTQUW8Hqg4dpEucQ==",
                                                    "customerIDGuid": "d9bcd562-1314-4541-bc1e-a83876912e71",
                                                    "campaign": {
                                                      "$ref": "69"
                                                    },
                                                    "customer": {
                                                      "$ref": "7"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "72"
                                                  }
                                                ],
                                                "customerGroups": [
                                                  {
                                                    "$id": "73",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupID": "HCtezhNY6Embdq6ikONemQ==",
                                                    "groupIDGuid": "ce5e2b1c-5813-49e8-9b76-aea290e35e99",
                                                    "campaign": {
                                                      "$ref": "69"
                                                    },
                                                    "group": {
                                                      "$ref": "11"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ],
                                                "signIqTickets": [
                                                  {
                                                    "$id": "74",
                                                    "identifier": "UNRl3pVIBkuhtMNTKYZJrA==",
                                                    "identifierGuid": "de65d450-4895-4b06-a1b4-c353298649ac",
                                                    "campaignName": "sample string 2",
                                                    "message": "sample string 3",
                                                    "ticketFileSource": "sample string 4",
                                                    "ticketFileDestination": "sample string 5",
                                                    "storeID": 1
                                                  },
                                                  {
                                                    "$ref": "74"
                                                  }
                                                ],
                                                "comboPriceGroups": [
                                                  {
                                                    "$id": "75",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "g_UID": "vxJhJHOJyU2No24GeD1SCg==",
                                                    "guid": "246112bf-8973-4dc9-8da3-6e06783d520a",
                                                    "description": "sample string 5",
                                                    "newPrice": 1,
                                                    "rangeDescription": "sample string 6",
                                                    "dealDescription": "sample string 7",
                                                    "labelQuantity": 8,
                                                    "hostProductCategoryID": 1,
                                                    "offerID": 1,
                                                    "dontUpdatePricePlus": true,
                                                    "campaign": {
                                                      "$ref": "69"
                                                    },
                                                    "comboPricePlus": [
                                                      {
                                                        "$id": "76",
                                                        "id": 1,
                                                        "campaignID": 2,
                                                        "campaignName": "sample string 3",
                                                        "groupG_UID": "TIsS0H/O0kiyE3waBODtxw==",
                                                        "groupGuid": "d0128b4c-ce7f-48d2-b213-7c1a04e0edc7",
                                                        "comboPriceType": 5,
                                                        "priceType": 5,
                                                        "pluG_UID": "PWtXjk7owE+jj7Dpw5r/mw==",
                                                        "pluGuid": "8e576b3d-e84e-4fc0-a38f-b0e9c39aff9b",
                                                        "priceGroupG_UID": "HrUD1TmugkSRVRWYwMUK1Q==",
                                                        "priceGroupGuid": "d503b51e-ae39-4482-9155-1598c0c50ad5",
                                                        "campaignPoolID": "sample string 7",
                                                        "quantity": 1,
                                                        "campaign": {
                                                          "$ref": "69"
                                                        },
                                                        "product": {
                                                          "$ref": "29"
                                                        },
                                                        "priceGroup": {
                                                          "$ref": "35"
                                                        },
                                                        "campaignPool": {
                                                          "$ref": "69"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "76"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "75"
                                                  }
                                                ],
                                                "priceLevels": [
                                                  {
                                                    "$id": "77",
                                                    "id": 1,
                                                    "priceLevelIdentifier": "AH50aLKQtUepaAcejAtNOw==",
                                                    "priceLevelIdentifierGuid": "68747e00-90b2-47b5-a968-071e8c0b4d3b",
                                                    "campaignName": "sample string 3",
                                                    "priceLevelName": "sample string 4"
                                                  },
                                                  {
                                                    "$ref": "77"
                                                  }
                                                ],
                                                "promotionType": {
                                                  "$id": "78",
                                                  "identifier": "fPWUhjYzzEag3CrGgMIIFQ==",
                                                  "identifierGuid": "8694f57c-3336-46cc-a0dc-2ac680c20815",
                                                  "hostType": 2,
                                                  "code": "sample string 3",
                                                  "description": "sample string 4",
                                                  "isLiquor": true,
                                                  "isAdvertised": true,
                                                  "disableWasSave": true,
                                                  "excludeFromPromoSales": true,
                                                  "labelPageLayoutG_UID": "Ck7ozMKqQUC/sPRlNIFCGQ==",
                                                  "labelPageLayoutGuid": "cce84e0a-aac2-4041-bfb0-f46534814219",
                                                  "priceLevelIdentifier": "imO0TPXsIEWo6CAaENF3zw==",
                                                  "priceLevelIdentifierGuid": "4cb4638a-ecf5-4520-a8e8-201a10d177cf",
                                                  "active": true,
                                                  "updated": "2026-06-03T18:32:46.6184354",
                                                  "hostName": "sample string 11"
                                                }
                                              },
                                              "product": {
                                                "$ref": "29"
                                              },
                                              "dealCost": {
                                                "$id": "79",
                                                "headerIdentifier": "YSIpIV6MUEWfBCGrMW8nYw==",
                                                "headerIdentifierGuid": "21292261-8c5e-4550-9f04-21ab316f2763",
                                                "identifier": "9MvNSvTrv0unFZqZbgfqTw==",
                                                "identifierGuid": "4acdcbf4-ebf4-4bbf-a715-9a996e07ea4f",
                                                "supplierIdentifier": "dEx1h4jhvk61x7DL/CW1iQ==",
                                                "supplierGuid": "87754c74-e188-4ebe-b5c7-b0cbfc25b589",
                                                "pluG_UID": "JdqACOktFUCQsGaP4B5paA==",
                                                "pluGuid": "0880da25-2de9-4015-90b0-668fe01e6968",
                                                "campaignName": "b96cc008-a9bf-4fab-8be0-dd4b549311a9",
                                                "description": "sample string 4",
                                                "cost": 5,
                                                "costDecimals": 6,
                                                "start": "2026-06-03T18:32:46.6184354",
                                                "end": "2026-06-03T18:32:46.6184354",
                                                "type": 9,
                                                "promoType": 10,
                                                "bonusItemPLUG_UID": "yhS3T5CMikuxrXNCZ1dsZg==",
                                                "bonusItemPluGuid": "4fb714ca-8c90-4b8a-b1ad-734267576c66",
                                                "bonusPurchaseUnits": 11,
                                                "bonusReceiveUnits": 12,
                                                "updated": "2026-06-03T18:32:46.6184354",
                                                "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-06-03T18:32:46.6184354",
                                                "campaignEndDate": "2026-06-03T18:32:46.6184354",
                                                "masterPLUG_UID": "9rhh0JkFKUmwHn/hyVwXbQ==",
                                                "masterID": "d061b8f6-0599-4929-b01e-7fe1c95c176d",
                                                "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": "DGrcSu0pPUu8mq1Li62/Rg==",
                                                "bonusMasterID": "4adc6a0c-29ed-4b3d-bc9a-ad4b8badbf46",
                                                "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-06-03T18:32:46.6184354",
                                            "dealCosts": [
                                              {
                                                "$ref": "79"
                                              },
                                              {
                                                "$ref": "79"
                                              }
                                            ],
                                            "tags": [
                                              {
                                                "$id": "80",
                                                "pluG_UID": "JWEZ/Cuem0G7FL5bW1lEaw==",
                                                "pluGuid": "fc196125-9e2b-419b-bb14-be5b5b59446b",
                                                "tagID": 1,
                                                "description": "sample string 1",
                                                "storeIDs": [
                                                  1,
                                                  2
                                                ]
                                              },
                                              {
                                                "$ref": "80"
                                              }
                                            ],
                                            "alternateProductG_UID": "grhsJCwcWke2d5Ip72N3Sg==",
                                            "alternateProduct": "246cb882-1c2c-475a-b677-9229ef63774a",
                                            "altProduct": {
                                              "$ref": "29"
                                            },
                                            "productHostCode": {
                                              "$id": "81",
                                              "id": 1,
                                              "pluG_UID": "gMvefVfck0K8swkigzDN7A==",
                                              "pluGuid": "7ddecb80-dc57-4293-bcb3-09228330cdec",
                                              "ibaCode": "sample string 2"
                                            },
                                            "mscCat": {
                                              "$ref": "63"
                                            },
                                            "mscCom": {
                                              "$ref": "64"
                                            },
                                            "mscDep": {
                                              "$ref": "66"
                                            },
                                            "mscSubCom": {
                                              "$ref": "65"
                                            },
                                            "isUserUpdate": true,
                                            "ignoreMasterProduct": true,
                                            "priceGroupLabelRequested": true,
                                            "firstSold": "2026-06-03T18:32:46.6184354",
                                            "inventoryTracked": "2026-06-03T18:32:46.6184354",
                                            "isNormalPriceChangesCampaign": true,
                                            "baseProductFuel": {
                                              "$id": "82",
                                              "pluG_UID": "242VscE6ekSs/AkQBgU9wQ==",
                                              "pluGuid": "b1958ddb-3ac1-447a-acfc-091006053dc1",
                                              "fuelPluG_UID": "DMgMQAnRtEWsarkRrEIyiw==",
                                              "fuelPluGuid": "400cc80c-d109-45b4-ac6a-b911ac42328b",
                                              "price": 3,
                                              "productDescription": "sample string 4",
                                              "productBarcode": "sample string 5",
                                              "fuelProductDescription": "sample string 6",
                                              "fuelProductBarcode": "sample string 7",
                                              "fuelProductPrice": 8
                                            },
                                            "productFuelLinks": [
                                              {
                                                "$ref": "82"
                                              },
                                              {
                                                "$ref": "82"
                                              }
                                            ]
                                          },
                                          "supplier": {
                                            "$ref": "24"
                                          },
                                          "serviceFee": {
                                            "$id": "83",
                                            "id": 1,
                                            "description": "sample string 1",
                                            "fee": 1
                                          },
                                          "isPrimaryHost": true,
                                          "hostVendor": 48
                                        },
                                        {
                                          "$ref": "27"
                                        }
                                      ],
                                      "orderCycleHeaders": [
                                        {
                                          "$id": "84",
                                          "storeID": 1,
                                          "supplierIdentifier": "pCcmeZEPrUa56/1/Igtndw==",
                                          "supplierGuid": "792627a4-0f91-46ad-b9eb-fd7f220b6777",
                                          "departmentCode": "sample string 2",
                                          "warehouseDirectIndicator": "sample string 3",
                                          "type": 4,
                                          "storeName": "sample string 5",
                                          "departmentName": "sample string 6",
                                          "orderDays": 7
                                        },
                                        {
                                          "$ref": "84"
                                        }
                                      ],
                                      "cycles": [
                                        {
                                          "$id": "85",
                                          "storeID": 1,
                                          "supplierIdentifier": "8AiBo+pEuEqljtmKE2EwvQ==",
                                          "supplierGuid": "a38108f0-44ea-4ab8-a58e-d98a136130bd",
                                          "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-06-03T18:32:46.6184354",
                                          "deliveryDate": "2026-06-03T18:32:46.6184354",
                                          "nextCutOffDate": "2026-06-03T18:32:46.6184354",
                                          "nextDeliveryDate": "2026-06-03T18:32:46.6184354",
                                          "nextDaysBuffer": 10
                                        },
                                        {
                                          "$ref": "85"
                                        }
                                      ],
                                      "store": {
                                        "$ref": "18"
                                      },
                                      "updated": "2026-06-03T18:32:46.6184354",
                                      "isHost": true
                                    },
                                    "files": [
                                      {
                                        "$id": "86",
                                        "id": "sample string 1",
                                        "fileName": "sample string 2",
                                        "extension": "sample string 3",
                                        "provider": 0,
                                        "type": 0,
                                        "hostType": "sample string 4",
                                        "createdUtc": "2026-06-03T18:32:46.6184354",
                                        "processed": "2026-06-03T18:32:46.6184354",
                                        "isProcessing": true,
                                        "processedCount": 6,
                                        "processingTime": 1,
                                        "collectedUtc": "2026-06-03T18:32:46.6184354",
                                        "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": "23"
                                        },
                                        "metcashHeader": {
                                          "$id": "87",
                                          "customerNumber": "sample string 1",
                                          "creationDate": "2026-06-03T18:32:46.6184354",
                                          "businessPillar": "sample string 3",
                                          "fileType": "sample string 4"
                                        }
                                      },
                                      {
                                        "$ref": "86"
                                      }
                                    ],
                                    "zoneMatrix": [
                                      {
                                        "$id": "88",
                                        "id": 1,
                                        "hostIdentifier": "61LnXsKc9EC0xHqMHibgzA==",
                                        "hostIdentifierGuid": "5ee752eb-9cc2-40f4-b4c4-7a8c1e26e0cc",
                                        "storeID": 1,
                                        "departmentCode": "sample string 2",
                                        "hostGuids": [
                                          "f69c6bce-2965-44f7-90c1-6cf9088bae3d",
                                          "e53e548c-ee34-424b-92d0-cdad4769d64f"
                                        ]
                                      },
                                      {
                                        "$ref": "88"
                                      }
                                    ],
                                    "hostFileStoreSetting": {
                                      "$ref": "22"
                                    },
                                    "hostStoreSettings": [
                                      {
                                        "$ref": "22"
                                      },
                                      {
                                        "$ref": "22"
                                      }
                                    ],
                                    "promotionPlacements": [
                                      {
                                        "$id": "89",
                                        "identifier": "81ZJ0+Ixxk6TOOo6KbvYUA==",
                                        "identifierGuid": "d34956f3-31e2-4ec6-9338-ea3a29bbd850",
                                        "code": "sample string 2",
                                        "description": "sample string 3",
                                        "isAdvertised": true
                                      },
                                      {
                                        "$ref": "89"
                                      }
                                    ],
                                    "promoTypeGuids": [
                                      "6661271d-4a25-4072-b96e-241e03c2de06",
                                      "d851845b-026d-47ae-b5e4-9fad12fb1ea6"
                                    ],
                                    "isPromotionOnly": false,
                                    "isOrderable": false,
                                    "vendor": 0
                                  },
                                  "groupIDs": [
                                    1,
                                    2
                                  ],
                                  "hostDescription": "sample string 27"
                                },
                                {
                                  "$ref": "22"
                                }
                              ],
                              "accounts": [
                                {
                                  "$id": "90",
                                  "id": 1,
                                  "storeID": 1,
                                  "accountName": "sample string 2",
                                  "bsb": "sample string 3",
                                  "accountNumber": "sample string 4",
                                  "accountDesignated": true
                                },
                                {
                                  "$ref": "90"
                                }
                              ],
                              "sales": [
                                {
                                  "$id": "91",
                                  "id": 1,
                                  "storeID": 1,
                                  "externalSalesType": 2,
                                  "ftpSiteID": 1,
                                  "lastSaleProcessed": "2026-06-03T18:32:46.6184354",
                                  "ftpSite": {
                                    "$id": "92",
                                    "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": "91"
                                }
                              ],
                              "suppliedStores": [
                                1,
                                2
                              ],
                              "zoneMatrix": [
                                {
                                  "$ref": "88"
                                },
                                {
                                  "$ref": "88"
                                }
                              ],
                              "cashManagements": [
                                {
                                  "$id": "93",
                                  "id": 1,
                                  "storeID": 1,
                                  "cashManagementType": 2,
                                  "apiID": 1,
                                  "organisationID": "sample string 3",
                                  "siteName": "sample string 4",
                                  "thirdPartyAPI": {
                                    "$id": "94",
                                    "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,
                                    "config": "sample string 10"
                                  }
                                },
                                {
                                  "$ref": "93"
                                }
                              ],
                              "updateStoreID": "b0b3ad1b-969f-4751-bd59-e403a32726e1",
                              "updateStore": {
                                "$id": "95",
                                "id": "d4cbdc99-257b-497b-9fd6-0a1bd9445c28",
                                "name": "sample string 1",
                                "lastActivity": "2026-06-03T18:32:46.6184354",
                                "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-06-03T18:32:46.6184354"
                              },
                              "timeZoneId": "sample string 54",
                              "securityOptions": {
                                "$id": "96",
                                "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": "97",
                        "id": 1,
                        "identifier": "OB2+iE2Hr0mP92M5KiPI/g==",
                        "identifierGuid": "88be1d38-874d-49af-8ff7-63392a23c8fe",
                        "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-06-03T18:32:46.6184354",
                        "promoPeriodEnd": "2026-06-03T18:32:46.6184354",
                        "allowDonations": true,
                        "logoImageName": "sample string 17",
                        "totalAmountAwarded": 18.1,
                        "updated": "2026-06-03T18:32:46.6184354",
                        "deleted": true
                      },
                      "details": [
                        {
                          "$id": "98",
                          "saleItemID": 1,
                          "identifier": "jjotdRouSku+7Lx0pl/7dg==",
                          "identifierGuid": "752d3a8e-2e1a-4b4a-beec-bc74a65ffb76",
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "ep6FiXJm+EmbOh8nb37ygw==",
                          "pluGuid": "89859e7a-6672-49f8-9b3a-1f276f7ef283",
                          "accountID": "KwXh+LzMLEmBBmaJGFKJGQ==",
                          "accountIDGuid": "f8e1052b-ccbc-492c-8106-668918528919",
                          "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-06-03T18:32:46.6184354",
                          "bestOrExpireType": 1,
                          "providerName": "sample string 11",
                          "refundG_UID": "j/FGonaFwkqAr38zRz0qTA==",
                          "refundGuid": "a246f18f-8576-4ac2-80af-7f33473d2a4c",
                          "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": "Xl2td8Zc0Uu5t4PdPvMviQ==",
                          "idempotentVoidGuid": "77ad5d5e-5cc6-4bd1-b9b7-83dd3ef32f89",
                          "priceLevelIdentifier": "A5lN//oq7USOvLNxWLTFOQ==",
                          "priceLevelIdentifierGuid": "ff4d9903-2afa-44ed-8ebc-b37158b4c539",
                          "communityIdentifier": "Z32FA+lV2kS729IBT4FuFA==",
                          "communityIdentifierGuid": "03857d67-55e9-44da-bbdb-d2014f816e14",
                          "productName": "sample string 23",
                          "apn": "sample string 24",
                          "unknownScans": [
                            {
                              "$id": "99",
                              "id": 1,
                              "saleDetailID": 2,
                              "storeID": 1,
                              "scanned": "2026-06-03T18:32:46.6184354",
                              "operatorG_UID": "QEA=",
                              "barcode": "sample string 4",
                              "processed": 1
                            },
                            {
                              "$ref": "99"
                            }
                          ],
                          "refund": {
                            "$id": "100",
                            "id": 1,
                            "g_UID": "8xT5+VDC9UK/x4Kf/9g1lA==",
                            "guid": "f9f914f3-c250-42f5-bfc7-829fffd83594",
                            "description": "sample string 1",
                            "dumped": true,
                            "inventoryReasonID": 1,
                            "sortOrder": 1,
                            "updated": "2026-06-03T18:32:46.6184354"
                          },
                          "modifier": {
                            "$id": "101",
                            "id": 1,
                            "setG_UID": "i41NG8IuKEylUGlcI92Wnw==",
                            "modifierSetGuid": "1b4d8d8b-2ec2-4c28-a550-695c23dd969f",
                            "name": "sample string 2",
                            "price": 1,
                            "quantity": 1,
                            "modifierType": 1,
                            "groupNumber": 1,
                            "pageNumber": 1,
                            "controlOrder": 1,
                            "printToStation": true,
                            "pluG_UID": "FanqUpZd30mWXLBc0QJVRw==",
                            "pluGuid": "52eaa915-5d96-49df-965c-b05cd1025547",
                            "deleted": true,
                            "g_UID": "/fDYxstZ80SNAiwPENlBXg==",
                            "guid": "c6d8f0fd-59cb-44f3-8d02-2c0f10d9415e",
                            "product": {
                              "$ref": "29"
                            }
                          },
                          "priceLevelName": "sample string 25",
                          "pumpNumber": 1,
                          "hoseNumber": 1
                        },
                        {
                          "$ref": "98"
                        }
                      ],
                      "eftReceipts": [
                        {
                          "$id": "102",
                          "id": 1,
                          "storeID": 1,
                          "saleHeaderID": 2,
                          "storeSaleHeader": {
                            "$ref": "14"
                          },
                          "receipt": "sample string 3",
                          "processed": 1
                        },
                        {
                          "$ref": "102"
                        }
                      ],
                      "payments": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "cards": [
                        {
                          "$id": "103",
                          "id": 1,
                          "saleHeaderID": 1,
                          "identifier": "sample string 2",
                          "cardType": 3,
                          "providerName": "sample string 4"
                        },
                        {
                          "$ref": "103"
                        }
                      ],
                      "campaignHits": [
                        {
                          "$id": "104",
                          "id": 1,
                          "saleHeaderID": 2,
                          "campaign": "sample string 3",
                          "name": "sample string 4",
                          "processed": 1,
                          "campaignDescription": "sample string 5"
                        },
                        {
                          "$ref": "104"
                        }
                      ],
                      "fuel": [
                        {
                          "$id": "105",
                          "id": 1,
                          "plu": 1,
                          "pluG_UID": "13ElR2t40E6dNNu67ZPk5w==",
                          "pluGuid": "472571d7-786b-4ed0-9d34-dbbaed93e4e7",
                          "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-06-03T18:32:46.6184354",
                          "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-06-03T18:32:46.6184354",
                          "tagNumber": "sample string 15",
                          "trackTwoRem": "sample string 16",
                          "transCode": 1,
                          "transType": 1,
                          "unitPrice": 1.0,
                          "vehicleReg": "sample string 17",
                          "offline": true,
                          "processed": 1
                        },
                        {
                          "$ref": "105"
                        }
                      ],
                      "fuelResells": [
                        {
                          "$id": "106",
                          "saleItemID": 1,
                          "saleHeaderID": 2,
                          "plu": 1,
                          "pluG_UId": "nqn05dJgVUuJ8oZTvTZE/g==",
                          "pluGuid": "e5f4a99e-60d2-4b55-89f2-8653bd3644fe",
                          "accountID": "O12vIiTmaU6qCCCjRnoY9Q==",
                          "accountIDGuid": "22af5d3b-e624-4e69-aa08-20a3467a18f5",
                          "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-06-03T18:32:46.6184354",
                          "bestOrExpireType": 1,
                          "refundG_UID": "dVh/8oGq2USCvqjXyhPebg==",
                          "refundGuid": "f27f5875-aa81-44d9-82be-a8d7ca13de6e",
                          "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": "106"
                        }
                      ],
                      "customerOrder": [
                        {
                          "$id": "107",
                          "identifier": "g+iX8mgj4kOmOL0J01/Kag==",
                          "identifierGuid": "f297e883-2368-43e2-a638-bd09d35fca6a",
                          "id": 1,
                          "orderNo": 2,
                          "externalSaleIdentifier": "sample string 3",
                          "storeID": 4,
                          "zoneID": 5,
                          "deptNo": 6,
                          "customerIdentifier": "23Afuo1sA06P/Bs/ClhEuw==",
                          "customerIdentifierGuid": "ba1f70db-6c8d-4e03-8ffc-1b3f0a5844bb",
                          "operatorNo": 1,
                          "operatorG_UID": "TFzbHJMCa06plNSULay2JA==",
                          "operatorGuid": "1cdb5c4c-0293-4e6b-a994-d4942dacb624",
                          "created": "2026-06-03T18:32:46.6184354",
                          "ordered": "2026-06-03T18:32:46.6184354",
                          "started": "2026-06-03T18:32:46.6184354",
                          "completed": "2026-06-03T18:32:46.6184354",
                          "supplied": "2026-06-03T18:32:46.6184354",
                          "quickTicket": 1,
                          "deleted": true,
                          "walkAway": true,
                          "approxWait": 1,
                          "actualWait": 1,
                          "deliveryMethod": 8,
                          "externalSaleType": 9,
                          "customer": {
                            "$ref": "7"
                          },
                          "operator": {
                            "$ref": "16"
                          },
                          "details": [
                            {
                              "$id": "108",
                              "headerID": 1,
                              "plu": 1,
                              "pluG_UId": "rxtJ3KE3r0asXCh+5LP0+Q==",
                              "pluGuid": "dc491baf-37a1-46af-ac5c-287ee4b3f4f9",
                              "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": "TZ5UpQmHJEiMA/CTM5p3tw==",
                              "headerIdentifierGuid": "a5549e4d-8709-4824-8c03-f093339a77b7",
                              "product": {
                                "$ref": "29"
                              }
                            },
                            {
                              "$ref": "108"
                            }
                          ],
                          "storeName": "sample string 11",
                          "customerName": "sample string 12",
                          "storeReplyTo": "sample string 13",
                          "storeSubjectLine": "sample string 14",
                          "storeSaleHeader": {
                            "$ref": "14"
                          }
                        },
                        {
                          "$ref": "107"
                        }
                      ],
                      "surveyResponses": [
                        {
                          "$id": "109",
                          "surveyG_UID": "ySquREylYUuCLzXu7cB3Tw==",
                          "surveyGuid": "44ae2ac9-a54c-4b61-822f-35eeedc0774f",
                          "saleHeaderGuid": "WsfugOks4UyA9MK5SdWyag==",
                          "saleGuid": "80eec75a-2ce9-4ce1-80f4-c2b949d5b26a",
                          "textResponse": "sample string 1",
                          "integerResponse": 1,
                          "g_UIDResponse": "RwSKHOeTSUWA7i++2fQgLQ==",
                          "guidResponse": "1c8a0447-93e7-4549-80ee-2fbed9f4202d",
                          "whoAnswered": 2,
                          "answeredAtUTC": "2026-06-03T18:32:46.6184354",
                          "sale": {
                            "$ref": "14"
                          },
                          "survey": {
                            "$id": "110",
                            "g_UID": "AZsp5Z2FGkKwVsCrqL1JfA==",
                            "guid": "e5299b01-859d-421a-b056-c0aba8bd497c",
                            "name": "sample string 1",
                            "storeID": 2,
                            "zoneID": 1,
                            "checkoutFormG_UID": "7jMmRY2AxEK41GG2XRwOOA==",
                            "checkoutFormGuid": "452633ee-808d-42c4-b8d4-61b65d1c0e38",
                            "displayToWho": 3,
                            "displayWhen": 4,
                            "start": "2026-06-03T18:32:46.6184354",
                            "end": "2026-06-03T18:32:46.6184354",
                            "deleted": true,
                            "updated": "2026-06-03T18:32:46.6184354",
                            "possibleIntegerResponses": [
                              1,
                              2
                            ],
                            "possibleTextResponses": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "possibleGuidResponses": [
                              "7f1cde46-1e36-436d-b2f0-dc8aecd8a471",
                              "68ea5c59-e64c-45a0-ae78-890d0a37bd85"
                            ],
                            "allowsAllTextResponses": true,
                            "surveyForm": {
                              "$ref": "48"
                            }
                          },
                          "ingressId": "sample string 4"
                        },
                        {
                          "$ref": "109"
                        }
                      ],
                      "storeName": "sample string 39",
                      "terminalNumber": 40,
                      "machineName": "sample string 41",
                      "operatorName": "sample string 42",
                      "direction": 1,
                      "reason": "sample string 43",
                      "accountG_UID": "BmF/pgtsEkmZP95XvAjqRQ==",
                      "accountIdentifier": "a67f6106-6c0b-4912-993f-de57bc08ea45",
                      "accountName": "sample string 44",
                      "customerOrderIdentifier": "p/KtU1Z8R0WIeCDIQYKlUQ==",
                      "customerOrderIdentifierGuid": "53adf2a7-7c56-4547-8878-20c84182a551",
                      "priceLevelName": "sample string 45",
                      "revision": 46,
                      "ingressId": "sample string 47"
                    },
                    "metadata": {
                      "$id": "111",
                      "id": 1,
                      "paymentID": 2,
                      "paymentIdentifier": "RE7sGHW7W0+hqq2ZZdBOtw==",
                      "paymentIdentifierGuid": "18ec4e44-bb75-4f5b-a1aa-ad9965d04eb7",
                      "identifier": "v1bbRMVItEyxcy7Z5oYesw==",
                      "identifierGuid": "44db56bf-48c5-4cb4-b173-2ed9e6861eb3",
                      "metadata": "sample string 3",
                      "signatureImage": "QEA=",
                      "itemIdentifier": "rxYjauL3hEejHP/c3HeEYg==",
                      "itemIdentifierGuid": "6a2316af-f7e2-4784-a31c-ffdcdc778462"
                    }
                  },
                  {
                    "$ref": "13"
                  }
                ]
              },
              {
                "$ref": "8"
              }
            ],
            "customerGroupMembers": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "customerGroups": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "accounts": [
              {
                "$ref": "9"
              },
              {
                "$ref": "9"
              }
            ],
            "account": {
              "$ref": "9"
            },
            "vouchers": [
              {
                "$id": "112",
                "customerIdentifier": "2gOLMLPMakW0uJZklxY65w==",
                "customerIdentifierGuid": "308b03da-ccb3-456a-b4b8-966497163ae7",
                "voucherName": "sample string 2",
                "count": 3,
                "storeID": 4,
                "barcode": "sample string 5",
                "redeemCount": 6,
                "issueCount": 7,
                "storeSalePaymentID": 1,
                "idempotentID": "nVhOZH4hskqGGjiLD4t+rw==",
                "idempotentGuid": "644e589d-217e-4ab2-861a-388b0f8b7eaf",
                "offline": true,
                "voucher": {
                  "$ref": "2"
                },
                "customer": {
                  "$ref": "7"
                }
              },
              {
                "$ref": "112"
              }
            ]
          },
          "issuedOfflinePayment": {
            "$ref": "13"
          },
          "redeemedOfflinePayment": {
            "$ref": "13"
          }
        },
        {
          "$ref": "6"
        }
      ]
    },
    "customer": {
      "$ref": "7"
    },
    "issuedOfflinePayment": {
      "$ref": "13"
    }
  },
  {
    "$ref": "1"
  }
]

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.