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. |
Request Formats
application/json, text/json
{
"Id": "31b30f8f-07a7-4e92-8d0e-93e0548c9c93",
"CreationDate": "2026-08-06T01:28:14.4646915+02:00",
"OrderNoOfDay": "sample string 3",
"TableId": 4,
"TableName": "sample string 5",
"CustomerId": "cfd0b34d-f996-4d1d-beec-a5a76830ffa8",
"Status": 0,
"Type": 0,
"PaymentStatus": 0,
"Comments": "sample string 7",
"OrderComments": "sample string 8",
"InvoiceNumber": 9,
"InvoiceDate": "2026-08-06T01:28:14.4646915+02:00",
"InvoiceGenerated": true,
"UserId": "sample string 11",
"CheckOutUserId": "sample string 12",
"Bong": 13,
"TrainingMode": true,
"TerminalId": "04ded407-0220-4296-bf38-c72dc7f6b179",
"OutletId": "98ea8193-236f-4879-826c-ff030722f3bc",
"SourceTerminalId": "sample string 17",
"CustomerInvoiceId": "bb9f40ed-073d-4f5c-b2b3-72b70a5c516e",
"RoundedAmount": 18.0,
"OrderTotal": 19.0,
"IsGiftCardSale": true,
"OpenSynced": true,
"Synced": true,
"ServeFlowId": 64,
"ServeFlowStatus": 64,
"CategoryId": 64,
"DeliveryDate": "2026-08-06T01:28:14.4646915+02:00",
"EnableRUT": true,
"CustomerReferenceId": "8401d446-b11c-4963-95ff-32b077dc44c6",
"ExternalStatus": 0,
"PerformaCount": 64,
"DeleteReason": "sample string 29",
"DiscountReason": "sample string 30",
"WaitForCourse": true,
"TableRecreated": true,
"ReturnRecreated": true,
"Updated": "2026-08-06T01:28:14.4646915+02:00",
"OrderState": "sample string 35",
"ServiceTypeCode": "sample string 36",
"PuckNumber": "sample string 37",
"OrderLines": [
{
"$id": "2",
"Id": "e2f390d1-cbc3-441d-b192-eba6d7e1ad1b",
"OrderId": "6290675a-366b-4662-a73a-8a9d5c368f80",
"Order": {
"$ref": "1"
},
"ItemId": "5b59cb38-a870-4f7b-9851-be20dde35776",
"Product": {
"$id": "3",
"Id": "66e4124a-bec3-4bf2-9ac8-e6cd44bf2eab",
"Name": "sample string 2",
"SKU": "sample string 3",
"BarCode": "sample string 4",
"PLU": "sample string 5",
"GroupId": "786f59fb-8789-41d4-8337-b1da62ca6f43",
"SupplierId": "d3a5e197-26f2-4f22-97de-da5526d21d2b",
"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-08-06T01:28:14.4646915+02:00",
"SpecialSalesPriceValidTo": "2026-08-06T01:28:14.4646915+02:00",
"Draft": true,
"VatChangeBehavior": 0,
"ItemTypeUUID": "0679ceb2-a700-41c0-b40b-eeac26ea5cbe",
"ItemGroupUUID": "98ca4ab5-48c7-4dcd-b93e-62b62fd9f5fb",
"ItemAttributeSetUUID": "e8d2e2ab-a67c-4acc-bdf5-2e24f7b610b0",
"BrandUUID": "ab016697-284b-4f0b-9265-fa2737be6163",
"TicketTemplateId": 1,
"Created": "2026-08-06T01:28:14.4646915+02:00",
"Updated": "2026-08-06T01:28:14.4646915+02:00",
"UpdatedBy": "62f1fce0-3f9c-4da5-9243-b774751d1ce5",
"CategoryId": 60,
"Campaign": {
"$id": "4",
"Id": "a86639f1-4cff-436e-a33c-a88987f7f0ba",
"CampaignType": 0,
"DiscountBy": 0,
"BuyLimit": 2,
"FreeOffer": 3,
"Price": 4.0,
"DiscountQtyIncrement": 5,
"Description": "sample string 6",
"StartDate": "2026-08-06T01:28:14.4646915+02:00",
"EndDate": "2026-08-06T01:28:14.4646915+02:00",
"Deleted": true,
"Updated": "2026-08-06T01:28:14.4646915+02:00",
"CampaignPriceDetails": [
{
"$id": "5",
"Id": "76def19d-b4f6-4aed-99c7-aa1f9336fe69",
"CampaignId": "e6b43da5-31dc-4ffc-b4dc-1a562ecf84cc",
"Quantity": 3,
"PayPrice": 4.0,
"Deleted": true,
"Updated": "2026-08-06T01:28:14.4646915+02:00"
},
{
"$ref": "5"
}
]
},
"ItemsTags": [
{
"$id": "6",
"Id": "3a7499f6-fbf1-4366-be3d-60136f55ed3e",
"TagId": "b54fa8b6-8f21-4457-9954-192a3e523ef5",
"ItemId": "812058fd-1f1a-4322-ab79-35cca3808509",
"Deleted": true,
"Synced": true,
"Updated": "2026-08-06T01:28:14.4646915+02:00",
"TagName": "sample string 7"
},
{
"$ref": "6"
}
],
"ItemCampaign": {
"$id": "7",
"UUID": "88b436b6-c96f-4eb9-a6c1-b23678339924",
"CampaignTypeId": "OPEN",
"Title": "sample string 2",
"DiscountBy": 1,
"FreeOffer": 1,
"BuyLimit": 1,
"StartDate": "2026-08-06T01:28:14.4646915+02:00",
"EndDate": "2026-08-06T01:28:14.4646915+02:00",
"PriceEach": 1.0,
"PriceTotal": 1.0,
"Grouped": true,
"CurrencyCode": "sample string 6",
"IncludesVat": true,
"CreatedAt": "2026-08-06T01:28:14.4646915+02:00",
"CreatedByUUID": "sample string 9",
"UpdatedAt": "2026-08-06T01:28:14.4646915+02:00",
"UpdatedByUUID": "sample string 10",
"DeletedAt": "2026-08-06T01:28:14.4646915+02:00",
"DeletedByUUID": "sample string 11",
"Synced": true,
"ItemPrices": [
{
"$id": "8",
"UUID": "ef1630d7-cc08-418a-9fdb-be3bf379fd63",
"PriceListUUID": "61b3ee61-c848-43e0-9c3c-da97f59fa221",
"ItemGroupUUID": "4badb598-2774-4aeb-9e64-9d88ba77cb61",
"AgreementUUID": "9af8c308-a89c-4b21-be76-b8c32ed08d8d",
"CustomerGroupUUID": "22392716-3cdc-42f5-8d9c-c0b774520153",
"CustomerUUID": "cdc5fec1-87be-4759-a338-6f7468ba1b1f",
"ProjectUUID": "5ca3de82-ac6d-4027-9692-4f283e4912f4",
"CampaignUUID": "17b6f859-463f-4dad-af4a-532173c94aa7",
"ItemUUID": "98a399af-71cf-497d-8280-d6f76c757822",
"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-08-06T01:28:14.4646915+02:00",
"ValidTo": "2026-08-06T01:28:14.4646915+02:00",
"CreatedAt": "2026-08-06T01:28:14.4646915+02:00",
"CreatedByUUID": "sample string 8",
"UpdatedAt": "2026-08-06T01:28:14.4646915+02:00",
"UpdatedByUUID": "sample string 9",
"DeletedAt": "2026-08-06T01:28:14.4646915+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": "7cb392e2-db2d-4f0b-ba8c-68160a20b49e",
"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": "b2b0fba5-0d7d-4da8-a411-0ac6d1ce53c1",
"PurchasePrice": 3.0,
"Price": 4.0,
"OutletId": "2fe9cf24-7375-4529-8547-0981b073db94",
"PriceMode": 0,
"Updated": "2026-08-06T01:28:14.4646915+02:00"
},
{
"$ref": "10"
}
],
"Ingredients": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"Variants": [
{
"$id": "11",
"Id": 1,
"ConfigurationId": "5048f2fb-cf8b-4054-b6ab-f04d29404d2e",
"ItemId": "78d0d0cd-2267-43b4-ab52-8412ab669447",
"SortOrder": 4,
"Deleted": true,
"Updated": "2026-08-06T01:28:14.4646915+02:00"
},
{
"$ref": "11"
}
],
"ItemOption": [
{
"$id": "12",
"Id": "0cce994a-9605-444a-b3a3-e055443e527b",
"ItemOptionGroupId": "1f11e920-92b9-4014-9783-7819d728e72b",
"ItemId": "5ab7704d-e229-4a32-bf9c-3d3802f675cc",
"CategoryId": 4,
"Active": true,
"Updated": "2026-08-06T01:28:14.4646915+02:00"
},
{
"$ref": "12"
}
],
"ShowOnReceipt": true,
"QuickAdd": true,
"HasIngredients": true,
"HasVariants": true,
"HasOptions": true,
"CategoryItemGroups": [
{
"$id": "13",
"Id": "9dff62b8-afd8-467c-81a9-803ab44f4db4",
"CategoryId": 2,
"GroupId": "25033add-8617-440b-bcff-b40125b2a311",
"Qty": 4.0,
"Price": 5.0,
"Deleted": true,
"SortOrder": 7,
"Updated": "2026-08-06T01:28:14.4646915+02:00",
"Description": "sample string 9"
},
{
"$ref": "13"
}
],
"ItemPricePolicies": [
{
"$id": "14",
"Id": 1,
"ItemId": "3700d167-c0e6-4780-adfc-8219e34daf64",
"BuyLimit": 3,
"DiscountAmount": 4.0,
"Active": true,
"Deleted": true,
"Updated": "2026-08-06T01:28:14.4646915+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-08-06T01:28:14.4646915+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": "327d32bf-5b46-428d-bb90-d6b9510ed58c",
"CategoryName": "sample string 85",
"ShowCategoryName": true,
"DiscountedPrice": 86.0,
"Qty": 87.0,
"ConfigurationId": 88,
"ItemOptionId": "3f65fbe5-5f08-475c-b4f9-746f44680eae",
"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": "80854d26-ba5f-45ce-87f4-85045ba133f0",
"ParentUUID": "d78a5168-48a4-411d-b731-c609cdbaf39f",
"EntityUUID": "6ad7c182-5464-4217-8473-b48f8a434fd3",
"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-08-06T01:28:14.4646915+02:00",
"UpdatedAt": "2026-08-06T01:28:14.4646915+02:00",
"UpdatedByUUID": "sample string 15",
"DeletedByUUID": "sample string 16",
"DeletedAt": "2026-08-06T01:28:14.4646915+02:00",
"Synced": true
},
{
"$ref": "16"
}
],
"HasFile": true,
"ItemTypeText": "Individual",
"ItemUnitText": "Piece",
"ItemAdditionalIdentifications": [
{
"$id": "17",
"UUID": "54741653-8b37-4342-a65a-12bca0b3945b",
"ItemUUID": "059fd570-2239-4a21-888a-0cd131a8d172",
"ItemInstanceUUID": "sample string 3",
"Identifier": "sample string 4",
"IdentifierSchemeId": "sample string 5",
"CreatedAt": "2026-08-06T01:28:14.4646915+02:00",
"CreatedByUUID": "sample string 7",
"UpdatedAt": "2026-08-06T01:28:14.4646915+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": "c8f8ea22-ae1d-4e64-acbf-7932bc364f42",
"GroupKey": "0083ea4e-9001-49db-a25d-d8d683504b75",
"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": "8f4028b5-8f01-4fe2-862a-f5e41fc7e773",
"QuickAdd": true,
"IsDefaultIngredient": true,
"ItemStatusText": "Ready",
"ItemStatusColor": "#FFD89778",
"KDSItemStatusColor": "#FFD89778",
"IsReadyToServe": true,
"EnableReadyToServe": false,
"IngredientCartQty": "4x19",
"OrderComments": "sample string 34",
"OrderDate": "2026-08-06T01:28:14.4646915+02:00",
"InvoiceDate": "2026-08-06T01:28:14.4646915+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": "6ee8f6b4-fa50-4b77-b688-7072d631f944",
"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": "6c6541ea-9a6f-49fc-a38a-f1ac509d38ed",
"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-08-06T01:28:14.4646915+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": "7cc34ed5-582a-4778-af5f-03309e6093ee",
"ItemId": "cdddb278-ff4d-4f24-8055-fa87ba3eb2a9",
"TableId": 1,
"ActionId": 3,
"Created": "2026-08-06T01:28:14.4646915+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": "fb7c9505-1a91-428d-a205-b8110c5defb7",
"TerminalId": "ef4bc67c-c20d-4093-b69e-ccc232aa16c3",
"TerminalNo": 64,
"ReceiptNumber": 4,
"OrderId": "c56aabf5-8456-4ab7-86f9-ac60e45e3c07",
"Order": {
"$ref": "1"
},
"ReceiptCopies": 64,
"GrossAmount": 7.0,
"VatAmount": 8.0,
"VatDetail": "sample string 9",
"PrintDate": "2026-08-06T01:28:14.4646915+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": "97f45d5a-5d55-48c3-b1c5-248654972f5a",
"OrderId": "53f299b2-2119-485f-a264-1394b3340af9",
"Order": {
"$ref": "1"
},
"TypeId": 64,
"PaidAmount": 4.0,
"ReturnAmount": 5.0,
"PaymentDate": "2026-08-06T01:28:14.4646915+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-08-06T01:28:14.4646915+02:00",
"DueDate": "2026-08-06T01:28:14.4646915+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-08-06T01:28:14.4646915+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": "48308bf8-b0fb-4039-8e2b-c6c17e66a4fd",
"Updated": "2026-08-06T01:28:14.4646915+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": "7c940c03-d3bc-44ed-bfc1-065331b88033",
"ParentId": "36c4691a-97ce-4e35-95fe-84e576c48b7a",
"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-08-06T01:28:14.4646915+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-08-06T01:28:14.4646915+02:00",
"Updated": "2026-08-06T01:28:14.4646915+02:00",
"UpdatedBy": "cb99ef80-1adb-4cc4-9372-211c005c993c",
"PriceListId": "4b64d895-a900-47ab-89d0-c2d52662d400",
"Customer_CustomField": [
{
"$id": "25",
"Id": "adcf33ca-17db-458d-8bd9-647a0aa5bc4f",
"FieldId": "7bf3a83c-b01d-41f9-b27b-e0948b101b54",
"CustomerCustomField": {
"$id": "26",
"Id": "3a6188cd-b32b-4a6a-a79c-99452c482c70",
"Caption": "sample string 2",
"SortOrder": 3
},
"CustomerId": "37dc60d5-7fc6-48af-8704-f5869babb3ba",
"Customer": {
"$ref": "24"
},
"Caption": "sample string 4",
"Text": "sample string 5",
"SortOrder": 6,
"Updated": "2026-08-06T01:28:14.4646915+02:00"
},
{
"$ref": "25"
}
],
"DiscountGroupId": "ca1218b1-a986-4747-9624-1bc8e705a35e",
"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": "ccfb8cb2-8b31-452a-823e-3943cac89f34",
"Title": "sample string 2",
"Discount": 3.0,
"Created": "2026-08-06T01:28:14.4646915+02:00",
"Updated": "2026-08-06T01:28:14.4646915+02:00",
"Description": "sample string 6"
},
"Parent": {
"$ref": "24"
},
"ShowEdit": true,
"GiftCard": {
"$id": "28",
"CardId": "fca230c8-85dd-4ef9-9ddc-7730931b1adb",
"CardNumber": "sample string 2",
"AddedAmount": 3.0,
"Balance": 4.0,
"CustomerId": "f167423a-f307-44c3-b4a5-28ab37cc104d",
"Title": "sample string 6",
"ValidFrom": "2026-08-06T01:28:14.4646915+02:00",
"ValidTo": "2026-08-06T01:28:14.4646915+02:00",
"Active": true,
"Updated": "2026-08-06T01:28:14.4646915+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": "69d9100f-a150-407e-8fba-a265720488dd",
"CustomerId": "2d05490f-29ce-40f0-be9b-782615db94ba",
"ExpiryDate": "2026-08-06T01:28:14.4646915+02:00",
"Active": true,
"Synced": true,
"CustomerName": "sample string 6"
},
"OrderId": "97a7c106-e043-4712-bb91-0716bf322fa6",
"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": "31b30f8f-07a7-4e92-8d0e-93e0548c9c93",
"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": "b6c29076-360f-4fce-ab0c-fe33d2621f18",
"OrderId": "c9509ec8-ee72-49f5-a1ec-9513c9d1b5ba",
"TicketNo": 3,
"BongNo": 4,
"TableId": 5,
"Comments": "sample string 6",
"CreatedBy": "sample string 7",
"CreatedAt": "2026-08-06T01:28:14.4646915+02:00",
"OrderTicketItems": [
{
"$id": "31",
"Id": "7583e03f-7a52-407f-a773-b0a499668869",
"TicketId": "15a67814-aead-4249-be06-dbdc00f824de",
"OrderTicket": {
"$ref": "30"
},
"ItemId": "8b488fe4-3d1d-473a-b0c2-8712ef3abd51",
"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": "76c700a2-ce22-4dd1-8796-ad904227e034",
"OrderId": "7375caca-f492-434b-b1a8-6845b5df4b54",
"FulfillmentTypeCode": "sample string 3",
"PromisedAt": "2026-08-06T01:28:14.4646915+02:00",
"PromisedDurationMinutes": 4,
"EstimatedReadyAt": "2026-08-06T01:28:14.4646915+02:00"
},
"FoodlyOrder": {
"$id": "33",
"Id": "2e8e99f4-5765-4a61-a11a-e08ff99879f6",
"FoodlyId": 2,
"NIMPOSId": "ce4caf58-5514-4b71-8eb1-3db015e2821c",
"Json": "sample string 4",
"DeliveryRequestedOn": "2026-08-06T01:28:14.4646915+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.