POST api/creditNotes

Create or save a credit note

Request Information

URI Parameters

None.

Body Parameters

Credit note to save

CreditNote
NameDescriptionTypeAdditional information
CreditNoteID

integer

None.

CreditNoteIdentifier

Collection of byte

None.

CreditNoteGuid

globally unique identifier

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

InvoiceIdentifier

Collection of byte

None.

InvoiceIdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

TradingPartner

InvoiceTradingPartner

None.

SupplierIdentifier

Collection of byte

None.

SupplierIdentifierGuid

globally unique identifier

None.

HostIdentifier

Collection of byte

None.

HostIdentifierGuid

globally unique identifier

None.

CreditNoteStatus

CreditNoteStatus

None.

NoteSource

CreditNoteSource

None.

Created

date

None.

CreatedByUser

string

None.

DefaultCustomisedReportId

integer

None.

MailTo

string

None.

MailToBcc

string

None.

MailReplyTo

string

None.

Sent

date

None.

SentByUser

string

None.

CreditEmailSendId

string

None.

CreditEmailSentStatus

string

None.

Notes

string

None.

Accepted

date

None.

Rejected

date

None.

Updated

date

None.

Exported

boolean

None.

StoreName

string

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

SupplierCode

Supplier's host code

string

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

SupplierAccountingCode

Supplier's accounting code

string

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

SupplierName

string

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

HostName

string

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

OrderNo

string

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

OrderDescription

string

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

OrderStatus

integer

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

InvoiceNo

string

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

InvoiceDescription

string

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

InvoiceStatus

integer

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

Supplier

Utilised only for the credit note send

Supplier

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

Store

Utilised only for the credit note send

Store

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

Request Formats

application/json, text/json

