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 |
|
| PuckNumber | string |
Max length: 10 |
|
| 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. |
|
| 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. |
|
| LogEnteries | Collection of Journal |
None. |
Request Formats
application/json, text/json
{
"Id": "998058d7-13de-4be1-84da-983f8a603f32",
"CreationDate": "2026-09-20T13:16:26.0331159+02:00",
"OrderNoOfDay": "sample string 3",
"TableId": 4,
"TableName": "sample string 5",
"CustomerId": "3cc93c4c-39ae-4aa7-ad62-6d126dc3814e",
"Status": 0,
"Type": 0,
"PaymentStatus": 0,
"Comments": "sample string 7",
"OrderComments": "sample string 8",
"InvoiceNumber": 9,
"InvoiceDate": "2026-09-20T13:16:26.0331159+02:00",
"InvoiceGenerated": true,
"UserId": "sample string 11",
"CheckOutUserId": "sample string 12",
"Bong": 13,
"TrainingMode": true,
"TerminalId": "46f10a84-dd00-4d7b-b029-d26427e9611c",
"OutletId": "8c6935e1-1247-485b-b8ab-6d6e6608adf1",
"SourceTerminalId": "sample string 17",
"CustomerInvoiceId": "b2abb26b-2582-41aa-b163-33d0de391245",
"RoundedAmount": 18.0,
"OrderTotal": 19.0,
"IsGiftCardSale": true,
"OpenSynced": true,
"Synced": true,
"ServeFlowId": 64,
"ServeFlowStatus": 64,
"CategoryId": 64,
"DeliveryDate": "2026-09-20T13:16:26.0331159+02:00",
"EnableRUT": true,
"CustomerReferenceId": "46bc43b0-29bf-47e8-ab4c-6ff3acc8e905",
"ExternalStatus": 0,
"PerformaCount": 64,
"DeleteReason": "sample string 29",
"DiscountReason": "sample string 30",
"WaitForCourse": true,
"TableRecreated": true,
"ReturnRecreated": true,
"Updated": "2026-09-20T13:16:26.0331159+02:00",
"OrderState": "sample string 35",
"ServiceTypeCode": "sample string 36",
"PuckNumber": "sample string 37",
"OrderLines": [
{
"$id": "2",
"Id": "2b626acd-0b1e-4932-82d3-0d68e10d29ee",
"OrderId": "0342c336-87b8-4865-a600-6e1725ac886e",
"Order": {
"$ref": "1"
},
"ItemId": "54050df3-735b-4230-9c71-0cea0c086658",
"Product": {
"$id": "3",
"Id": "775844e2-4b43-4573-906d-ab064079c5f4",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "695fc30e-8ef3-4cde-9dce-5eeabbf84110",
"SupplierId": "ec94ac43-dd98-4597-8206-a96987bea709",
"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-09-20T13:16:26.0331159+02:00",
"SpecialSalesPriceValidTo": "2026-09-20T13:16:26.0331159+02:00",
"Draft": true,
"VatChangeBehavior": 0,
"ItemTypeUUID": "bcaec970-7c64-4a3c-a2a2-fda5527b825e",
"ItemGroupUUID": "352d7b3e-d2b1-470c-b50e-7dbf80d11baa",
"ItemAttributeSetUUID": "c38a1002-4676-47f4-8e4d-91f4e8e4cc6e",
"BrandUUID": "7ff60fa3-7024-425e-9aa2-396af6d89c00",
"TicketTemplateId": 1,
"Created": "2026-09-20T13:16:26.0331159+02:00",
"Updated": "2026-09-20T13:16:26.0331159+02:00",
"UpdatedBy": "9099dc52-48ad-4cbb-b2b1-f173a0eecc33",
"CategoryId": 60,
"Campaign": {
"$id": "4",
"Id": "decb8bf1-9768-4fb2-b9a3-0bdd9f9cbf15",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-09-20T13:16:26.0331159+02:00",
"EndDate": "2026-09-20T13:16:26.0331159+02:00",
"Deleted": true,
"Updated": "2026-09-20T13:16:26.0331159+02:00",
"CampaignPriceDetails": [
{
"$id": "5",
"Id": "d224f930-f5df-4569-a489-e19bd2752ebe",
"CampaignId": "d025c203-6f0a-4544-ab02-f4b8a8b47a7c",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-09-20T13:16:26.0331159+02:00"
},
{
"$ref": "5"
}
]
},
"ItemsTags": [
{
"$id": "6",
"Id": "f3090423-fca6-45d7-a632-900f43c73d3a",
"TagId": "c745ed6f-925d-4b8d-8e82-4797f4c2b2e3",
"ItemId": "6966781f-c362-4198-a52a-c41aaac76ab4",
"Deleted": true,
"Synced": true,
"Updated": "2026-09-20T13:16:26.0331159+02:00",
"TagName": "sample string 7"
},
{
"$ref": "6"
}
],
"ItemCampaign": {
"$id": "7",
"UUID": "ea1f86fc-fe76-43ab-9cf7-b199a75ce220",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-09-20T13:16:26.0331159+02:00",
"EndDate": "2026-09-20T13:16:26.0331159+02:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-09-20T13:16:26.0331159+02:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-09-20T13:16:26.0331159+02:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-09-20T13:16:26.0331159+02:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "8",
"UUID": "c90a857e-5dd7-4f35-aae9-3883a4f9dda3",
"PriceListUUID": "b3f6cfd5-c3d4-4d6d-a60f-e6514913689b",
"ItemGroupUUID": "ed2279f9-4f7e-4804-ad45-8deafb95667c",
"AgreementUUID": "2e35501b-0e86-44b9-9678-e99d241d0986",
"CustomerGroupUUID": "a122a81d-1ede-46f0-bfcd-c734a37e4734",
"CustomerUUID": "6510e488-64d9-4b42-8ef5-0f23e773caa7",
"ProjectUUID": "ac22b153-36b9-4717-9cf6-824dade986ee",
"CampaignUUID": "58d7e909-2a54-4a75-9a5f-2826f7051cb3",
"ItemUUID": "ad74cece-526f-4285-8691-7bb7b3cc117b",
"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-09-20T13:16:26.0331159+02:00",
"ValidTo": "2026-09-20T13:16:26.0331159+02:00",
"CreatedAt": "2026-09-20T13:16:26.0331159+02:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-09-20T13:16:26.0331159+02:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-09-20T13:16:26.0331159+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": "ba94c5e2-4420-4271-9cd6-39aa8752c1e9",
"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": "1e17f694-d0d0-4c8c-8aa7-7a9016e7b061",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "9e73acc5-98ce-4da0-b751-a8fd202728f3",
"PriceMode": 0,
"Updated": "2026-09-20T13:16:26.0331159+02:00"
},
{
"$ref": "10"
}
],
"Ingredients": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"Variants": [
{
"$id": "11",
"Id": 1,
"ConfigurationId": "3c71583f-bbd5-480c-bd13-a835dc7b2c07",
"ItemId": "8fc91758-7016-4c54-8779-b4bd0a40fa06",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-09-20T13:16:26.0331159+02:00"
},
{
"$ref": "11"
}
],
"ItemOption": [
{
"$id": "12",
"Id": "3195840f-1561-4222-a98f-c1ea8d7221ca",
"ItemOptionGroupId": "377feb95-1f8d-4feb-b2c2-19d669e5f81d",
"ItemId": "6e450b05-7637-48d7-9f70-2b391384582e",
"CategoryId": 4,
"Active": true,
"Updated": "2026-09-20T13:16:26.0331159+02:00"
},
{
"$ref": "12"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "13",
"Id": "cd6d175d-956e-4640-ad63-7a72e43fea6d",
"CategoryId": 2,
"GroupId": "d282445d-f7c0-470c-bcc9-c158a371b08f",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-09-20T13:16:26.0331159+02:00",
"Description": "sample string 9"
},
{
"$ref": "13"
}
],
"ItemPricePolicies": [
{
"$id": "14",
"Id": 1,
"ItemId": "9f8ba158-34ec-4b31-9197-50fc8a4ad6fd",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-09-20T13:16:26.0331159+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-09-20T13:16:26.0331159+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": "e62c9a28-7d5d-4b18-98db-24ae1d07f212",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "8880760f-42f7-46a9-b89a-e968cfc936b5",
"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": "40cf79c3-7ec5-491c-a032-1c6a5d1507a7",
"ParentUUID": "77ac4716-4ed8-488f-99ae-0626240b978a",
"EntityUUID": "86a286f7-176a-4293-8a0c-64c67bb331d1",
"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-09-20T13:16:26.0331159+02:00",
"UpdatedAt": "2026-09-20T13:16:26.0331159+02:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-09-20T13:16:26.0331159+02:00",
"Synced": true
},
{
"$ref": "16"
}
],
"HasFile": true,
"ItemTypeText": "Individual",
"ItemUnitText": "Piece",
"ItemAdditionalIdentifications": [
{
"$id": "17",
"UUID": "0921cd27-610d-4803-ad0f-c58d84107900",
"ItemUUID": "55ddf4df-f0ea-45e8-905d-70ce277b39eb",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-09-20T13:16:26.0331159+02:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-09-20T13:16:26.0331159+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": "f77834ff-c9f3-412a-a35e-e0bda709c98a",
"GroupKey": "a26536f4-c8d6-4f0e-b3f2-9bc6febae12e",
"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": "e988ab6e-74be-4c05-8f64-53e62a631e7e",
"QuickAdd": true,
"IsDefaultIngredient": true,
"ItemStatusText": "Ready",
"ItemStatusColor": "#FFD89778",
"KDSItemStatusColor": "#FFD89778",
"IsReadyToServe": true,
"EnableReadyToServe": false,
"IngredientCartQty": "4x19",
"OrderComments": "sample string 34",
"OrderDate": "2026-09-20T13:16:26.0331159+02:00",
"InvoiceDate": "2026-09-20T13:16:26.0331159+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": "d9924ca5-df26-494e-a066-69062ff412a9",
"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": "dc9148b3-55f3-4852-949a-e6083b7113ed",
"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-09-20T13:16:26.0331159+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": "9d8564ab-4969-4943-afed-26b3e2a71882",
"ItemId": "2ae56af7-23a5-4d34-a1bf-51aaaf315fb2",
"TableId": 1,
"ActionId": 3,
"Created": "2026-09-20T13:16:26.0331159+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": "b9e56a70-d07a-45ef-9c32-4c9cf359984e",
"TerminalId": "c110a70f-232c-4893-b83a-627a23edd3c4",
"TerminalNo": 64,
"ReceiptNumber": 4,
"OrderId": "401a17e2-72d3-4c13-8449-89b55885690c",
"Order": {
"$ref": "1"
},
"ReceiptCopies": 64,
"GrossAmount": 7.0,
"VatAmount": 8.0,
"VatDetail": "sample string 9",
"PrintDate": "2026-09-20T13:16:26.0331159+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": "9f7e974f-f5b0-4b3b-afde-67a0cfeadfb5",
"OrderId": "d3e94a85-e91f-48b0-be93-e937d213ed51",
"Order": {
"$ref": "1"
},
"TypeId": 64,
"PaidAmount": 4.0,
"ReturnAmount": 5.0,
"PaymentDate": "2026-09-20T13:16:26.0331159+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": 38.0,
"CustomerName": "sample string 39",
"CustomerPhone": "sample string 40",
"PrimaryContact": "sample string 41",
"PrimaryPhone": "sample string 42",
"PrimaryEmail": "sample string 43",
"CustomerNo": "sample string 44",
"Email": "sample string 45",
"CustomerAddress": "sample string 46",
"CreatedBy": "sample string 47",
"IsSelected": true,
"EmailSent": true,
"SentDate": "2026-09-20T13:16:26.0331159+02:00",
"DueDate": "2026-09-20T13:16:26.0331159+02:00",
"BalanceAmount": 50.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-09-20T13:16:26.0331159+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": "c725f974-660c-456b-a3cd-a0ac26e2d2d4",
"Updated": "2026-09-20T13:16:26.0331159+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": "d3615506-b707-45d8-87c0-259367ba5cea",
"ParentId": "ec1454c9-b4a6-4f5b-9175-508c37a36f3b",
"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-09-20T13:16:26.0331159+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-09-20T13:16:26.0331159+02:00",
"Updated": "2026-09-20T13:16:26.0331159+02:00",
"UpdatedBy": "45d87daa-18fb-4eb8-994f-9fbab8ec0a20",
"PriceListId": "65fe929d-de5c-4303-9ed6-d0bd792af047",
"Customer_CustomField": [
{
"$id": "25",
"Id": "d2d94688-57c9-4bee-9a2f-07c6e294c27f",
"FieldId": "9cca1a65-98b7-4743-8449-a16f5b7d6a57",
"CustomerCustomField": {
"$id": "26",
"Id": "92caa7dc-b5a8-4401-b342-0f351582bd72",
"Caption": "sample string 2",
"SortOrder": 3
},
"CustomerId": "031ea4b1-8d01-4f1f-9d7d-ae6d678882a9",
"Customer": {
"$ref": "24"
},
"Caption": "sample string 4",
"Text": "sample string 5",
"SortOrder": 6,
"Updated": "2026-09-20T13:16:26.0331159+02:00"
},
{
"$ref": "25"
}
],
"DiscountGroupId": "d519b8db-a1f7-495f-bfe4-6186209aeaf0",
"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": "f4f937e2-991d-4d78-8d6a-ecabc71a13b5",
"Title": "sample string 2",
"Discount": 3.0,
"Created": "2026-09-20T13:16:26.0331159+02:00",
"Updated": "2026-09-20T13:16:26.0331159+02:00",
"Description": "sample string 6"
},
"Parent": {
"$ref": "24"
},
"ShowEdit": true,
"GiftCard": {
"$id": "28",
"CardId": "4257967d-c28c-4e3a-98a0-75c373a6acf4",
"CardNumber": "sample string 2",
"AddedAmount": 3.0,
"Balance": 4.0,
"CustomerId": "23293ea8-7d61-4ec4-b362-2d723fc0b089",
"Title": "sample string 6",
"ValidFrom": "2026-09-20T13:16:26.0331159+02:00",
"ValidTo": "2026-09-20T13:16:26.0331159+02:00",
"Active": true,
"Updated": "2026-09-20T13:16:26.0331159+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": "ab79f1ed-cb8b-45c5-885c-f5f7fc26f1db",
"CustomerId": "165bf304-dbd6-4467-a750-e093c9a33617",
"ExpiryDate": "2026-09-20T13:16:26.0331159+02:00",
"Active": true,
"Synced": true,
"CustomerName": "sample string 6"
},
"OrderId": "6a662329-599e-4b2a-a1a6-aa8c4786a599",
"NewAmount": 16.0,
"VehicleId": 17
}
},
"ShortComments": "sample string 51",
"CartNumber": 52,
"SelecttedImagePath": "/images/selecteditem.png",
"ServeStatusColor": "sample string 53",
"SumAmtString": "19",
"OrderDirection": 1,
"BongNumber": "sample string 54",
"BongComments": "sample string 55",
"OutletCode": "sample string 56",
"DefaultOrderType": "sample string 57",
"KDSOrderType": 58,
"OrderStatusFromType": 3,
"PaidStatus": "Delbetald",
"OrderNumber": "998058d7-13de-4be1-84da-983f8a603f32",
"ReceiptNumber": "9",
"OrderType": 0,
"GrossAmount": -38.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": "5d86bad9-bb48-4052-8d32-9c4620739603",
"OrderId": "84ef589c-d338-49a0-b2ca-cb05d9867359",
"TicketNo": 3,
"BongNo": 4,
"TableId": 5,
"Comments": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedAt": "2026-09-20T13:16:26.0331159+02:00",
"OrderTicketItems": [
{
"$id": "31",
"Id": "bf1bdd3e-9001-4b75-b6eb-3357c4a31e64",
"TicketId": "5e20a500-f159-4b28-8551-7744f93e9614",
"OrderTicket": {
"$ref": "30"
},
"ItemId": "37250235-0efb-4fe5-b39e-4ecba8c50a39",
"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": "6f3e01bf-1ad5-4780-aafb-38da4c17508f",
"OrderId": "1386b5d4-8ec3-4789-80da-e9f6ad0741e3",
"FulfillmentTypeCode": "sample string 3",
"PromisedAt": "2026-09-20T13:16:26.0331159+02:00",
"PromisedDurationMinutes": 4,
"EstimatedReadyAt": "2026-09-20T13:16:26.0331159+02:00"
},
"FoodlyOrder": {
"$id": "33",
"Id": "2e69fa45-4391-4a62-9ed0-1fc387ac1d0d",
"FoodlyId": 2,
"NIMPOSId": "242a0c3a-faf5-4e5b-bbd5-889d1f233307",
"Json": "sample string 4",
"DeliveryRequestedOn": "2026-09-20T13:16:26.0331159+02:00",
"PromisedDurationMinutes": 6,
"SendTokitchen": true
},
"LogEnteries": [
{
"$ref": "19"
},
{
"$ref": "19"
}
]
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample not available.