GET api/Setting/GetAllSettings?terminalId={terminalId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
terminalId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

SettingData
NameDescriptionTypeAdditional information
Settings

Collection of TempSetting

None.

Terminal

TempTerminal

None.

Outlet

TempOutlet

None.

Printers

Collection of TempPrinter

None.

Campaigns

Collection of TempCampaign

None.

ZReportSettings

Collection of ZReportSetting

None.

Clients

Collection of Client

None.

IconStores

Collection of IconStore

None.

EmailSettings

Collection of EmailSetting

None.

Floors

Collection of Floor

None.

FoodTable

Collection of FoodTable

None.

PaymentTypes

Collection of PaymentType

None.

Subscribers

Collection of Subscriber

None.

MessageTemplates

Collection of MessageTemplate

None.

OutletSettings

Collection of OutletSetting

None.

InboxMessages

Collection of Inbox

None.

Terminals

Collection of Terminal

None.

Outlets

Collection of Outlet

None.

CashDrawers

Collection of CashDrawer

None.

Coupons

Collection of Coupon

None.

Clusters

Collection of Cluster

None.

ClusterTerminals

Collection of ClusterTerminal

None.

OrderStates

Collection of OrderState

None.

Warehouses

Collection of Warehouse

None.

APIEndPoints

Collection of APIEndPoint

None.

Response Formats

application/json, text/json

Sample:
{
  "Settings": [
    {
      "$id": "2",
      "Id": 1,
      "Code": 0,
      "Value": "sample string 2",
      "Type": 3,
      "TerminalId": "1b86f236-acab-4b79-84d4-328bbb124d1b",
      "OutletId": "799fc238-a961-47ed-9465-34d59bb36d8d",
      "Title": "sample string 4",
      "Description": "sample string 5",
      "Sort": 6,
      "Created": "2025-07-04T13:41:21.7583847+02:00",
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "2"
    }
  ],
  "Terminal": {
    "$id": "3",
    "Id": "19ade615-dca2-484d-b2a3-e9c6859ad1f4",
    "OutletId": "2207fe7f-0cf6-461e-abbd-00d1bf2a0a61",
    "TerminalNo": 64,
    "TerminalType": "b64359d0-152f-46cb-868f-abd2959568ad",
    "TypeId": 5,
    "UniqueIdentification": "sample string 6",
    "HardwareAddress": "sample string 7",
    "Description": "sample string 8",
    "Alias": "sample string 9",
    "Status": 0,
    "CashDrawer": [
      {
        "$id": "4",
        "Id": "e85c65d2-bfe6-48e0-a386-7b365a04dde4",
        "Name": "sample string 2",
        "Location": "sample string 3",
        "UserId": "sample string 4",
        "TerminalId": "bda52022-7487-405c-96da-915cfec69bc8",
        "ConnectionString": "sample string 6"
      },
      {
        "$ref": "4"
      }
    ],
    "LicenseKey": "sample string 10",
    "ExpiryDate": "sample string 11",
    "LicenseType": "sample string 12",
    "LicenseStatus": true,
    "CategoryId": 14,
    "BillPrinterId": 15,
    "CostCenterId": 16,
    "IsDeleted": true,
    "IsDataSynced": true,
    "Created": "2025-07-04T13:41:21.7583847+02:00",
    "Updated": "2025-07-04T13:41:21.7583847+02:00",
    "IsExpired": true,
    "PriceListId": "4f15bad0-ba2c-4eb6-bd79-3304c18a7285",
    "LocalSaleTotal": 22.0,
    "SyncDate": "2025-07-04T13:41:21.7583847+02:00",
    "NIMPOSVersion": "sample string 24"
  },
  "Outlet": {
    "$id": "5",
    "Id": "c1bfb249-ef17-4e32-83ba-9106028f9e45",
    "Name": "sample string 2",
    "Address1": "sample string 3",
    "Address2": "sample string 4",
    "Address3": "sample string 5",
    "City": "sample string 6",
    "PostalCode": "sample string 7",
    "BillPrinterId": 8,
    "KitchenPrinterId": 9,
    "IsDeleted": true,
    "Email": "sample string 11",
    "WebUrl": "sample string 12",
    "Phone": "sample string 13",
    "OrgNo": "sample string 14",
    "HeaderText": "sample string 15",
    "FooterText": "sample string 16",
    "TaxDescription": "sample string 17",
    "Created": "2025-07-04T13:41:21.7583847+02:00",
    "Updated": "2025-07-04T13:41:21.7583847+02:00",
    "WarehouseID": "ebb6740a-21b3-4e22-a477-16e1490a845d",
    "WhLocationId": "0d5c4658-0248-427c-a23b-891c154b8155",
    "ExpiryDate": "2025-07-04T13:41:21.7583847+02:00",
    "SaleType": 22,
    "SubscriptionMode": true,
    "Currency": "sample string 24",
    "JournalNumber": 25,
    "PortalAccessToken": "sample string 26",
    "RootCategoryId": 27,
    "ShortCode": "sample string 28",
    "LoginMessage": "sample string 29",
    "Terminals": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "PriceListId": "3afe96b9-cc14-40ec-b07f-365b395fa515"
  },
  "Printers": [
    {
      "$id": "6",
      "Id": 1,
      "OutletId": "a52605d3-242b-40a0-b07f-240ae0c28024",
      "LocationName": "sample string 3",
      "PrinterName": "sample string 4",
      "Type": 0,
      "IPAddress": "sample string 5",
      "FallBackPrinterId": 6,
      "CopyPrinterId": 7,
      "TerminalId": "6fbd78c6-a239-4c2f-b4a5-6a45b7c2f79b",
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "6"
    }
  ],
  "Campaigns": [
    {
      "$id": "7",
      "Id": 1,
      "BuyLimit": 2,
      "FreeOffer": 3,
      "CampaignType": 0,
      "DiscountBy": 0,
      "StartDate": "2025-07-04T13:41:21.7583847+02:00",
      "EndDate": "2025-07-04T13:41:21.7583847+02:00",
      "Description": "sample string 6",
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "7"
    }
  ],
  "ZReportSettings": [
    {
      "$id": "8",
      "Id": 1,
      "ReportTag": "sample string 2",
      "Visiblity": true,
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "8"
    }
  ],
  "Clients": [
    {
      "$id": "9",
      "Id": 1,
      "clientId": "sample string 2",
      "clientRequestTimeout": 1,
      "password": "sample string 3",
      "connectionString": "sample string 4",
      "ClientUserId": "sample string 5",
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "9"
    }
  ],
  "IconStores": [
    {
      "$id": "10",
      "Id": 1,
      "Type": 0,
      "Title": "sample string 2",
      "Photo": "QEA=",
      "Created": "2025-07-04T13:41:21.7583847+02:00",
      "Updated": "2025-07-04T13:41:21.7583847+02:00",
      "ImageToShow": "QEA=",
      "PhotoURL": "data:image/png;base64,QEA="
    },
    {
      "$ref": "10"
    }
  ],
  "EmailSettings": [
    {
      "$id": "11",
      "Id": 1,
      "OutletId": "7a738c90-bf22-43b2-bdb8-3962657c5a4a",
      "Email": "sample string 3",
      "Password": "sample string 4",
      "SMTP": "sample string 5",
      "PortNo": 6,
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "11"
    }
  ],
  "Floors": [
    {
      "$id": "12",
      "Id": 1,
      "Name": "sample string 2",
      "LayoutImage": "QEA=",
      "Updated": "2025-07-04T13:41:21.7583847+02:00",
      "Tables": [
        {
          "$id": "13",
          "Id": 1,
          "Name": "sample string 2",
          "FloorId": 3,
          "Floor": {
            "$ref": "12"
          },
          "PositionX": 4,
          "PositionY": 5,
          "Height": 6,
          "Width": 7,
          "Chairs": 8,
          "Status": 0,
          "ImageUrl": "sample string 9",
          "ColorCode": "sample string 10",
          "ServeStatus": 11,
          "SortOrder": 12,
          "LockedByTerminal": "b061a859-c749-43f6-8de5-7c957d4736b4",
          "Updated": "2025-07-04T13:41:21.7583847+02:00",
          "OrderCount": 15,
          "OrderTotal": 16.0,
          "FloorName": "sample string 17",
          "PerformaPrinted": true,
          "TableComments": "sample string 19",
          "OrderTime": "sample string 20",
          "Orders": [
            {
              "$id": "14",
              "Id": "3f7f19e0-cb0d-4948-b073-eef5e1f62413",
              "CreationDate": "2025-07-04T13:41:21.7583847+02:00",
              "OrderNoOfDay": "sample string 3",
              "TableId": 4,
              "TableName": "sample string 5",
              "CustomerId": "90af8c3e-72e4-4735-a171-06a824d090f3",
              "Status": 0,
              "Type": 0,
              "PaymentStatus": 0,
              "Comments": "sample string 7",
              "OrderComments": "sample string 8",
              "InvoiceNumber": 9,
              "InvoiceDate": "2025-07-04T13:41:21.7583847+02:00",
              "InvoiceGenerated": true,
              "UserId": "sample string 11",
              "CheckOutUserId": "sample string 12",
              "Bong": 13,
              "TrainingMode": true,
              "TerminalId": "aca30714-f03c-426b-b788-663e0d3d7621",
              "OutletId": "fc05114c-eb07-46d7-9b75-07f03ebae034",
              "SourceTerminalId": "sample string 17",
              "CustomerInvoiceId": "2083465d-2bdb-4f28-af00-7294faec6395",
              "RoundedAmount": 18.0,
              "OrderTotal": 19.0,
              "IsGiftCardSale": true,
              "OpenSynced": true,
              "Synced": true,
              "ServeFlowId": 64,
              "ServeFlowStatus": 64,
              "CategoryId": 64,
              "DeliveryDate": "2025-07-04T13:41:21.7583847+02:00",
              "EnableRUT": true,
              "CustomerReferenceId": "c55470bd-5698-4432-b5b5-d843b31ce84f",
              "ExternalStatus": 0,
              "PerformaCount": 64,
              "DeleteReason": "sample string 29",
              "DiscountReason": "sample string 30",
              "WaitForCourse": true,
              "TableRecreated": true,
              "ReturnRecreated": true,
              "Updated": "2025-07-04T13:41:21.7583847+02:00",
              "OrderState": "sample string 35",
              "OrderLines": [
                {
                  "$id": "15",
                  "Id": "27fb6013-32da-4dbe-865c-64714d117f08",
                  "OrderId": "051603df-032a-4e2a-a89c-50901d6c6948",
                  "Order": {
                    "$ref": "14"
                  },
                  "ItemId": "c62fed44-caa9-4902-b719-9f287dd12307",
                  "Product": {
                    "$id": "16",
                    "Id": "e4fa1034-2025-4484-82c8-2be2987d1d98",
                    "Name": "sample string 2",
                    "SKU": "sample string 3",
                    "BarCode": "sample string 4",
                    "PLU": "sample string 5",
                    "GroupId": "6971212f-3fdb-44b0-822a-6d1309e9adec",
                    "SupplierId": "294c141c-4406-4fd4-a5a2-c683db45639c",
                    "SupplierSKU": "sample string 7",
                    "BrandId": 8,
                    "Description": "sample string 9",
                    "LongDescription": "sample string 10",
                    "BongTitle": "sample string 11",
                    "TextColor": "sample string 12",
                    "ColorCode": "sample string 13",
                    "IconId": 14,
                    "ShowItemButton": true,
                    "ShowGroupItem": true,
                    "Price": 17.0,
                    "PurchasePrice": 18.0,
                    "Tax": 19.0,
                    "Unit": 0,
                    "AskPrice": true,
                    "AskWeight": true,
                    "PriceLock": true,
                    "PrinterId": 23,
                    "PlaceHolder": true,
                    "AskVolume": true,
                    "NeedIngredient": true,
                    "Bong": true,
                    "Sticky": 28,
                    "Seamless": true,
                    "AccountingId": 30,
                    "ReceiptMethod": 0,
                    "ItemType": 0,
                    "DiscountAllowed": true,
                    "PreparationTime": 0,
                    "IngredientPopup": true,
                    "DefaultCartQty": 33.0,
                    "SortOrder": 34,
                    "Active": true,
                    "Deleted": true,
                    "Weight": 37.0,
                    "Availability": true,
                    "ServeType": 64,
                    "Synced": true,
                    "DemandIdControl": true,
                    "Discontinued": true,
                    "AskPLU": true,
                    "NoticeStockLevel": 44.0,
                    "DefaultUnit": 0,
                    "ManageStock": 45,
                    "PriceRek": 46.0,
                    "CommentsRequired": true,
                    "TicketQty": 48,
                    "MinCartQty": 49.0,
                    "MinQtyAlert": 50.0,
                    "ComissionPercent": 51.0,
                    "PantPrice": 52.0,
                    "TrackAmount": true,
                    "SaleUnitSuffix": "sample string 54",
                    "QtyPerSaleUnit": 55.0,
                    "AutoClose": true,
                    "ButtonTitle": "sample string 57",
                    "Created": "2025-07-04T13:41:21.7583847+02:00",
                    "Updated": "2025-07-04T13:41:21.7583847+02:00",
                    "UpdatedBy": "33f9bbba-efe4-44a5-b704-b1f3dd73159c",
                    "CategoryId": 60,
                    "Campaign": {
                      "$id": "17",
                      "Id": "89691f02-4fcb-4227-92e4-714e865c0519",
                      "CampaignType": 0,
                      "DiscountBy": 0,
                      "BuyLimit": 2,
                      "FreeOffer": 3,
                      "Price": 4.0,
                      "DiscountQtyIncrement": 5,
                      "Description": "sample string 6",
                      "StartDate": "2025-07-04T13:41:21.7583847+02:00",
                      "EndDate": "2025-07-04T13:41:21.7583847+02:00",
                      "Deleted": true,
                      "Updated": "2025-07-04T13:41:21.7583847+02:00",
                      "CampaignPriceDetails": [
                        {
                          "$id": "18",
                          "Id": "27ff82a5-22a7-49da-9323-955501b918bb",
                          "CampaignId": "56de4d84-c991-4ff5-86cf-0741b9515e9b",
                          "Quantity": 3,
                          "PayPrice": 4.0,
                          "Deleted": true,
                          "Updated": "2025-07-04T13:41:21.7583847+02:00"
                        },
                        {
                          "$ref": "18"
                        }
                      ]
                    },
                    "ItemsTags": [
                      {
                        "$id": "19",
                        "Id": "c01db99c-124b-4cb2-abca-9ec2ec00d7e4",
                        "TagId": "eb60e5ce-67f4-4619-ac2a-ebed9e228324",
                        "ItemId": "67bb9550-06dc-443d-b8c9-64ed3fb96189",
                        "Deleted": true,
                        "Synced": true,
                        "Updated": "2025-07-04T13:41:21.7583847+02:00",
                        "TagName": "sample string 7"
                      },
                      {
                        "$ref": "19"
                      }
                    ],
                    "ItemCampaign": {
                      "$id": "20",
                      "UUID": "2d69abdc-4644-4bb5-95a0-7d9089da0bb7",
                      "CampaignTypeId": "OPEN",
                      "Title": "sample string 2",
                      "DiscountBy": 1,
                      "FreeOffer": 1,
                      "BuyLimit": 1,
                      "StartDate": "2025-07-04T13:41:21.7583847+02:00",
                      "EndDate": "2025-07-04T13:41:21.7583847+02:00",
                      "PriceEach": 1.0,
                      "PriceTotal": 1.0,
                      "Grouped": true,
                      "CurrencyCode": "sample string 6",
                      "IncludesVat": true,
                      "CreatedAt": "2025-07-04T13:41:21.7583847+02:00",
                      "CreatedByUUID": "sample string 9",
                      "UpdatedAt": "2025-07-04T13:41:21.7583847+02:00",
                      "UpdatedByUUID": "sample string 10",
                      "DeletedAt": "2025-07-04T13:41:21.7583847+02:00",
                      "DeletedByUUID": "sample string 11",
                      "Synced": true,
                      "ItemPrices": [
                        {
                          "$id": "21",
                          "UUID": "3b9c7b18-30e9-4cbb-ae50-d5dfe9250b0c",
                          "PriceListUUID": "52be7fa9-ad38-4b7a-9aee-69ca62353522",
                          "ItemGroupUUID": "58e13631-a7be-40eb-a02b-6322c70ce747",
                          "AgreementUUID": "c1c247c5-2430-44fe-867f-39b8120f1d67",
                          "CustomerGroupUUID": "12efa3fb-ee4f-4fbb-8de4-218cb7bc51ba",
                          "CustomerUUID": "2c3f862e-a5f2-4b68-9bc3-f8e463389e2a",
                          "ProjectUUID": "1f32eee0-352b-417b-a240-97925d6955b5",
                          "CampaignUUID": "57b56954-5dfc-4759-88e3-41230239b7dc",
                          "ItemUUID": "0d9d31db-171d-40e4-91de-3718cc9540c6",
                          "WildCardSKU": "sample string 4",
                          "MinQty": 1.0,
                          "MaxQty": 1.0,
                          "Price": 1.0,
                          "Percentage": 1.0,
                          "Type": "sample string 5",
                          "RegularPrice": true,
                          "ValidFrom": "2025-07-04T13:41:21.7583847+02:00",
                          "ValidTo": "2025-07-04T13:41:21.7583847+02:00",
                          "CreatedAt": "2025-07-04T13:41:21.7583847+02:00",
                          "CreatedByUUID": "sample string 8",
                          "UpdatedAt": "2025-07-04T13:41:21.7583847+02:00",
                          "UpdatedByUUID": "sample string 9",
                          "DeletedAt": "2025-07-04T13:41:21.7583847+02:00",
                          "DeletedByUUID": "sample string 10",
                          "Synced": true,
                          "ItemName": "sample string 12",
                          "CampaignTitle": "sample string 13"
                        },
                        {
                          "$ref": "21"
                        }
                      ]
                    },
                    "HasPricePolicy": true,
                    "ItemCategory": [
                      {
                        "$id": "22",
                        "Id": 1,
                        "ItemId": "4e2b66ba-782a-4811-afb7-65781d424c0e",
                        "CategoryId": 3,
                        "SortOrder": 4,
                        "IsPrimary": true,
                        "CategoryBoostId": "sample string 6"
                      },
                      {
                        "$ref": "22"
                      }
                    ],
                    "ItemIdex": 62,
                    "PolicyGroupId": 63,
                    "HasCampaign": true,
                    "Products": [
                      {
                        "$ref": "16"
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "ColorName": "sample string 64",
                    "Type": 65,
                    "ImagePath": "sample string 66",
                    "ImageVisibility": true,
                    "ifExists": "sample string 68",
                    "ProductPrices": [
                      {
                        "$id": "23",
                        "Id": 1,
                        "ItemId": "5be8cdc1-4557-47d7-af33-a06c7d373259",
                        "PurchasePrice": 3.0,
                        "Price": 4.0,
                        "OutletId": "878cab61-4175-41b6-a52d-dc37c1d22c47",
                        "PriceMode": 0,
                        "Updated": "2025-07-04T13:41:21.7583847+02:00"
                      },
                      {
                        "$ref": "23"
                      }
                    ],
                    "Ingredients": [
                      {
                        "$ref": "16"
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "Variants": [
                      {
                        "$id": "24",
                        "Id": 1,
                        "ConfigurationId": "dc2e9dd9-6ff3-40cc-8556-cff100f4aa49",
                        "ItemId": "fcc091e9-9cfb-4808-b12e-e2c09afdbbdb",
                        "SortOrder": 4,
                        "Deleted": true,
                        "Updated": "2025-07-04T13:41:21.7583847+02:00"
                      },
                      {
                        "$ref": "24"
                      }
                    ],
                    "ItemOption": [
                      {
                        "$id": "25",
                        "Id": "aec98ae6-2d93-46f2-8a20-59b3d619808f",
                        "ItemOptionGroupId": "93ac6631-a662-40d6-92e3-8f9edb7ede58",
                        "ItemId": "c3d3d053-a93f-4a9f-abcb-d7f821b7b64a",
                        "CategoryId": 4,
                        "Active": true,
                        "Updated": "2025-07-04T13:41:21.7583847+02:00"
                      },
                      {
                        "$ref": "25"
                      }
                    ],
                    "ShowOnReceipt": true,
                    "QuickAdd": true,
                    "HasIngredients": true,
                    "CategoryItemGroups": [
                      {
                        "$id": "26",
                        "Id": "f5b77e0a-8583-43dd-89e0-ff9b25e0fd57",
                        "CategoryId": 2,
                        "GroupId": "033da2c8-ce75-42d3-89cd-19f95bdd0f7a",
                        "Qty": 4.0,
                        "Price": 5.0,
                        "Deleted": true,
                        "SortOrder": 7,
                        "Updated": "2025-07-04T13:41:21.7583847+02:00",
                        "Description": "sample string 9"
                      },
                      {
                        "$ref": "26"
                      }
                    ],
                    "ItemPricePolicies": [
                      {
                        "$id": "27",
                        "Id": 1,
                        "ItemId": "da29ee60-7d8f-4015-9c0a-4adb0e0ac81f",
                        "BuyLimit": 3,
                        "DiscountAmount": 4.0,
                        "Active": true,
                        "Deleted": true,
                        "Updated": "2025-07-04T13:41:21.7583847+02:00",
                        "PolicyId": 8
                      },
                      {
                        "$ref": "27"
                      }
                    ],
                    "PriceGroupPolicies": [
                      {
                        "$id": "28",
                        "Id": 1,
                        "GroupId": 2,
                        "BuyLimit": 3,
                        "MaxLimit": 4,
                        "DiscountAmount": 5.0,
                        "TotalAmount": 6.0,
                        "Updated": "2025-07-04T13:41:21.7583847+02:00"
                      },
                      {
                        "$ref": "28"
                      }
                    ],
                    "Photo": "QEA=",
                    "GroupPrice": 71.0,
                    "ExternalId": "sample string 72",
                    "IngredientQty": 73.0,
                    "StockQty": 74.0,
                    "LocalStockNull": true,
                    "StockInitialCount": 76.0,
                    "Selected": true,
                    "ShowWarhouseStock": true,
                    "ShowStockQty": true,
                    "HideStockQty": false,
                    "IsRUT": true,
                    "NotSelected": true,
                    "IsInActive": true,
                    "CreatedBy": "sample string 82",
                    "TerminalId": "c8c63f62-90e5-43b4-8995-f08f3bafdc33",
                    "CategoryName": "sample string 83",
                    "ShowCategoryName": true,
                    "DiscountedPrice": 84.0,
                    "Qty": 85.0,
                    "ConfigurationId": 86,
                    "ItemOptionId": "b53f63d4-7af9-481a-8bb8-58a5ed0612f4",
                    "PriceAdd": 88.0,
                    "PriceRemove": 89.0,
                    "FreeQty": 90.0,
                    "MinQty": 91.0,
                    "MaxQty": 92.0,
                    "PLUNumeric": 0,
                    "ScalePrice": 93.0,
                    "IsManageStock": false,
                    "PriceExlTax": 20.23,
                    "IndexId": 94,
                    "IsSelected": true
                  },
                  "Quantity": 4.0,
                  "DiscountedUnitPrice": 5.0,
                  "PurchasePrice": 6.0,
                  "ItemDiscount": 7.0,
                  "TaxPercent": 8.0,
                  "Active": 64,
                  "ItemComments": "sample string 10",
                  "UnitPrice": 11.0,
                  "DiscountPercentage": 12.0,
                  "ItemStatus": 64,
                  "IsCoupon": 64,
                  "Direction": 15,
                  "DiscountType": 0,
                  "DiscountDescription": "sample string 16",
                  "ItemType": 0,
                  "GroupId": "c63974da-c018-4b4c-987e-a8fd87f6fbfe",
                  "GroupKey": "5ffce7d5-c1e1-4fe8-a41d-abee7b784ea4",
                  "IngredientMode": "sample string 18",
                  "IngredientQty": 19.0,
                  "ItemUnit": 0,
                  "ShowOnReceipt": true,
                  "ServeType": 64,
                  "BongNo": 22,
                  "AddedOrder": 64,
                  "IsRUT": true,
                  "PrinterId": 25,
                  "ComissionPercent": 26.0,
                  "PantPrice": 27.0,
                  "PreparationTime": 0,
                  "OutletId": "ca7547d9-4a34-438a-af3a-5fd1c479b019",
                  "QuickAdd": true,
                  "IsDefaultIngredient": true,
                  "ItemStatusText": "Ready",
                  "ItemStatusColor": "#FFD89778",
                  "KDSItemStatusColor": "#FFD89778",
                  "IsReadyToServe": true,
                  "EnableReadyToServe": false,
                  "IngredientCartQty": "4x19",
                  "OrderComments": "sample string 32",
                  "OrderDate": "2025-07-04T13:41:21.7583847+02:00",
                  "InvoiceDate": "2025-07-04T13:41:21.7583847+02:00",
                  "IsOrderComment": true,
                  "ServeTypeName": "sample string 35",
                  "ServeStatusColor": "sample string 36",
                  "ServeStatusVisibility": true,
                  "CampignIndex": 38,
                  "BorderColor": "sample string 39",
                  "BackColor": "sample string 40",
                  "ForeColor": "sample string 41",
                  "ButtonTag": 42,
                  "StatusColor": "#FFFFFFFF",
                  "IsValid": false,
                  "ItemDetails": [
                    {
                      "$ref": "15"
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "IngredientItems": [
                    {
                      "$ref": "15"
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "CampaignId": "bc7d3592-2559-49ae-82ae-6205315586d9",
                  "HasGroupItems": false,
                  "GrossTotal": 660.0,
                  "GrossDiscountTotal": -153.0,
                  "IngredientTotal": -102.0,
                  "ShowButton": false,
                  "ItemName": "sample string 2",
                  "UpdateColorName": 64,
                  "VAT": -0.98222222222222222,
                  "ItemTotalDiscount": 21.0,
                  "ItemTotalDiscountDisplay": -21.0,
                  "DiscountVisibility": true,
                  "ComissionVisibility": true,
                  "ItemDiscountDisplay": -7.0,
                  "DiscountSignVisibility": true,
                  "IngredientListVisibility": true,
                  "RecieptQtyVisibility": true,
                  "StatusVisibility": false,
                  "QtyVisibility": true,
                  "GroupQtyVisibility": true,
                  "IngredientVisibility": true,
                  "imagePath": "/LuqonRetail;component/images/minusQty.png",
                  "IsSelected": true,
                  "SelecttedImagePath": "/LuqonRetail;component/images/selecteditem.png",
                  "CampaignApplied": true,
                  "DisableCampaignApplied": false,
                  "RewardApplied": true,
                  "CartQty": "4",
                  "RecieptQty": "4.00",
                  "HasIngredients": true,
                  "ReceiptItems": [
                    {
                      "$id": "29",
                      "ContentGuid": "3533a7f7-d6e1-4103-b5c4-c398b81c2861",
                      "Extra": true,
                      "Strip": true,
                      "Text": "sample string 4",
                      "Price": 5.0,
                      "VAT": 6.0,
                      "Quantity": 7,
                      "Direction": "+"
                    },
                    {
                      "$ref": "29"
                    }
                  ],
                  "ItemIdex": 47,
                  "BIDSNO": 48,
                  "Percentage": 49.0,
                  "OrderType": 0,
                  "BIDS": "sample string 50",
                  "Category": "sample string 51",
                  "Description": "sample string 52",
                  "MoveQuantity": 53.0,
                  "SortOrder": 54,
                  "InWait": true,
                  "DetailItemsVisiblity": true,
                  "DisplayTotal": "sample string 57",
                  "GiftCardNo": "sample string 58",
                  "AddedAt": "2025-07-04T13:41:21.7583847+02:00",
                  "DisplayQty": "sample string 60",
                  "HideButton": true,
                  "ItemNameWidth": 62,
                  "LineHeight": 25,
                  "ButtonVisibility": false,
                  "DeleteButtonVisibility": true,
                  "CommentVisibility": true,
                  "MarkReadyVisibility": true,
                  "CartFontSize": 64,
                  "IngredeintComment": "sample string 65",
                  "IngredeintModeVisibility": false,
                  "IngredeintCommentVisibility": true,
                  "PantPriceVisibility": true,
                  "TotalPantPrice": 108.0,
                  "ItemDescription": "sample string 66",
                  "PriceExlTax": 4.63,
                  "PurchasePriceExlTax": 5.56
                },
                {
                  "$ref": "15"
                }
              ],
              "Receipts": [
                {
                  "$id": "30",
                  "ReceiptId": "a9054b8f-7724-4430-b2ae-15545c5a5ba3",
                  "TerminalId": "7abdf625-64c7-4341-8e57-4bc98ba35f39",
                  "TerminalNo": 64,
                  "ReceiptNumber": 4,
                  "OrderId": "3d3114af-412b-41e8-950e-395fbd4e4b50",
                  "Order": {
                    "$ref": "14"
                  },
                  "ReceiptCopies": 64,
                  "GrossAmount": 7.0,
                  "VatAmount": 8.0,
                  "VatDetail": "sample string 9",
                  "PrintDate": "2025-07-04T13:41:21.7583847+02:00",
                  "ControlUnitName": "sample string 11",
                  "ControlUnitCode": "sample string 12",
                  "CustomerPaymentReceipt": "sample string 13",
                  "MerchantPaymentReceipt": "sample string 14",
                  "IsSignature": true,
                  "VatDetails": null,
                  "NegativeAmount": 16.0,
                  "RoundedAmount": 17.0,
                  "CLEAN_CASH_ERROR": "sample string 18"
                },
                {
                  "$ref": "30"
                }
              ],
              "Payments": [
                {
                  "$id": "31",
                  "Id": "0c83fc8a-af21-4cb5-9794-5c9732f1e5f1",
                  "OrderId": "84be3bf8-3aed-4a9c-82d4-fd21eece00d1",
                  "Order": {
                    "$ref": "14"
                  },
                  "TypeId": 64,
                  "PaidAmount": 4.0,
                  "ReturnAmount": 5.0,
                  "PaymentDate": "2025-07-04T13:41:21.7583847+02:00",
                  "PaymentRef": "sample string 7",
                  "CreditCardNo": "sample string 8",
                  "CashCollected": 9.0,
                  "CashChange": 10.0,
                  "IsCashSaleDropped": 64,
                  "Direction": 12,
                  "ProductName": "sample string 13",
                  "DeviceTotal": 14.0,
                  "TypeName": "sample string 15"
                },
                {
                  "$ref": "31"
                }
              ],
              "RUTDiscount": 36.0,
              "CustomerName": "sample string 37",
              "CustomerPhone": "sample string 38",
              "PrimaryContact": "sample string 39",
              "PrimaryPhone": "sample string 40",
              "PrimaryEmail": "sample string 41",
              "CustomerNo": "sample string 42",
              "Email": "sample string 43",
              "CustomerAddress": "sample string 44",
              "CreatedBy": "sample string 45",
              "IsSelected": true,
              "EmailSent": true,
              "SentDate": "2025-07-04T13:41:21.7583847+02:00",
              "DueDate": "2025-07-04T13:41:21.7583847+02:00",
              "BalanceAmount": 48.0,
              "SelectedTable": {
                "$ref": "13"
              },
              "Receipt": {
                "$ref": "30"
              },
              "Customer": {
                "$id": "32",
                "Id": "72d83da7-e950-40fd-bda5-8fceb7f869a4",
                "ParentId": "7350e200-8cb8-4465-8e3b-e7a92c49840f",
                "Name": "sample string 2",
                "OrgNo": "sample string 3",
                "Address1": "sample string 4",
                "Address2": "sample string 5",
                "FloorNo": 6,
                "PortCode": "sample string 7",
                "CustomerNo": "sample string 8",
                "City": "sample string 9",
                "Phone": "sample string 10",
                "Email": "sample string 11",
                "ZipCode": "sample string 12",
                "Reference": "sample string 13",
                "DirectPrint": true,
                "VehicleId": 15,
                "CommunicationTypeId": 16,
                "Active": true,
                "Synced": true,
                "EnableRUT": true,
                "RUTDisallowedUntil": "2025-07-04T13:41:21.7583847+02:00",
                "CustomerType": 0,
                "PrimaryName": "sample string 20",
                "PrimaryPhone": "sample string 21",
                "PrimaryEmail": "sample string 22",
                "SendReceipt": true,
                "InstructionAlert": true,
                "Instructions": "sample string 25",
                "PaymentMethod": 0,
                "DeliveryMethod": 0,
                "Created": "2025-07-04T13:41:21.7583847+02:00",
                "Updated": "2025-07-04T13:41:21.7583847+02:00",
                "UpdatedBy": "d0c655e2-b6a9-4cba-b6f3-80c61affb3ac",
                "PriceListId": "d0b06f57-6917-44d9-bed8-eb8be4c0b772",
                "Customer_CustomField": [
                  {
                    "$id": "33",
                    "Id": "f486f9e6-ec63-44c1-9de8-f2cab334007a",
                    "FieldId": "f968e2c8-4141-4e41-8129-9bef5e6b6be1",
                    "CustomerCustomField": {
                      "$id": "34",
                      "Id": "38e2fb6b-fd50-4717-8be6-0f0e04de1bf9",
                      "Caption": "sample string 2",
                      "SortOrder": 3
                    },
                    "CustomerId": "967a872a-bcb8-4143-bb0b-1451f3c5ad1a",
                    "Customer": {
                      "$ref": "32"
                    },
                    "Caption": "sample string 4",
                    "Text": "sample string 5",
                    "SortOrder": 6,
                    "Updated": "2025-07-04T13:41:21.7583847+02:00"
                  },
                  {
                    "$ref": "33"
                  }
                ],
                "DiscountGroupId": "cb28a59a-78b2-4421-a672-bb7933a5d186",
                "OrgNumber": "sample string 3",
                "CustomerName": "sample string 2",
                "Address": "sample string 4, sample string 12, sample string 9",
                "PrimaryContacts": [
                  {
                    "$ref": "32"
                  },
                  {
                    "$ref": "32"
                  }
                ],
                "ContactReference": "sample string 30",
                "DiscountGroup": {
                  "$id": "35",
                  "DiscountId": "a994d14e-0be5-4cfb-bff2-817e62a1d8b7",
                  "Title": "sample string 2",
                  "Discount": 3.0,
                  "Created": "2025-07-04T13:41:21.7583847+02:00",
                  "Updated": "2025-07-04T13:41:21.7583847+02:00",
                  "Description": "sample string 6"
                },
                "Parent": {
                  "$ref": "32"
                },
                "ShowEdit": true,
                "GiftCard": {
                  "$id": "36",
                  "CardId": "7eff6769-4d75-4a3e-8347-d11513d2e42f",
                  "CardNumber": "sample string 2",
                  "AddedAmount": 3.0,
                  "Balance": 4.0,
                  "CustomerId": "340ce4c8-e86c-4327-b0f5-9960f2af00f5",
                  "Title": "sample string 6",
                  "ValidFrom": "2025-07-04T13:41:21.7583847+02:00",
                  "ValidTo": "2025-07-04T13:41:21.7583847+02:00",
                  "Active": true,
                  "Updated": "2025-07-04T13:41:21.7583847+02:00",
                  "CardType": 0,
                  "UniqueCode": "sample string 11",
                  "Synced": true,
                  "Status": "Aktiva",
                  "UsedAmount": -1.0,
                  "CustomerDiscount": 13.0,
                  "CustomerName": "sample string 14",
                  "SeasonTicket": {
                    "$id": "37",
                    "Id": "cdfc2b0b-a5e3-419b-a9ae-927e889ed3a2",
                    "CustomerId": "a12c10ae-adef-437d-9aa1-9a5086f27087",
                    "ExpiryDate": "2025-07-04T13:41:21.7583847+02:00",
                    "Active": true,
                    "Synced": true,
                    "CustomerName": "sample string 6"
                  },
                  "OrderId": "f2063534-f5e7-4fe7-96bd-4f27758a0b3c",
                  "NewAmount": 16.0,
                  "VehicleId": 17
                }
              },
              "ShortComments": "sample string 49",
              "CartNumber": 50,
              "SelecttedImagePath": "/images/selecteditem.png",
              "ServeStatusColor": "sample string 51",
              "SumAmtString": "19",
              "OrderDirection": 1,
              "BongNumber": "sample string 52",
              "PuckNumber": "sample string 53",
              "BongComments": "sample string 54",
              "OutletCode": "sample string 55",
              "OrderStatusFromType": 3,
              "PaidStatus": "Delbetald",
              "OrderNumber": "3f7f19e0-cb0d-4948-b073-eef5e1f62413",
              "ReceiptNumber": "9",
              "OrderType": 0,
              "GrossAmount": -36.0,
              "ComissionAmount": 0.0,
              "NetAmount": 0.0,
              "VatAmount": 0.0,
              "PartialPaidAmount": 56.0,
              "SelectEnable": false,
              "CheckOutVisibility": true,
              "RetryVisibility": false,
              "ButtonVisibility": false,
              "ReturnButtonVisibility": false,
              "SendTicketToCustomer": true,
              "IsReadyToPickup": true,
              "IsWaitingToPickup": true,
              "ShowReminder": true,
              "ShowSMSWarning": true,
              "ButtonRestoreVisibility": false,
              "InvNumber": "sample string 62",
              "GiftCard": {
                "$ref": "36"
              },
              "GiftCards": [
                {
                  "$ref": "36"
                },
                {
                  "$ref": "36"
                }
              ],
              "PaymentType": "sample string 63",
              "PaymentTypeId": 64,
              "InProgress": true,
              "ShowButtonOnOpenView": false,
              "ShowButtonOnOpenViewInRestaurant": true,
              "AskRUTCalled": true,
              "OrderTickets": [
                {
                  "$id": "38",
                  "Id": "0df3b6e0-d9c4-46bc-9091-a7cc4ae6b20f",
                  "OrderId": "4bb2b22a-7880-4444-9aee-3e080ced9051",
                  "TicketNo": 3,
                  "BongNo": 4,
                  "TableId": 5,
                  "Comments": "sample string 6",
                  "CreatedBy": "sample string 7",
                  "CreatedAt": "2025-07-04T13:41:21.7583847+02:00",
                  "OrderTicketItems": [
                    {
                      "$id": "39",
                      "Id": "5560896b-639f-4e1f-b37e-64bbb2a613cb",
                      "TicketId": "a14417a5-d709-47b5-8492-c66bef6f25d3",
                      "OrderTicket": {
                        "$ref": "38"
                      },
                      "ItemId": "4e3fd49f-204a-4d2b-9a79-81d132e2ad05",
                      "Quantity": 4.0,
                      "Comments": "sample string 5",
                      "PrinterId": 6
                    },
                    {
                      "$ref": "39"
                    }
                  ]
                },
                {
                  "$ref": "38"
                }
              ],
              "KDSStatus": 0,
              "KitchenStatus": 0,
              "RecreateTableButton": true,
              "TabNo": 69,
              "ExportStatus": 70,
              "ExportError": "sample string 71",
              "TipAmount": 72.0,
              "ShowTabNo": true,
              "TabNoHeight": 25,
              "CurrentStatusText": "sample string 74"
            },
            {
              "$ref": "14"
            }
          ]
        },
        {
          "$ref": "13"
        }
      ]
    },
    {
      "$ref": "12"
    }
  ],
  "FoodTable": [
    {
      "$ref": "13"
    },
    {
      "$ref": "13"
    }
  ],
  "PaymentTypes": [
    {
      "$id": "40",
      "Id": 1,
      "Name": "sample string 2",
      "SwedishName": "sample string 3",
      "AccountingCode": 4,
      "Action": 0,
      "RoundAmount": true,
      "RUTAllowed": true,
      "Active": true,
      "SortOrder": 8,
      "MoveOrderToClosed": true,
      "DefaultOrderState": "sample string 10",
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "40"
    }
  ],
  "Subscribers": [
    {
      "$id": "41",
      "Id": 1,
      "CompanyId": "85b9738b-cbe3-47a2-a34f-c831b1d34e02",
      "TerminalUniqueId": "sample string 3",
      "SubscribeType": "sample string 4",
      "URL": "sample string 5",
      "Token": "sample string 6",
      "UserId": "sample string 7",
      "Password": "sample string 8",
      "AuthType": "sample string 9",
      "Active": true,
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "41"
    }
  ],
  "MessageTemplates": [
    {
      "$id": "42",
      "Id": "427f48c4-9af6-48b4-be29-fdc3a702dc80",
      "TemplateType": 0,
      "Label": "sample string 2",
      "Code": "sample string 3",
      "Description": "sample string 4",
      "Content": "sample string 5",
      "Tags": "sample string 6",
      "IsDefault": true,
      "Deleted": true,
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "42"
    }
  ],
  "OutletSettings": [
    {
      "$id": "43",
      "Id": 1,
      "OutletId": "985c9dcb-03f8-4ce7-af7f-70bc6e64a7a7",
      "Title": "sample string 3",
      "Description": "sample string 4",
      "Type": 0,
      "Code": 0,
      "Value": "sample string 5",
      "Created": "2025-07-04T13:41:21.7583847+02:00",
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "43"
    }
  ],
  "InboxMessages": [
    {
      "$id": "44",
      "Id": 1,
      "Description": "sample string 2",
      "CreatedOn": "2025-07-04T13:41:21.7583847+02:00",
      "IsRead": true
    },
    {
      "$ref": "44"
    }
  ],
  "Terminals": [
    {
      "$id": "45",
      "Id": "4396df41-3d68-427f-aa30-69e68569a6e9",
      "OutletId": "ee12c040-bfd6-403a-9eef-0e47e6cfd433",
      "Outlet": {
        "$id": "46",
        "Id": "66a2fb06-2814-4466-adc2-50d7170711ef",
        "Name": "sample string 2",
        "Address1": "sample string 3",
        "Address2": "sample string 4",
        "Address3": "sample string 5",
        "City": "sample string 6",
        "PostalCode": "sample string 7",
        "BillPrinterId": 8,
        "KitchenPrinterId": 9,
        "IsDeleted": true,
        "Email": "sample string 11",
        "WebUrl": "sample string 12",
        "Phone": "sample string 13",
        "OrgNo": "sample string 14",
        "HeaderText": "sample string 15",
        "FooterText": "sample string 16",
        "TaxDescription": "sample string 17",
        "Created": "2025-07-04T13:41:21.7583847+02:00",
        "Updated": "2025-07-04T13:41:21.7583847+02:00",
        "WarehouseID": "77273cab-f169-4842-a1f7-0fdbbd95f053",
        "WhLocationId": "12a53b35-28de-4fb9-bb60-6beaaf1e2871",
        "ExpiryDate": "2025-07-04T13:41:21.7583847+02:00",
        "SaleType": 22,
        "SubscriptionMode": true,
        "Currency": "sample string 24",
        "JournalNumber": 25,
        "RootCategoryId": 26,
        "ShortCode": "sample string 27",
        "PortalAccessToken": "sample string 28",
        "LoginMessage": "sample string 29",
        "PriceListId": "76b6c384-30c9-4308-ad82-d4f684353c09",
        "HasAddress": true,
        "Address": "sample string 3, sample string 7, sample string 6",
        "Terminals": [
          {
            "$ref": "45"
          },
          {
            "$ref": "45"
          }
        ]
      },
      "TerminalNo": 64,
      "TypeId": 4,
      "UniqueIdentification": "sample string 5",
      "HardwareAddress": "sample string 6",
      "Alias": "sample string 7",
      "Description": "sample string 8",
      "CostCenterId": 9,
      "Status": 0,
      "RootCategoryId": 10,
      "BillPrinterId": 11,
      "LicenseKey": "sample string 12",
      "ExpiryDate": "sample string 13",
      "LicenseType": "sample string 14",
      "LicenseStatus": true,
      "IsDeleted": true,
      "IsDataSynced": true,
      "PriceListId": "d674d94b-4c54-48da-9202-298d13ae2d95",
      "IsLoggedOut": true,
      "IsDisabled": true,
      "Created": "2025-07-04T13:41:21.7583847+02:00",
      "Updated": "2025-07-04T13:41:21.7583847+02:00",
      "LastClosed": "2025-07-04T13:41:21.7583847+02:00",
      "StatusLog": [
        {
          "$id": "47",
          "<Id>k__BackingField": "27246186-2ad1-4dd2-9c2e-d78537c755ba",
          "<TerminalId>k__BackingField": "f5fdc152-6b9a-4e3e-a69e-59d60332edfe",
          "<Terminal>k__BackingField": {
            "$ref": "45"
          },
          "<ActivityDate>k__BackingField": "2025-07-04T13:41:21.7583847+02:00",
          "<UserId>k__BackingField": "sample string 4",
          "<ReportId>k__BackingField": "ca374064-77b8-405f-be57-1cfc067ac5c8",
          "<Status>k__BackingField": 0,
          "<Synced>k__BackingField": 6,
          "<ReportData>k__BackingField": [
            {
              "$id": "48",
              "Id": "82915909-238f-4039-9246-73ff6d3eb334",
              "ReportId": "97fc5e8f-9cfb-4268-a900-338825a8a82b",
              "DataType": "sample string 3",
              "TextValue": "sample string 4",
              "ForeignId": "sample string 5",
              "Value": 1.0,
              "TaxPercent": 1.0,
              "DateValue": "2025-07-04T13:41:21.7583847+02:00",
              "SortOrder": 6
            },
            {
              "$ref": "48"
            }
          ],
          "<Report>k__BackingField": {
            "$id": "49",
            "Id": "ed7e19cc-3d22-4649-bbc0-e8b454d40e67",
            "CreationDate": "2025-07-04T13:41:21.7583847+02:00",
            "ReportType": 3,
            "ReportNumber": 4,
            "TerminalId": "58f7ee26-405e-4a3d-912d-154f88ace144",
            "Terminal": {
              "$ref": "45"
            }
          }
        },
        {
          "$ref": "47"
        }
      ],
      "CashDrawer": [
        {
          "$id": "50",
          "Id": "e748a4fb-ba28-47d5-8b81-44cd5d78fbea",
          "Name": "sample string 2",
          "Location": "sample string 3",
          "UserId": "sample string 4",
          "TerminalId": "d75b0ed6-1a18-4f01-b624-bd736af12815",
          "ConnectionString": "sample string 6",
          "Logs": [
            {
              "$id": "51",
              "<Id>k__BackingField": "051930c9-2d75-4f0e-9052-a774e23fbc19",
              "<CashDrawerId>k__BackingField": "0948f665-e5e3-42c8-a0ed-fec2c32502ce",
              "<CashDrawer>k__BackingField": {
                "$ref": "50"
              },
              "<ActivityDate>k__BackingField": "2025-07-04T13:41:21.7583847+02:00",
              "<ActivityType>k__BackingField": 1,
              "<UserId>k__BackingField": "sample string 4",
              "<Amount>k__BackingField": 5.0,
              "<OrderId>k__BackingField": "2d1c7d47-5aa4-4ac5-82c5-76fcdf618372",
              "<Synced>k__BackingField": 7
            },
            {
              "$ref": "51"
            }
          ]
        },
        {
          "$ref": "50"
        }
      ],
      "InActive": true,
      "IsOpen": false,
      "IsExpired": true,
      "TerminalType": "cc0f7e8c-438f-44b0-8c5e-321b327e85fc"
    },
    {
      "$ref": "45"
    }
  ],
  "Outlets": [
    {
      "$ref": "46"
    },
    {
      "$ref": "46"
    }
  ],
  "CashDrawers": [
    {
      "$ref": "50"
    },
    {
      "$ref": "50"
    }
  ],
  "Coupons": [
    {
      "$id": "52",
      "Id": "a36661ef-2bdd-4ef7-8d2c-b276182768d7",
      "CouponCode": "sample string 2",
      "DiscountPercentage": 3.0,
      "ExpirationDate": "2025-07-04T13:41:21.7583847+02:00",
      "RedeemTime": 5,
      "IsRedeemed": true,
      "Synced": true,
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "52"
    }
  ],
  "Clusters": [
    {
      "$id": "53",
      "Id": "2faeec73-da06-4f72-9035-535b2036e3f5",
      "OutletId": "5f42a271-df48-4d43-9dc5-b4b79657fa8d",
      "Name": "sample string 3",
      "Deleted": true,
      "Updated": "2025-07-04T13:41:21.7583847+02:00",
      "OutletName": "sample string 6"
    },
    {
      "$ref": "53"
    }
  ],
  "ClusterTerminals": [
    {
      "$id": "54",
      "Id": "c10157a5-9322-4a32-a1e3-a7c83fec0107",
      "ClusterId": "16115b03-ad3d-49cf-bbe3-57cfb4d9d8b9",
      "TerminalId": "744ba947-3e05-424d-a0f6-ef7b3b0f19fc",
      "Active": true,
      "LocalAPIUrl": "sample string 5",
      "Updated": "2025-07-04T13:41:21.7583847+02:00",
      "TerminalName": "sample string 7",
      "UniqueIdentifier": "sample string 8",
      "ClosedStatus": 0,
      "LoggedOutStatus": "LoggedOut",
      "IsLoggedOut": true,
      "ShowForceLogout": false,
      "EnableClose": false
    },
    {
      "$ref": "54"
    }
  ],
  "OrderStates": [
    {
      "$id": "55",
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Updated": "2025-07-04T13:41:21.7583847+02:00"
    },
    {
      "$ref": "55"
    }
  ],
  "Warehouses": [
    {
      "$id": "56",
      "WarehouseID": "15571f9f-06fa-4053-9651-d489f879bff5",
      "Alias": "sample string 2",
      "Name": "sample string 3",
      "Address1": "sample string 4",
      "Address2": "sample string 5",
      "Address3": "sample string 6",
      "Zipcode": "sample string 7",
      "City": "sample string 8",
      "Country": "sample string 9",
      "Updated": "2025-07-04T13:41:21.7583847+02:00",
      "WarehouseLocations": [
        {
          "$id": "57",
          "WarehouseLocationID": "49fe49bb-f3c0-4700-9f7b-5de5da62bc5b",
          "WarehouseID": "1d3937e5-437f-475d-a2dc-a36cd6517fa3",
          "Name": "sample string 3",
          "Path": "sample string 4",
          "WhName": "sample string 5"
        },
        {
          "$ref": "57"
        }
      ]
    },
    {
      "$ref": "56"
    }
  ],
  "APIEndPoints": [
    {
      "$id": "58",
      "Id": 1,
      "Name": "sample string 2",
      "EndpointURL": "sample string 3",
      "AccessToken": "sample string 4",
      "AccessTokenExpiry": "sample string 5",
      "RefreshToken": "sample string 6",
      "ClientId": "sample string 7",
      "Password": "sample string 8",
      "RedirectUri": "sample string 9",
      "PrivateKey": "QEA=",
      "PublicKey": "QEA=",
      "ClientRequestTimeout": 10,
      "StoreId": "sample string 11",
      "RestaurantId": "sample string 12",
      "EndPointType": 0,
      "CreatedAt": "2025-07-04T13:41:21.7583847+02:00",
      "UpdatedAt": "2025-07-04T13:41:21.7583847+02:00",
      "Synced": true
    },
    {
      "$ref": "58"
    }
  ]
}