POST api/Setting/PostTables
Request Information
URI Parameters
None.
Body Parameters
Collection of FoodTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
Max length: 50 |
|
| FloorId | integer |
None. |
|
| Floor | Floor |
None. |
|
| PositionX | integer |
None. |
|
| PositionY | integer |
None. |
|
| Height | integer |
None. |
|
| Width | integer |
None. |
|
| Chairs | integer |
None. |
|
| Status | TableStatus |
None. |
|
| ImageUrl | string |
Max length: 100 |
|
| ColorCode | string |
Max length: 10 |
|
| ServeStatus | integer |
None. |
|
| SortOrder | integer |
None. |
|
| LockedByTerminal | globally unique identifier |
None. |
|
| Updated | date |
None. |
|
| OrderCount | integer |
None. |
|
| OrderTotal | decimal number |
None. |
|
| FloorName | string |
None. |
|
| PerformaPrinted | boolean |
None. |
|
| TableComments | string |
None. |
|
| OrderTime | string |
None. |
|
| Orders | Collection of Order |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"Name": "sample string 2",
"FloorId": 3,
"Floor": {
"$id": "2",
"Id": 1,
"Name": "sample string 2",
"LayoutImage": "QEA=",
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"Tables": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"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": "49146af4-b720-4cdc-980d-042f4d0e95ae",
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"OrderCount": 15,
"OrderTotal": 16.0,
"FloorName": "sample string 17",
"PerformaPrinted": true,
"TableComments": "sample string 19",
"OrderTime": "sample string 20",
"Orders": [
{
"$id": "3",
"Id": "aefba8a0-93f9-4d4a-a086-7ec58b238f77",
"CreationDate": "2026-05-06T16:16:48.5810638+02:00",
"OrderNoOfDay": "sample string 3",
"TableId": 4,
"TableName": "sample string 5",
"CustomerId": "8e111bc2-ddeb-4589-9950-9b003b147dbe",
"Status": 0,
"Type": 0,
"PaymentStatus": 0,
"Comments": "sample string 7",
"OrderComments": "sample string 8",
"InvoiceNumber": 9,
"InvoiceDate": "2026-05-06T16:16:48.5810638+02:00",
"InvoiceGenerated": true,
"UserId": "sample string 11",
"CheckOutUserId": "sample string 12",
"Bong": 13,
"TrainingMode": true,
"TerminalId": "8752d807-989e-47e1-8894-bffb46fdf14c",
"OutletId": "bf61af9a-dc2b-4fd5-9ac9-1c4698c84541",
"SourceTerminalId": "sample string 17",
"CustomerInvoiceId": "6d7fe1f1-3f70-4547-b63c-20dc5f7b9b41",
"RoundedAmount": 18.0,
"OrderTotal": 19.0,
"IsGiftCardSale": true,
"OpenSynced": true,
"Synced": true,
"ServeFlowId": 64,
"ServeFlowStatus": 64,
"CategoryId": 64,
"DeliveryDate": "2026-05-06T16:16:48.5810638+02:00",
"EnableRUT": true,
"CustomerReferenceId": "476beca1-04df-4d44-b8da-fb7a74eb934f",
"ExternalStatus": 0,
"PerformaCount": 64,
"DeleteReason": "sample string 29",
"DiscountReason": "sample string 30",
"WaitForCourse": true,
"TableRecreated": true,
"ReturnRecreated": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"OrderState": "sample string 35",
"ServiceTypeCode": "sample string 36",
"OrderLines": [
{
"$id": "4",
"Id": "1a056bc5-88eb-46cc-94f9-89893e1e4860",
"OrderId": "5432d11e-eb8b-4337-9f02-0be7690fffd9",
"Order": {
"$ref": "3"
},
"ItemId": "b855e32a-a78f-416b-9419-3a10c74eb401",
"Product": {
"$id": "5",
"Id": "eecac24e-9ae7-4dbc-88b4-d07efe47b701",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "214519de-591a-4c31-9367-d6cbc32f63eb",
"SupplierId": "a3f5ec10-8e92-43f3-8cdc-c9893bd489e9",
"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",
"SpecialSalesPrice": 1.0,
"SpecialSalesPriceValidFrom": "2026-05-06T16:16:48.5810638+02:00",
"SpecialSalesPriceValidTo": "2026-05-06T16:16:48.5810638+02:00",
"Draft": true,
"VatChangeBehavior": 0,
"Created": "2026-05-06T16:16:48.5810638+02:00",
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"UpdatedBy": "d0218952-0160-40cc-9b14-238489124a9f",
"CategoryId": 60,
"Campaign": {
"$id": "6",
"Id": "1df5c401-c90a-46a7-9d4e-a88583cbb318",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-05-06T16:16:48.5810638+02:00",
"EndDate": "2026-05-06T16:16:48.5810638+02:00",
"Deleted": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"CampaignPriceDetails": [
{
"$id": "7",
"Id": "5bcbbbee-6cfd-47b4-a2cf-0d6565107ec4",
"CampaignId": "5862ae2f-c404-433a-8eba-12e76cffb0a2",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00"
},
{
"$ref": "7"
}
]
},
"ItemsTags": [
{
"$id": "8",
"Id": "50feef1c-d0ef-41cf-9838-8b237518da3a",
"TagId": "8f70b57a-b3a9-46f8-a0a6-b5a4d1534ff1",
"ItemId": "0560927a-1991-4892-b1e7-4f21539d2ad5",
"Deleted": true,
"Synced": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"TagName": "sample string 7"
},
{
"$ref": "8"
}
],
"ItemCampaign": {
"$id": "9",
"UUID": "b78185d6-a617-422a-8032-b760e6bed239",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-05-06T16:16:48.5810638+02:00",
"EndDate": "2026-05-06T16:16:48.5810638+02:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-05-06T16:16:48.5810638+02:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-05-06T16:16:48.5810638+02:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-05-06T16:16:48.5810638+02:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "10",
"UUID": "d2429620-2435-432f-b568-a05260e1aa71",
"PriceListUUID": "671026d1-9db9-4e07-afb1-fcca02dfd9e1",
"ItemGroupUUID": "a1f7172e-5488-4081-8406-bfeee3a78125",
"AgreementUUID": "9cd9f28a-143f-4178-ae97-e16a458dbeb8",
"CustomerGroupUUID": "1564d5fb-ceb4-44f9-b023-f9365762ada2",
"CustomerUUID": "1b43ed71-9f10-4f8e-8eb2-f221785e6be7",
"ProjectUUID": "845f79b1-ee09-4753-a85b-020883c7c35d",
"CampaignUUID": "e72e5082-8c6e-46b0-972e-c626c44dc230",
"ItemUUID": "a4d82f0b-f26e-488e-8810-a10bd0017fab",
"WildCardSKU": "sample string 4",
"MinQty": 1.0,
"MaxQty": 1.0,
"Price": 1.0,
"Percentage": 1.0,
"Type": "sample string 5",
"RegularPrice": true,
"PurchasePrice": 1.0,
"ValidFrom": "2026-05-06T16:16:48.5810638+02:00",
"ValidTo": "2026-05-06T16:16:48.5810638+02:00",
"CreatedAt": "2026-05-06T16:16:48.5810638+02:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-05-06T16:16:48.5810638+02:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-05-06T16:16:48.5810638+02:00",
"DeletedByUUID": "sample string 10",
"Synced": true,
"ItemName": "sample string 12",
"CampaignTitle": "sample string 13"
},
{
"$ref": "10"
}
]
},
"HasPricePolicy": true,
"ItemCategory": [
{
"$id": "11",
"Id": 1,
"ItemId": "368e57f3-bf75-4151-aa4d-0732f52e4495",
"CategoryId": 3,
"SortOrder": 4,
"IsPrimary": true,
"CategoryBoostId": "sample string 6"
},
{
"$ref": "11"
}
],
"ItemIdex": 62,
"PolicyGroupId": 63,
"HasCampaign": true,
"Products": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"ColorName": "sample string 64",
"Type": 65,
"ImagePath": "sample string 66",
"ImageVisibility": true,
"ifExists": "sample string 68",
"ProductPrices": [
{
"$id": "12",
"Id": 1,
"ItemId": "17305ec2-4e49-461e-812a-967f09733278",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "b8e36fe8-8498-4aed-860c-f40e3302074a",
"PriceMode": 0,
"Updated": "2026-05-06T16:16:48.5810638+02:00"
},
{
"$ref": "12"
}
],
"Ingredients": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"Variants": [
{
"$id": "13",
"Id": 1,
"ConfigurationId": "1773506b-aa5b-4e42-a5e4-ebab814293a4",
"ItemId": "f8c7a082-a199-4fa7-a2f9-0afaef335296",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00"
},
{
"$ref": "13"
}
],
"ItemOption": [
{
"$id": "14",
"Id": "27be64ec-28e9-432f-9600-6f3a2036e275",
"ItemOptionGroupId": "c468451e-b182-4513-a72e-88d9de69bab2",
"ItemId": "b5610859-b4ca-4d45-b52f-4dc8ef9b5842",
"CategoryId": 4,
"Active": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00"
},
{
"$ref": "14"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "15",
"Id": "c0822cc7-bd03-4dee-8b8a-5876061ec9ca",
"CategoryId": 2,
"GroupId": "e3312930-c043-4712-b82a-2d8a4538c9bf",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"Description": "sample string 9"
},
{
"$ref": "15"
}
],
"ItemPricePolicies": [
{
"$id": "16",
"Id": 1,
"ItemId": "94a57050-f7c7-4f14-908a-ab1c12b97f81",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"PolicyId": 8
},
{
"$ref": "16"
}
],
"PriceGroupPolicies": [
{
"$id": "17",
"Id": 1,
"GroupId": 2,
"BuyLimit": 3,
"MaxLimit": 4,
"DiscountAmount": 5.0,
"TotalAmount": 6.0,
"Updated": "2026-05-06T16:16:48.5810638+02:00"
},
{
"$ref": "17"
}
],
"Photo": "QEA=",
"GroupPrice": 72.0,
"ExternalId": "sample string 73",
"IngredientQty": 74.0,
"StockQty": 75.0,
"Attributes": "sample string 76",
"LocalStockNull": true,
"StockInitialCount": 78.0,
"Selected": true,
"ShowWarhouseStock": true,
"ShowStockQty": true,
"HideStockQty": false,
"IsRUT": true,
"NotSelected": true,
"IsInActive": true,
"CreatedBy": "sample string 84",
"TerminalId": "2be0a313-4a2a-45b1-9091-63197aee475f",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "1d661781-6b9d-4d82-adfb-1410cedce9c4",
"PriceAdd": 90.0,
"PriceRemove": 91.0,
"FreeQty": 92.0,
"MinQty": 93.0,
"MaxQty": 94.0,
"FirstItemSelected": true,
"OptionForOrderType": 0,
"PLUNumeric": 0,
"ScalePrice": 96.0,
"Files": [
{
"$id": "18",
"UUID": "26059d32-3d92-439e-a61a-feb2b82247c8",
"ParentUUID": "01dce386-cdbf-4fd3-898f-4700a6b4bb1b",
"EntityUUID": "cbc178d4-6ea0-499b-a762-c675d39a5f90",
"EntityType": "sample string 3",
"ClientFilename": "sample string 4",
"ServerFilename": "sample string 5",
"ContentType": "sample string 6",
"ContentSubType": "sample string 7",
"FileSize": 8,
"Location": "sample string 9",
"Url": "sample string 10",
"ThumbnailUrl": "sample string 11",
"MetaData": "sample string 12",
"CreatedByUUID": "sample string 13",
"CreatedAt": "2026-05-06T16:16:48.5810638+02:00",
"UpdatedAt": "2026-05-06T16:16:48.5810638+02:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-05-06T16:16:48.5810638+02:00",
"Synced": true
},
{
"$ref": "18"
}
],
"HasFile": true,
"ItemAdditionalIdentifications": [
{
"$id": "19",
"UUID": "3b460f6e-a7a5-4ab6-be55-4bc66412d45d",
"ItemUUID": "4716a571-b02a-41b0-87ec-5973d29744af",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-05-06T16:16:48.5810638+02:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-05-06T16:16:48.5810638+02:00",
"updatedByUUID": "sample string 8"
},
{
"$ref": "19"
}
],
"IsManageStock": false,
"PriceExlTax": 20.23,
"IndexId": 97,
"IsSelected": true,
"HideQuantityUnit": 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": "52339968-8ec7-481f-9957-c32867dd604e",
"GroupKey": "90d99973-dc85-4fdc-a5fe-8e7db2e28ded",
"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,
"HideQuantityUnit": true,
"PreparationTime": 0,
"OutletId": "483e276c-f1f4-4575-8683-f6723a545b54",
"QuickAdd": true,
"IsDefaultIngredient": true,
"ItemStatusText": "Ready",
"ItemStatusColor": "#FFD89778",
"KDSItemStatusColor": "#FFD89778",
"IsReadyToServe": true,
"EnableReadyToServe": false,
"IngredientCartQty": "4x19",
"OrderComments": "sample string 33",
"OrderDate": "2026-05-06T16:16:48.5810638+02:00",
"InvoiceDate": "2026-05-06T16:16:48.5810638+02:00",
"IsOrderComment": true,
"ServeTypeName": "sample string 36",
"ServeStatusColor": "sample string 37",
"ServeStatusVisibility": true,
"CampignIndex": 39,
"BorderColor": "sample string 40",
"BackColor": "sample string 41",
"ForeColor": "sample string 42",
"ButtonTag": 43,
"StatusColor": "#FFFFFFFF",
"IsValid": false,
"ItemDetails": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"IngredientItems": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"CampaignId": "a59240f4-9805-4d91-9ea6-d04a1f523ca8",
"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": true,
"CampaignAppliedVisibility": false,
"RewardApplied": true,
"CartQty": "4",
"RecieptQty": "4.00",
"HasIngredients": true,
"ReceiptItems": [
{
"$id": "20",
"ContentGuid": "761c031c-fa94-45a3-8ce8-a5540faeb66e",
"Extra": true,
"Strip": true,
"Text": "sample string 4",
"Price": 5.0,
"VAT": 6.0,
"Quantity": 7,
"Direction": "+"
},
{
"$ref": "20"
}
],
"ItemIdex": 48,
"BIDSNO": 49,
"Percentage": 50.0,
"OrderType": 0,
"BIDS": "sample string 51",
"Category": "sample string 52",
"Description": "sample string 53",
"MoveQuantity": 54.0,
"SortOrder": 55,
"InWait": true,
"DetailItemsVisiblity": true,
"DisplayTotal": "sample string 58",
"GiftCardNo": "sample string 59",
"AddedAt": "2026-05-06T16:16:48.5810638+02:00",
"DisplayQty": "sample string 61",
"HideButton": true,
"ItemNameWidth": 63,
"LineHeight": 25,
"ButtonVisibility": false,
"BarcodeStartWith20": false,
"DeleteButtonVisibility": true,
"CommentVisibility": true,
"MarkReadyVisibility": true,
"CartFontSize": 65,
"IngredeintComment": "sample string 66",
"IngredeintModeVisibility": false,
"IngredeintCommentVisibility": true,
"PantPriceVisibility": true,
"TotalPantPrice": 108.0,
"ItemDescription": "sample string 67",
"OnlyPriceVisibility": true,
"DiscountJournalEntery": {
"$id": "21",
"Id": 1,
"UserId": "sample string 2",
"OrderId": "bee0169c-42b9-42f0-8cd2-eb6ab423a6ba",
"ItemId": "6d9a55ad-8bf5-47c6-9efb-9b5393317dde",
"TableId": 1,
"ActionId": 3,
"Created": "2026-05-06T16:16:48.5810638+02:00",
"LogMessage": "sample string 5",
"Synced": true,
"Action": "sample string 7",
"UserName": "sample string 8"
},
"PriceExlTax": 4.63,
"PurchasePriceExlTax": 5.56
},
{
"$ref": "4"
}
],
"Receipts": [
{
"$id": "22",
"ReceiptId": "89969461-86c7-4f8f-9eda-0ab6ddc87f6b",
"TerminalId": "cc123bba-d607-470d-920d-90230b230907",
"TerminalNo": 64,
"ReceiptNumber": 4,
"OrderId": "12cb5585-4cf0-47bc-8fe7-15e06a49825a",
"Order": {
"$ref": "3"
},
"ReceiptCopies": 64,
"GrossAmount": 7.0,
"VatAmount": 8.0,
"VatDetail": "sample string 9",
"PrintDate": "2026-05-06T16:16:48.5810638+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": "22"
}
],
"Payments": [
{
"$id": "23",
"Id": "e1f45bc8-ad6e-4d53-a5f8-c70d28759e27",
"OrderId": "e469b6fa-c6dc-4784-a911-920a242eb9da",
"Order": {
"$ref": "3"
},
"TypeId": 64,
"PaidAmount": 4.0,
"ReturnAmount": 5.0,
"PaymentDate": "2026-05-06T16:16:48.5810638+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": "23"
}
],
"RUTDiscount": 37.0,
"CustomerName": "sample string 38",
"CustomerPhone": "sample string 39",
"PrimaryContact": "sample string 40",
"PrimaryPhone": "sample string 41",
"PrimaryEmail": "sample string 42",
"CustomerNo": "sample string 43",
"Email": "sample string 44",
"CustomerAddress": "sample string 45",
"CreatedBy": "sample string 46",
"IsSelected": true,
"EmailSent": true,
"SentDate": "2026-05-06T16:16:48.5810638+02:00",
"DueDate": "2026-05-06T16:16:48.5810638+02:00",
"BalanceAmount": 49.0,
"SelectedTable": {
"$ref": "1"
},
"Receipt": {
"$ref": "22"
},
"Customer": {
"$id": "24",
"Id": "6341fcfa-c2fa-415b-996b-57183d3e3248",
"ParentId": "6a410d7b-149f-4ca3-8c5e-05e31f295f0b",
"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": "2026-05-06T16:16:48.5810638+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": "2026-05-06T16:16:48.5810638+02:00",
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"UpdatedBy": "56cc1fa5-7aae-4752-88ca-a80eac60e64d",
"PriceListId": "a8244952-660b-4b21-87b4-4981b853843a",
"Customer_CustomField": [
{
"$id": "25",
"Id": "2ac32aee-9a94-4c29-8be2-eb5bc71add92",
"FieldId": "21253af5-f710-4bf9-987e-88addb14cd68",
"CustomerCustomField": {
"$id": "26",
"Id": "2cae25c7-b0e5-4c03-964b-f3613b6c9c8a",
"Caption": "sample string 2",
"SortOrder": 3
},
"CustomerId": "e35f48df-3c01-4381-bc63-3cea9dc8a5f5",
"Customer": {
"$ref": "24"
},
"Caption": "sample string 4",
"Text": "sample string 5",
"SortOrder": 6,
"Updated": "2026-05-06T16:16:48.5810638+02:00"
},
{
"$ref": "25"
}
],
"DiscountGroupId": "434d7e32-5e4b-4414-a59c-c9da37e9ccde",
"OrgNumber": "sample string 3",
"CustomerName": "sample string 2",
"Address": "sample string 4, sample string 12, sample string 9",
"PrimaryContacts": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"ContactReference": "sample string 30",
"DiscountGroup": {
"$id": "27",
"DiscountId": "7c47dd8c-3515-4c28-8621-a30e0aee23e2",
"Title": "sample string 2",
"Discount": 3.0,
"Created": "2026-05-06T16:16:48.5810638+02:00",
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"Description": "sample string 6"
},
"Parent": {
"$ref": "24"
},
"ShowEdit": true,
"GiftCard": {
"$id": "28",
"CardId": "66487627-44d3-4dfc-8ffd-839d1c3f3f58",
"CardNumber": "sample string 2",
"AddedAmount": 3.0,
"Balance": 4.0,
"CustomerId": "c811846a-7a8e-4a4f-91e2-fa6bb48798f1",
"Title": "sample string 6",
"ValidFrom": "2026-05-06T16:16:48.5810638+02:00",
"ValidTo": "2026-05-06T16:16:48.5810638+02:00",
"Active": true,
"Updated": "2026-05-06T16:16:48.5810638+02:00",
"CardType": 0,
"UniqueCode": "sample string 11",
"Synced": true,
"Status": "Aktiva",
"UsedAmount": -1.0,
"CustomerDiscount": 13.0,
"CustomerName": "sample string 14",
"SeasonTicket": {
"$id": "29",
"Id": "83ae026b-1b98-46a9-baae-3aa36bdb5360",
"CustomerId": "c302b0e8-06a7-4c88-adea-9d378aada5b3",
"ExpiryDate": "2026-05-06T16:16:48.5810638+02:00",
"Active": true,
"Synced": true,
"CustomerName": "sample string 6"
},
"OrderId": "feccc0f5-d3fb-48f2-8bc1-d27c1c3f291f",
"NewAmount": 16.0,
"VehicleId": 17
}
},
"ShortComments": "sample string 50",
"CartNumber": 51,
"SelecttedImagePath": "/images/selecteditem.png",
"ServeStatusColor": "sample string 52",
"SumAmtString": "19",
"OrderDirection": 1,
"BongNumber": "sample string 53",
"PuckNumber": "sample string 54",
"BongComments": "sample string 55",
"OutletCode": "sample string 56",
"DefaultOrderType": "sample string 57",
"KDSOrderType": 58,
"OrderStatusFromType": 3,
"PaidStatus": "Delbetald",
"OrderNumber": "aefba8a0-93f9-4d4a-a086-7ec58b238f77",
"ReceiptNumber": "9",
"OrderType": 0,
"GrossAmount": -37.0,
"ComissionAmount": 0.0,
"NetAmount": 0.0,
"VatAmount": 0.0,
"PartialPaidAmount": 59.0,
"SelectEnable": false,
"CheckOutVisibility": true,
"RetryVisibility": false,
"ButtonVisibility": false,
"ReturnButtonVisibility": false,
"SendTicketToCustomer": true,
"IsReadyToPickup": true,
"IsWaitingToPickup": true,
"ShowReminder": true,
"ShowSMSWarning": true,
"ButtonRestoreVisibility": false,
"ButtonChangeCustomerVisibility": false,
"InvNumber": "sample string 65",
"GiftCard": {
"$ref": "28"
},
"GiftCards": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"PaymentType": "sample string 66",
"PaymentTypeId": 67,
"InProgress": true,
"ShowButtonOnOpenView": false,
"ShowButtonOnOpenViewInRestaurant": true,
"AskRUTCalled": true,
"OrderTickets": [
{
"$id": "30",
"Id": "324f16bd-17e7-4242-8a7c-fb298f033593",
"OrderId": "eb5558be-2011-4c5c-993d-ab8cc8c3a1e8",
"TicketNo": 3,
"BongNo": 4,
"TableId": 5,
"Comments": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedAt": "2026-05-06T16:16:48.5810638+02:00",
"OrderTicketItems": [
{
"$id": "31",
"Id": "41d3ee78-139a-4e3d-ac26-bb6c0025e5c1",
"TicketId": "b9518c13-ccdd-4a13-a307-1e49c716e8da",
"OrderTicket": {
"$ref": "30"
},
"ItemId": "81944a33-f8f8-48f5-a29f-b11336b01319",
"Quantity": 4.0,
"Comments": "sample string 5",
"PrinterId": 6
},
{
"$ref": "31"
}
]
},
{
"$ref": "30"
}
],
"KDSStatus": 0,
"KitchenStatus": 0,
"RecreateTableButton": true,
"TabNo": 72,
"ExportStatus": 73,
"ExportError": "sample string 74",
"TipAmount": 75.0,
"ShowTabNo": true,
"TabNoHeight": 25,
"CurrentStatusText": "sample string 77",
"FoodlyNumber": "sample string 78",
"CommerceOrderFulfillment": {
"$id": "32",
"Id": "f6f8aae8-defa-4c16-9200-6df2cc10d780",
"OrderId": "b2ef1302-ce03-4c4e-9b44-866f5c1f58ac",
"FulfillmentTypeCode": "sample string 3",
"PromisedAt": "2026-05-06T16:16:48.5810638+02:00",
"PromisedDurationMinutes": 4,
"EstimatedReadyAt": "2026-05-06T16:16:48.5810638+02:00"
},
"FoodlyOrder": {
"$id": "33",
"Id": "422f25a6-4bf2-401f-b0da-732e464589ef",
"FoodlyId": 2,
"NIMPOSId": "bc694d06-672d-46c2-a9bf-e47506ae3bdf",
"Json": "sample string 4",
"DeliveryRequestedOn": "2026-05-06T16:16:48.5810638+02:00",
"PromisedDurationMinutes": 6,
"SendTokitchen": true
}
},
{
"$ref": "3"
}
]
},
{
"$ref": "1"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.