PUT api/supplierGroup/{id}

Save supplier group

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Supplier Group identifier

globally unique identifier

Required

Body Parameters

Supplier Group object

SupplierGroup
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

Name

string

None.

Rebate

decimal number

None.

RebateType

RebateType

None.

RebateFrequency

RebateFrequency

None.

RebateSource

RebateSource

None.

RebateLastClaimed

date

None.

RebateLastClaimedAmount

decimal number

None.

Suppliers

Collection of Supplier

None.

Request Formats

application/json, text/json

Sample:
{
  "identifier": "+7c29o+ASEKJMelKWHzVXw==",
  "identifierGuid": "f636b7fb-808f-4248-8931-e94a587cd55f",
  "name": "sample string 1",
  "rebate": 1.0,
  "rebateType": 1,
  "rebateFrequency": 1,
  "rebateSource": 1,
  "rebateLastClaimed": "2025-10-05T00:01:55.246979",
  "rebateLastClaimedAmount": 1.0,
  "suppliers": [
    {
      "$id": "2",
      "identifier": "kknRamciX0q5+DcrP8uBqQ==",
      "identifierGuid": "6ad14992-2267-4a5f-b9f8-372b3fcb81a9",
      "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": "9jz2yWnLO06Hv1URrD8TLw==",
      "primaryContactID": "c9f63cf6-cb69-4e3b-87bf-5511ac3f132f",
      "storeID": 1,
      "abn": "sample string 16",
      "supplierGroupIdentifier": "CvuhprkpBEeMSLB8NRfmRw==",
      "supplierGroupGuid": "a6a1fb0a-29b9-4704-8c48-b07c3517e647",
      "rebate": 1.0,
      "rebateType": 1,
      "rebateFrequency": 1,
      "rebateSource": 1,
      "rebateLastClaimed": "2025-10-05T00:01:55.246979",
      "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": "3",
        "id": "37b5d947-5137-4137-9487-015c41d30817",
        "identifier": "W37Uf4TitEyH2gZ8hCbKZg==",
        "identifierGuid": "7fd47e5b-e284-4cb4-87da-067c8426ca66",
        "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": "4",
          "supplierIdentifier": "Sb3zNtCMl02Pj4uyig6aZw==",
          "supplierIdentifierGuid": "36f3bd49-8cd0-4d97-8f8f-8bb28a0e9a67",
          "contactGuid": "e4padWj35kytZymFCwQELg==",
          "contactID": "755a8a7b-f768-4ce6-ad67-29850b04042e",
          "contact": {
            "$ref": "3"
          },
          "supplier": {
            "$ref": "2"
          }
        },
        {
          "$ref": "4"
        }
      ],
      "products": [
        {
          "$id": "5",
          "pluG_UID": "nW1+hx13JUCs8+f5/bMQXA==",
          "pluGuid": "877e6d9d-771d-4025-acf3-e7f9fdb3105c",
          "supplierIdentifier": "1NnfegbYekasg8AOYb4q3Q==",
          "supplierIdentifierGuid": "7adfd9d4-d806-467a-ac83-c00e61be2add",
          "cartonQuantity": 1,
          "cartonQuantityChanged": true,
          "productSize": "sample string 3",
          "cigarettesPerSleeve": 1,
          "randomWeight": true,
          "piecesPerUnit": 5,
          "averagePackSize": 6,
          "effectiveDate": "2025-10-05T00:01:55.246979",
          "pricedByWeight": true,
          "landedUnitCostEx": 9,
          "landedUnitCostInc": 10,
          "landedCartonCostInc": 11,
          "landedCartonCostEx": 12,
          "standardCost": 13,
          "deliveryFee": 1,
          "deliveryFeeBasis": "sample string 14",
          "pickAndPackFee": 1,
          "pickAndPackFeeBasis": "sample string 15",
          "financeFee": 1,
          "financeFeeBasis": "sample string 16",
          "cartonLength": 1,
          "cartonWidth": 1,
          "cartonHeight": 1,
          "palletLayerQuantity": 1,
          "palletLayers": 1,
          "itemCode": "sample string 17",
          "invoiceCode": "sample string 18",
          "invoiceDesc": "sample string 19",
          "orderDirect": true,
          "useCost": true,
          "minimumQuantity": 20,
          "hostType": 21,
          "fromHost": 22,
          "minimumReorder": 1,
          "maximumReorder": 1,
          "orderMultiple": 23.1,
          "sellMultiple": 24.1,
          "baseMultiple": 25.1,
          "hostStandardCost": 26,
          "hostTotalCost": 27,
          "hostRetail": 28,
          "hostLandedUnitCostEx": 29,
          "hostLandedUnitCostInc": 30,
          "hostDesc": "sample string 31",
          "directIndicator": "sample string 32",
          "availableToOrder": true,
          "hostRangeIndicator": "sample string 34",
          "hostProductType": "sample string 35",
          "hostProductGrade": "sample string 36",
          "hostProductGroup": "sample string 37",
          "hostSlowMoving": true,
          "hostGeneralMerchandise": true,
          "hostPillar": "sample string 40",
          "hostLastUpdated": "2025-10-05T00:01:55.246979",
          "rebate": 1.0,
          "rebateExclude": true,
          "invoiceCodes": [
            {
              "$id": "6",
              "pluG_UID": "P+aw+w/bNkqm2BybZ+matQ==",
              "pluGuid": "fbb0e63f-db0f-4a36-a6d8-1c9b67e99ab5",
              "supplierIdentifier": "d+T9sLVay0G4E5m1dwNeTQ==",
              "supplierIdentifierGuid": "b0fde477-5ab5-41cb-b813-99b577035e4d",
              "invoiceCode": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "6"
            }
          ],
          "storeIDs": [
            1,
            2
          ],
          "preferredSupplier": true,
          "preferredRebateSupplier": true,
          "supplierName": "sample string 41",
          "salesMode": 42,
          "orderPacked": true,
          "active": true,
          "price": 1,
          "costGstPercent": 44,
          "parentPluG_UID": "DYgC5tMDRkCxCYOu3pQ57Q==",
          "parentPluGuid": "e602880d-03d3-4046-b109-83aede9439ed",
          "freight": 45.0,
          "freightType": 1,
          "product": {
            "$id": "7",
            "plu": 1,
            "storeID": 1,
            "masterPluG_UID": "QEA=",
            "storeIDs": [
              1,
              2
            ],
            "g_UId": "MxrJ/8+fNEmGjyZ2Dg16ZQ==",
            "guid": "ffc91a33-9fcf-4934-868f-26760e0d7a65",
            "apn": "sample string 1",
            "apnChanged": true,
            "apnSwitched": true,
            "barcode": "sample string 4",
            "itemNumber": "sample string 5",
            "itemNumberChanged": true,
            "priceGroupG_UID": "3W/wA6U1lkejZ5wU2jluXA==",
            "priceGroupGuid": "03f06fdd-35a5-4796-a367-9c14da396e5c",
            "blueprintID": 1,
            "lastCountedDate": "2025-10-05T00:01:55.246979",
            "externalID": "sample string 7",
            "active": true,
            "activated": "2025-10-05T00:01:55.246979",
            "pluCreated": "2025-10-05T00:01:55.246979",
            "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": "2025-10-05T00:01:55.246979",
            "lastManualUpdate": "2025-10-05T00:01:55.246979",
            "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": "2025-10-05T00:01:55.246979",
            "currentCostUpdated": "2025-10-05T00:01:55.246979",
            "costDecimals": 31,
            "costChanged": true,
            "dealCostIdentifier": "QEA=",
            "excludeFromRebate": true,
            "rebateOverride": 1,
            "costCalcMethod": 32,
            "costCalcMethodChanged": true,
            "costEffectiveDate": "2025-10-05T00:01:55.246979",
            "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": "2025-10-05T00:01:55.246979",
            "posTare": 1,
            "altPrice": 1.0,
            "altPriceChanged": true,
            "altPriceMode": 53,
            "altPriceModeChanged": true,
            "altPLUG_UID": "y4mY0ktRKU28F8a7ADBLVA==",
            "altPLUGuid": "d29889cb-514b-4d29-bc17-c6bb00304b54",
            "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": "2025-10-05T00:01:55.246979",
            "labelLastPrice": 1,
            "shelfPageLayoutG_UID": "2QOIo4cq2UWkUPbti9sDTg==",
            "shelfPageLayoutGuid": "a38803d9-2a87-45d9-a450-f6ed8bdb034e",
            "talkerPageLayoutG_UID": "JtrnA3kJrEKuDm8EEIjlcw==",
            "talkerPageLayoutGuid": "03e7da26-0979-42ac-ae0e-6f041088e573",
            "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,
            "trackSerial": true,
            "trackSerialChanged": true,
            "allowZeroPrice": true,
            "allowZeroPriceChanged": true,
            "notForSale": 91,
            "notForSaleChanged": true,
            "excludeFromDeals": true,
            "excludeFromVoucher": true,
            "minimumAge": 94,
            "minimumAgeChanged": true,
            "buyingLimit": 1,
            "buyingLimitChanged": true,
            "buyingLimitIndependent": true,
            "buyingLimitIndependentChanged": true,
            "inventoryGuid": "MxfrRRN6Iky7UqXwTE382Q==",
            "inventoryIdentifier": "45eb1733-7a13-4c22-bb52-a5f04c4dfcd9",
            "inventoryAccuracy": 1,
            "baseUnits": 98,
            "orderPacked": 1,
            "isManufactured": true,
            "isIngredient": true,
            "isModifier": true,
            "isModifierChanged": true,
            "hasModifiers": 99,
            "defaultPrinter": "sample string 100",
            "defaultPrinterGroup": "sample string 101",
            "ingredientsOnManufacture": true,
            "manufactureUnitMeasure": 1,
            "mpl": 1,
            "maxShelfQty": 102,
            "allowAutoOrder": true,
            "warrantyPeriod": 1,
            "parentPluG_UId": "C7a8za1mRk63Kv0fcoR26w==",
            "parentPluGuid": "cdbcb60b-66ad-4e46-b72a-fd1f728476eb",
            "preferredHostVendor": 104,
            "preferredHostChanged": true,
            "code": "sample string 106",
            "supplierIdentifier": "ljL0X4cPn06gJhx2FUDvpw==",
            "supplierIdentifierGuid": "5ff43296-0f87-4e9f-a026-1c761540efa7",
            "supplierChanged": true,
            "rebateSupplierIdentifier": "N0lFWO5fW0Wany8uUPihEA==",
            "rebateSupplierIdentifierGuid": "58454937-5fee-455b-9a9f-2f2e50f8a110",
            "rebateSupplierChanged": true,
            "availableForOrder": true,
            "warehouseDirectIndicator": "sample string 108",
            "warehouseDirectIndicatorChanged": true,
            "productGrade": "sample string 110",
            "productType": "sample string 111",
            "productGroup": "sample string 112",
            "complianceIndicator": "sample string 113",
            "inhouseBrand": "sample string 114",
            "slowMoving": true,
            "generalMerchandise": true,
            "comment": "sample string 117",
            "lastUpdatedByUser": "sample string 118",
            "lastManualUpdatedByUser": "sample string 119",
            "lastUpdatedByUserOverride": true,
            "lastUpdatedByHost": "2025-10-05T00:01:55.246979",
            "commodity": "sample string 121",
            "businessPillar": "sample string 122",
            "mscCommodity": "sample string 123",
            "hostIdentifier": "IbpGFCrsnEuDUfyrEfRigw==",
            "hostIdentifierGuid": "1446ba21-ec2a-4b9c-8351-fcab11f46283",
            "serviceFeeID": 1,
            "serviceFeeIDChanged": true,
            "providerName": "sample string 125",
            "aisleEnds": "sample string 126",
            "deleted": true,
            "deletedChanged": true,
            "hidden": true,
            "doNotRange": true,
            "doNotRangeChanged": true,
            "doNotOrder": true,
            "doNotOrderChanged": true,
            "locked": true,
            "excludeFromWebUpdate": true,
            "excludeFromWebUpdateChanged": true,
            "webPriceBasedOn": 137,
            "webPriceRounding": true,
            "webMarkup": 139,
            "webPriceMode": 140,
            "altDepartmentID": 1,
            "altSubDepartmentID": 1,
            "altMinorDepartmentID": 1,
            "altLesserDepartmentID": 1,
            "altDeptCode": "sample string 141",
            "altSubDeptCode": "sample string 142",
            "altMinorDeptCode": "sample string 143",
            "altLesserDeptCode": "sample string 144",
            "altDepartmentChanged": true,
            "storeProducts": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "store": {
              "$id": "8",
              "id": 1,
              "isMaster": 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": "2025-10-05T00:01:55.246979",
              "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": "NqAECy8+7UaH3xrhv7cOoA==",
              "hostIdentifierGuid": "0b04a036-3e2f-46ed-87df-1ae1bfb70ea0",
              "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,
              "giftCardSalesAccountingDeptCode": "sample string 47",
              "transactionDiscountAccountingDeptCode": "sample string 48",
              "size": 49,
              "updated": "2025-10-05T00:01:55.246979",
              "priceZoneName": "sample string 51",
              "storeFuelConfigured": true,
              "shippingAddressCopied": true,
              "shippingAddress": {
                "$id": "9",
                "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"
              },
              "billingAddress": {
                "$ref": "9"
              },
              "hostStoreSettings": [
                {
                  "$id": "10",
                  "id": 1,
                  "hostIdentifier": "7rLGOmqkH0+nfCBFo7jg/Q==",
                  "hostIdentifierGuid": "3ac6b2ee-a46a-4f1f-a77c-2045a3b8e0fd",
                  "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,
                  "processPromotions": true,
                  "hostProvider": 0,
                  "host": {
                    "$id": "11",
                    "identifier": "6rbh3KFPLECtALPJGZSK8w==",
                    "identifierGuid": "dce1b6ea-4fa1-402c-ad00-b3c919948af3",
                    "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": "y4J5U7Vi+0mB4icsKyEV2A==",
                    "hostSupplierIdentifierGuid": "537982cb-62b5-49fb-81e2-272c2b2115d8",
                    "loyaltyPriceLevelIdentifier": "D287qkz8q0+EtVoD0u9VRA==",
                    "loyaltyPriceLevelIdentifierGuid": "aa3b6f0f-fc4c-4fab-84b5-5a03d2ef5544",
                    "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": "2025-10-05T00:01:55.246979",
                    "lastProcessed": "2025-10-05T00:01:55.246979",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$ref": "2"
                    },
                    "files": [
                      {
                        "$id": "12",
                        "id": "sample string 1",
                        "fileName": "sample string 2",
                        "extension": "sample string 3",
                        "provider": 0,
                        "type": 0,
                        "hostType": "sample string 4",
                        "createdUtc": "2025-10-05T00:01:55.246979",
                        "processed": "2025-10-05T00:01:55.246979",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-10-05T00:01:55.246979",
                        "size": 1,
                        "sizeFormat": "sample string 7",
                        "isArchive": true,
                        "version": "sample string 9",
                        "reference": "sample string 10",
                        "digest": "sample string 11",
                        "contentType": "sample string 12",
                        "host": {
                          "$ref": "11"
                        },
                        "metcashHeader": {
                          "$id": "13",
                          "customerNumber": "sample string 1",
                          "creationDate": "2025-10-05T00:01:55.246979",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "14",
                        "id": 1,
                        "hostIdentifier": "1BGHc+pQgkuNJufrQ3YDBA==",
                        "hostIdentifierGuid": "738711d4-50ea-4b82-8d26-e7eb43760304",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "66566597-0d0b-404d-9987-ea2be659ae36",
                          "c27138b6-1b49-4514-a823-98b446494647"
                        ]
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "10"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "10"
                      },
                      {
                        "$ref": "10"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "15",
                        "identifier": "9krua1Zf+0uO91WjsME+yQ==",
                        "identifierGuid": "6bee4af6-5f56-4bfb-8ef7-55a3b0c13ec9",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "15"
                      }
                    ],
                    "promoTypeGuids": [
                      "dbbb8c04-564d-40fc-a7f8-b228fad1d25c",
                      "8bf8c829-941b-42f5-bf34-eddcc8d52e0f"
                    ],
                    "isPromotionOnly": false,
                    "isOrderable": false,
                    "vendor": 0
                  },
                  "groupIDs": [
                    1,
                    2
                  ],
                  "hostDescription": "sample string 24"
                },
                {
                  "$ref": "10"
                }
              ],
              "accounts": [
                {
                  "$id": "16",
                  "id": 1,
                  "storeID": 1,
                  "accountName": "sample string 2",
                  "bsb": "sample string 3",
                  "accountNumber": "sample string 4",
                  "accountDesignated": true
                },
                {
                  "$ref": "16"
                }
              ],
              "sales": [
                {
                  "$id": "17",
                  "id": 1,
                  "storeID": 1,
                  "externalSalesType": 2,
                  "ftpSiteID": 1,
                  "lastSaleProcessed": "2025-10-05T00:01:55.246979",
                  "ftpSite": {
                    "$id": "18",
                    "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": "17"
                }
              ],
              "zoneMatrix": [
                {
                  "$ref": "14"
                },
                {
                  "$ref": "14"
                }
              ],
              "cashManagements": [
                {
                  "$id": "19",
                  "id": 1,
                  "storeID": 1,
                  "cashManagementType": 2,
                  "apiID": 1,
                  "organisationID": "sample string 3",
                  "siteName": "sample string 4",
                  "thirdPartyAPI": {
                    "$id": "20",
                    "id": 1,
                    "description": "sample string 2",
                    "address": "sample string 3",
                    "username": "sample string 4",
                    "password": "sample string 5",
                    "passwordPlain": "sample string 6",
                    "token": "sample string 7",
                    "apiType": 8,
                    "apiSubType": 9
                  }
                },
                {
                  "$ref": "19"
                }
              ],
              "updateStoreID": "bbd22428-0d4e-4b66-a52c-adea12abd21a",
              "updateStore": {
                "$id": "21",
                "id": "3450ed8a-9b4f-4883-841a-12e6454f5fb1",
                "name": "sample string 1",
                "lastActivity": "2025-10-05T00:01:55.246979",
                "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": "2025-10-05T00:01:55.246979"
              },
              "timeZoneId": "sample string 53",
              "securityOptions": {
                "$id": "22",
                "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"
              }
            },
            "storePrices": [
              {
                "$id": "23",
                "pluG_UID": "3w8NMpQYMkmV3nnXjaXLvQ==",
                "pluGuid": "320d0fdf-1894-4932-95de-79d78da5cbbd",
                "plu": 1,
                "storeID": 1,
                "zoneID": 2,
                "zoneName": "sample string 3",
                "store": "sample string 4",
                "priceNow": 5,
                "costNow": 6,
                "costNowDecimals": 7,
                "normalPrice": 8,
                "priceNext": 1,
                "costNext": 1,
                "costNextDecimals": 9,
                "nextCampaignName": "sample string 10",
                "gstPercent": 11,
                "normalCost": 12,
                "normalCostDecimals": 13,
                "costGstPercent": 14,
                "costCalcMethod": 1,
                "currentCost": 15,
                "currentCostDecimals": 16,
                "break1": 17,
                "price1": 18,
                "break2": 19,
                "price2": 20,
                "break3": 21,
                "price3": 22,
                "fuelItem": 23,
                "fixedWeight": 24,
                "active": true,
                "complianceIndicator": "sample string 25",
                "doNotOrder": true,
                "doNotRange": true,
                "isNormalPriceChangesCampaign": true,
                "updated": "2025-10-05T00:01:55.246979"
              },
              {
                "$ref": "23"
              }
            ],
            "currentPrices": {
              "$id": "24",
              "pluPrices": {
                "$id": "25",
                "plu": 1,
                "pluG_UID": "QEA=",
                "stores": [
                  1,
                  2
                ],
                "normalPrice": 1,
                "cost": 2,
                "break1": 3,
                "price1": 4,
                "break2": 5,
                "price2": 6,
                "break3": 7,
                "price3": 8,
                "discountPrice": 9,
                "acceptedUtc": "2025-10-05T00:01:55.246979",
                "priceChangeType": 0,
                "costDecimals": 10
              },
              "normalPluPrices": {
                "$ref": "25"
              },
              "winningCampaign": 1,
              "winner": {
                "$id": "26",
                "campaignName": "sample string 1",
                "campaignDescription": "sample string 2",
                "startDate": "2025-10-05T00:01:55.246979",
                "startTime": 3,
                "endDate": "2025-10-05T00:01:55.246979",
                "endTime": 4,
                "newPrice": 5,
                "newCost": 6,
                "newCostDecimals": 7,
                "pctDiscount": 8,
                "promoType": 1,
                "promotionTypeCode": "sample string 9",
                "hostType": 10,
                "hostIdentifier": "d/m702a+aE+QdoKgjHA7qQ==",
                "hostIdentifierGuid": "d3bbf977-be66-4f68-9076-82a08c703ba9",
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "details": [
                {
                  "$ref": "26"
                },
                {
                  "$ref": "26"
                }
              ]
            },
            "tray": {
              "$id": "27",
              "g_UId": "y8JGq9aB/Ee9zecFpgPyGg==",
              "guid": "ab46c2cb-81d6-47fc-bdcd-e705a603f21a",
              "name": "sample string 1",
              "number": 1,
              "tare": 1
            },
            "priceGroup": {
              "$id": "28",
              "priceGroupG_UID": "4eMW1hoGGkqNyD/seY4XeA==",
              "priceGroupGuid": "d616e3e1-061a-4a1a-8dc8-3fec798e1778",
              "name": "sample string 2",
              "code": 1,
              "modified": true,
              "updated": "2025-10-05T00:01:55.246979",
              "buyingLimit": 1,
              "buyingLimitIndependent": true,
              "buyingLimitType": 0,
              "number": 1,
              "products": [
                {
                  "$ref": "7"
                },
                {
                  "$ref": "7"
                }
              ],
              "productCount": 1
            },
            "priceGroupName": "sample string 146",
            "nutrifacts": {
              "$id": "29",
              "pluG_UID": "iT51ki7fTEKssdkcBHEPrg==",
              "pluGuid": "92753e89-df2e-424c-acb1-d91c04710fae",
              "plu": 1,
              "servingsPerPack": 1,
              "servingSize": 1,
              "showAllergens": 1,
              "energy": 1,
              "protein": 1,
              "fat": 1,
              "saturated": 1,
              "carbo": 1,
              "sugars": 1,
              "sodium": 1,
              "potasium": 1,
              "calcium": 1,
              "fibre": 1,
              "soya": 1,
              "nutsSeeds": 1,
              "shells": 1,
              "eggs": 1,
              "dairy": 1,
              "gluten": 1,
              "sulphites": 1,
              "peanuts": 1,
              "sesame": 1,
              "fish": 1,
              "lupins": 1
            },
            "dates": {
              "$id": "30",
              "pluGuid": "ba80a6c8-0092-4ad1-8830-92f437979965",
              "created": "2025-10-05T00:01:55.246979",
              "createdByUser": "sample string 1",
              "activated": "2025-10-05T00:01:55.246979",
              "deactivated": "2025-10-05T00:01:55.246979",
              "lastOrdered": "2025-10-05T00:01:55.246979",
              "lastOrderedQty": 2.0,
              "lastReceived": "2025-10-05T00:01:55.246979",
              "lastReceivedQty": 3.0,
              "lastInvoiceStatus": 1,
              "lastCounted": "2025-10-05T00:01:55.246979",
              "lastSold": "2025-10-05T00:01:55.246979",
              "firstSold": "2025-10-05T00:01:55.246979",
              "awsUpdated": "2025-10-05T00:01:55.246979",
              "lastManualUpdate": "2025-10-05T00:01:55.246979",
              "lastManualUpdatedByUser": "sample string 5",
              "lastUpdated": "2025-10-05T00:01:55.246979",
              "lastUpdatedByUser": "sample string 7",
              "lastUpdatedByHost": "2025-10-05T00:01:55.246979",
              "doNotRangeUpdated": "2025-10-05T00:01:55.246979",
              "doNotOrderUpdated": "2025-10-05T00:01:55.246979",
              "tracked": "2025-10-05T00:01:55.246979"
            },
            "allergens": [
              {
                "$id": "31",
                "allergenID": 1,
                "pluG_UID": "RvADItkjN0S162yUnI4x0g==",
                "pluGuid": "2203f046-23d9-4437-b5eb-6c949c8e31d2",
                "contains": 2,
                "allergenName": "sample string 3",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "31"
              }
            ],
            "costs": {
              "$id": "32",
              "pluG_UID": "WJpT9JdFTkqrmhNPmjGYQA==",
              "pluGuid": "f4539a58-4597-4a4e-ab9a-134f9a319840",
              "enteredCost": 1,
              "weightedAvgCost": 1,
              "lastCost": 1,
              "rawEnteredCost": 2,
              "rawWeightedAvgCost": 3,
              "rawLastCost": 4,
              "freight": 5.0,
              "freightType": 6,
              "costDecimals": 7,
              "fifoCost": 1,
              "updated": "2025-10-05T00:01:55.246979",
              "normalCost": 1,
              "currentCost": 1
            },
            "sales": [
              {
                "$id": "33",
                "saleHeaderID": 1,
                "created": "2025-10-05T00:01:55.246979",
                "createdLocal": "2025-10-05T00:01:55.246979",
                "storeID": 3,
                "storeName": "sample string 4",
                "operatorG_Uid": "5BygYniZF06fgfbDJME6sQ==",
                "operatorGuid": "62a01ce4-9978-4e17-9f81-f6c324c13ab1",
                "operatorName": "sample string 5",
                "tranType": 1,
                "plu": 1,
                "pluG_UId": "pq1d0dc+e0ORE7z/DFnJsA==",
                "pluGuid": "d15dada6-3ed7-437b-9113-bcff0c59c9b0",
                "normalPrice": 1,
                "totalCents": 1,
                "cost": 1,
                "grossProfit": 1,
                "quantity": 1,
                "operator": {
                  "$id": "34",
                  "id": 1,
                  "g_Uid": "cNCalfP/M0S0F0t3ZB8/9g==",
                  "guid": "959ad070-fff3-4433-b417-4b77641f3ff6",
                  "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": "2025-10-05T00:01:55.246979",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2025-10-05T00:01:55.246979",
                  "endShift": "2025-10-05T00:01:55.246979",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "35",
                      "operatorG_UID": "COr/D4IhpEKnGHbBNAS/mg==",
                      "operatorGuid": "0fffea08-2182-42a4-a718-76c13404bf9a",
                      "storeID": 2,
                      "operator": {
                        "$ref": "34"
                      },
                      "store": {
                        "$ref": "8"
                      }
                    },
                    {
                      "$ref": "35"
                    }
                  ]
                }
              },
              {
                "$ref": "33"
              }
            ],
            "apns": [
              {
                "$id": "36",
                "pluID": 1,
                "pluG_UID": "UkTiEfmOgU2OiJXMnT77+w==",
                "pluGuid": "11e24452-8ef9-4d81-8e88-95cc9d3efbfb",
                "apn": "sample string 1",
                "deleted": true,
                "storeID": 1,
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "36"
              }
            ],
            "tuns": [
              {
                "$id": "37",
                "pluG_UId": "aPMkL2vbQ0izUOmBS+Fx4Q==",
                "pluGuid": "2f24f368-db6b-4843-b350-e9814be171e1",
                "apn": "sample string 1",
                "tun": "sample string 2",
                "cartonQuantity": 3,
                "product": {
                  "$ref": "7"
                },
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "37"
              }
            ],
            "competitionPricing": [
              {
                "$id": "38",
                "identifier": "LcO9X9P5dUaPuAUEAN7WUw==",
                "identifierGuid": "5fbdc32d-f9d3-4675-8fb8-050400ded653",
                "pluG_UID": "mvhiYMgMwEqDNI/yWa9ZBA==",
                "pluGuid": "6062f89a-0cc8-4ac0-8334-8ff259af5904",
                "competitionID": 1,
                "name": "sample string 2",
                "sellMultiple": 3,
                "retailPrice": 4,
                "storeName": "sample string 5"
              },
              {
                "$ref": "38"
              }
            ],
            "supplier": {
              "$ref": "2"
            },
            "supplierName": "sample string 147",
            "children": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "ordering": {
              "$ref": "5"
            },
            "flipChartPages": [
              {
                "$id": "39",
                "identifier": "OUodev7QxES9LzdcUukdlg==",
                "groupName": "sample string 1",
                "identifierGuid": "7a1d4a39-d0fe-44c4-bd2f-375c52e91d96",
                "exists": true,
                "flipChartIdentifier": "Wb4ber9WXUqPssgYG5kTKQ==",
                "flipChartIdentifierGuid": "7a1bbe59-56bf-4a5d-8fb2-c8181b991329",
                "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": "JnHU1z7MkE2zFpmp7yfsNA==",
                "groupIdentifierGuid": "d7d47126-cc3e-4d90-b316-99a9ef27ec34",
                "flipChart": {
                  "$id": "40",
                  "identifier": "WAboA7NkeE2wVRn9CsyjaQ==",
                  "identifierGuid": "03e80658-64b3-4d78-b055-19fd0acca369",
                  "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": "41",
                    "identifier": "WL+eF9yiaESU6ZmV3hUGpA==",
                    "identifierGuid": "179ebf58-a2dc-4468-94e9-9995de1506a4",
                    "name": "sample string 2",
                    "formType": "sample string 3",
                    "forms": [
                      {
                        "$id": "42",
                        "id": 1,
                        "g_UID": "xRU+wagjSUazx9f05m++9g==",
                        "guid": "c13e15c5-23a8-4649-b3c7-d7f4e66fbef6",
                        "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": "gnqSZcaJBkWZoa5ejf6KJA==",
                        "previousFormGuid": "65927a82-89c6-4506-99a1-ae5e8dfe8a24",
                        "nextForm": 1,
                        "nextFormG_UID": "U66cmO/Jdk+3Oguaj7ibJw==",
                        "nextFormGuid": "989cae53-c9ef-4f76-b73a-0b9a8fb89b27",
                        "attributes": "sample string 10",
                        "updated": "2025-10-05T00:01:55.246979",
                        "positioning": 1,
                        "contentPanel": "sample string 11",
                        "selectionMode": 1,
                        "maximumSelections": 1,
                        "alteredInStore": true,
                        "deleted": true,
                        "blueprintID": 1,
                        "preserveLayout": true,
                        "mainCheckoutFormName": "sample string 13",
                        "nextCheckoutForm": {
                          "$ref": "42"
                        },
                        "previousCheckoutForm": {
                          "$ref": "42"
                        },
                        "buttons": [
                          {
                            "$id": "43",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "5rO3tkqPsU2WzYtMg6G03w==",
                            "checkoutFormGuid": "b6b7b3e6-8f4a-4db1-96cd-8b4c83a1b4df",
                            "identifier": "+XsxVBaBQkOlJcJC7CqwbQ==",
                            "identifierGuid": "54317bf9-8116-4342-a525-c242ec2ab06d",
                            "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": "la5IQy2v1E28i3zfGwGEUw==",
                            "valueGuid": "4348ae95-af2d-4dd4-bc8b-7cdf1b018453",
                            "buttonText": "sample string 10",
                            "valueText": "sample string 11",
                            "drawImageAndButton": true,
                            "updated": "2025-10-05T00:01:55.246979",
                            "action": "sample string 12",
                            "valueForm": {
                              "$ref": "42"
                            },
                            "image": {
                              "$id": "44",
                              "name": "sample string 3.sample string 4",
                              "imageID": 2,
                              "imageName": "sample string 3",
                              "imageExtension": "sample string 4",
                              "lastUpdate": "2025-10-05T00:01:55.246979",
                              "imageData": "QEA=",
                              "readOnly": true
                            }
                          },
                          {
                            "$ref": "43"
                          }
                        ],
                        "panels": [
                          {
                            "$id": "45",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "9TokAs4w40CMJtM6/3lOxg==",
                            "checkoutFormGuid": "02243af5-30ce-40e3-8c26-d33aff794ec6",
                            "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": "45"
                          }
                        ]
                      },
                      {
                        "$ref": "42"
                      }
                    ],
                    "panels": [
                      {
                        "$ref": "45"
                      },
                      {
                        "$ref": "45"
                      }
                    ]
                  },
                  "pages": [
                    {
                      "$ref": "39"
                    },
                    {
                      "$ref": "39"
                    }
                  ]
                },
                "contentPanel": {
                  "$ref": "45"
                },
                "products": [
                  {
                    "$id": "46",
                    "flipChartPageIdentifier": "omO5jCS4sUG3qkJMBdU4pA==",
                    "flipChartPageIdentifierGuid": "8cb963a2-b824-41b1-b7aa-424c05d538a4",
                    "pluG_UID": "jikmMFwWhUmjokNCtHr5uQ==",
                    "pluGuid": "3026298e-165c-4985-a3a2-4342b47af9b9",
                    "sortOrder": 3,
                    "sent": true,
                    "productChanged": true,
                    "productImageName": "sample string 6",
                    "productShowImageOnFlipCharts": true,
                    "productShowTextOnFlipCharts": true,
                    "productOverrideFlipChartText": true,
                    "productFlipChartText": "sample string 10",
                    "product": {
                      "$ref": "7"
                    },
                    "departmentSortOrder": 11,
                    "subDepartmentName": "sample string 12"
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "productCount": 27,
                "pages": [
                  {
                    "$ref": "39"
                  },
                  {
                    "$ref": "39"
                  }
                ]
              },
              {
                "$ref": "39"
              }
            ],
            "priceHistory": [
              {
                "$id": "47",
                "pluG_UID": "qKVJst9Wm0ilX5RPRVC0ug==",
                "pluGuid": "b249a5a8-56df-489b-a55f-944f4550b4ba",
                "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": "2025-10-05T00:01:55.246979",
                "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": "47"
              }
            ],
            "ingredients": [
              {
                "$id": "48",
                "pluG_UID": "ZRGd+ixnvk6HHdxSp6tCcQ==",
                "ingredientGuid": "AxN2E0keJ0yAEN2Xoo4+aA==",
                "ingredientIdentifier": "13761303-1e49-4c27-8010-dd97a28e3e68",
                "quantity": 1.0,
                "storeIDs": [
                  1,
                  2
                ],
                "ingredientText": "sample string 1",
                "ingredient": {
                  "$ref": "7"
                }
              },
              {
                "$ref": "48"
              }
            ],
            "bins": [
              {
                "$id": "49",
                "pluG_UID": "HGSvuzrffke7ToqAmxMTLw==",
                "pluGuid": "bbaf641c-df3a-477e-bb4e-8a809b13132f",
                "shelfLocationIdentifier": "ZIWSzNq2TUiDn4BtgwSAnQ==",
                "shelfLocationGuid": "cc928564-b6da-484d-839f-806d8304809d",
                "labelShelfDefault": 1,
                "labelTalkerDefault": 1,
                "labelSmall": true,
                "labelPageLayoutG_UID": "Vh2Z/goRgkiEu6S6hzIicA==",
                "labelPageLayoutGuid": "fe991d56-110a-4882-84bb-a4ba87322270",
                "updated": "2025-10-05T00:01:55.246979",
                "electronicShelfLabelIdentifier": "sample string 5",
                "electronicshelfLabelsConfigurationID": 6,
                "labelShelfChanged": true,
                "productName": "sample string 8",
                "locationText": "sample string 9",
                "product": {
                  "$ref": "7"
                },
                "location": {
                  "$id": "50",
                  "identifier": "ajdVFgNN3k6aETZcD8pLAg==",
                  "storeID": 1,
                  "identifierGuid": "1655376a-4d03-4ede-9a11-365c0fca4b02",
                  "name": "sample string 2",
                  "haccp": true,
                  "blueprintID": 1,
                  "updated": "2025-10-05T00:01:55.246979",
                  "minTemp": 1,
                  "maxTemp": 1,
                  "checkFrequency": 1,
                  "storeCaseConfiguration": 5,
                  "storeName": "sample string 6",
                  "bins": [
                    {
                      "$ref": "49"
                    },
                    {
                      "$ref": "49"
                    }
                  ]
                }
              },
              {
                "$ref": "49"
              }
            ],
            "bin": {
              "$ref": "49"
            },
            "scaleLocations": [
              {
                "$id": "51",
                "plu": 1,
                "pluG_UID": "EiBJPl+D+k2W++rqRXj4Yw==",
                "pluGuid": "3e492012-835f-4dfa-96fb-eaea4578f863",
                "deptNo": 1,
                "product": {
                  "$ref": "7"
                },
                "scaleLocation": {
                  "$id": "52",
                  "id": 1,
                  "deptNo": 1,
                  "deptCode": "sample string 2",
                  "name": "sample string 3",
                  "enabled": true,
                  "updated": "2025-10-05T00:01:55.246979",
                  "department": {
                    "$id": "53",
                    "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": "52"
                    },
                    "subDepartments": [
                      {
                        "$id": "54",
                        "id": 1,
                        "departmentID": 2,
                        "name": "sample string 3",
                        "code": "sample string 4",
                        "departmentCode": "sample string 5",
                        "externalSales": true,
                        "minorDepartments": [
                          {
                            "$id": "55",
                            "id": 1,
                            "subDepartmentID": 2,
                            "departmentID": 3,
                            "name": "sample string 4",
                            "subDepartmentCode": "sample string 5",
                            "departmentCode": "sample string 6",
                            "code": "sample string 7",
                            "lesserDepartments": [
                              {
                                "$id": "56",
                                "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": "2025-10-05T00:01:55.246979",
                                "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": "X9LjknLxhE6oxwH0tf/oNw==",
                                "labelPageLayoutGuid": "92e3d25f-f172-4e84-a8c7-01f4b5ffe837",
                                "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": "57",
                                  "dept": 1,
                                  "category": 2,
                                  "name": "sample string 3",
                                  "active": true,
                                  "mscCommodities": [
                                    {
                                      "$id": "58",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "name": "sample string 4",
                                      "active": true,
                                      "mscSubCommodities": [
                                        {
                                          "$id": "59",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "subCommodity": 4,
                                          "name": "sample string 5",
                                          "active": true,
                                          "subCommodityCode": "sample string 7"
                                        },
                                        {
                                          "$ref": "59"
                                        }
                                      ],
                                      "commodityCode": "sample string 6"
                                    },
                                    {
                                      "$ref": "58"
                                    }
                                  ],
                                  "categoryCode": "sample string 5"
                                },
                                "mscCom": {
                                  "$ref": "58"
                                },
                                "mscDep": {
                                  "$id": "60",
                                  "dept": 1,
                                  "name": "sample string 2",
                                  "active": true,
                                  "mscCategories": [
                                    {
                                      "$ref": "57"
                                    },
                                    {
                                      "$ref": "57"
                                    }
                                  ],
                                  "deptCode": "sample string 4"
                                },
                                "mscSubCom": {
                                  "$ref": "59"
                                }
                              },
                              {
                                "$ref": "56"
                              }
                            ],
                            "updated": "2025-10-05T00:01:55.246979",
                            "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": "KCReMsjo8UuLZEu4s0M2qA==",
                            "labelPageLayoutGuid": "325e2428-e8c8-4bf1-8b64-4bb8b34336a8",
                            "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": "57"
                            },
                            "mscCom": {
                              "$ref": "58"
                            },
                            "mscDep": {
                              "$ref": "60"
                            },
                            "mscSubCom": {
                              "$ref": "59"
                            }
                          },
                          {
                            "$ref": "55"
                          }
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2025-10-05T00:01:55.246979",
                        "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": "yR/k0UV93kWsuuqaE5SgDQ==",
                        "labelPageLayoutGuid": "d1e41fc9-7d45-45de-acba-ea9a1394a00d",
                        "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": "57"
                        },
                        "mscCom": {
                          "$ref": "58"
                        },
                        "mscDep": {
                          "$ref": "60"
                        },
                        "mscSubCom": {
                          "$ref": "59"
                        }
                      },
                      {
                        "$ref": "54"
                      }
                    ],
                    "stores": [
                      1,
                      2
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2025-10-05T00:01:55.246979",
                    "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": "9jUjQM94DkO00A/2HIJC2Q==",
                    "labelPageLayoutGuid": "402335f6-78cf-430e-b4d0-0ff61c8242d9",
                    "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": "57"
                    },
                    "mscCom": {
                      "$ref": "58"
                    },
                    "mscDep": {
                      "$ref": "60"
                    },
                    "mscSubCom": {
                      "$ref": "59"
                    }
                  }
                }
              },
              {
                "$ref": "51"
              }
            ],
            "nextPrice": {
              "$id": "61",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "plu": 1,
              "hostOfferID": 1,
              "metcashPromotionID": "sample string 4",
              "metcashPromotionPlacement": "sample string 5",
              "pluG_UID": "e8a/SKckq0SUy4Jfa9eihg==",
              "pluGuid": "48bfc67b-24a7-44ab-94cb-825f6bd7a286",
              "newPrice": 1,
              "pctDiscount": 1,
              "newCost": 1,
              "newCostDecimals": 6,
              "dealCostIdentifier": "U+U/b0IBKkmT+amCySw7bQ==",
              "dealCostGuid": "6f3fe553-0142-492a-93f9-a982c92c3b6d",
              "pluName": "sample string 7",
              "apn": "sample string 8",
              "fuelItem": true,
              "priceGroupG_UID": "s/5uIwkjXkmzTRjcR6RRQQ==",
              "priceGroupGuid": "236efeb3-2309-495e-b34d-18dc47a45141",
              "itemNumber": "sample string 10",
              "cri": "sample string 11",
              "pluPrice": 12,
              "pluCost": 13,
              "pluCostIndicator": "sample string 14",
              "pluPriceGstPercent": 15,
              "pluCostGstPercent": 16,
              "pluActive": true,
              "cartonQty": 1.1,
              "baseUnits": 18.1,
              "salesMode": 1,
              "pluNormalCost": 19,
              "pluaws": 20.0,
              "directNumber": "sample string 21",
              "departmentName": "sample string 22",
              "subDepartmentName": "sample string 23",
              "priceGroupName": "sample string 24",
              "supplierName": "sample string 25",
              "stockOnHand": 1.1,
              "stockOnOrder": 1.1,
              "lastReceived": "2025-10-05T00:01:55.246979",
              "rrp": 26,
              "campaignDescription": "sample string 27",
              "campaignComboPriceGroupG_UID": "gdsS4Kxoo025BH1u9Bfkfw==",
              "campaignComboPriceGroupIdentifier": "e012db81-68ac-4da3-b904-7d6ef417e47f",
              "promotionPlacementDescription": "sample string 28",
              "storeAcceptances": [
                {
                  "$id": "62",
                  "plu": 1,
                  "pluG_UId": "QEA=",
                  "campaignID": 1,
                  "campaignName": "sample string 2",
                  "storeID": 3,
                  "acceptedUtc": "2025-10-05T00:01:55.246979",
                  "operatorG_UID": "9IlI+DuBCUq9QwZ2iAMjsg==",
                  "operatorGuid": "f84889f4-813b-4a09-bd43-0676880323b2",
                  "machineID": 1,
                  "processed": true,
                  "appliedUtc": "2025-10-05T00:01:55.246979",
                  "signIqTicketFileMovedUtc": "2025-10-05T00:01:55.246979",
                  "user": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "productDesc": "sample string 8",
                  "storeName": "sample string 9",
                  "effectiveUtc": "2025-10-05T00:01:55.246979",
                  "priceChangeType": 0,
                  "operatorName": "sample string 10",
                  "hostCampaign": true,
                  "product": {
                    "$ref": "7"
                  },
                  "campaignPlu": {
                    "$ref": "61"
                  }
                },
                {
                  "$ref": "62"
                }
              ],
              "campaign": {
                "$id": "63",
                "id": 1,
                "storeID": 2,
                "name": "c48a70bb-2a44-4331-b8b1-5ac1ef217ee4",
                "nameGuid": "c48a70bb-2a44-4331-b8b1-5ac1ef217ee4",
                "description": "sample string 4",
                "showDiscounts": true,
                "showTotals": true,
                "onlyEvaluateOnSubtotal": true,
                "useDescription": true,
                "campaignType": 1,
                "startDate": "2025-10-05T00:01:55.246979",
                "startTime": 1,
                "endDate": "2025-10-05T00:01:55.246979",
                "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": "2025-10-05T00:01:55.246979",
                "system": true,
                "created": "2025-10-05T00:01:55.246979",
                "updated": "2025-10-05T00:01:55.246979",
                "priceChangeNotifiedUtc": "2025-10-05T00:01:55.246979",
                "promoType": 1,
                "promotionTypeCode": "sample string 13",
                "hostIdentifier": "FnmQxE1C7UmpSs1afgqvOg==",
                "hostIdentifierGuid": "c4907916-424d-49ed-a94a-cd5a7e0aaf3a",
                "hostType": 14,
                "createdByUser": "sample string 15",
                "fromHost": true,
                "deleted": true,
                "campaignDeleted": "2025-10-05T00:01:55.246979",
                "updatedByUser": "sample string 18",
                "offerID": 1,
                "isPriceChangeCampaign": true,
                "stores": [
                  1,
                  2
                ],
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ],
                "campaignPlus": [
                  {
                    "$ref": "61"
                  },
                  {
                    "$ref": "61"
                  }
                ],
                "campaignPools": [
                  {
                    "$id": "64",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 4,
                    "pluG_UID": "OuTxuoizGkW3AoPxpuFhBw==",
                    "pluGuid": "baf1e43a-b388-451a-b702-83f1a6e16107",
                    "hostOfferID": 1,
                    "priceGroupG_UID": "VB7iDNWzmUqR3689ZZgTYg==",
                    "priceGroupGuid": "0ce21e54-b3d5-4a99-91df-af3d65981362",
                    "fuelItem": true,
                    "pluName": "sample string 6",
                    "apn": "sample string 7",
                    "pluActive": true,
                    "cartonQty": 1,
                    "baseUnits": 9.1,
                    "cri": "sample string 10",
                    "salesMode": 1,
                    "pluaws": 11.0,
                    "directNumber": "sample string 12",
                    "departmentName": "sample string 13",
                    "subDepartmentName": "sample string 14",
                    "priceGroupName": "sample string 15",
                    "supplierName": "sample string 16",
                    "stockOnHand": 1.1,
                    "stockOnOrder": 1.1,
                    "lastReceived": "2025-10-05T00:01:55.246979",
                    "rrp": 17,
                    "campaignDescription": "sample string 18",
                    "product": {
                      "$ref": "7"
                    },
                    "campaign": {
                      "$ref": "63"
                    }
                  },
                  {
                    "$ref": "64"
                  }
                ],
                "sellingRules": [
                  {
                    "$id": "65",
                    "id": 1,
                    "identifier": "Dttx+fO8rUGvVjJqmw5shA==",
                    "identifierStr": "Dttx+fO8rUGvVjJqmw5shA==",
                    "identifierGuid": "f971db0e-bcf3-41ad-af56-326a9b0e6c84",
                    "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": "63"
                    }
                  },
                  {
                    "$ref": "65"
                  }
                ],
                "customers": [
                  {
                    "$id": "66",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "customerID": "6LFzfzHDO0i/T7JAztu60w==",
                    "customerIDGuid": "7f73b1e8-c331-483b-bf4f-b240cedbbad3",
                    "campaign": {
                      "$ref": "63"
                    },
                    "customer": {
                      "$id": "67",
                      "identifier": "k/iv/ReYp0Cn3hDy1Izpvw==",
                      "identifierGuid": "fdaff893-9817-40a7-a7de-10f2d48ce9bf",
                      "code": "sample string 2",
                      "familyName": "sample string 3",
                      "givenName": "sample string 4",
                      "otherName": "sample string 5",
                      "title": "sample string 6",
                      "dateOfBirth": "2025-10-05T00:01:55.246979",
                      "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": "f8j4J6+8CEaaO4rr7aGFXA==",
                      "communityIdentifierGuid": "27f8c87f-bcaf-4608-9a3b-8aebeda1855c",
                      "joined": "2025-10-05T00:01:55.246979",
                      "updated": "2025-10-05T00:01:55.246979",
                      "active": true,
                      "reasonInactive": 1,
                      "groupCustomer": true,
                      "loyaltyPoints": 1,
                      "homeStoreID": 1,
                      "availableSpend": 1,
                      "priceLevelIdentifier": "Yg6Mx1jPSkaiJhwf7HNPJQ==",
                      "priceLevelIdentifierGuid": "c78c0e62-cf58-464a-a226-1c1fec734f25",
                      "marketingID": "sample string 18",
                      "hidden": true,
                      "registered": true,
                      "registeredOn": "2025-10-05T00:01:55.246979",
                      "emailMarketing": true,
                      "smsMarketing": true,
                      "deleted": true,
                      "deletedUser": "sample string 24",
                      "homeStoreName": "sample string 25",
                      "customerCards": [
                        {
                          "$id": "68",
                          "cardType": 2,
                          "issueDate": "2025-10-05T00:01:55.246979",
                          "expiry": "2025-10-05T00:01:55.246979",
                          "customerID": "XGglj+i1gUKwQp2fg0kUqg==",
                          "customerIDGuid": "8f25685c-b5e8-4281-b042-9d9f834914aa",
                          "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": "2025-10-05T00:01:55.246979",
                          "linkedAccount": "j/5hU6HKdEq7xtagnqZVdg==",
                          "linkedAccountGuid": "5361fe8f-caa1-4a74-bbc6-d6a09ea65576",
                          "currentValueChanged": true,
                          "limitsChanged": true,
                          "customer": {
                            "$ref": "67"
                          },
                          "account": {
                            "$id": "69",
                            "id": 1,
                            "identifier": "rx+AzLK9pEy+edBqlOSjmA==",
                            "identifierGuid": "cc801faf-bdb2-4ca4-be79-d06a94e4a398",
                            "referenceNo": "sample string 3",
                            "name": "sample string 4",
                            "created": "2025-10-05T00:01:55.246979",
                            "owner": "VcA4hrvaLEKwhyIklN6kSA==",
                            "ownerGuid": "8638c055-dabb-422c-b087-222494dea448",
                            "accountStoreGroupIdentifier": "FIWODMvmVEi3lKswM9Zc1A==",
                            "accountStoreGroupGuid": "0c8e8514-e6cb-4854-b794-ab3033d65cd4",
                            "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": "2025-10-05T00:01:55.246979",
                            "active": true,
                            "updated": "2025-10-05T00:01:55.246979",
                            "deleted": true,
                            "deletedUser": "sample string 16",
                            "currentBalanceChanged": true,
                            "maximumLimitChanged": true,
                            "loyaltyPointsChanged": true,
                            "projectedBalance": 17,
                            "accountStoreGroupStoreIDs": [
                              1,
                              2
                            ],
                            "customerEmail": "sample string 18",
                            "ownerCustomer": {
                              "$ref": "67"
                            },
                            "card": {
                              "$ref": "68"
                            },
                            "members": {
                              "$id": "70",
                              "sample string 1": [
                                {
                                  "$ref": "67"
                                },
                                {
                                  "$ref": "67"
                                }
                              ],
                              "sample string 2": [
                                {
                                  "$ref": "67"
                                },
                                {
                                  "$ref": "67"
                                }
                              ]
                            },
                            "customerGroups": [
                              {
                                "$id": "71",
                                "identifier": "D/YEgCt+Gk6v9Sqe2mRsOA==",
                                "identifierGuid": "8004f60f-7e2b-4e1a-aff5-2a9eda646c38",
                                "name": "sample string 2",
                                "primaryContact": "tEa6osRcTk2q4r3tuku9Hw==",
                                "primaryContactGuid": "a2ba46b4-5cc4-4d4e-aae2-bdedba4bbd1f",
                                "accountID": "TeM0uabp+UmpcceWxhwLfg==",
                                "accountIDGuid": "b934e34d-e9a6-49f9-a971-c796c61c0b7e",
                                "special": true,
                                "updated": "2025-10-05T00:01:55.246979",
                                "active": true,
                                "reasonInactive": 1,
                                "priceLevelIdentifier": "NejBLsF5HkWY0xqmLf94BQ==",
                                "priceLevelIdentifierGuid": "2ec1e835-79c1-451e-98d3-1aa62dff7805",
                                "deleted": true,
                                "account": {
                                  "$ref": "69"
                                },
                                "primaryContactCustomer": {
                                  "$ref": "67"
                                },
                                "customerGroupMembers": [
                                  {
                                    "$id": "72",
                                    "id": 1,
                                    "groupID": "Zu3YMVF92kisuop7540gzA==",
                                    "groupIDGuid": "31d8ed66-7d51-48da-acba-8a7be78d20cc",
                                    "customerID": "1hdoDCiC5kOwBPHUicjf+A==",
                                    "customerIDGuid": "0c6817d6-8228-43e6-b004-f1d489c8dff8",
                                    "card": "sample string 4",
                                    "linkedAccount": "8WfaOT/Jokq3japdT4sPZA==",
                                    "linkedAccountGuid": "39da67f1-c93f-4aa2-b78d-aa5d4f8b0f64",
                                    "customer": {
                                      "$ref": "67"
                                    },
                                    "group": {
                                      "$ref": "71"
                                    },
                                    "customerCard": {
                                      "$ref": "68"
                                    }
                                  },
                                  {
                                    "$ref": "72"
                                  }
                                ]
                              },
                              {
                                "$ref": "71"
                              }
                            ]
                          },
                          "payments": [
                            {
                              "$id": "73",
                              "id": 1,
                              "identifier": "jXD0Hv65N0K2NxqrXy96Mw==",
                              "identifierGuid": "1ef4708d-b9fe-4237-b637-1aab5f2f7a33",
                              "storeID": 2,
                              "operatorName": "sample string 3",
                              "saleHeaderID": 4,
                              "paymentType": 5,
                              "amount": 6,
                              "account": "sample string 7",
                              "accountID": "zRxDB1ON2U2h/H84iUAnvg==",
                              "accountIDGuid": "07431ccd-8d53-4dd9-a1fc-7f38894027be",
                              "customerAccount": {
                                "$ref": "69"
                              },
                              "customerCard": {
                                "$ref": "68"
                              },
                              "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": "2025-10-05T00:01:55.246979",
                              "invRocNo": "sample string 14",
                              "responseCode": "sample string 15",
                              "cashout": 1,
                              "tip": 16,
                              "idempotentVoid": "xhoZ1xoYd0GPenBRg0WF6Q==",
                              "idempotentVoidGuid": "d7191ac6-181a-4177-8f7a-7051834585e9",
                              "offline": true,
                              "processed": 1,
                              "storeSaleHeader": {
                                "$id": "74",
                                "saleHeaderID": 1,
                                "saleHeaderGuid": "vxWbmQuj+06IbdY7m4Q6Zw==",
                                "saleHeaderIdentifierGuid": "999b15bf-a30b-4efb-886d-d63b9b843a67",
                                "created": "2025-10-05T00:01:55.246979",
                                "createdLocal": "2025-10-05T00:01:55.246979",
                                "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": "2025-10-05T00:01:55.246979",
                                "storeID": 1,
                                "operatorG_Uid": "YhlUaNQYZ0+12JiAaHS4LA==",
                                "operatorGuid": "68541962-18d4-4f67-b5d8-98806874b82c",
                                "customerG_Uid": "aHoBLbh9Fke8AR4JireWhQ==",
                                "customerGuid": "2d017a68-7db8-4716-bc01-1e098ab79685",
                                "communityIdentifier": "1TlmbjFOXU+7BmvBS66/wQ==",
                                "communityIdentifierGuid": "6e6639d5-4e31-4f5d-bb06-6bc14baebfc1",
                                "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": "kw5VIHgcukGJu4x2xYWgbQ==",
                                "priceLevelIdentifierGuid": "20550e93-1c78-41ba-89bb-8c76c585a06d",
                                "locked": 36,
                                "relationChecksum": "sample string 37",
                                "loyaltyTender": 1,
                                "giftCardTender": 1,
                                "operator": {
                                  "$ref": "34"
                                },
                                "customer": {
                                  "$ref": "67"
                                },
                                "communityOrganisation": {
                                  "$id": "75",
                                  "id": 1,
                                  "identifier": "2OBXWE3td0GK53G/Eo7blw==",
                                  "identifierGuid": "5857e0d8-ed4d-4177-8ae7-71bf128edb97",
                                  "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",
                                  "totalAmountAwarded": 15.1,
                                  "updated": "2025-10-05T00:01:55.246979",
                                  "deleted": true
                                },
                                "details": [
                                  {
                                    "$id": "76",
                                    "saleItemID": 1,
                                    "identifier": "A0SH2Wqqek2sdRe9Nov8WQ==",
                                    "identifierGuid": "d9874403-aa6a-4d7a-ac75-17bd368bfc59",
                                    "saleHeaderID": 2,
                                    "plu": 1,
                                    "pluG_UId": "cE1eOj3Bk0aaiY3OILavXw==",
                                    "pluGuid": "3a5e4d70-c13d-4693-9a89-8dce20b6af5f",
                                    "accountID": "+nGOurd+C06fRRmlzBl1uA==",
                                    "accountIDGuid": "ba8e71fa-7eb7-4e0b-9f45-19a5cc1975b8",
                                    "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": "2025-10-05T00:01:55.246979",
                                    "bestOrExpireType": 1,
                                    "providerName": "sample string 11",
                                    "refundG_UID": "uORr8SOrm0a7maGc5pH+bQ==",
                                    "refundGuid": "f16be4b8-ab23-469b-bb99-a19ce691fe6d",
                                    "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": "SjLZJNqqqUWVsoHh064dug==",
                                    "idempotentVoidGuid": "24d9324a-aada-45a9-95b2-81e1d3ae1dba",
                                    "priceLevelIdentifier": "RaqAYSxfOUS6VY4hd6JhHQ==",
                                    "priceLevelIdentifierGuid": "6180aa45-5f2c-4439-ba55-8e2177a2611d",
                                    "productName": "sample string 23",
                                    "apn": "sample string 24",
                                    "unknownScans": [
                                      {
                                        "$id": "77",
                                        "id": 1,
                                        "saleDetailID": 2,
                                        "storeID": 1,
                                        "scanned": "2025-10-05T00:01:55.246979",
                                        "operatorG_UID": "QEA=",
                                        "barcode": "sample string 4",
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "77"
                                      }
                                    ],
                                    "refund": {
                                      "$id": "78",
                                      "id": 1,
                                      "g_UID": "Sm3DQgjQIkuOlChyo/DFCg==",
                                      "guid": "42c36d4a-d008-4b22-8e94-2872a3f0c50a",
                                      "description": "sample string 1",
                                      "dumped": true,
                                      "inventoryReasonID": 1,
                                      "sortOrder": 1,
                                      "updated": "2025-10-05T00:01:55.246979"
                                    },
                                    "modifier": {
                                      "$id": "79",
                                      "id": 1,
                                      "setG_UID": "YFX5zNiSmUyiyHigxQxU1w==",
                                      "modifierSetGuid": "ccf95560-92d8-4c99-a2c8-78a0c50c54d7",
                                      "name": "sample string 2",
                                      "price": 1,
                                      "quantity": 1,
                                      "modifierType": 1,
                                      "groupNumber": 1,
                                      "pageNumber": 1,
                                      "controlOrder": 1,
                                      "printToStation": true,
                                      "pluG_UID": "pBAioXK2C0CH2r8ZA44qMA==",
                                      "pluGuid": "a12210a4-b672-400b-87da-bf19038e2a30",
                                      "deleted": true,
                                      "g_UID": "OYkUpJSww0ykU5g27YVVEQ==",
                                      "guid": "a4148939-b094-4cc3-a453-9836ed855511",
                                      "product": {
                                        "$ref": "7"
                                      }
                                    },
                                    "priceLevelName": "sample string 25",
                                    "pumpNumber": 1,
                                    "hoseNumber": 1
                                  },
                                  {
                                    "$ref": "76"
                                  }
                                ],
                                "eftReceipts": [
                                  {
                                    "$id": "80",
                                    "id": 1,
                                    "storeID": 1,
                                    "saleHeaderID": 2,
                                    "storeSaleHeader": {
                                      "$ref": "74"
                                    },
                                    "receipt": "sample string 3",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "80"
                                  }
                                ],
                                "payments": [
                                  {
                                    "$ref": "73"
                                  },
                                  {
                                    "$ref": "73"
                                  }
                                ],
                                "cards": [
                                  {
                                    "$id": "81",
                                    "id": 1,
                                    "saleHeaderID": 1,
                                    "identifier": "sample string 2",
                                    "cardType": 3,
                                    "providerName": "sample string 4"
                                  },
                                  {
                                    "$ref": "81"
                                  }
                                ],
                                "campaignHits": [
                                  {
                                    "$id": "82",
                                    "id": 1,
                                    "saleHeaderID": 2,
                                    "campaign": "sample string 3",
                                    "name": "sample string 4",
                                    "processed": 1,
                                    "campaignDescription": "sample string 5"
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "fuel": [
                                  {
                                    "$id": "83",
                                    "id": 1,
                                    "plu": 1,
                                    "pluG_UID": "vpwZHVnRp0ayrlKkpQC9/Q==",
                                    "pluGuid": "1d199cbe-d159-46a7-b2ae-52a4a500bdfd",
                                    "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": "2025-10-05T00:01:55.246979",
                                    "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": "2025-10-05T00:01:55.246979",
                                    "tagNumber": "sample string 15",
                                    "trackTwoRem": "sample string 16",
                                    "transCode": 1,
                                    "transType": 1,
                                    "unitPrice": 1.0,
                                    "vehicleReg": "sample string 17",
                                    "offline": true,
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "83"
                                  }
                                ],
                                "fuelResells": [
                                  {
                                    "$id": "84",
                                    "saleItemID": 1,
                                    "saleHeaderID": 2,
                                    "plu": 1,
                                    "pluG_UId": "1eNWEzMmyEyu4X1o0qMuEw==",
                                    "pluGuid": "1356e3d5-2633-4cc8-aee1-7d68d2a32e13",
                                    "accountID": "BMtmtR9dJUSNGIwhdt0LvA==",
                                    "accountIDGuid": "b566cb04-5d1f-4425-8d18-8c2176dd0bbc",
                                    "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": "2025-10-05T00:01:55.246979",
                                    "bestOrExpireType": 1,
                                    "refundG_UID": "Zwove6cUVU+p4U6zhEz5EA==",
                                    "refundGuid": "7b2f0a67-14a7-4f55-a9e1-4eb3844cf910",
                                    "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": "84"
                                  }
                                ],
                                "customerOrder": [
                                  {
                                    "$id": "85",
                                    "identifier": "iqfshzfCgkaSWDW84wx56w==",
                                    "identifierGuid": "87eca78a-c237-4682-9258-35bce30c79eb",
                                    "id": 1,
                                    "orderNo": 2,
                                    "externalSaleIdentifier": "sample string 3",
                                    "storeID": 4,
                                    "zoneID": 5,
                                    "deptNo": 6,
                                    "customerIdentifier": "a2srnIIdfUixenjXM0QgZg==",
                                    "customerIdentifierGuid": "9c2b6b6b-1d82-487d-b17a-78d733442066",
                                    "operatorNo": 1,
                                    "operatorG_UID": "uHW/XcED006m7HOcidLDYg==",
                                    "operatorGuid": "5dbf75b8-03c1-4ed3-a6ec-739c89d2c362",
                                    "created": "2025-10-05T00:01:55.246979",
                                    "ordered": "2025-10-05T00:01:55.246979",
                                    "started": "2025-10-05T00:01:55.246979",
                                    "completed": "2025-10-05T00:01:55.246979",
                                    "supplied": "2025-10-05T00:01:55.246979",
                                    "quickTicket": 1,
                                    "deleted": true,
                                    "walkAway": true,
                                    "approxWait": 1,
                                    "actualWait": 1,
                                    "deliveryMethod": 8,
                                    "externalSaleType": 9,
                                    "customer": {
                                      "$ref": "67"
                                    },
                                    "operator": {
                                      "$ref": "34"
                                    },
                                    "details": [
                                      {
                                        "$id": "86",
                                        "headerID": 1,
                                        "plu": 1,
                                        "pluG_UId": "IDfhsKkgg0SQ+feJx/GlDg==",
                                        "pluGuid": "b0e13720-20a9-4483-90f9-f789c7f1a50e",
                                        "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": "4Jq2DNPOlkKKrhTP0dK+gA==",
                                        "headerIdentifierGuid": "0cb69ae0-ced3-4296-8aae-14cfd1d2be80",
                                        "product": {
                                          "$ref": "7"
                                        }
                                      },
                                      {
                                        "$ref": "86"
                                      }
                                    ],
                                    "storeName": "sample string 11",
                                    "customerName": "sample string 12",
                                    "storeReplyTo": "sample string 13",
                                    "storeSubjectLine": "sample string 14",
                                    "storeSaleHeader": {
                                      "$ref": "74"
                                    }
                                  },
                                  {
                                    "$ref": "85"
                                  }
                                ],
                                "surveyResponses": [
                                  {
                                    "$id": "87",
                                    "surveyG_UID": "JRtCsxrY10mFcy2RBZWskQ==",
                                    "surveyGuid": "b3421b25-d81a-49d7-8573-2d910595ac91",
                                    "saleHeaderGuid": "FmV52CV9wk+K4QuWJ1bPxw==",
                                    "saleGuid": "d8796516-7d25-4fc2-8ae1-0b962756cfc7",
                                    "textResponse": "sample string 1",
                                    "integerResponse": 1,
                                    "g_UIDResponse": "+q9ncuNLW0qCzJ3bf4TpNw==",
                                    "guidResponse": "7267affa-4be3-4a5b-82cc-9ddb7f84e937",
                                    "whoAnswered": 2,
                                    "answeredAtUTC": "2025-10-05T00:01:55.246979",
                                    "sale": {
                                      "$ref": "74"
                                    },
                                    "survey": {
                                      "$id": "88",
                                      "g_UID": "rr3a5Wa4AEel3BwxoHtkcA==",
                                      "guid": "e5dabdae-b866-4700-a5dc-1c31a07b6470",
                                      "name": "sample string 1",
                                      "storeID": 2,
                                      "zoneID": 1,
                                      "checkoutFormG_UID": "8KULh97IpEuzwC9U6ekhew==",
                                      "checkoutFormGuid": "870ba5f0-c8de-4ba4-b3c0-2f54e9e9217b",
                                      "displayToWho": 3,
                                      "displayWhen": 4,
                                      "start": "2025-10-05T00:01:55.246979",
                                      "end": "2025-10-05T00:01:55.246979",
                                      "deleted": true,
                                      "updated": "2025-10-05T00:01:55.246979",
                                      "possibleIntegerResponses": [
                                        1,
                                        2
                                      ],
                                      "possibleTextResponses": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "possibleGuidResponses": [
                                        "59a5b850-ac78-4e9d-8172-349856e7c0cb",
                                        "147b7766-f6ee-466e-add7-cdee45757da3"
                                      ],
                                      "allowsAllTextResponses": true,
                                      "surveyForm": {
                                        "$ref": "42"
                                      }
                                    },
                                    "ingressId": "sample string 4"
                                  },
                                  {
                                    "$ref": "87"
                                  }
                                ],
                                "storeName": "sample string 38",
                                "machineName": "sample string 39",
                                "operatorName": "sample string 40",
                                "direction": 1,
                                "reason": "sample string 41",
                                "accountG_UID": "rF4jWNzQBkSOQtaZyQz9Mw==",
                                "accountIdentifier": "58235eac-d0dc-4406-8e42-d699c90cfd33",
                                "accountName": "sample string 42",
                                "customerOrderIdentifier": "bKpADUhpUEy7jTc+7LTzIQ==",
                                "customerOrderIdentifierGuid": "0d40aa6c-6948-4c50-bb8d-373eecb4f321",
                                "priceLevelName": "sample string 43",
                                "revision": 44,
                                "ingressId": "sample string 45"
                              },
                              "metadata": {
                                "$id": "89",
                                "id": 1,
                                "paymentID": 2,
                                "paymentIdentifier": "zsFmP6N6K0G/BM2ZpMvj5w==",
                                "paymentIdentifierGuid": "3f66c1ce-7aa3-412b-bf04-cd99a4cbe3e7",
                                "identifier": "U1Cee2gvQk+sS9F+0dN5rg==",
                                "identifierGuid": "7b9e5053-2f68-4f42-ac4b-d17ed1d379ae",
                                "metadata": "sample string 3",
                                "signatureImage": "QEA=",
                                "itemIdentifier": "SS0wTJTaHUaYo6a21bCI4g==",
                                "itemIdentifierGuid": "4c302d49-da94-461d-98a3-a6b6d5b088e2"
                              }
                            },
                            {
                              "$ref": "73"
                            }
                          ]
                        },
                        {
                          "$ref": "68"
                        }
                      ],
                      "customerGroupMembers": [
                        {
                          "$ref": "72"
                        },
                        {
                          "$ref": "72"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$ref": "71"
                        },
                        {
                          "$ref": "71"
                        }
                      ],
                      "accounts": [
                        {
                          "$ref": "69"
                        },
                        {
                          "$ref": "69"
                        }
                      ],
                      "account": {
                        "$ref": "69"
                      },
                      "vouchers": [
                        {
                          "$id": "90",
                          "customerIdentifier": "MzmbQVvo+0G2YPYRcLL6Ug==",
                          "customerIdentifierGuid": "419b3933-e85b-41fb-b660-f61170b2fa52",
                          "voucherName": "sample string 2",
                          "count": 3,
                          "storeID": 4,
                          "barcode": "sample string 5",
                          "redeemCount": 6,
                          "issueCount": 7,
                          "storeSalePaymentID": 1,
                          "idempotentID": "46FljGZmvEi7snTg9xWbOg==",
                          "idempotentGuid": "8c65a1e3-6666-48bc-bbb2-74e0f7159b3a",
                          "offline": true,
                          "voucher": {
                            "$id": "91",
                            "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": "2025-10-05T00:01:55.246979",
                            "barcodeTemplate": {
                              "$id": "92",
                              "templateID": 1,
                              "template": "sample string 1",
                              "bcFunction": "sample string 2",
                              "sortOrder": 3
                            },
                            "scaleLabel": {
                              "$id": "93",
                              "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": "2025-10-05T00:01:55.246979",
                              "labelPageLayout": "iqfbdQPv/0ydNfz7Rxjg1Q==",
                              "pageLayoutGuid": "75dba78a-ef03-4cff-9d35-fcfb4718e0d5",
                              "labelType": 6,
                              "oldName": "sample string 7",
                              "voucher": {
                                "$ref": "91"
                              },
                              "elements": [
                                {
                                  "$id": "94",
                                  "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": "2025-10-05T00:01:55.246979"
                                },
                                {
                                  "$ref": "94"
                                }
                              ]
                            },
                            "customerVouchers": [
                              {
                                "$id": "95",
                                "id": 1,
                                "customerIdentifier": "RKYiuqJnpUmD3ajekFKa3A==",
                                "customerIdentifierGuid": "ba22a644-67a2-49a5-83dd-a8de90529adc",
                                "voucherID": 3,
                                "voucherName": "sample string 4",
                                "storeID": 1,
                                "barcode": "sample string 5",
                                "dateOfIssue": "2025-10-05T00:01:55.246979",
                                "issuedSaleHeaderID": 1,
                                "issuedSaleIdentifier": "sample string 7",
                                "issuedOfflinePaymentID": 1,
                                "issuedIdempotentID": "LDv3qwauF0+F9e0p4JNYtQ==",
                                "issuedIdempotentGuid": "abf73b2c-ae06-4f17-85f5-ed29e09358b5",
                                "issuedOffline": true,
                                "issuedUser": "sample string 9",
                                "issuedNotes": "sample string 10",
                                "expiryDate": "2025-10-05T00:01:55.246979",
                                "expiredUser": "sample string 11",
                                "expiredNotes": "sample string 12",
                                "redeemed": "2025-10-05T00:01:55.246979",
                                "redeemedSaleHeaderID": 1,
                                "redeemedSaleIdentifier": "sample string 13",
                                "redeemedOfflinePaymentID": 1,
                                "redeemedIdempotentID": "FfKM1YTKj0iZFkkdhH6sDg==",
                                "redeemedIdempotentGuid": "d58cf215-ca84-488f-9916-491d847eac0e",
                                "redeemedUser": "sample string 14",
                                "redeemedNotes": "sample string 15",
                                "redeemedOffline": true,
                                "updated": "2025-10-05T00:01:55.246979",
                                "storeName": "sample string 17",
                                "scaleLabel": {
                                  "$ref": "93"
                                },
                                "voucher": {
                                  "$ref": "91"
                                },
                                "customer": {
                                  "$ref": "67"
                                },
                                "issuedOfflinePayment": {
                                  "$ref": "73"
                                },
                                "redeemedOfflinePayment": {
                                  "$ref": "73"
                                }
                              },
                              {
                                "$ref": "95"
                              }
                            ]
                          },
                          "customer": {
                            "$ref": "67"
                          }
                        },
                        {
                          "$ref": "90"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "66"
                  }
                ],
                "customerGroups": [
                  {
                    "$id": "96",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "groupID": "unmTROgpnUKOwMtdSLhthg==",
                    "groupIDGuid": "449379ba-29e8-429d-8ec0-cb5d48b86d86",
                    "campaign": {
                      "$ref": "63"
                    },
                    "group": {
                      "$ref": "71"
                    }
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "signIqTickets": [
                  {
                    "$id": "97",
                    "identifier": "pBvNAamCOEG+H9trQxdwYw==",
                    "identifierGuid": "01cd1ba4-82a9-4138-be1f-db6b43177063",
                    "campaignName": "sample string 2",
                    "message": "sample string 3",
                    "ticketFileSource": "sample string 4",
                    "ticketFileDestination": "sample string 5",
                    "storeID": 1
                  },
                  {
                    "$ref": "97"
                  }
                ],
                "comboPriceGroups": [
                  {
                    "$id": "98",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "g_UID": "BgJPrlExrUmIUt0eSo0rFw==",
                    "guid": "ae4f0206-3151-49ad-8852-dd1e4a8d2b17",
                    "description": "sample string 5",
                    "newPrice": 1,
                    "rangeDescription": "sample string 6",
                    "dealDescription": "sample string 7",
                    "labelQuantity": 8,
                    "hostProductCategoryID": 1,
                    "offerID": 1,
                    "dontUpdatePricePlus": true,
                    "campaign": {
                      "$ref": "63"
                    },
                    "comboPricePlus": [
                      {
                        "$id": "99",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "groupG_UID": "9bT0W+8IBkKZJuLYfGH5UA==",
                        "groupGuid": "5bf4b4f5-08ef-4206-9926-e2d87c61f950",
                        "comboPriceType": 5,
                        "priceType": 5,
                        "pluG_UID": "05AUi4N6p0Ob/qrvDgIdww==",
                        "pluGuid": "8b1490d3-7a83-43a7-9bfe-aaef0e021dc3",
                        "priceGroupG_UID": "IvkpWBTdzk+QBJNii1+uZg==",
                        "priceGroupGuid": "5829f922-dd14-4fce-9004-93628b5fae66",
                        "campaignPoolID": "sample string 7",
                        "quantity": 1,
                        "campaign": {
                          "$ref": "63"
                        },
                        "product": {
                          "$ref": "7"
                        },
                        "priceGroup": {
                          "$ref": "28"
                        },
                        "campaignPool": {
                          "$ref": "63"
                        }
                      },
                      {
                        "$ref": "99"
                      }
                    ]
                  },
                  {
                    "$ref": "98"
                  }
                ],
                "priceLevels": [
                  {
                    "$id": "100",
                    "id": 1,
                    "priceLevelIdentifier": "d5eBrfgLwkigPSctQePAkQ==",
                    "priceLevelIdentifierGuid": "ad819777-0bf8-48c2-a03d-272d41e3c091",
                    "campaignName": "sample string 3",
                    "priceLevelName": "sample string 4"
                  },
                  {
                    "$ref": "100"
                  }
                ]
              },
              "product": {
                "$ref": "7"
              },
              "dealCost": {
                "$id": "101",
                "headerIdentifier": "0EjDkr5L1UCN/qNRfuRwyA==",
                "headerIdentifierGuid": "92c348d0-4bbe-40d5-8dfe-a3517ee470c8",
                "identifier": "squ2clXDvEaT8J9RILjz0w==",
                "identifierGuid": "72b6abb2-c355-46bc-93f0-9f5120b8f3d3",
                "supplierIdentifier": "LZ66eqVxz0a8/g/H/s/7sw==",
                "supplierGuid": "7aba9e2d-71a5-46cf-bcfe-0fc7fecffbb3",
                "pluG_UID": "0dGJ6tUvJkC8xFbMjDdUQQ==",
                "pluGuid": "ea89d1d1-2fd5-4026-bcc4-56cc8c375441",
                "campaignName": "d2c0bfc7-d494-47f5-a01d-d7c1ecef3a3e",
                "description": "sample string 4",
                "cost": 5,
                "costDecimals": 6,
                "start": "2025-10-05T00:01:55.246979",
                "end": "2025-10-05T00:01:55.246979",
                "type": 9,
                "promoType": 10,
                "bonusItemPLUG_UID": "XT0XMyDXIUG95CuDjqVSeg==",
                "bonusItemPluGuid": "33173d5d-d720-4121-bde4-2b838ea5527a",
                "bonusPurchaseUnits": 11,
                "bonusReceiveUnits": 12,
                "updated": "2025-10-05T00:01:55.246979",
                "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": "2025-10-05T00:01:55.246979",
                "campaignEndDate": "2025-10-05T00:01:55.246979",
                "masterPLUG_UID": "QQsCFJEmyUmH7kyjQb+M8g==",
                "masterID": "14020b41-2691-49c9-87ee-4ca341bf8cf2",
                "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": "PuV41ypeVUePnBhgCOHpjA==",
                "bonusMasterID": "d778e53e-5e2a-4755-8f9c-186008e1e98c",
                "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": "2025-10-05T00:01:55.246979",
            "dealCosts": [
              {
                "$ref": "101"
              },
              {
                "$ref": "101"
              }
            ],
            "tags": [
              {
                "$id": "102",
                "pluG_UID": "zdQ7dDq4tkCQkyAaKCEx3A==",
                "pluGuid": "743bd4cd-b83a-40b6-9093-201a282131dc",
                "tagID": 1,
                "description": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "102"
              }
            ],
            "alternateProductG_UID": "D1bH8pNqJUyHvsOGshJ73w==",
            "alternateProduct": "f2c7560f-6a93-4c25-87be-c386b2127bdf",
            "productHostCode": {
              "$id": "103",
              "id": 1,
              "pluG_UID": "MXMHuS8YfkuBBte/+Sdhvg==",
              "pluGuid": "b9077331-182f-4b7e-8106-d7bff92761be",
              "ibaCode": "sample string 2"
            },
            "mscCat": {
              "$ref": "57"
            },
            "mscCom": {
              "$ref": "58"
            },
            "mscDep": {
              "$ref": "60"
            },
            "mscSubCom": {
              "$ref": "59"
            },
            "isUserUpdate": true,
            "ignoreMasterProduct": true,
            "priceGroupLabelRequested": true,
            "firstSold": "2025-10-05T00:01:55.246979",
            "inventoryTracked": "2025-10-05T00:01:55.262609",
            "isNormalPriceChangesCampaign": true
          },
          "supplier": {
            "$ref": "2"
          },
          "serviceFee": {
            "$id": "104",
            "id": 1,
            "description": "sample string 1",
            "fee": 1
          },
          "isPrimaryHost": true,
          "hostVendor": 47
        },
        {
          "$ref": "5"
        }
      ],
      "orderCycleHeaders": [
        {
          "$id": "105",
          "storeID": 1,
          "supplierIdentifier": "+c/rS5lPRUKMAWxf961WAA==",
          "supplierGuid": "4bebcff9-4f99-4245-8c01-6c5ff7ad5600",
          "departmentCode": "sample string 2",
          "warehouseDirectIndicator": "sample string 3",
          "type": 4,
          "storeName": "sample string 5",
          "departmentName": "sample string 6",
          "orderDays": 7
        },
        {
          "$ref": "105"
        }
      ],
      "cycles": [
        {
          "$id": "106",
          "storeID": 1,
          "supplierIdentifier": "/UaQEuXfZ02C3CwyFq3mWg==",
          "supplierGuid": "129046fd-dfe5-4d67-82dc-2c3216ade65a",
          "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": "2025-10-05T00:01:55.262609",
          "deliveryDate": "2025-10-05T00:01:55.262609",
          "nextCutOffDate": "2025-10-05T00:01:55.262609",
          "nextDeliveryDate": "2025-10-05T00:01:55.262609",
          "nextDaysBuffer": 10
        },
        {
          "$ref": "106"
        }
      ],
      "store": {
        "$ref": "8"
      },
      "updated": "2025-10-05T00:01:55.262609",
      "isHost": true
    },
    {
      "$ref": "2"
    }
  ]
}

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.