POST api/Order/PostOrder
Post Complete Order including payment and receipt info
Request Information
URI Parameters
None.
Body Parameters
Order Model, should include Orderlines, Payment detail and receipt info
Order| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CreationDate | date |
None. |
|
| OrderNoOfDay | string |
Max length: 15 |
|
| TableId | integer |
None. |
|
| TableName | string |
Max length: 20 |
|
| CustomerId | globally unique identifier |
None. |
|
| Status | OrderStatus |
None. |
|
| Type | OrderType |
None. |
|
| PaymentStatus | PaymentStatus |
None. |
|
| Comments | string |
Max length: 500 |
|
| OrderComments | string |
Max length: 500 |
|
| InvoiceNumber | integer |
None. |
|
| InvoiceDate | date |
None. |
|
| InvoiceGenerated | boolean |
None. |
|
| UserId | string |
Max length: 36 |
|
| CheckOutUserId | string |
Max length: 36 |
|
| Bong | integer |
None. |
|
| TrainingMode | boolean |
None. |
|
| TerminalId | globally unique identifier |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| SourceTerminalId | string |
Max length: 36 |
|
| CustomerInvoiceId | globally unique identifier |
None. |
|
| RoundedAmount | decimal number |
None. |
|
| OrderTotal | decimal number |
None. |
|
| IsGiftCardSale | boolean |
None. |
|
| OpenSynced | boolean |
None. |
|
| Synced | boolean |
None. |
|
| ServeFlowId | byte |
None. |
|
| ServeFlowStatus | byte |
None. |
|
| CategoryId | byte |
None. |
|
| DeliveryDate | date |
None. |
|
| EnableRUT | boolean |
None. |
|
| CustomerReferenceId | globally unique identifier |
None. |
|
| ExternalStatus | OrderExternalStatus |
None. |
|
| PerformaCount | byte |
None. |
|
| DeleteReason | string |
Max length: 50 |
|
| DiscountReason | string |
Max length: 50 |
|
| WaitForCourse | boolean |
None. |
|
| TableRecreated | boolean |
None. |
|
| ReturnRecreated | boolean |
None. |
|
| Updated | date |
None. |
|
| OrderState | string |
Max length: 20 |
|
| ServiceTypeCode | string |
Required Max length: 50 |
|
| OrderLines | Collection of OrderLine |
None. |
|
| Receipts | Collection of Receipt |
None. |
|
| Payments | Collection of Payment |
None. |
|
| RUTDiscount | decimal number |
None. |
|
| CustomerName | string |
None. |
|
| CustomerPhone | string |
None. |
|
| PrimaryContact | string |
None. |
|
| PrimaryPhone | string |
None. |
|
| PrimaryEmail | string |
None. |
|
| CustomerNo | string |
None. |
|
| string |
None. |
||
| CustomerAddress | string |
None. |
|
| CreatedBy | string |
None. |
|
| IsSelected | boolean |
None. |
|
| EmailSent | boolean |
None. |
|
| SentDate | date |
None. |
|
| DueDate | date |
None. |
|
| BalanceAmount | decimal number |
None. |
|
| SelectedTable | FoodTable |
None. |
|
| Receipt | Receipt |
None. |
|
| Customer | Customer |
None. |
|
| ShortComments | string |
None. |
|
| CartNumber | integer |
None. |
|
| SelecttedImagePath | string |
None. |
|
| ServeStatusColor | string |
None. |
|
| SumAmtString | string |
None. |
|
| OrderDirection | integer |
None. |
|
| BongNumber | string |
None. |
|
| PuckNumber | string |
None. |
|
| BongComments | string |
None. |
|
| OutletCode | string |
None. |
|
| DefaultOrderType | string |
None. |
|
| KDSOrderType | integer |
None. |
|
| OrderStatusFromType | OrderStatus |
None. |
|
| PaidStatus | string |
None. |
|
| OrderNumber | string |
None. |
|
| ReceiptNumber | string |
None. |
|
| OrderType | OrderType |
None. |
|
| GrossAmount | decimal number |
None. |
|
| ComissionAmount | decimal number |
None. |
|
| NetAmount | decimal number |
None. |
|
| VatAmount | decimal number |
None. |
|
| PartialPaidAmount | decimal number |
None. |
|
| SelectEnable | boolean |
None. |
|
| CheckOutVisibility | boolean |
None. |
|
| RetryVisibility | boolean |
None. |
|
| ButtonVisibility | boolean |
None. |
|
| ReturnButtonVisibility | boolean |
None. |
|
| SendTicketToCustomer | boolean |
None. |
|
| IsReadyToPickup | boolean |
None. |
|
| IsWaitingToPickup | boolean |
None. |
|
| ShowReminder | boolean |
None. |
|
| ShowSMSWarning | boolean |
None. |
|
| ButtonRestoreVisibility | boolean |
None. |
|
| ButtonChangeCustomerVisibility | boolean |
None. |
|
| InvNumber | string |
None. |
|
| GiftCard | GiftCard |
None. |
|
| GiftCards | Collection of GiftCard |
None. |
|
| PaymentType | string |
None. |
|
| PaymentTypeId | integer |
None. |
|
| InProgress | boolean |
None. |
|
| ShowButtonOnOpenView | boolean |
None. |
|
| ShowButtonOnOpenViewInRestaurant | boolean |
None. |
|
| AskRUTCalled | boolean |
None. |
|
| OrderTickets | Collection of OrderTicket |
None. |
|
| KDSStatus | KDSStatus |
None. |
|
| KitchenStatus | OrderKitchenStatus |
None. |
|
| RecreateTableButton | boolean |
None. |
|
| TabNo | integer |
None. |
|
| ExportStatus | integer |
None. |
|
| ExportError | string |
None. |
|
| TipAmount | decimal number |
None. |
|
| ShowTabNo | boolean |
None. |
|
| TabNoHeight | integer |
None. |
|
| CurrentStatusText | string |
None. |
|
| FoodlyNumber | string |
None. |
|
| CommerceOrderFulfillment | CommerceOrderFulfillment |
None. |
|
| FoodlyOrder | FoodlyWaitingOrder |
None. |
Request Formats
application/json, text/json
{
"Id": "6fa49c3a-365d-4ed0-8b34-f074cf076efe",
"CreationDate": "2026-06-21T22:47:02.7058206+02:00",
"OrderNoOfDay": "sample string 3",
"TableId": 4,
"TableName": "sample string 5",
"CustomerId": "283f6f7b-7042-4b38-9f40-5e365af55d5a",
"Status": 0,
"Type": 0,
"PaymentStatus": 0,
"Comments": "sample string 7",
"OrderComments": "sample string 8",
"InvoiceNumber": 9,
"InvoiceDate": "2026-06-21T22:47:02.7058206+02:00",
"InvoiceGenerated": true,
"UserId": "sample string 11",
"CheckOutUserId": "sample string 12",
"Bong": 13,
"TrainingMode": true,
"TerminalId": "485031c5-dd2f-4cc4-9a7e-765c8351d5e4",
"OutletId": "dd7e2917-fc2c-4e76-ba4e-fb04b90c92e6",
"SourceTerminalId": "sample string 17",
"CustomerInvoiceId": "77a55aed-2678-4b05-a96a-c41fb859e90b",
"RoundedAmount": 18.0,
"OrderTotal": 19.0,
"IsGiftCardSale": true,
"OpenSynced": true,
"Synced": true,
"ServeFlowId": 64,
"ServeFlowStatus": 64,
"CategoryId": 64,
"DeliveryDate": "2026-06-21T22:47:02.7058206+02:00",
"EnableRUT": true,
"CustomerReferenceId": "c06534f6-65b6-4ce9-9232-2d50578e45ae",
"ExternalStatus": 0,
"PerformaCount": 64,
"DeleteReason": "sample string 29",
"DiscountReason": "sample string 30",
"WaitForCourse": true,
"TableRecreated": true,
"ReturnRecreated": true,
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"OrderState": "sample string 35",
"ServiceTypeCode": "sample string 36",
"OrderLines": [
{
"$id": "2",
"Id": "c769b448-c0f4-4926-b81a-c5c5355f2d0f",
"OrderId": "81af11ba-c4ba-411f-8a6d-4bfb7f142c3f",
"Order": {
"$ref": "1"
},
"ItemId": "78042b76-dc8e-4281-b394-72523d9f8626",
"Product": {
"$id": "3",
"Id": "e2fe0bb7-af79-41b2-bca4-b5ef9734b3be",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "1fa7df6b-afa5-4382-b16d-67afd0b04970",
"SupplierId": "b5a5544f-d2b6-425c-9a30-f03c0958ea3e",
"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-06-21T22:47:02.7058206+02:00",
"SpecialSalesPriceValidTo": "2026-06-21T22:47:02.7058206+02:00",
"Draft": true,
"VatChangeBehavior": 0,
"ItemTypeUUID": "da5c76d6-4305-433f-a789-03909c16d4e7",
"ItemGroupUUID": "2c8bb275-28af-44eb-a5ad-1078023b08c4",
"ItemAttributeSetUUID": "2c5dae6b-fb0a-4b8a-81d2-413b46e4125b",
"BrandUUID": "c76e3b0c-ffda-4021-904a-341ae7f900a1",
"Created": "2026-06-21T22:47:02.7058206+02:00",
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"UpdatedBy": "feb590a7-d98e-4ede-8f52-3afaf104db8e",
"CategoryId": 60,
"Campaign": {
"$id": "4",
"Id": "e17d8cb0-0cbd-4f80-8a73-8053e731c1d7",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-06-21T22:47:02.7058206+02:00",
"EndDate": "2026-06-21T22:47:02.7058206+02:00",
"Deleted": true,
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"CampaignPriceDetails": [
{
"$id": "5",
"Id": "56b4851e-b0d0-4b42-bdfc-7cd108f572a3",
"CampaignId": "abcfadf8-3cf4-4446-aab1-cf952e398302",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-06-21T22:47:02.7058206+02:00"
},
{
"$ref": "5"
}
]
},
"ItemsTags": [
{
"$id": "6",
"Id": "df2b14cc-6c7b-4d6c-8938-15cc0260e848",
"TagId": "66b61571-f969-4dd2-aa2d-4b513e7f3337",
"ItemId": "0d6ef0d2-e4b8-42d5-9ee9-79f1c58bba19",
"Deleted": true,
"Synced": true,
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"TagName": "sample string 7"
},
{
"$ref": "6"
}
],
"ItemCampaign": {
"$id": "7",
"UUID": "b572f1e8-dcf4-478f-928c-ee39e6e8d114",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-06-21T22:47:02.7058206+02:00",
"EndDate": "2026-06-21T22:47:02.7058206+02:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-06-21T22:47:02.7058206+02:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-06-21T22:47:02.7058206+02:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-06-21T22:47:02.7058206+02:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "8",
"UUID": "f696d203-9306-436e-ba30-00112a4eecbe",
"PriceListUUID": "977d0f04-294a-44a8-8a0c-7e3eb20ad83b",
"ItemGroupUUID": "dfa8e746-0046-4138-a0e3-c71a54c864ee",
"AgreementUUID": "88be6335-a529-41e8-803b-b9a4dcd31df4",
"CustomerGroupUUID": "359363ef-9aaf-4ed1-9915-2ccb295a78bf",
"CustomerUUID": "32c97ba9-5579-4ec6-8a9c-cd213593e7f5",
"ProjectUUID": "50db1699-2948-48e5-9478-86e2ebcafa36",
"CampaignUUID": "5c2d291b-f652-4492-9d6e-1c51ad14f194",
"ItemUUID": "d0c93461-9253-4d43-aec7-587a51e5a949",
"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-06-21T22:47:02.7058206+02:00",
"ValidTo": "2026-06-21T22:47:02.7058206+02:00",
"CreatedAt": "2026-06-21T22:47:02.7058206+02:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-06-21T22:47:02.7058206+02:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-06-21T22:47:02.7058206+02:00",
"DeletedByUUID": "sample string 10",
"Synced": true,
"ItemName": "sample string 12",
"CampaignTitle": "sample string 13"
},
{
"$ref": "8"
}
]
},
"HasPricePolicy": true,
"ItemCategory": [
{
"$id": "9",
"Id": 1,
"ItemId": "01bc24b7-4b7f-4f32-8cf9-539d62c2a85e",
"CategoryId": 3,
"SortOrder": 4,
"IsPrimary": true,
"CategoryBoostId": "sample string 6"
},
{
"$ref": "9"
}
],
"ItemIdex": 62,
"PolicyGroupId": 63,
"HasCampaign": true,
"Products": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"ColorName": "sample string 64",
"Type": 65,
"ImagePath": "sample string 66",
"ImageVisibility": true,
"ifExists": "sample string 68",
"ProductPrices": [
{
"$id": "10",
"Id": 1,
"ItemId": "af247344-bd39-4f78-8d4f-55228af468f8",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "cc584087-6193-44bb-b2dc-61dcfe67ac60",
"PriceMode": 0,
"Updated": "2026-06-21T22:47:02.7058206+02:00"
},
{
"$ref": "10"
}
],
"Ingredients": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"Variants": [
{
"$id": "11",
"Id": 1,
"ConfigurationId": "5ebc472c-5f5f-4af6-8fc2-1278eebd1774",
"ItemId": "26dc2548-17d1-4d68-9e8d-a98eb6aaf0c5",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-06-21T22:47:02.7058206+02:00"
},
{
"$ref": "11"
}
],
"ItemOption": [
{
"$id": "12",
"Id": "eb3f9da9-0605-42cc-8c40-a43e8c3bf04c",
"ItemOptionGroupId": "0f13a169-595a-4ac1-be96-30608205aa3d",
"ItemId": "a4ea021e-2f25-4e64-be72-ae86a9d5dc6f",
"CategoryId": 4,
"Active": true,
"Updated": "2026-06-21T22:47:02.7058206+02:00"
},
{
"$ref": "12"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "13",
"Id": "20ecb949-99d3-441b-a482-431db4f198ea",
"CategoryId": 2,
"GroupId": "262b6b68-7bab-422c-8c2a-89b7b8e542ff",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"Description": "sample string 9"
},
{
"$ref": "13"
}
],
"ItemPricePolicies": [
{
"$id": "14",
"Id": 1,
"ItemId": "0ee7a13a-e7dc-4da2-af1b-1847b48b5d9b",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"PolicyId": 8
},
{
"$ref": "14"
}
],
"PriceGroupPolicies": [
{
"$id": "15",
"Id": 1,
"GroupId": 2,
"BuyLimit": 3,
"MaxLimit": 4,
"DiscountAmount": 5.0,
"TotalAmount": 6.0,
"Updated": "2026-06-21T22:47:02.7058206+02:00"
},
{
"$ref": "15"
}
],
"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": "801e73bc-49cc-44ec-9882-d2892f51a5a9",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "a661553a-54a3-4cf8-951a-62ccbad5fe2d",
"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": "16",
"UUID": "035d2673-27d1-4dbf-8661-184400c02c94",
"ParentUUID": "7552d8e4-f972-4699-8d7e-28b5725717f0",
"EntityUUID": "67c6cef0-427e-4325-9ce3-6f22ecc70e0b",
"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-06-21T22:47:02.7058206+02:00",
"UpdatedAt": "2026-06-21T22:47:02.7058206+02:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-06-21T22:47:02.7058206+02:00",
"Synced": true
},
{
"$ref": "16"
}
],
"HasFile": true,
"ItemTypeText": "Individual",
"ItemUnitText": "Piece",
"ItemAdditionalIdentifications": [
{
"$id": "17",
"UUID": "c311f306-c172-4a79-bb6f-dc3ac6dbd030",
"ItemUUID": "875bc9bd-f431-4456-958b-e5dbab1fa05f",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-06-21T22:47:02.7058206+02:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-06-21T22:47:02.7058206+02:00",
"updatedByUUID": "sample string 8"
},
{
"$ref": "17"
}
],
"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": "4d9e21ea-3491-428a-96ef-399e348f3fce",
"GroupKey": "e92f3787-cba0-4d04-ba2f-8ca943c60955",
"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,
"BasePrice": 29.0,
"PreparationTime": 0,
"OutletId": "89bde892-a5d2-41b6-b817-a99e20bef125",
"QuickAdd": true,
"IsDefaultIngredient": true,
"ItemStatusText": "Ready",
"ItemStatusColor": "#FFD89778",
"KDSItemStatusColor": "#FFD89778",
"IsReadyToServe": true,
"EnableReadyToServe": false,
"IngredientCartQty": "4x19",
"OrderComments": "sample string 34",
"OrderDate": "2026-06-21T22:47:02.7058206+02:00",
"InvoiceDate": "2026-06-21T22:47:02.7058206+02:00",
"IsOrderComment": true,
"ServeTypeName": "sample string 37",
"ServeStatusColor": "sample string 38",
"ServeStatusVisibility": true,
"CampignIndex": 40,
"BorderColor": "sample string 41",
"BackColor": "sample string 42",
"ForeColor": "sample string 43",
"ButtonTag": 44,
"StatusColor": "#FFFFFFFF",
"IsValid": false,
"ItemDetails": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"IngredientItems": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"CampaignId": "f7a119e0-fd1e-452e-ba40-0444c3dea476",
"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": "18",
"ContentGuid": "28847cd0-05b5-4ff5-a4bf-ab50a300d1fd",
"Extra": true,
"Strip": true,
"Text": "sample string 4",
"Price": 5.0,
"VAT": 6.0,
"Quantity": 7,
"Direction": "+"
},
{
"$ref": "18"
}
],
"ItemIdex": 49,
"BIDSNO": 50,
"Percentage": 51.0,
"OrderType": 0,
"BIDS": "sample string 52",
"Category": "sample string 53",
"Description": "sample string 54",
"MoveQuantity": 55.0,
"SortOrder": 56,
"InWait": true,
"DetailItemsVisiblity": true,
"DisplayTotal": "sample string 59",
"GiftCardNo": "sample string 60",
"AddedAt": "2026-06-21T22:47:02.7058206+02:00",
"DisplayQty": "sample string 62",
"HideButton": true,
"ItemNameWidth": 64,
"LineHeight": 25,
"ButtonVisibility": false,
"BarcodeStartWith20": false,
"DeleteButtonVisibility": true,
"CommentVisibility": true,
"MarkReadyVisibility": true,
"CartFontSize": 66,
"IngredeintComment": "sample string 67",
"IngredeintModeVisibility": false,
"IngredeintCommentVisibility": true,
"PantPriceVisibility": true,
"TotalPantPrice": 108.0,
"ItemDescription": "sample string 68",
"OnlyPriceVisibility": true,
"DiscountJournalEntery": {
"$id": "19",
"Id": 1,
"UserId": "sample string 2",
"OrderId": "eec32c49-2ca8-4376-9972-11dc92a4fa88",
"ItemId": "0c59acfb-170c-4d41-be62-c901941a0499",
"TableId": 1,
"ActionId": 3,
"Created": "2026-06-21T22:47:02.7058206+02:00",
"LogMessage": "sample string 5",
"Synced": true,
"Action": "sample string 7",
"UserName": "sample string 8"
},
"PriceExlTax": 4.63,
"PurchasePriceExlTax": 5.56
},
{
"$ref": "2"
}
],
"Receipts": [
{
"$id": "20",
"ReceiptId": "0d7dbe9d-244e-4a20-9f84-6a233f718c60",
"TerminalId": "c20a9410-8a7b-47e6-b1ce-5e8f7a656276",
"TerminalNo": 64,
"ReceiptNumber": 4,
"OrderId": "51c88f90-c362-417d-87fb-da614bd927dd",
"Order": {
"$ref": "1"
},
"ReceiptCopies": 64,
"GrossAmount": 7.0,
"VatAmount": 8.0,
"VatDetail": "sample string 9",
"PrintDate": "2026-06-21T22:47:02.7058206+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": "20"
}
],
"Payments": [
{
"$id": "21",
"Id": "174414a1-145a-454b-850f-9e76c5db8e5f",
"OrderId": "b21e9ddb-af64-46da-824f-7dac0cb91a2a",
"Order": {
"$ref": "1"
},
"TypeId": 64,
"PaidAmount": 4.0,
"ReturnAmount": 5.0,
"PaymentDate": "2026-06-21T22:47:02.7058206+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": "21"
}
],
"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-06-21T22:47:02.7058206+02:00",
"DueDate": "2026-06-21T22:47:02.7058206+02:00",
"BalanceAmount": 49.0,
"SelectedTable": {
"$id": "22",
"Id": 1,
"Name": "sample string 2",
"FloorId": 3,
"Floor": {
"$id": "23",
"Id": 1,
"Name": "sample string 2",
"LayoutImage": "QEA=",
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"Tables": [
{
"$ref": "22"
},
{
"$ref": "22"
}
]
},
"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": "b65a7117-7620-4a47-8edf-6bfcbf665b7a",
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"OrderCount": 15,
"OrderTotal": 16.0,
"FloorName": "sample string 17",
"PerformaPrinted": true,
"TableComments": "sample string 19",
"OrderTime": "sample string 20",
"Orders": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"Receipt": {
"$ref": "20"
},
"Customer": {
"$id": "24",
"Id": "1eed6067-2281-410e-81be-c71fa37458d1",
"ParentId": "67f786fc-e71c-4c29-963c-3cde647e3077",
"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-06-21T22:47:02.7058206+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-06-21T22:47:02.7058206+02:00",
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"UpdatedBy": "17b2815b-10b9-48ae-ac4a-edbb9ae803cf",
"PriceListId": "05cda25f-43ef-4cc3-913a-7882720a8c30",
"Customer_CustomField": [
{
"$id": "25",
"Id": "387e56c2-fba4-46b3-b98c-9b0917a7d44b",
"FieldId": "cd3e40ee-f45f-4d7b-89e8-ef58411407b4",
"CustomerCustomField": {
"$id": "26",
"Id": "8bc01c14-ce7e-418b-a26e-b0682c15d244",
"Caption": "sample string 2",
"SortOrder": 3
},
"CustomerId": "57952cdd-e611-474f-b49f-49a397cfb1e3",
"Customer": {
"$ref": "24"
},
"Caption": "sample string 4",
"Text": "sample string 5",
"SortOrder": 6,
"Updated": "2026-06-21T22:47:02.7058206+02:00"
},
{
"$ref": "25"
}
],
"DiscountGroupId": "19419b36-5286-41c8-959d-347e778e9b03",
"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": "1050c5b1-9c69-485b-b908-74e735123053",
"Title": "sample string 2",
"Discount": 3.0,
"Created": "2026-06-21T22:47:02.7058206+02:00",
"Updated": "2026-06-21T22:47:02.7058206+02:00",
"Description": "sample string 6"
},
"Parent": {
"$ref": "24"
},
"ShowEdit": true,
"GiftCard": {
"$id": "28",
"CardId": "87315fb6-9be2-4d7d-ab3c-fbe00ed0c346",
"CardNumber": "sample string 2",
"AddedAmount": 3.0,
"Balance": 4.0,
"CustomerId": "05fea9a0-f7a0-4e75-9886-1473a32ed784",
"Title": "sample string 6",
"ValidFrom": "2026-06-21T22:47:02.7058206+02:00",
"ValidTo": "2026-06-21T22:47:02.7058206+02:00",
"Active": true,
"Updated": "2026-06-21T22:47:02.7058206+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": "a350ba0b-b4a3-4186-9f41-3f27703f9bf7",
"CustomerId": "626067d9-705d-4231-aefa-e55cf4464d29",
"ExpiryDate": "2026-06-21T22:47:02.7058206+02:00",
"Active": true,
"Synced": true,
"CustomerName": "sample string 6"
},
"OrderId": "fef8eaec-0694-43eb-8a2f-871c48069b2c",
"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": "6fa49c3a-365d-4ed0-8b34-f074cf076efe",
"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": "019cd7da-69f2-415f-9a84-3057804ae80a",
"OrderId": "98f0e415-af83-4911-b7a6-29632e7b534c",
"TicketNo": 3,
"BongNo": 4,
"TableId": 5,
"Comments": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedAt": "2026-06-21T22:47:02.7058206+02:00",
"OrderTicketItems": [
{
"$id": "31",
"Id": "bfdeefcc-7ef1-47cb-962f-6660be2af3f8",
"TicketId": "c911553f-4d8f-4c48-9e41-e34d4a43531e",
"OrderTicket": {
"$ref": "30"
},
"ItemId": "7c5d92a2-a5db-4ac5-88d8-180f0e98166e",
"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": "7f503a7f-4806-405a-a0c0-2a9e4b2ebfa3",
"OrderId": "49809eb9-8247-49c2-a44b-da79fd032053",
"FulfillmentTypeCode": "sample string 3",
"PromisedAt": "2026-06-21T22:47:02.7058206+02:00",
"PromisedDurationMinutes": 4,
"EstimatedReadyAt": "2026-06-21T22:47:02.7058206+02:00"
},
"FoodlyOrder": {
"$id": "33",
"Id": "fecf3f80-01f4-4ac9-a2fa-799768c28979",
"FoodlyId": 2,
"NIMPOSId": "a76cd23b-31f9-4ed9-b30f-39f1b91c0d27",
"Json": "sample string 4",
"DeliveryRequestedOn": "2026-06-21T22:47:02.7058206+02:00",
"PromisedDurationMinutes": 6,
"SendTokitchen": true
}
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.