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.

Response Formats

application/json, text/json

Sample:
{
  "Settings": [
    {
      "$id": "2",
      "Id": 1,
      "Code": 0,
      "Value": "sample string 2",
      "Type": 3,
      "TerminalId": "9fd09066-8533-45e3-a23a-cce4c28bb1ae",
      "OutletId": "603c6196-2db8-4481-99fc-8ab5977f7162",
      "Title": "sample string 4",
      "Description": "sample string 5",
      "Sort": 6,
      "Created": "2024-05-16T17:57:41.0548616+02:00",
      "Updated": "2024-05-16T17:57:41.0548616+02:00"
    },
    {
      "$ref": "2"
    }
  ],
  "Terminal": {
    "$id": "3",
    "Id": "03f8f36d-7eb3-4b43-b332-01482ad6ba62",
    "OutletId": "14bf4975-36cc-4dc2-883c-7312ee80de04",
    "TerminalNo": 64,
    "TerminalType": "a1bd4758-74e9-4535-85bb-f2eccca9d698",
    "TypeId": 5,
    "UniqueIdentification": "sample string 6",
    "HardwareAddress": "sample string 7",
    "Description": "sample string 8",
    "Alias": "sample string 9",
    "Status": 0,
    "CashDrawer": [
      {
        "$id": "4",
        "Id": "a3be5896-6668-406d-9743-de854bc86b44",
        "Name": "sample string 2",
        "Location": "sample string 3",
        "UserId": "sample string 4",
        "TerminalId": "1db43edc-60c7-4b8a-9207-a030dc53fcdb",
        "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": "2024-05-16T17:57:41.0548616+02:00",
    "Updated": "2024-05-16T17:57:41.0548616+02:00",
    "IsExpired": true,
    "PriceListId": "6ce64a3e-17a0-4683-96ef-c04334727b16",
    "LocalSaleTotal": 22.0,
    "SyncDate": "2024-05-16T17:57:41.0548616+02:00",
    "NIMPOSVersion": "sample string 24"
  },
  "Outlet": {
    "$id": "5",
    "Id": "bf19f6cc-d5b7-4127-8ab4-65383970cb9d",
    "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": "2024-05-16T17:57:41.0558617+02:00",
    "Updated": "2024-05-16T17:57:41.0558617+02:00",
    "WarehouseID": "d5319ba4-7b2b-4868-a4c0-5cfb5fdfb601",
    "WhLocationId": "2a7450f4-4f77-4bdb-b438-f2e2bff19b6c",
    "ExpiryDate": "2024-05-16T17:57:41.0558617+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": "896d16f9-d664-4665-8b13-8b62bb1f3fed"
  },
  "Printers": [
    {
      "$id": "6",
      "Id": 1,
      "OutletId": "e666f0cc-5db3-4f82-9d7e-fa455076d1ed",
      "LocationName": "sample string 3",
      "PrinterName": "sample string 4",
      "Type": 0,
      "IPAddress": "sample string 5",
      "FallBackPrinterId": 6,
      "CopyPrinterId": 7,
      "TerminalId": "0d770f10-07dd-49b3-a270-f81fa0f0c633",
      "Updated": "2024-05-16T17:57:41.0558617+02:00"
    },
    {
      "$ref": "6"
    }
  ],
  "Campaigns": [
    {
      "$id": "7",
      "Id": 1,
      "BuyLimit": 2,
      "FreeOffer": 3,
      "CampaignType": 0,
      "DiscountBy": 0,
      "StartDate": "2024-05-16T17:57:41.0568618+02:00",
      "EndDate": "2024-05-16T17:57:41.0568618+02:00",
      "Description": "sample string 6",
      "Updated": "2024-05-16T17:57:41.0568618+02:00"
    },
    {
      "$ref": "7"
    }
  ],
  "ZReportSettings": [
    {
      "$id": "8",
      "Id": 1,
      "ReportTag": "sample string 2",
      "Visiblity": true,
      "Updated": "2024-05-16T17:57:41.0578619+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": "2024-05-16T17:57:41.0578619+02:00"
    },
    {
      "$ref": "9"
    }
  ],
  "IconStores": [
    {
      "$id": "10",
      "Id": 1,
      "Type": 0,
      "Title": "sample string 2",
      "Photo": "QEA=",
      "Created": "2024-05-16T17:57:41.0588628+02:00",
      "Updated": "2024-05-16T17:57:41.0588628+02:00",
      "ImageToShow": "QEA=",
      "PhotoURL": "data:image/png;base64,QEA="
    },
    {
      "$ref": "10"
    }
  ],
  "EmailSettings": [
    {
      "$id": "11",
      "Id": 1,
      "OutletId": "1382118a-4485-4655-bbd1-9bf5928a5ae3",
      "Email": "sample string 3",
      "Password": "sample string 4",
      "SMTP": "sample string 5",
      "PortNo": 6,
      "Updated": "2024-05-16T17:57:41.0588628+02:00"
    },
    {
      "$ref": "11"
    }
  ],
  "Floors": [
    {
      "$id": "12",
      "Id": 1,
      "Name": "sample string 2",
      "LayoutImage": "QEA=",
      "Updated": "2024-05-16T17:57:41.059863+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": "94fd7fe8-4adf-41de-b633-ff79e8ff66ba",
          "Updated": "2024-05-16T17:57:41.059863+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": "ada40f3f-d7a2-4e3a-8dd8-2327687fb736",
              "CreationDate": "2024-05-16T17:57:41.059863+02:00",
              "OrderNoOfDay": "sample string 3",
              "TableId": 4,
              "TableName": "sample string 5",
              "CustomerId": "253247e2-9c9f-4ccf-b78c-a5007d0b9b79",
              "Status": 0,
              "Type": 0,
              "PaymentStatus": 0,
              "Comments": "sample string 7",
              "OrderComments": "sample string 8",
              "InvoiceNumber": 9,
              "InvoiceDate": "2024-05-16T17:57:41.059863+02:00",
              "InvoiceGenerated": true,
              "UserId": "sample string 11",
              "CheckOutUserId": "sample string 12",
              "Bong": 13,
              "TrainingMode": true,
              "TerminalId": "14282e76-659c-4ebe-ae53-e8659e2bb3a2",
              "OutletId": "22f659f2-5192-495a-9893-d4f1cd7bc884",
              "SourceTerminalId": "sample string 17",
              "CustomerInvoiceId": "3d45f117-36e9-4230-98f4-30893af512bf",
              "RoundedAmount": 18.0,
              "OrderTotal": 19.0,
              "IsGiftCardSale": true,
              "OpenSynced": true,
              "Synced": true,
              "ServeFlowId": 64,
              "ServeFlowStatus": 64,
              "CategoryId": 64,
              "DeliveryDate": "2024-05-16T17:57:41.059863+02:00",
              "EnableRUT": true,
              "CustomerReferenceId": "cfeb9700-975f-413c-a536-fa95d42d3e65",
              "ExternalStatus": 0,
              "PerformaCount": 64,
              "DeleteReason": "sample string 29",
              "DiscountReason": "sample string 30",
              "WaitForCourse": true,
              "TableRecreated": true,
              "ReturnRecreated": true,
              "Updated": "2024-05-16T17:57:41.059863+02:00",
              "OrderState": "sample string 35",
              "OrderLines": [
                {
                  "$id": "15",
                  "Id": "201be305-8f82-4db9-92e7-c68b830976c5",
                  "OrderId": "923f5672-ad48-4eb8-afc6-ef1944aa6b94",
                  "Order": {
                    "$ref": "14"
                  },
                  "ItemId": "358a1580-b6aa-422a-a1c8-9c49a66d1c22",
                  "Product": {
                    "$id": "16",
                    "Id": "2cadb456-e07c-4fdf-9d9c-ac9590cea6ca",
                    "SKU": "sample string 2",
                    "Name": "sample string 3",
                    "Description": "sample string 4",
                    "LongDescription": "sample string 5",
                    "BarCode": "sample string 6",
                    "Price": 7.0,
                    "PurchasePrice": 8.0,
                    "Tax": 9.0,
                    "BrandId": 10,
                    "PLU": "sample string 11",
                    "Unit": 0,
                    "AskPrice": true,
                    "AskWeight": true,
                    "PriceLock": true,
                    "ColorCode": "sample string 15",
                    "PrinterId": 16,
                    "PlaceHolder": true,
                    "AskVolume": true,
                    "NeedIngredient": true,
                    "Bong": true,
                    "Sticky": 21,
                    "Seamless": true,
                    "ShowItemButton": true,
                    "ShowGroupItem": true,
                    "AccountingId": 25,
                    "ReceiptMethod": 0,
                    "ItemType": 0,
                    "DiscountAllowed": true,
                    "PreparationTime": 0,
                    "IngredientPopup": true,
                    "DefaultCartQty": 28.0,
                    "SortOrder": 29,
                    "IconId": 30,
                    "Active": true,
                    "Deleted": true,
                    "Weight": 33.0,
                    "Availability": true,
                    "TextColor": "sample string 35",
                    "ServeType": 64,
                    "BongTitle": "sample string 37",
                    "Synced": true,
                    "DemandIdControl": true,
                    "Discontinued": true,
                    "AskPLU": true,
                    "SupplierId": "e9fbe606-3499-4ca3-83e5-0ae450960e69",
                    "SupplierSKU": "sample string 44",
                    "DefaultUnit": 0,
                    "ManageStock": 45,
                    "PriceRek": 46.0,
                    "CommentsRequired": true,
                    "TicketQty": 48,
                    "MinCartQty": 49.0,
                    "MinQtyAlert": 50.0,
                    "GroupId": "56c1a3dc-bb29-4b4b-b5d8-4abc6664843e",
                    "ComissionPercent": 51.0,
                    "PantPrice": 52.0,
                    "TrackAmount": true,
                    "SaleUnitSuffix": "sample string 54",
                    "QtyPerSaleUnit": 55.0,
                    "Created": "2024-05-16T17:57:41.059863+02:00",
                    "Updated": "2024-05-16T17:57:41.059863+02:00",
                    "UpdatedBy": "6b359d7f-c779-492a-b9e9-524d89178977",
                    "CategoryId": 58,
                    "Campaign": {
                      "$id": "17",
                      "Id": "76392b31-6f11-4111-8e8b-9e4b8407909c",
                      "CampaignType": 0,
                      "DiscountBy": 0,
                      "BuyLimit": 2,
                      "FreeOffer": 3,
                      "Price": 4.0,
                      "DiscountQtyIncrement": 5,
                      "Description": "sample string 6",
                      "StartDate": "2024-05-16T17:57:41.059863+02:00",
                      "EndDate": "2024-05-16T17:57:41.059863+02:00",
                      "Deleted": true,
                      "Updated": "2024-05-16T17:57:41.059863+02:00",
                      "CampaignPriceDetails": [
                        {
                          "$id": "18",
                          "Id": "13a0f46a-f1fd-4977-b151-d9709429eac2",
                          "CampaignId": "ef66222e-9d32-446e-9399-9edd4846eb41",
                          "Quantity": 3,
                          "PayPrice": 4.0,
                          "Deleted": true,
                          "Updated": "2024-05-16T17:57:41.059863+02:00"
                        },
                        {
                          "$ref": "18"
                        }
                      ]
                    },
                    "HasPricePolicy": true,
                    "ItemCategory": [
                      {
                        "$id": "19",
                        "Id": 1,
                        "ItemId": "6a80fb95-6997-44f2-895e-e62ad9b1a497",
                        "CategoryId": 3,
                        "SortOrder": 4,
                        "IsPrimary": true
                      },
                      {
                        "$ref": "19"
                      }
                    ],
                    "ItemIdex": 60,
                    "PolicyGroupId": 61,
                    "HasCampaign": true,
                    "Products": [
                      {
                        "$ref": "16"
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "ColorName": "sample string 62",
                    "Type": 63,
                    "ImagePath": "sample string 64",
                    "ImageVisibility": true,
                    "ifExists": "sample string 66",
                    "ProductPrices": [
                      {
                        "$id": "20",
                        "Id": 1,
                        "ItemId": "de14b6c0-20d6-45fb-a9a1-049201466652",
                        "PurchasePrice": 3.0,
                        "Price": 4.0,
                        "OutletId": "d9e61bc7-7594-46bf-af87-28a8bf52312e",
                        "PriceMode": 0,
                        "Updated": "2024-05-16T17:57:41.059863+02:00"
                      },
                      {
                        "$ref": "20"
                      }
                    ],
                    "Ingredients": [
                      {
                        "$ref": "16"
                      },
                      {
                        "$ref": "16"
                      }
                    ],
                    "Variants": [
                      {
                        "$id": "21",
                        "Id": 1,
                        "ConfigurationId": "ce4d24e5-9e17-4714-86e9-ea4664fe150d",
                        "ItemId": "46c62bcd-2aa6-4d1a-802d-ff581ab4dd67",
                        "SortOrder": 4,
                        "Deleted": true,
                        "Updated": "2024-05-16T17:57:41.059863+02:00"
                      },
                      {
                        "$ref": "21"
                      }
                    ],
                    "ItemOption": [
                      {
                        "$id": "22",
                        "Id": "b2461ba1-71d6-4f4b-8556-c5da2c1b30d3",
                        "ItemOptionGroupId": "88db34e4-56ef-4bbf-b19d-3535efe4a7a2",
                        "ItemId": "c997790e-73d4-465f-b3ad-8a0926ac908b",
                        "CategoryId": 4,
                        "Active": true,
                        "Updated": "2024-05-16T17:57:41.059863+02:00"
                      },
                      {
                        "$ref": "22"
                      }
                    ],
                    "ShowOnReceipt": true,
                    "QuickAdd": true,
                    "HasIngredients": true,
                    "CategoryItemGroups": [
                      {
                        "$id": "23",
                        "Id": "321e88b3-2993-4a8c-aea5-ca0c1bc635c2",
                        "CategoryId": 2,
                        "GroupId": "e7995dbc-c39f-4d47-b710-8cb4f1c60bfe",
                        "Qty": 4.0,
                        "Price": 5.0,
                        "Deleted": true,
                        "SortOrder": 7,
                        "Updated": "2024-05-16T17:57:41.059863+02:00",
                        "Description": "sample string 9"
                      },
                      {
                        "$ref": "23"
                      }
                    ],
                    "ItemPricePolicies": [
                      {
                        "$id": "24",
                        "Id": 1,
                        "ItemId": "7447fc93-056b-4c03-9080-9a374fb0a42d",
                        "BuyLimit": 3,
                        "DiscountAmount": 4.0,
                        "Active": true,
                        "Deleted": true,
                        "Updated": "2024-05-16T17:57:41.059863+02:00",
                        "PolicyId": 8
                      },
                      {
                        "$ref": "24"
                      }
                    ],
                    "PriceGroupPolicies": [
                      {
                        "$id": "25",
                        "Id": 1,
                        "GroupId": 2,
                        "BuyLimit": 3,
                        "MaxLimit": 4,
                        "DiscountAmount": 5.0,
                        "TotalAmount": 6.0,
                        "Updated": "2024-05-16T17:57:41.059863+02:00"
                      },
                      {
                        "$ref": "25"
                      }
                    ],
                    "Photo": "QEA=",
                    "GroupPrice": 69.0,
                    "ExternalId": "sample string 70",
                    "IngredientQty": 71.0,
                    "StockQty": 72.0,
                    "StockInitialCount": 73.0,
                    "Selected": true,
                    "ShowWarhouseStock": true,
                    "ShowStockQty": true,
                    "HideStockQty": false,
                    "IsRUT": true,
                    "NotSelected": true,
                    "IsInActive": true,
                    "CreatedBy": "sample string 79",
                    "TerminalId": "a737bcf5-db26-4edf-a33c-fffe91bbd074",
                    "CategoryName": "sample string 80",
                    "ShowCategoryName": true,
                    "DiscountedPrice": 81.0,
                    "Qty": 82.0,
                    "ConfigurationId": 83,
                    "ItemOptionId": "ae81a548-a56e-4966-a998-905c1ad037ca",
                    "PriceAdd": 85.0,
                    "PriceRemove": 86.0,
                    "FreeQty": 87.0,
                    "PLUNumeric": 0,
                    "ScalePrice": 88.0,
                    "PriceExlTax": 7.63
                  },
                  "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": "4bccd2a9-1cae-4b4c-ac00-a0bcb02fb99a",
                  "GroupKey": "f0c8aeaa-4103-4d65-bb47-b2c582737b90",
                  "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": "2904af71-30bf-40dd-9e08-06faf7a6549e",
                  "QuickAdd": true,
                  "ItemStatusText": "Ready",
                  "ItemStatusColor": "#FFD89778",
                  "KDSItemStatusColor": "#FFD89778",
                  "IsReadyToServe": true,
                  "EnableReadyToServe": false,
                  "IngredientCartQty": "4x19",
                  "OrderComments": "sample string 31",
                  "OrderDate": "2024-05-16T17:57:41.059863+02:00",
                  "InvoiceDate": "2024-05-16T17:57:41.059863+02:00",
                  "IsOrderComment": true,
                  "ServeTypeName": "sample string 34",
                  "ServeStatusColor": "sample string 35",
                  "ServeStatusVisibility": true,
                  "CampignIndex": 37,
                  "StatusColor": "#FFFFFFFF",
                  "IsValid": false,
                  "ItemDetails": [
                    {
                      "$ref": "15"
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "IngredientItems": [
                    {
                      "$ref": "15"
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "CampaignId": "0c8b301d-5c9c-4fe0-a5ea-333c943faed6",
                  "HasGroupItems": false,
                  "GrossTotal": 660.0,
                  "GrossDiscountTotal": -153.0,
                  "IngredientTotal": -102.0,
                  "ShowButton": false,
                  "ItemName": "sample string 3",
                  "UpdateColorName": 64,
                  "VAT": -3.7777777777777777,
                  "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,
                  "RewardApplied": true,
                  "CartQty": "4",
                  "RecieptQty": "4.00",
                  "HasIngredients": true,
                  "ReceiptItems": [
                    {
                      "$id": "26",
                      "ContentGuid": "5ca49dbb-d1c4-4c45-a4fb-76ce36736517",
                      "Extra": true,
                      "Strip": true,
                      "Text": "sample string 4",
                      "Price": 5.0,
                      "VAT": 6.0,
                      "Quantity": 7,
                      "Direction": "+"
                    },
                    {
                      "$ref": "26"
                    }
                  ],
                  "ItemIdex": 42,
                  "BIDSNO": 43,
                  "Percentage": 44.0,
                  "OrderType": 0,
                  "BIDS": "sample string 45",
                  "Category": "sample string 46",
                  "Description": "sample string 47",
                  "MoveQuantity": 48.0,
                  "SortOrder": 49,
                  "InWait": true,
                  "DetailItemsVisiblity": true,
                  "DisplayTotal": "sample string 52",
                  "GiftCardNo": "sample string 53",
                  "AddedAt": "2024-05-16T17:57:41.0608626+02:00",
                  "DisplayQty": "sample string 55",
                  "HideButton": true,
                  "ItemNameWidth": 57,
                  "LineHeight": 25,
                  "ButtonVisibility": false,
                  "DeleteButtonVisibility": true,
                  "CommentVisibility": true,
                  "MarkReadyVisibility": true,
                  "CartFontSize": 59,
                  "IngredeintComment": "sample string 60",
                  "IngredeintModeVisibility": false,
                  "IngredeintCommentVisibility": true,
                  "PantPriceVisibility": true,
                  "TotalPantPrice": 108.0,
                  "PriceExlTax": 4.63,
                  "PurchasePriceExlTax": 5.56
                },
                {
                  "$ref": "15"
                }
              ],
              "Receipts": [
                {
                  "$id": "27",
                  "ReceiptId": "66ade499-e2c2-463a-a6b2-80df3b0a9a21",
                  "TerminalId": "86e0b949-8d1b-42ac-ba66-fdcb452ca122",
                  "TerminalNo": 64,
                  "ReceiptNumber": 4,
                  "OrderId": "8dbaa171-f834-45cb-bf46-352fd7e69ce1",
                  "Order": {
                    "$ref": "14"
                  },
                  "ReceiptCopies": 64,
                  "GrossAmount": 7.0,
                  "VatAmount": 8.0,
                  "VatDetail": "sample string 9",
                  "PrintDate": "2024-05-16T17:57:41.0608626+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": "27"
                }
              ],
              "Payments": [
                {
                  "$id": "28",
                  "Id": "ff8e56eb-995d-4622-a882-49d0d0b71bf6",
                  "OrderId": "293f38d2-ae85-4f72-9197-4e6f80922789",
                  "Order": {
                    "$ref": "14"
                  },
                  "TypeId": 64,
                  "PaidAmount": 4.0,
                  "ReturnAmount": 5.0,
                  "PaymentDate": "2024-05-16T17:57:41.0608626+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": "28"
                }
              ],
              "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": "2024-05-16T17:57:41.0608626+02:00",
              "DueDate": "2024-05-16T17:57:41.0608626+02:00",
              "BalanceAmount": 48.0,
              "SelectedTable": {
                "$ref": "13"
              },
              "Receipt": {
                "$ref": "27"
              },
              "Customer": {
                "$id": "29",
                "Id": "f10b8ab1-8f91-47a7-ad88-f73298adeb4f",
                "ParentId": "e9297293-cced-4600-bb22-99f53d8f3811",
                "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": "2024-05-16T17:57:41.0608626+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": "2024-05-16T17:57:41.0608626+02:00",
                "Updated": "2024-05-16T17:57:41.0608626+02:00",
                "UpdatedBy": "0120c6d9-dd07-4234-be0a-f79568e4d7d7",
                "PriceListId": "769b5941-ee7a-4a75-920e-6d556105fd3c",
                "Customer_CustomField": [
                  {
                    "$id": "30",
                    "Id": "632d7b54-8987-430d-b6b0-65eecbdbe404",
                    "FieldId": "ded2c689-a099-4797-9efc-32dccab0ca79",
                    "CustomerCustomField": {
                      "$id": "31",
                      "Id": "4dd0b2ce-9edf-4ece-81ab-ca787f26a31d",
                      "Caption": "sample string 2",
                      "SortOrder": 3
                    },
                    "CustomerId": "795d0ca7-afce-40cf-b951-f1ae7d3de03f",
                    "Customer": {
                      "$ref": "29"
                    },
                    "Caption": "sample string 4",
                    "Text": "sample string 5",
                    "SortOrder": 6,
                    "Updated": "2024-05-16T17:57:41.0608626+02:00"
                  },
                  {
                    "$ref": "30"
                  }
                ],
                "DiscountGroupId": "5c70c67f-d727-4825-bde1-856925bd0db8",
                "OrgNumber": "sample string 3",
                "CustomerName": "sample string 2",
                "Address": "sample string 4, sample string 12, sample string 9",
                "PrimaryContacts": [
                  {
                    "$ref": "29"
                  },
                  {
                    "$ref": "29"
                  }
                ],
                "ContactReference": "sample string 30",
                "DiscountGroup": {
                  "$id": "32",
                  "DiscountId": "c104b07d-584b-4018-8d4c-141b442e7cf7",
                  "Title": "sample string 2",
                  "Discount": 3.0,
                  "Created": "2024-05-16T17:57:41.0608626+02:00",
                  "Updated": "2024-05-16T17:57:41.0608626+02:00",
                  "Description": "sample string 6"
                },
                "Parent": {
                  "$ref": "29"
                },
                "ShowEdit": true
              },
              "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": "ada40f3f-d7a2-4e3a-8dd8-2327687fb736",
              "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,
              "ButtonRestoreVisibility": false,
              "InvNumber": "sample string 61",
              "GiftCard": {
                "$id": "33",
                "CardId": "71eda67c-749c-49c2-8e9a-11fe6612f8b3",
                "CardNumber": "sample string 2",
                "AddedAmount": 3.0,
                "Balance": 4.0,
                "CustomerId": "d975843b-d10f-42a7-8a23-024a9595377f",
                "Title": "sample string 6",
                "ValidFrom": "2024-05-16T17:57:41.0608626+02:00",
                "ValidTo": "2024-05-16T17:57:41.0608626+02:00",
                "Active": true,
                "Updated": "2024-05-16T17:57:41.0608626+02:00",
                "CardType": 0,
                "UniqueCode": 11,
                "Synced": true,
                "Status": "Aktiva",
                "UsedAmount": -1.0,
                "CustomerDiscount": 13.0,
                "CustomerName": "sample string 14",
                "SeasonTicket": {
                  "$id": "34",
                  "Id": "682e5c1f-4998-47c7-8b4f-fd6a34ad57cb",
                  "CustomerId": "6848b272-d730-4651-8f95-3a900a0d4154",
                  "ExpiryDate": "2024-05-16T17:57:41.0608626+02:00",
                  "Active": true,
                  "Synced": true,
                  "CustomerName": "sample string 6"
                },
                "OrderId": "de125ba1-d2c6-4dad-ab79-7f0b91b8d706",
                "NewAmount": 16.0,
                "VehicleId": 17
              },
              "GiftCards": [
                {
                  "$ref": "33"
                },
                {
                  "$ref": "33"
                }
              ],
              "PaymentType": "sample string 62",
              "PaymentTypeId": 63,
              "InProgress": true,
              "ShowButtonOnOpenView": false,
              "ShowButtonOnOpenViewInRestaurant": true,
              "AskRUTCalled": true,
              "OrderTickets": [
                {
                  "$id": "35",
                  "Id": "231f5c55-991b-47f2-8022-08d9045f47aa",
                  "OrderId": "c519d26c-7254-4922-a81f-6ed37c27b83c",
                  "TicketNo": 3,
                  "BongNo": 4,
                  "TableId": 5,
                  "Comments": "sample string 6",
                  "CreatedBy": "sample string 7",
                  "CreatedAt": "2024-05-16T17:57:41.0608626+02:00",
                  "OrderTicketItems": [
                    {
                      "$id": "36",
                      "Id": "c08e8f51-6977-4d32-8c42-55b9b36c457e",
                      "TicketId": "b3a90f5f-a336-4235-8af4-5a13d94316d2",
                      "OrderTicket": {
                        "$ref": "35"
                      },
                      "ItemId": "49ad4836-9b5a-4ea3-9431-9c066e08c89f",
                      "Quantity": 4.0,
                      "Comments": "sample string 5",
                      "PrinterId": 6
                    },
                    {
                      "$ref": "36"
                    }
                  ]
                },
                {
                  "$ref": "35"
                }
              ],
              "KDSStatus": 0,
              "KitchenStatus": 0,
              "RecreateTableButton": true,
              "TabNo": 68,
              "ExportStatus": 69,
              "ExportError": "sample string 70",
              "TipAmount": 71.0,
              "ShowTabNo": true,
              "TabNoHeight": 25,
              "CurrentStatusText": "sample string 73"
            },
            {
              "$ref": "14"
            }
          ]
        },
        {
          "$ref": "13"
        }
      ]
    },
    {
      "$ref": "12"
    }
  ],
  "FoodTable": [
    {
      "$ref": "13"
    },
    {
      "$ref": "13"
    }
  ],
  "PaymentTypes": [
    {
      "$id": "37",
      "Id": 1,
      "Name": "sample string 2",
      "SwedishName": "sample string 3",
      "AccountingCode": 4,
      "Action": 0,
      "RoundAmount": true,
      "RUTAllowed": true,
      "Active": true,
      "SortOrder": 8,
      "MoveOrderToClosed": true,
      "Updated": "2024-05-16T17:57:41.0618683+02:00"
    },
    {
      "$ref": "37"
    }
  ],
  "Subscribers": [
    {
      "$id": "38",
      "Id": 1,
      "CompanyId": "694c7365-c0ce-4290-a15f-7f9f4e886abc",
      "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": "2024-05-16T17:57:41.0618683+02:00"
    },
    {
      "$ref": "38"
    }
  ],
  "MessageTemplates": [
    {
      "$id": "39",
      "Id": "c5bbafa5-6725-4019-b255-984b7046d715",
      "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": "2024-05-16T17:57:41.0628624+02:00"
    },
    {
      "$ref": "39"
    }
  ],
  "OutletSettings": [
    {
      "$id": "40",
      "Id": 1,
      "OutletId": "f309d04f-c642-4887-9036-57281af01059",
      "Title": "sample string 3",
      "Description": "sample string 4",
      "Type": 0,
      "Code": 0,
      "Value": "sample string 5",
      "Created": "2024-05-16T17:57:41.0639103+02:00",
      "Updated": "2024-05-16T17:57:41.0639103+02:00"
    },
    {
      "$ref": "40"
    }
  ],
  "InboxMessages": [
    {
      "$id": "41",
      "Id": 1,
      "Description": "sample string 2",
      "CreatedOn": "2024-05-16T17:57:41.06491+02:00",
      "IsRead": true
    },
    {
      "$ref": "41"
    }
  ],
  "Terminals": [
    {
      "$id": "42",
      "Id": "f3678f87-8348-44cd-b6fc-078114c589f2",
      "OutletId": "91a2c4cf-7b0e-4201-a7f9-5e7c9d86aa8d",
      "Outlet": {
        "$id": "43",
        "Id": "e7c6bc29-415c-4f10-8a1b-82e9f96a98a9",
        "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": "2024-05-16T17:57:41.06491+02:00",
        "Updated": "2024-05-16T17:57:41.06491+02:00",
        "WarehouseID": "c7b79107-c3bf-4e63-b30d-3369caa39348",
        "WhLocationId": "ce40f586-172b-496b-b58f-548071ebd680",
        "ExpiryDate": "2024-05-16T17:57:41.06491+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": "c335947e-4f1a-46ac-b929-23a39b31ddd4",
        "HasAddress": true,
        "Address": "sample string 3, sample string 7, sample string 6",
        "Terminals": [
          {
            "$ref": "42"
          },
          {
            "$ref": "42"
          }
        ]
      },
      "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": "4367abe7-9812-42e0-adee-03059446d588",
      "IsLoggedOut": true,
      "Created": "2024-05-16T17:57:41.06491+02:00",
      "Updated": "2024-05-16T17:57:41.06491+02:00",
      "LastClosed": "2024-05-16T17:57:41.06491+02:00",
      "StatusLog": [
        {
          "$id": "44",
          "<Id>k__BackingField": "8772a931-dece-4be1-a95d-87b89c795a07",
          "<TerminalId>k__BackingField": "89051452-7556-467c-b8c8-474ec6ada7f2",
          "<Terminal>k__BackingField": {
            "$ref": "42"
          },
          "<ActivityDate>k__BackingField": "2024-05-16T17:57:41.06491+02:00",
          "<UserId>k__BackingField": "sample string 4",
          "<ReportId>k__BackingField": "e13b88ac-3d69-4bae-aca2-56d39d36067a",
          "<Status>k__BackingField": 0,
          "<Synced>k__BackingField": 6,
          "<ReportData>k__BackingField": [
            {
              "$id": "45",
              "Id": "ee8a5b43-c933-4d94-826c-d8c3c2d65955",
              "ReportId": "03571843-1033-41c6-91d6-73f55c156e04",
              "DataType": "sample string 3",
              "TextValue": "sample string 4",
              "ForeignId": "sample string 5",
              "Value": 1.0,
              "TaxPercent": 1.0,
              "DateValue": "2024-05-16T17:57:41.06491+02:00",
              "SortOrder": 6
            },
            {
              "$ref": "45"
            }
          ],
          "<Report>k__BackingField": {
            "$id": "46",
            "Id": "e77d83dc-9d67-41ac-a4d6-94f5f89b8b76",
            "CreationDate": "2024-05-16T17:57:41.06491+02:00",
            "ReportType": 3,
            "ReportNumber": 4,
            "TerminalId": "1ce152ef-182f-4220-8fc9-4c163e83a5c6",
            "Terminal": {
              "$ref": "42"
            }
          }
        },
        {
          "$ref": "44"
        }
      ],
      "CashDrawer": [
        {
          "$id": "47",
          "Id": "b55ebff1-a702-481e-92ec-6c6c4c3f5e7b",
          "Name": "sample string 2",
          "Location": "sample string 3",
          "UserId": "sample string 4",
          "TerminalId": "e7cc546a-b0a1-46d6-b24f-31f12ad1242e",
          "ConnectionString": "sample string 6",
          "Logs": [
            {
              "$id": "48",
              "<Id>k__BackingField": "3d87460c-afb6-43b7-8000-0e82da11005f",
              "<CashDrawerId>k__BackingField": "c678fd90-84c8-4526-974a-72229fbabe05",
              "<CashDrawer>k__BackingField": {
                "$ref": "47"
              },
              "<ActivityDate>k__BackingField": "2024-05-16T17:57:41.06491+02:00",
              "<ActivityType>k__BackingField": 1,
              "<UserId>k__BackingField": "sample string 4",
              "<Amount>k__BackingField": 5.0,
              "<OrderId>k__BackingField": "8bc1774b-60a0-4110-bf43-d480d7ed06a9",
              "<Synced>k__BackingField": 7
            },
            {
              "$ref": "48"
            }
          ]
        },
        {
          "$ref": "47"
        }
      ],
      "IsOpen": false,
      "IsExpired": true,
      "TerminalType": "38304586-376f-49a9-9b3e-7c6d62633c6c"
    },
    {
      "$ref": "42"
    }
  ],
  "Outlets": [
    {
      "$ref": "43"
    },
    {
      "$ref": "43"
    }
  ],
  "CashDrawers": [
    {
      "$ref": "47"
    },
    {
      "$ref": "47"
    }
  ],
  "Coupons": [
    {
      "$id": "49",
      "Id": "d667a157-f2a9-4685-9b63-cd9557bdc52a",
      "CouponCode": "sample string 2",
      "DiscountPercentage": 3.0,
      "ExpirationDate": "2024-05-16T17:57:41.06491+02:00",
      "RedeemTime": 5,
      "IsRedeemed": true,
      "Synced": true,
      "Updated": "2024-05-16T17:57:41.06491+02:00"
    },
    {
      "$ref": "49"
    }
  ],
  "Clusters": [
    {
      "$id": "50",
      "Id": "eb6bb67c-161a-468d-bf02-cc95bceec84d",
      "OutletId": "8da1281d-5ed8-4f7d-a34e-d33271674078",
      "Name": "sample string 3",
      "Deleted": true,
      "Updated": "2024-05-16T17:57:41.0659093+02:00",
      "OutletName": "sample string 6"
    },
    {
      "$ref": "50"
    }
  ],
  "ClusterTerminals": [
    {
      "$id": "51",
      "Id": "22f9460f-0df2-4d89-89b4-922d0b1f3997",
      "ClusterId": "b7d9bda4-06b2-435f-bf80-625f06f61594",
      "TerminalId": "27937d7d-727a-4879-a2c5-ea8f505c9803",
      "Active": true,
      "LocalAPIUrl": "sample string 5",
      "Updated": "2024-05-16T17:57:41.0669094+02:00",
      "TerminalName": "sample string 7",
      "UniqueIdentifier": "sample string 8",
      "ClosedStatus": 0,
      "LoggedOutStatus": "LoggedOut",
      "IsLoggedOut": true,
      "ShowForceLogout": false,
      "EnableClose": false
    },
    {
      "$ref": "51"
    }
  ],
  "OrderStates": [
    {
      "$id": "52",
      "Id": "sample string 1",
      "Name": "sample string 2",
      "Updated": "2024-05-16T17:57:41.0669094+02:00"
    },
    {
      "$ref": "52"
    }
  ],
  "Warehouses": [
    {
      "$id": "53",
      "WarehouseID": "03cfa43e-0b8d-4d8e-b239-dbcd0db6add4",
      "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": "2024-05-16T17:57:41.0679116+02:00",
      "WarehouseLocations": [
        {
          "$id": "54",
          "WarehouseLocationID": "b8bec49d-ce44-4b7a-80c1-d9a1bc4d95df",
          "WarehouseID": "e272aa4e-8773-4b70-a2f7-55094b4aa578",
          "Name": "sample string 3",
          "Path": "sample string 4",
          "WhName": "sample string 5"
        },
        {
          "$ref": "54"
        }
      ]
    },
    {
      "$ref": "53"
    }
  ]
}