Sample:
{
  "creditNoteID": 1,
  "creditNoteIdentifier": "bxYTnMq+fky+huVK9pQ4Cw==",
  "creditNoteGuid": "9c13166f-beca-4c7e-be86-e54af694380b",
  "orderGuid": "TMk2N86a8k+ZTZwVF6zx5g==",
  "orderIdentifier": "3736c94c-9ace-4ff2-994d-9c1517acf1e6",
  "invoiceIdentifier": "LMI5J9LF0k6y4EGwP4EFsQ==",
  "invoiceIdentifierGuid": "2739c22c-c5d2-4ed2-b2e0-41b03f8105b1",
  "storeID": 1,
  "tradingPartner": 2,
  "supplierIdentifier": "xbzrdRGxykem3hsWpIS5QQ==",
  "supplierIdentifierGuid": "75ebbcc5-b111-47ca-a6de-1b16a484b941",
  "hostIdentifier": "C5jtn99a0UGZtDroy+MkVA==",
  "hostIdentifierGuid": "9fed980b-5adf-41d1-99b4-3ae8cbe32454",
  "creditNoteStatus": 4,
  "noteSource": 5,
  "created": "2025-10-04T23:57:19.8038184",
  "createdByUser": "sample string 7",
  "defaultCustomisedReportId": 1,
  "mailTo": "sample string 8",
  "mailToBcc": "sample string 9",
  "mailReplyTo": "sample string 10",
  "sent": "2025-10-04T23:57:19.8038184",
  "sentByUser": "sample string 11",
  "creditEmailSendId": "sample string 12",
  "creditEmailSentStatus": "sample string 13",
  "notes": "sample string 14",
  "accepted": "2025-10-04T23:57:19.8038184",
  "rejected": "2025-10-04T23:57:19.8038184",
  "updated": "2025-10-04T23:57:19.8038184",
  "exported": true,
  "storeName": "sample string 17",
  "supplierCode": "sample string 18",
  "supplierAccountingCode": "sample string 19",
  "supplierName": "sample string 20",
  "hostName": "sample string 21",
  "orderNo": "sample string 22",
  "orderDescription": "sample string 23",
  "orderStatus": 1,
  "invoiceNo": "sample string 24",
  "invoiceDescription": "sample string 25",
  "invoiceStatus": 1,
  "supplier": {
    "$id": "2",
    "identifier": "MgC8VKY2YUOeCGsZgnjH5A==",
    "identifierGuid": "54bc0032-36a6-4361-9e08-6b198278c7e4",
    "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": "j62opR5RxESuaaQKDKPajA==",
    "primaryContactID": "a5a8ad8f-511e-44c4-ae69-a40a0ca3da8c",
    "storeID": 1,
    "abn": "sample string 16",
    "supplierGroupIdentifier": "30trvlmlCkeGIq7LtSyLsA==",
    "supplierGroupGuid": "be6b4bdf-a559-470a-8622-aecbb52c8bb0",
    "rebate": 1.0,
    "rebateType": 1,
    "rebateFrequency": 1,
    "rebateSource": 1,
    "rebateLastClaimed": "2025-10-04T23:57:19.8038184",
    "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": "da404d97-c1ac-4587-b469-1f66a45a4c88",
      "identifier": "6NzfI+1B9UywUHr20zTueA==",
      "identifierGuid": "23dfdce8-41ed-4cf5-b050-7af6d334ee78",
      "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": "1uhTsq0P1Uulg3SHqg/aNw==",
        "supplierIdentifierGuid": "b253e8d6-0fad-4bd5-a583-7487aa0fda37",
        "contactGuid": "4NumOJlwfU2/uUnk4FZNfw==",
        "contactID": "38a6dbe0-7099-4d7d-bfb9-49e4e0564d7f",
        "contact": {
          "$ref": "3"
        },
        "supplier": {
          "$ref": "2"
        }
      },
      {
        "$ref": "4"
      }
    ],
    "products": [
      {
        "$id": "5",
        "pluG_UID": "vBJYG7JpSkya/iy50MhB5w==",
        "pluGuid": "1b5812bc-69b2-4c4a-9afe-2cb9d0c841e7",
        "supplierIdentifier": "Bc7TsZ47R0muCjzmlaP18A==",
        "supplierIdentifierGuid": "b1d3ce05-3b9e-4947-ae0a-3ce695a3f5f0",
        "cartonQuantity": 1,
        "cartonQuantityChanged": true,
        "productSize": "sample string 3",
        "cigarettesPerSleeve": 1,
        "randomWeight": true,
        "piecesPerUnit": 5,
        "averagePackSize": 6,
        "effectiveDate": "2025-10-04T23:57:19.8038184",
        "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-04T23:57:19.8038184",
        "rebate": 1.0,
        "rebateExclude": true,
        "invoiceCodes": [
          {
            "$id": "6",
            "pluG_UID": "Kk3BlP0fAEWp5nL7MOmotw==",
            "pluGuid": "94c14d2a-1ffd-4500-a9e6-72fb30e9a8b7",
            "supplierIdentifier": "zoCBcTxUJUSmt9yjXnN1mw==",
            "supplierIdentifierGuid": "718180ce-543c-4425-a6b7-dca35e73759b",
            "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": "qPDg9pgfc0ClGL3EU0R3aw==",
        "parentPluGuid": "f6e0f0a8-1f98-4073-a518-bdc45344776b",
        "freight": 45.0,
        "freightType": 1,
        "product": {
          "$id": "7",
          "plu": 1,
          "storeID": 1,
          "masterPluG_UID": "QEA=",
          "storeIDs": [
            1,
            2
          ],
          "g_UId": "84JC8+h5X0CBd1THIFGQ7w==",
          "guid": "f34282f3-79e8-405f-8177-54c7205190ef",
          "apn": "sample string 1",
          "apnChanged": true,
          "apnSwitched": true,
          "barcode": "sample string 4",
          "itemNumber": "sample string 5",
          "itemNumberChanged": true,
          "priceGroupG_UID": "dnE94jox10Cxo0caq1hb+Q==",
          "priceGroupGuid": "e23d7176-313a-40d7-b1a3-471aab585bf9",
          "blueprintID": 1,
          "lastCountedDate": "2025-10-04T23:57:19.8038184",
          "externalID": "sample string 7",
          "active": true,
          "activated": "2025-10-04T23:57:19.8038184",
          "pluCreated": "2025-10-04T23:57:19.8038184",
          "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-04T23:57:19.8038184",
          "lastManualUpdate": "2025-10-04T23:57:19.8038184",
          "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-04T23:57:19.8038184",
          "currentCostUpdated": "2025-10-04T23:57:19.8038184",
          "costDecimals": 31,
          "costChanged": true,
          "dealCostIdentifier": "QEA=",
          "excludeFromRebate": true,
          "rebateOverride": 1,
          "costCalcMethod": 32,
          "costCalcMethodChanged": true,
          "costEffectiveDate": "2025-10-04T23:57:19.8038184",
          "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-04T23:57:19.8038184",
          "posTare": 1,
          "altPrice": 1.0,
          "altPriceChanged": true,
          "altPriceMode": 53,
          "altPriceModeChanged": true,
          "altPLUG_UID": "pHtlE5Xgf0ScjnHJL16w1g==",
          "altPLUGuid": "13657ba4-e095-447f-9c8e-71c92f5eb0d6",
          "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-04T23:57:19.8038184",
          "labelLastPrice": 1,
          "shelfPageLayoutG_UID": "+0cm67wsZ0ihLN7ociIr0A==",
          "shelfPageLayoutGuid": "eb2647fb-2cbc-4867-a12c-dee872222bd0",
          "talkerPageLayoutG_UID": "yqQrZaKWJkSMdmAauFnn9A==",
          "talkerPageLayoutGuid": "652ba4ca-96a2-4426-8c76-601ab859e7f4",
          "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": "V94suK/enUmS//29mhApZA==",
          "inventoryIdentifier": "b82cde57-deaf-499d-92ff-fdbd9a102964",
          "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": "Vohs6Y3ijkih8B0MVrf+Fg==",
          "parentPluGuid": "e96c8856-e28d-488e-a1f0-1d0c56b7fe16",
          "preferredHostVendor": 104,
          "preferredHostChanged": true,
          "code": "sample string 106",
          "supplierIdentifier": "yStFNNxlFUyL+IhblDSQ2A==",
          "supplierIdentifierGuid": "34452bc9-65dc-4c15-8bf8-885b943490d8",
          "supplierChanged": true,
          "rebateSupplierIdentifier": "RkXEEeW+lUiNmcXKl7GnDw==",
          "rebateSupplierIdentifierGuid": "11c44546-bee5-4895-8d99-c5ca97b1a70f",
          "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-04T23:57:19.8194355",
          "commodity": "sample string 121",
          "businessPillar": "sample string 122",
          "mscCommodity": "sample string 123",
          "hostIdentifier": "SCMwhVexF06uydp+/SPx+w==",
          "hostIdentifierGuid": "85302348-b157-4e17-aec9-da7efd23f1fb",
          "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-04T23:57:19.8194355",
            "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": "4a6FJ2pkuEeaEYi7/gw+Pw==",
            "hostIdentifierGuid": "2785aee1-646a-47b8-9a11-88bbfe0c3e3f",
            "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-04T23:57:19.8194355",
            "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": "Hy5NdOPSLkuAWddfAlYaJQ==",
                "hostIdentifierGuid": "744d2e1f-d2e3-4b2e-8059-d75f02561a25",
                "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": "+owXZw65GEyTo6ihpwCP4A==",
                  "identifierGuid": "67178cfa-b90e-4c18-93a3-a8a1a7008fe0",
                  "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": "PYI37CHAC026q73GoKa2JQ==",
                  "hostSupplierIdentifierGuid": "ec37823d-c021-4d0b-baab-bdc6a0a6b625",
                  "loyaltyPriceLevelIdentifier": "7lm7ErDZYkKnwGm54nAsTw==",
                  "loyaltyPriceLevelIdentifierGuid": "12bb59ee-d9b0-4262-a7c0-69b9e2702c4f",
                  "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-04T23:57:19.8194355",
                  "lastProcessed": "2025-10-04T23:57:19.8194355",
                  "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-04T23:57:19.8194355",
                      "processed": "2025-10-04T23:57:19.8194355",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2025-10-04T23:57:19.8194355",
                      "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-04T23:57:19.8194355",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "14",
                      "id": 1,
                      "hostIdentifier": "YJ+zSTPWb0ygD+ql+XQY+A==",
                      "hostIdentifierGuid": "49b39f60-d633-4c6f-a00f-eaa5f97418f8",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "c25d5b6c-ab90-4a12-923b-8075343d55c1",
                        "331f80b0-da5f-4450-a9a0-89614ce8910d"
                      ]
                    },
                    {
                      "$ref": "14"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "10"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "10"
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "15",
                      "identifier": "t1HK1Hh7lU+TrYev7U/vUA==",
                      "identifierGuid": "d4ca51b7-7b78-4f95-93ad-87afed4fef50",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "promoTypeGuids": [
                    "5fd00dfc-2bd3-4b11-82d6-0747e939b784",
                    "8b17e4e4-83ae-4156-93dc-30a77d5c3ca8"
                  ],
                  "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-04T23:57:19.8194355",
                "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": "194da823-4f67-4b67-b163-ff246b629873",
            "updateStore": {
              "$id": "21",
              "id": "7fa6286e-2b1c-4342-b14c-6d5e96b21f76",
              "name": "sample string 1",
              "lastActivity": "2025-10-04T23:57:19.8194355",
              "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-04T23:57:19.8194355"
            },
            "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": "802WLu0+UE+gYY183O9MeA==",
              "pluGuid": "2e964df3-3eed-4f50-a061-8d7cdcef4c78",
              "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-04T23:57:19.8194355"
            },
            {
              "$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-04T23:57:19.8194355",
              "priceChangeType": 0,
              "costDecimals": 10
            },
            "normalPluPrices": {
              "$ref": "25"
            },
            "winningCampaign": 1,
            "winner": {
              "$id": "26",
              "campaignName": "sample string 1",
              "campaignDescription": "sample string 2",
              "startDate": "2025-10-04T23:57:19.8194355",
              "startTime": 3,
              "endDate": "2025-10-04T23:57:19.8194355",
              "endTime": 4,
              "newPrice": 5,
              "newCost": 6,
              "newCostDecimals": 7,
              "pctDiscount": 8,
              "promoType": 1,
              "promotionTypeCode": "sample string 9",
              "hostType": 10,
              "hostIdentifier": "7SKlI5EAaE+6UTXPEUylMg==",
              "hostIdentifierGuid": "23a522ed-0091-4f68-ba51-35cf114ca532",
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "details": [
              {
                "$ref": "26"
              },
              {
                "$ref": "26"
              }
            ]
          },
          "tray": {
            "$id": "27",
            "g_UId": "GFJ3FeZfNEuLBnh6OJ0h2g==",
            "guid": "15775218-5fe6-4b34-8b06-787a389d21da",
            "name": "sample string 1",
            "number": 1,
            "tare": 1
          },
          "priceGroup": {
            "$id": "28",
            "priceGroupG_UID": "xVUS9+ZUQkWbMydH3atVKA==",
            "priceGroupGuid": "f71255c5-54e6-4542-9b33-2747ddab5528",
            "name": "sample string 2",
            "code": 1,
            "modified": true,
            "updated": "2025-10-04T23:57:19.8194355",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "number": 1,
            "products": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "productCount": 1
          },
          "priceGroupName": "sample string 146",
          "nutrifacts": {
            "$id": "29",
            "pluG_UID": "LVgiK0UyNU+/3F1WlOufbw==",
            "pluGuid": "2b22582d-3245-4f35-bfdc-5d5694eb9f6f",
            "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": "e04b09a6-ea86-47f4-a619-39a6bdaa53d7",
            "created": "2025-10-04T23:57:19.8194355",
            "createdByUser": "sample string 1",
            "activated": "2025-10-04T23:57:19.8194355",
            "deactivated": "2025-10-04T23:57:19.8194355",
            "lastOrdered": "2025-10-04T23:57:19.8194355",
            "lastOrderedQty": 2.0,
            "lastReceived": "2025-10-04T23:57:19.8194355",
            "lastReceivedQty": 3.0,
            "lastInvoiceStatus": 1,
            "lastCounted": "2025-10-04T23:57:19.8194355",
            "lastSold": "2025-10-04T23:57:19.8194355",
            "firstSold": "2025-10-04T23:57:19.8194355",
            "awsUpdated": "2025-10-04T23:57:19.8194355",
            "lastManualUpdate": "2025-10-04T23:57:19.8194355",
            "lastManualUpdatedByUser": "sample string 5",
            "lastUpdated": "2025-10-04T23:57:19.8194355",
            "lastUpdatedByUser": "sample string 7",
            "lastUpdatedByHost": "2025-10-04T23:57:19.8194355",
            "doNotRangeUpdated": "2025-10-04T23:57:19.8194355",
            "doNotOrderUpdated": "2025-10-04T23:57:19.8194355",
            "tracked": "2025-10-04T23:57:19.8194355"
          },
          "allergens": [
            {
              "$id": "31",
              "allergenID": 1,
              "pluG_UID": "zYCuH/StdUKbXDcAixWYsw==",
              "pluGuid": "1fae80cd-adf4-4275-9b5c-37008b1598b3",
              "contains": 2,
              "allergenName": "sample string 3",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "31"
            }
          ],
          "costs": {
            "$id": "32",
            "pluG_UID": "D6G47MAGB0irAilfZ6+32g==",
            "pluGuid": "ecb8a10f-06c0-4807-ab02-295f67afb7da",
            "enteredCost": 1,
            "weightedAvgCost": 1,
            "lastCost": 1,
            "rawEnteredCost": 2,
            "rawWeightedAvgCost": 3,
            "rawLastCost": 4,
            "freight": 5.0,
            "freightType": 6,
            "costDecimals": 7,
            "fifoCost": 1,
            "updated": "2025-10-04T23:57:19.8194355",
            "normalCost": 1,
            "currentCost": 1
          },
          "sales": [
            {
              "$id": "33",
              "saleHeaderID": 1,
              "created": "2025-10-04T23:57:19.8194355",
              "createdLocal": "2025-10-04T23:57:19.8194355",
              "storeID": 3,
              "storeName": "sample string 4",
              "operatorG_Uid": "XmVUsniDukSVtK9+BnP68Q==",
              "operatorGuid": "b254655e-8378-44ba-95b4-af7e0673faf1",
              "operatorName": "sample string 5",
              "tranType": 1,
              "plu": 1,
              "pluG_UId": "HtmJ140xMkG7UGjoxlUsNQ==",
              "pluGuid": "d789d91e-318d-4132-bb50-68e8c6552c35",
              "normalPrice": 1,
              "totalCents": 1,
              "cost": 1,
              "grossProfit": 1,
              "quantity": 1,
              "operator": {
                "$id": "34",
                "id": 1,
                "g_Uid": "9caH2VXrcEyAUdhqQuBaJw==",
                "guid": "d987c6f5-eb55-4c70-8051-d86a42e05a27",
                "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-04T23:57:19.8194355",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-10-04T23:57:19.8194355",
                "endShift": "2025-10-04T23:57:19.8194355",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "35",
                    "operatorG_UID": "My911QU96UmxJuI4e+PioQ==",
                    "operatorGuid": "d5752f33-3d05-49e9-b126-e2387be3e2a1",
                    "storeID": 2,
                    "operator": {
                      "$ref": "34"
                    },
                    "store": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "35"
                  }
                ]
              }
            },
            {
              "$ref": "33"
            }
          ],
          "apns": [
            {
              "$id": "36",
              "pluID": 1,
              "pluG_UID": "1RKP/EHJ9kWHcbt1exNHMw==",
              "pluGuid": "fc8f12d5-c941-45f6-8771-bb757b134733",
              "apn": "sample string 1",
              "deleted": true,
              "storeID": 1,
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "36"
            }
          ],
          "tuns": [
            {
              "$id": "37",
              "pluG_UId": "LtQmel03o02uRkFMnirWug==",
              "pluGuid": "7a26d42e-375d-4da3-ae46-414c9e2ad6ba",
              "apn": "sample string 1",
              "tun": "sample string 2",
              "cartonQuantity": 3,
              "product": {
                "$ref": "7"
              },
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "37"
            }
          ],
          "competitionPricing": [
            {
              "$id": "38",
              "identifier": "pc1uloFpFEC6ZF2tcnCrgg==",
              "identifierGuid": "966ecda5-6981-4014-ba64-5dad7270ab82",
              "pluG_UID": "xJUa8udIzkqjZ0Bh9Ncceg==",
              "pluGuid": "f21a95c4-48e7-4ace-a367-4061f4d71c7a",
              "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": "8vR8D76HOUii1SFp/MuNtA==",
              "groupName": "sample string 1",
              "identifierGuid": "0f7cf4f2-87be-4839-a2d5-2169fccb8db4",
              "exists": true,
              "flipChartIdentifier": "Sc/LEIcwCkmjrgDV/PvS7g==",
              "flipChartIdentifierGuid": "10cbcf49-3087-490a-a3ae-00d5fcfbd2ee",
              "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": "Hv/QousoHEW+zvuXTM6U6g==",
              "groupIdentifierGuid": "a2d0ff1e-28eb-451c-bece-fb974cce94ea",
              "flipChart": {
                "$id": "40",
                "identifier": "HAdZR3VQyE61EwHkyp/oSQ==",
                "identifierGuid": "4759071c-5075-4ec8-b513-01e4ca9fe849",
                "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": "LYHOHUnRQ0WVeSnZ/hGy+w==",
                  "identifierGuid": "1dce812d-d149-4543-9579-29d9fe11b2fb",
                  "name": "sample string 2",
                  "formType": "sample string 3",
                  "forms": [
                    {
                      "$id": "42",
                      "id": 1,
                      "g_UID": "GXR3RU5MVE6lPu5risjY9w==",
                      "guid": "45777419-4c4e-4e54-a53e-ee6b8ac8d8f7",
                      "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": "K02Tyf52uEmFc3rKSR94Aw==",
                      "previousFormGuid": "c9934d2b-76fe-49b8-8573-7aca491f7803",
                      "nextForm": 1,
                      "nextFormG_UID": "rGAvl66cuE+HYg9c5d2ebQ==",
                      "nextFormGuid": "972f60ac-9cae-4fb8-8762-0f5ce5dd9e6d",
                      "attributes": "sample string 10",
                      "updated": "2025-10-04T23:57:19.8194355",
                      "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": "nTOD5HH+oE+CjklskaHJcQ==",
                          "checkoutFormGuid": "e483339d-fe71-4fa0-828e-496c91a1c971",
                          "identifier": "WEGWqnSFKUevvwUe3F33yQ==",
                          "identifierGuid": "aa964158-8574-4729-afbf-051edc5df7c9",
                          "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": "wzF/91n3Ukm7oNng1yp19A==",
                          "valueGuid": "f77f31c3-f759-4952-bba0-d9e0d72a75f4",
                          "buttonText": "sample string 10",
                          "valueText": "sample string 11",
                          "drawImageAndButton": true,
                          "updated": "2025-10-04T23:57:19.8194355",
                          "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-04T23:57:19.8194355",
                            "imageData": "QEA=",
                            "readOnly": true
                          }
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "panels": [
                        {
                          "$id": "45",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "3Te5KLV/nUGDcIYly5cetg==",
                          "checkoutFormGuid": "28b937dd-7fb5-419d-8370-8625cb971eb6",
                          "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": "GR+LRdxQLEi/nO97CVoZHQ==",
                  "flipChartPageIdentifierGuid": "458b1f19-50dc-482c-bf9c-ef7b095a191d",
                  "pluG_UID": "oa2jyPHaZ0+CXVmRGUJYcw==",
                  "pluGuid": "c8a3ada1-daf1-4f67-825d-599119425873",
                  "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": "VKxxA+EWIkm0+kKhPy7FZg==",
              "pluGuid": "0371ac54-16e1-4922-b4fa-42a13f2ec566",
              "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-04T23:57:19.8194355",
              "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": "M/MgMDTVUUaPSLh4zuY1rQ==",
              "ingredientGuid": "hJQf5zqswEme7m7BXAVffQ==",
              "ingredientIdentifier": "e71f9484-ac3a-49c0-9eee-6ec15c055f7d",
              "quantity": 1.0,
              "storeIDs": [
                1,
                2
              ],
              "ingredientText": "sample string 1",
              "ingredient": {
                "$ref": "7"
              }
            },
            {
              "$ref": "48"
            }
          ],
          "bins": [
            {
              "$id": "49",
              "pluG_UID": "6E4+xXC8iUCYjMNNEpGszw==",
              "pluGuid": "c53e4ee8-bc70-4089-988c-c34d1291accf",
              "shelfLocationIdentifier": "rCdy3JUc2kyykQFGnBxlDw==",
              "shelfLocationGuid": "dc7227ac-1c95-4cda-b291-01469c1c650f",
              "labelShelfDefault": 1,
              "labelTalkerDefault": 1,
              "labelSmall": true,
              "labelPageLayoutG_UID": "/q3nVUgY2Eu84NxbGhO6Yg==",
              "labelPageLayoutGuid": "55e7adfe-1848-4bd8-bce0-dc5b1a13ba62",
              "updated": "2025-10-04T23:57:19.8194355",
              "electronicShelfLabelIdentifier": "sample string 5",
              "electronicshelfLabelsConfigurationID": 6,
              "labelShelfChanged": true,
              "productName": "sample string 8",
              "locationText": "sample string 9",
              "product": {
                "$ref": "7"
              },
              "location": {
                "$id": "50",
                "identifier": "piykJfW42U64h3es9QUBOA==",
                "storeID": 1,
                "identifierGuid": "25a42ca6-b8f5-4ed9-b887-77acf5050138",
                "name": "sample string 2",
                "haccp": true,
                "blueprintID": 1,
                "updated": "2025-10-04T23:57:19.8194355",
                "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": "FTeedln34Em/aPyrWnHoXg==",
              "pluGuid": "769e3715-f759-49e0-bf68-fcab5a71e85e",
              "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-04T23:57:19.8194355",
                "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-04T23:57:19.8194355",
                              "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": "5JfiyzLU/kqGWi1wFqcuRA==",
                              "labelPageLayoutGuid": "cbe297e4-d432-4afe-865a-2d7016a72e44",
                              "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-04T23:57:19.8194355",
                          "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": "WZIluEZebEqDETDu88oWKw==",
                          "labelPageLayoutGuid": "b8259259-5e46-4a6c-8311-30eef3ca162b",
                          "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-04T23:57:19.8194355",
                      "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": "SamuaFx7YEOnlGzQSW9P+Q==",
                      "labelPageLayoutGuid": "68aea949-7b5c-4360-a794-6cd0496f4ff9",
                      "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-04T23:57:19.8194355",
                  "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": "MGeKFBisQEuUDNWrThRwuQ==",
                  "labelPageLayoutGuid": "148a6730-ac18-4b40-940c-d5ab4e1470b9",
                  "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": "dpwsVsPB3EitAV7KwjuRRg==",
            "pluGuid": "562c9c76-c1c3-48dc-ad01-5ecac23b9146",
            "newPrice": 1,
            "pctDiscount": 1,
            "newCost": 1,
            "newCostDecimals": 6,
            "dealCostIdentifier": "d9RE9a9qsUKAsK16baIcsA==",
            "dealCostGuid": "f544d477-6aaf-42b1-80b0-ad7a6da21cb0",
            "pluName": "sample string 7",
            "apn": "sample string 8",
            "fuelItem": true,
            "priceGroupG_UID": "38A2p+aQ2kWwmpXfjzb4TQ==",
            "priceGroupGuid": "a736c0df-90e6-45da-b09a-95df8f36f84d",
            "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-04T23:57:19.8194355",
            "rrp": 26,
            "campaignDescription": "sample string 27",
            "campaignComboPriceGroupG_UID": "vRPFYJdS00mkoz7ViFfsZw==",
            "campaignComboPriceGroupIdentifier": "60c513bd-5297-49d3-a4a3-3ed58857ec67",
            "promotionPlacementDescription": "sample string 28",
            "storeAcceptances": [
              {
                "$id": "62",
                "plu": 1,
                "pluG_UId": "QEA=",
                "campaignID": 1,
                "campaignName": "sample string 2",
                "storeID": 3,
                "acceptedUtc": "2025-10-04T23:57:19.8194355",
                "operatorG_UID": "EWfaat5UdUOMlSu5ZT0BhA==",
                "operatorGuid": "6ada6711-54de-4375-8c95-2bb9653d0184",
                "machineID": 1,
                "processed": true,
                "appliedUtc": "2025-10-04T23:57:19.8194355",
                "signIqTicketFileMovedUtc": "2025-10-04T23:57:19.8194355",
                "user": "sample string 6",
                "campaignDescription": "sample string 7",
                "productDesc": "sample string 8",
                "storeName": "sample string 9",
                "effectiveUtc": "2025-10-04T23:57:19.8194355",
                "priceChangeType": 0,
                "operatorName": "sample string 10",
                "hostCampaign": true,
                "product": {
                  "$ref": "7"
                },
                "campaignPlu": {
                  "$ref": "61"
                }
              },
              {
                "$ref": "62"
              }
            ],
            "campaign": {
              "$id": "63",
              "id": 1,
              "storeID": 2,
              "name": "807da2ba-9651-4162-a5ab-cc78086efc15",
              "nameGuid": "807da2ba-9651-4162-a5ab-cc78086efc15",
              "description": "sample string 4",
              "showDiscounts": true,
              "showTotals": true,
              "onlyEvaluateOnSubtotal": true,
              "useDescription": true,
              "campaignType": 1,
              "startDate": "2025-10-04T23:57:19.8194355",
              "startTime": 1,
              "endDate": "2025-10-04T23:57:19.8194355",
              "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-04T23:57:19.8194355",
              "system": true,
              "created": "2025-10-04T23:57:19.8194355",
              "updated": "2025-10-04T23:57:19.8194355",
              "priceChangeNotifiedUtc": "2025-10-04T23:57:19.8194355",
              "promoType": 1,
              "promotionTypeCode": "sample string 13",
              "hostIdentifier": "WIgyLk91DUKWUnDreDpgiw==",
              "hostIdentifierGuid": "2e328858-754f-420d-9652-70eb783a608b",
              "hostType": 14,
              "createdByUser": "sample string 15",
              "fromHost": true,
              "deleted": true,
              "campaignDeleted": "2025-10-04T23:57:19.8194355",
              "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": "risC62LFT027F683KKue4A==",
                  "pluGuid": "eb022bae-c562-4d4f-bb17-af3728ab9ee0",
                  "hostOfferID": 1,
                  "priceGroupG_UID": "jdbWfxGUKkKl8FNCl7MNZQ==",
                  "priceGroupGuid": "7fd6d68d-9411-422a-a5f0-534297b30d65",
                  "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-04T23:57:19.8194355",
                  "rrp": 17,
                  "campaignDescription": "sample string 18",
                  "product": {
                    "$ref": "7"
                  },
                  "campaign": {
                    "$ref": "63"
                  }
                },
                {
                  "$ref": "64"
                }
              ],
              "sellingRules": [
                {
                  "$id": "65",
                  "id": 1,
                  "identifier": "ZT2J7Vhq1UuhsGn1Iq/Rug==",
                  "identifierStr": "ZT2J7Vhq1UuhsGn1Iq/Rug==",
                  "identifierGuid": "ed893d65-6a58-4bd5-a1b0-69f522afd1ba",
                  "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": "f4TNef0X5UO05zfavKGe5w==",
                  "customerIDGuid": "79cd847f-17fd-43e5-b4e7-37dabca19ee7",
                  "campaign": {
                    "$ref": "63"
                  },
                  "customer": {
                    "$id": "67",
                    "identifier": "LjpVB11My0KgkUZtlEiOBw==",
                    "identifierGuid": "07553a2e-4c5d-42cb-a091-466d94488e07",
                    "code": "sample string 2",
                    "familyName": "sample string 3",
                    "givenName": "sample string 4",
                    "otherName": "sample string 5",
                    "title": "sample string 6",
                    "dateOfBirth": "2025-10-04T23:57:19.8194355",
                    "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": "XIQyW2V9/E2mFKRemfH1dA==",
                    "communityIdentifierGuid": "5b32845c-7d65-4dfc-a614-a45e99f1f574",
                    "joined": "2025-10-04T23:57:19.8194355",
                    "updated": "2025-10-04T23:57:19.8194355",
                    "active": true,
                    "reasonInactive": 1,
                    "groupCustomer": true,
                    "loyaltyPoints": 1,
                    "homeStoreID": 1,
                    "availableSpend": 1,
                    "priceLevelIdentifier": "s63mI+t02E2SDNlvThPUOA==",
                    "priceLevelIdentifierGuid": "23e6adb3-74eb-4dd8-920c-d96f4e13d438",
                    "marketingID": "sample string 18",
                    "hidden": true,
                    "registered": true,
                    "registeredOn": "2025-10-04T23:57:19.8194355",
                    "emailMarketing": true,
                    "smsMarketing": true,
                    "deleted": true,
                    "deletedUser": "sample string 24",
                    "homeStoreName": "sample string 25",
                    "customerCards": [
                      {
                        "$id": "68",
                        "cardType": 2,
                        "issueDate": "2025-10-04T23:57:19.8194355",
                        "expiry": "2025-10-04T23:57:19.8194355",
                        "customerID": "zC1HbcHkHk6ToMiWEbgpbg==",
                        "customerIDGuid": "6d472dcc-e4c1-4e1e-93a0-c89611b8296e",
                        "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-04T23:57:19.8194355",
                        "linkedAccount": "dLNLZxE0fkilKc0/xiRSbw==",
                        "linkedAccountGuid": "674bb374-3411-487e-a529-cd3fc624526f",
                        "currentValueChanged": true,
                        "limitsChanged": true,
                        "customer": {
                          "$ref": "67"
                        },
                        "account": {
                          "$id": "69",
                          "id": 1,
                          "identifier": "aoBj8LL5eEiRwAMTDdNW5A==",
                          "identifierGuid": "f063806a-f9b2-4878-91c0-03130dd356e4",
                          "referenceNo": "sample string 3",
                          "name": "sample string 4",
                          "created": "2025-10-04T23:57:19.8194355",
                          "owner": "6g/7ZXVky0ug6h+TgYaAxQ==",
                          "ownerGuid": "65fb0fea-6475-4bcb-a0ea-1f93818680c5",
                          "accountStoreGroupIdentifier": "APcAcAt23kaNcWjvqM55NQ==",
                          "accountStoreGroupGuid": "7000f700-760b-46de-8d71-68efa8ce7935",
                          "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-04T23:57:19.8194355",
                          "active": true,
                          "updated": "2025-10-04T23:57:19.8194355",
                          "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": "DEIIqQ2VRUW83+5SuRN0AA==",
                              "identifierGuid": "a908420c-950d-4545-bcdf-ee52b9137400",
                              "name": "sample string 2",
                              "primaryContact": "SVnPuLD17U6OF1Z7D9QtFw==",
                              "primaryContactGuid": "b8cf5949-f5b0-4eed-8e17-567b0fd42d17",
                              "accountID": "PumzdbLLjUm8c4KOlPHfng==",
                              "accountIDGuid": "75b3e93e-cbb2-498d-bc73-828e94f1df9e",
                              "special": true,
                              "updated": "2025-10-04T23:57:19.8194355",
                              "active": true,
                              "reasonInactive": 1,
                              "priceLevelIdentifier": "AUH8oYwTgkS34AY2D+ZNYA==",
                              "priceLevelIdentifierGuid": "a1fc4101-138c-4482-b7e0-06360fe64d60",
                              "deleted": true,
                              "account": {
                                "$ref": "69"
                              },
                              "primaryContactCustomer": {
                                "$ref": "67"
                              },
                              "customerGroupMembers": [
                                {
                                  "$id": "72",
                                  "id": 1,
                                  "groupID": "Jdc9tC3sGUe5fVHi5dcpEQ==",
                                  "groupIDGuid": "b43dd725-ec2d-4719-b97d-51e2e5d72911",
                                  "customerID": "lWmsZMofwEeIYQAEEqW6ww==",
                                  "customerIDGuid": "64ac6995-1fca-47c0-8861-000412a5bac3",
                                  "card": "sample string 4",
                                  "linkedAccount": "UUGLMyk370qAJtMd+W52Yg==",
                                  "linkedAccountGuid": "338b4151-3729-4aef-8026-d31df96e7662",
                                  "customer": {
                                    "$ref": "67"
                                  },
                                  "group": {
                                    "$ref": "71"
                                  },
                                  "customerCard": {
                                    "$ref": "68"
                                  }
                                },
                                {
                                  "$ref": "72"
                                }
                              ]
                            },
                            {
                              "$ref": "71"
                            }
                          ]
                        },
                        "payments": [
                          {
                            "$id": "73",
                            "id": 1,
                            "identifier": "HvUc8oZS7kycmVb6+M8dsg==",
                            "identifierGuid": "f21cf51e-5286-4cee-9c99-56faf8cf1db2",
                            "storeID": 2,
                            "operatorName": "sample string 3",
                            "saleHeaderID": 4,
                            "paymentType": 5,
                            "amount": 6,
                            "account": "sample string 7",
                            "accountID": "BIKY+TGxgkO8B3gDHmIakQ==",
                            "accountIDGuid": "f9988204-b131-4382-bc07-78031e621a91",
                            "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-04T23:57:19.8194355",
                            "invRocNo": "sample string 14",
                            "responseCode": "sample string 15",
                            "cashout": 1,
                            "tip": 16,
                            "idempotentVoid": "hd8C7OpbhEyc+e8DcNdcJA==",
                            "idempotentVoidGuid": "ec02df85-5bea-4c84-9cf9-ef0370d75c24",
                            "offline": true,
                            "processed": 1,
                            "storeSaleHeader": {
                              "$id": "74",
                              "saleHeaderID": 1,
                              "saleHeaderGuid": "6/ac0pwdSkCzN44dUYgLlA==",
                              "saleHeaderIdentifierGuid": "d29cf6eb-1d9c-404a-b337-8e1d51880b94",
                              "created": "2025-10-04T23:57:19.8194355",
                              "createdLocal": "2025-10-04T23:57:19.8194355",
                              "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-04T23:57:19.8194355",
                              "storeID": 1,
                              "operatorG_Uid": "x7mzIu10TE+3iR6nwByZwQ==",
                              "operatorGuid": "22b3b9c7-74ed-4f4c-b789-1ea7c01c99c1",
                              "customerG_Uid": "r39zlPUtZEiSxmLK/ti6sw==",
                              "customerGuid": "94737faf-2df5-4864-92c6-62cafed8bab3",
                              "communityIdentifier": "0qu2bmd/uEKQTIQ8XGRypA==",
                              "communityIdentifierGuid": "6eb6abd2-7f67-42b8-904c-843c5c6472a4",
                              "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": "uCNnauk0sESeO8DWpMCEuw==",
                              "priceLevelIdentifierGuid": "6a6723b8-34e9-44b0-9e3b-c0d6a4c084bb",
                              "locked": 36,
                              "relationChecksum": "sample string 37",
                              "loyaltyTender": 1,
                              "giftCardTender": 1,
                              "operator": {
                                "$ref": "34"
                              },
                              "customer": {
                                "$ref": "67"
                              },
                              "communityOrganisation": {
                                "$id": "75",
                                "id": 1,
                                "identifier": "aqtBMZposEacWSeUevIoIg==",
                                "identifierGuid": "3141ab6a-689a-46b0-9c59-27947af22822",
                                "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-04T23:57:19.8194355",
                                "deleted": true
                              },
                              "details": [
                                {
                                  "$id": "76",
                                  "saleItemID": 1,
                                  "identifier": "JhURXMPRBE+Nnun9PVNbYQ==",
                                  "identifierGuid": "5c111526-d1c3-4f04-8d9e-e9fd3d535b61",
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "fdFzo1VOnU2nyMQtW9zGvw==",
                                  "pluGuid": "a373d17d-4e55-4d9d-a7c8-c42d5bdcc6bf",
                                  "accountID": "2c+WiSeKzkGDPCy9Ae3rRw==",
                                  "accountIDGuid": "8996cfd9-8a27-41ce-833c-2cbd01edeb47",
                                  "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-04T23:57:19.8194355",
                                  "bestOrExpireType": 1,
                                  "providerName": "sample string 11",
                                  "refundG_UID": "yh5Vuli4fUCS6lNjt1D7fg==",
                                  "refundGuid": "ba551eca-b858-407d-92ea-5363b750fb7e",
                                  "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": "pzCYSBwAxEixjOUM8K2hLw==",
                                  "idempotentVoidGuid": "489830a7-001c-48c4-b18c-e50cf0ada12f",
                                  "priceLevelIdentifier": "UQ47Zoxr90eSju7OFdeQ5w==",
                                  "priceLevelIdentifierGuid": "663b0e51-6b8c-47f7-928e-eece15d790e7",
                                  "productName": "sample string 23",
                                  "apn": "sample string 24",
                                  "unknownScans": [
                                    {
                                      "$id": "77",
                                      "id": 1,
                                      "saleDetailID": 2,
                                      "storeID": 1,
                                      "scanned": "2025-10-04T23:57:19.8194355",
                                      "operatorG_UID": "QEA=",
                                      "barcode": "sample string 4",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "77"
                                    }
                                  ],
                                  "refund": {
                                    "$id": "78",
                                    "id": 1,
                                    "g_UID": "lXiywCEpYUywBl8qvcFrOQ==",
                                    "guid": "c0b27895-2921-4c61-b006-5f2abdc16b39",
                                    "description": "sample string 1",
                                    "dumped": true,
                                    "inventoryReasonID": 1,
                                    "sortOrder": 1,
                                    "updated": "2025-10-04T23:57:19.8194355"
                                  },
                                  "modifier": {
                                    "$id": "79",
                                    "id": 1,
                                    "setG_UID": "2l1qqBs/sk24PXXHa7y1gQ==",
                                    "modifierSetGuid": "a86a5dda-3f1b-4db2-b83d-75c76bbcb581",
                                    "name": "sample string 2",
                                    "price": 1,
                                    "quantity": 1,
                                    "modifierType": 1,
                                    "groupNumber": 1,
                                    "pageNumber": 1,
                                    "controlOrder": 1,
                                    "printToStation": true,
                                    "pluG_UID": "3jVKGhcL7E+rOu9KILY3hw==",
                                    "pluGuid": "1a4a35de-0b17-4fec-ab3a-ef4a20b63787",
                                    "deleted": true,
                                    "g_UID": "B+U5I9xMmEGodmBmc6V8aA==",
                                    "guid": "2339e507-4cdc-4198-a876-606673a57c68",
                                    "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": "kevZsAxbIEuTEsKhCznUFA==",
                                  "pluGuid": "b0d9eb91-5b0c-4b20-9312-c2a10b39d414",
                                  "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-04T23:57:19.8194355",
                                  "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-04T23:57:19.8194355",
                                  "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": "GUKSrGd2HkOUK5/68WM3mQ==",
                                  "pluGuid": "ac924219-7667-431e-942b-9ffaf1633799",
                                  "accountID": "lJ/mNnfrpECuRiwUxNggTw==",
                                  "accountIDGuid": "36e69f94-eb77-40a4-ae46-2c14c4d8204f",
                                  "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-04T23:57:19.8194355",
                                  "bestOrExpireType": 1,
                                  "refundG_UID": "oIKDgjZXJkWhNBci+4GEoQ==",
                                  "refundGuid": "828382a0-5736-4526-a134-1722fb8184a1",
                                  "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": "06zUKrjfnkSFu8bVlh7ezw==",
                                  "identifierGuid": "2ad4acd3-dfb8-449e-85bb-c6d5961edecf",
                                  "id": 1,
                                  "orderNo": 2,
                                  "externalSaleIdentifier": "sample string 3",
                                  "storeID": 4,
                                  "zoneID": 5,
                                  "deptNo": 6,
                                  "customerIdentifier": "SxGu8ySfUkC7OLCcOXB34A==",
                                  "customerIdentifierGuid": "f3ae114b-9f24-4052-bb38-b09c397077e0",
                                  "operatorNo": 1,
                                  "operatorG_UID": "gRVxkbibmkiGu/dZqh38SQ==",
                                  "operatorGuid": "91711581-9bb8-489a-86bb-f759aa1dfc49",
                                  "created": "2025-10-04T23:57:19.8194355",
                                  "ordered": "2025-10-04T23:57:19.8194355",
                                  "started": "2025-10-04T23:57:19.8194355",
                                  "completed": "2025-10-04T23:57:19.8194355",
                                  "supplied": "2025-10-04T23:57:19.8194355",
                                  "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": "HZchl4LwvEC9l3MX2gyZAw==",
                                      "pluGuid": "9721971d-f082-40bc-bd97-7317da0c9903",
                                      "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": "WRW2e7Hr7UG/CQTmrmh5vg==",
                                      "headerIdentifierGuid": "7bb61559-ebb1-41ed-bf09-04e6ae6879be",
                                      "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": "b8tPHaUDukGtSzbxkUxXmA==",
                                  "surveyGuid": "1d4fcb6f-03a5-41ba-ad4b-36f1914c5798",
                                  "saleHeaderGuid": "3xOV8XWZX0SIfIW9LPXTTA==",
                                  "saleGuid": "f19513df-9975-445f-887c-85bd2cf5d34c",
                                  "textResponse": "sample string 1",
                                  "integerResponse": 1,
                                  "g_UIDResponse": "3Ub3EzYAzUGdgJamafJbKg==",
                                  "guidResponse": "13f746dd-0036-41cd-9d80-96a669f25b2a",
                                  "whoAnswered": 2,
                                  "answeredAtUTC": "2025-10-04T23:57:19.8194355",
                                  "sale": {
                                    "$ref": "74"
                                  },
                                  "survey": {
                                    "$id": "88",
                                    "g_UID": "c4ovdDVIQUurT3l2e24zUQ==",
                                    "guid": "742f8a73-4835-4b41-ab4f-79767b6e3351",
                                    "name": "sample string 1",
                                    "storeID": 2,
                                    "zoneID": 1,
                                    "checkoutFormG_UID": "Bj/U5GtqX0iJHM9DaFE6vA==",
                                    "checkoutFormGuid": "e4d43f06-6a6b-485f-891c-cf4368513abc",
                                    "displayToWho": 3,
                                    "displayWhen": 4,
                                    "start": "2025-10-04T23:57:19.8194355",
                                    "end": "2025-10-04T23:57:19.8194355",
                                    "deleted": true,
                                    "updated": "2025-10-04T23:57:19.8194355",
                                    "possibleIntegerResponses": [
                                      1,
                                      2
                                    ],
                                    "possibleTextResponses": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "possibleGuidResponses": [
                                      "dee5f774-73f4-4da1-ab77-2a5971234b97",
                                      "af1df039-e8fd-4744-b5d0-0192ad6793d9"
                                    ],
                                    "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": "adSL0SNQGEuuAR3pGp8mbw==",
                              "accountIdentifier": "d18bd469-5023-4b18-ae01-1de91a9f266f",
                              "accountName": "sample string 42",
                              "customerOrderIdentifier": "tW2kxXurX0OpHqikbWKhOg==",
                              "customerOrderIdentifierGuid": "c5a46db5-ab7b-435f-a91e-a8a46d62a13a",
                              "priceLevelName": "sample string 43",
                              "revision": 44,
                              "ingressId": "sample string 45"
                            },
                            "metadata": {
                              "$id": "89",
                              "id": 1,
                              "paymentID": 2,
                              "paymentIdentifier": "3wiJMq5nmU6bEb84CnQdfg==",
                              "paymentIdentifierGuid": "328908df-67ae-4e99-9b11-bf380a741d7e",
                              "identifier": "Sveo+4MJqkKIRcR58eOyQw==",
                              "identifierGuid": "fba8f74a-0983-42aa-8845-c479f1e3b243",
                              "metadata": "sample string 3",
                              "signatureImage": "QEA=",
                              "itemIdentifier": "XG9GNkZdmUCAQI44tGDt6g==",
                              "itemIdentifierGuid": "36466f5c-5d46-4099-8040-8e38b460edea"
                            }
                          },
                          {
                            "$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": "q9w9PlL4rUGsXEWKglI/8Q==",
                        "customerIdentifierGuid": "3e3ddcab-f852-41ad-ac5c-458a82523ff1",
                        "voucherName": "sample string 2",
                        "count": 3,
                        "storeID": 4,
                        "barcode": "sample string 5",
                        "redeemCount": 6,
                        "issueCount": 7,
                        "storeSalePaymentID": 1,
                        "idempotentID": "jtYoisKf8E+Wa4y2ywlStQ==",
                        "idempotentGuid": "8a28d68e-9fc2-4ff0-966b-8cb6cb0952b5",
                        "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-04T23:57:19.8194355",
                          "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-04T23:57:19.8194355",
                            "labelPageLayout": "EvTzj1Jao0mMs3qHDv31Tg==",
                            "pageLayoutGuid": "8ff3f412-5a52-49a3-8cb3-7a870efdf54e",
                            "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-04T23:57:19.8194355"
                              },
                              {
                                "$ref": "94"
                              }
                            ]
                          },
                          "customerVouchers": [
                            {
                              "$id": "95",
                              "id": 1,
                              "customerIdentifier": "Aet41pXuP0afy5xQH+0uhw==",
                              "customerIdentifierGuid": "d678eb01-ee95-463f-9fcb-9c501fed2e87",
                              "voucherID": 3,
                              "voucherName": "sample string 4",
                              "storeID": 1,
                              "barcode": "sample string 5",
                              "dateOfIssue": "2025-10-04T23:57:19.8194355",
                              "issuedSaleHeaderID": 1,
                              "issuedSaleIdentifier": "sample string 7",
                              "issuedOfflinePaymentID": 1,
                              "issuedIdempotentID": "b0agz4Ze2U6+skAjFGJRQw==",
                              "issuedIdempotentGuid": "cfa0466f-5e86-4ed9-beb2-402314625143",
                              "issuedOffline": true,
                              "issuedUser": "sample string 9",
                              "issuedNotes": "sample string 10",
                              "expiryDate": "2025-10-04T23:57:19.8194355",
                              "expiredUser": "sample string 11",
                              "expiredNotes": "sample string 12",
                              "redeemed": "2025-10-04T23:57:19.8194355",
                              "redeemedSaleHeaderID": 1,
                              "redeemedSaleIdentifier": "sample string 13",
                              "redeemedOfflinePaymentID": 1,
                              "redeemedIdempotentID": "BnCAGjbXPUaVDSgQMz/KZA==",
                              "redeemedIdempotentGuid": "1a807006-d736-463d-950d-2810333fca64",
                              "redeemedUser": "sample string 14",
                              "redeemedNotes": "sample string 15",
                              "redeemedOffline": true,
                              "updated": "2025-10-04T23:57:19.8194355",
                              "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": "vqCX3Tbjzkiqpo1YdSbA9g==",
                  "groupIDGuid": "dd97a0be-e336-48ce-aaa6-8d587526c0f6",
                  "campaign": {
                    "$ref": "63"
                  },
                  "group": {
                    "$ref": "71"
                  }
                },
                {
                  "$ref": "96"
                }
              ],
              "signIqTickets": [
                {
                  "$id": "97",
                  "identifier": "NPZTEl0+d0SNxs1NUD+m2g==",
                  "identifierGuid": "1253f634-3e5d-4477-8dc6-cd4d503fa6da",
                  "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": "iM9C962qpkmQLt/caABR3A==",
                  "guid": "f742cf88-aaad-49a6-902e-dfdc680051dc",
                  "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": "3DwhnOaMBk2ejGtH9uNW2A==",
                      "groupGuid": "9c213cdc-8ce6-4d06-9e8c-6b47f6e356d8",
                      "comboPriceType": 5,
                      "priceType": 5,
                      "pluG_UID": "ISBZaYeHcU6eNl46S6kZJg==",
                      "pluGuid": "69592021-8787-4e71-9e36-5e3a4ba91926",
                      "priceGroupG_UID": "bZYQyXT8u02DmX55LOSEiQ==",
                      "priceGroupGuid": "c910966d-fc74-4dbb-8399-7e792ce48489",
                      "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": "dpoXXd6VCEOpFdI+9UTHGA==",
                  "priceLevelIdentifierGuid": "5d179a76-95de-4308-a915-d23ef544c718",
                  "campaignName": "sample string 3",
                  "priceLevelName": "sample string 4"
                },
                {
                  "$ref": "100"
                }
              ]
            },
            "product": {
              "$ref": "7"
            },
            "dealCost": {
              "$id": "101",
              "headerIdentifier": "/Df5Uab+70y7KLZxhm9oTA==",
              "headerIdentifierGuid": "51f937fc-fea6-4cef-bb28-b671866f684c",
              "identifier": "36/Z04tbmUGPKQ/2j6I8aw==",
              "identifierGuid": "d3d9afdf-5b8b-4199-8f29-0ff68fa23c6b",
              "supplierIdentifier": "Rl6ju2Dx6k2ptr50gfO/kw==",
              "supplierGuid": "bba35e46-f160-4dea-a9b6-be7481f3bf93",
              "pluG_UID": "ogepxD6+XkC29OrRB81G6Q==",
              "pluGuid": "c4a907a2-be3e-405e-b6f4-ead107cd46e9",
              "campaignName": "06f92b96-aa69-4a5e-8d9a-d541c183ace8",
              "description": "sample string 4",
              "cost": 5,
              "costDecimals": 6,
              "start": "2025-10-04T23:57:19.8194355",
              "end": "2025-10-04T23:57:19.8194355",
              "type": 9,
              "promoType": 10,
              "bonusItemPLUG_UID": "KF18iBPq/k+RKiIonlE2cA==",
              "bonusItemPluGuid": "887c5d28-ea13-4ffe-912a-22289e513670",
              "bonusPurchaseUnits": 11,
              "bonusReceiveUnits": 12,
              "updated": "2025-10-04T23:57:19.8194355",
              "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-04T23:57:19.8194355",
              "campaignEndDate": "2025-10-04T23:57:19.8194355",
              "masterPLUG_UID": "kM+XSLg6lUW21gomBUlGLQ==",
              "masterID": "4897cf90-3ab8-4595-b6d6-0a260549462d",
              "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": "0Ho3oHhhoUuQK5yC0rMk3w==",
              "bonusMasterID": "a0377ad0-6178-4ba1-902b-9c82d2b324df",
              "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-04T23:57:19.8194355",
          "dealCosts": [
            {
              "$ref": "101"
            },
            {
              "$ref": "101"
            }
          ],
          "tags": [
            {
              "$id": "102",
              "pluG_UID": "ArABoZakTUOd8H+g0GYiZA==",
              "pluGuid": "a101b002-a496-434d-9df0-7fa0d0662264",
              "tagID": 1,
              "description": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "102"
            }
          ],
          "alternateProductG_UID": "6KHFjSCkFkyWuktFh+Rxpw==",
          "alternateProduct": "8dc5a1e8-a420-4c16-96ba-4b4587e471a7",
          "productHostCode": {
            "$id": "103",
            "id": 1,
            "pluG_UID": "gj8+iFtZcEeKddgMXOshGA==",
            "pluGuid": "883e3f82-595b-4770-8a75-d80c5ceb2118",
            "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-04T23:57:19.8194355",
          "inventoryTracked": "2025-10-04T23:57:19.8194355",
          "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": "XVi6HD6mk06RYxFXn1eW9A==",
        "supplierGuid": "1cba585d-a63e-4e93-9163-11579f5796f4",
        "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": "UGbgwL1TX0uqcALXik1c5Q==",
        "supplierGuid": "c0e06650-53bd-4b5f-aa70-02d78a4d5ce5",
        "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-04T23:57:19.8194355",
        "deliveryDate": "2025-10-04T23:57:19.8194355",
        "nextCutOffDate": "2025-10-04T23:57:19.8194355",
        "nextDeliveryDate": "2025-10-04T23:57:19.8194355",
        "nextDaysBuffer": 10
      },
      {
        "$ref": "106"
      }
    ],
    "store": {
      "$ref": "8"
    },
    "updated": "2025-10-04T23:57:19.8194355",
    "isHost": true
  },
  "store": {
    "$ref": "8"
  }
}

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

Credit note identifier

globally unique identifier

Response Formats

application/json, text/json

Sample:
"ec30f5ef-b4aa-415f-9d3e-5aa79b70c49e"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">ec30f5ef-b4aa-415f-9d3e-5aa79b70c49e</guid>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK)�D[�T���5xl/workbook.xml �(�����0D�&�C���	)��x��}��m�-ik��-H�yۙ�};|��o���G���2��`̷5���ĝ�NC�ҽ�B�X����v9�3�p����R����X~t���A+J�2�:�s����/2[��$l
��_`���%�!%�s�J�P�
���\�D��Y�@Nw��l�]}PK)�D[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
)�D[�ļ''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R8468155cf89048d0" /></Relationships>PK)�D[mKE%�xl/worksheets/sheet1.xml �(��Q�N�0��(w���Mm'�i���кK�&���瓤!q�Ė��{v���l�5ښ盌3�-v�^j>QW�cS-�^p���h<�[F�
�`C�Gg$��]��n��d��(��Q8$)������.?:�]�`���HmySu:�G��A_�3�T	��a�b��D��䥫y������_렗�@o�<��(
zH=->���7Ό��w���ow����eQ��e��������+M�<I�M�pa.�{��<>9
�>�;7Y%��N��_�U��3"�K
??�|PK)�D[���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8�nJ��ݰa[z��3��&vd�@�Ƃ#q�"A*�`��h~OO��|�Xo�Ɓ�P��w
��FN��w��S2w�ݬw4`���Sdy�E6�i�yԖF������aĔ���	�;��eY�0g�5�������5=z}ɥ?��Շc�D	�CGI�O)�K��L��*�Z�Ł���e�K`�fj1���^��LFt#JS��Z�47���}N!_z�4/����H�������E�_���PK)�D[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK)�D[l��7��xl/sharedStrings.xml �(�5�An�0E�b��ؔ�4�1$N@08b)����,�|���}w~�Y=i�����΂"y�����v�_�� 8g�~I@��)�NYz�JYN�H�(���B\�1�	K��adY	��J�͇��&adP!o\����g��?WA�x
;�4�{���};�n8�n���hCӑ3�;�����PK-)�D[�T���5xl/workbook.xmlPK-)�D[����	��[Content_Types].xmlPK-
)�D[�ļ''U_rels/.relsPK-)�D[mKE%��xl/worksheets/sheet1.xmlPK-)�D[���P8xl/_rels/workbook.xml.relsPK-)�D[Ѓc'2E
}xl/styles.xmlPK-)�D[l��7���xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK)�D[,Ux�5xl/workbook.xml �(�����@�{��r�$�hl-�WX����3��H��vfg��b2nx3��5���6����X�a����^�t�l�6�[���E�p8��FS/-����Ch�G�j\Q
�����X17{H�h�����&kH����_,�iPX�<p�8���1g.�a�_��.fI�b�w�+����PK)�D[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
)�D[Z��|''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R14114c8b21d04e5a" /></Relationships>PK)�D[mKE%�xl/worksheets/sheet1.xml �(��Q�N�0��(w���Mm'�i���кK�&���瓤!q�Ė��{v���l�5ښ盌3�-v�^j>QW�cS-�^p���h<�[F�
�`C�Gg$��]��n��d��(��Q8$)������.?:�]�`���HmySu:�G��A_�3�T	��a�b��D��䥫y������_렗�@o�<��(
zH=->���7Ό��w���ow����eQ��e��������+M�<I�M�pa.�{��<>9
�>�;7Y%��N��_�U��3"�K
??�|PK)�D[t��{�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�N�4EM�aö��=N�&vd�@�Ƃ#q�"A"�`��h~OO��|����Ɓ����
�L#���m��9������i"t�XZ���.���:1dn"�:��cJ}�'T'l��BT���d��e���1����#����:
QvD�Rl��5�,Q�=�k)t] ��RS��L-��@���;�ɬ��a��r��V�CO�)�t�Ӽ�P��\(Y�땼���_�PK)�D[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK)�D[l��7��xl/sharedStrings.xml �(�5�An�0E�b��ؔ�4�1$N@08b)����,�|���}w~�Y=i�����΂"y�����v�_�� 8g�~I@��)�NYz�JYN�H�(���B\�1�	K��adY	��J�͇��&adP!o\����g��?WA�x
;�4�{���};�n8�n���hCӑ3�;�����PK-)�D[,Ux�5xl/workbook.xmlPK-)�D[����	��[Content_Types].xmlPK-
)�D[Z��|''U_rels/.relsPK-)�D[mKE%��xl/worksheets/sheet1.xmlPK-)�D[t��{�P8xl/_rels/workbook.xml.relsPK-)�D[Ѓc'2E
}xl/styles.xmlPK-)�D[l��7���xl/sharedStrings.xmlPK��