Authorization: Bearer ********************{
"OrderHeaderModel": {
"documentDate": "2026/09/15",
"documentNumber": "2206131409298141075",
"documentDesc": "Test order api",
"restaurantId": "004",
"deliveryManId": "",
"taxCustomerType": "1",
"taxCustomerId": "",
"taxCustomerName": "",
"totalPayAmount": 15000,
"comment": "",
"orderNote": "",
"additionalNote": "",
"shippingName": "Bold",
"shippingPhone": "95856014",
"shippingAddress": "Баянзүрх дүүрэг, 135-5, 8давхар",
"shippingDateTime": "2026/09/15 14:30",
"orderType": "T"
},
"OrderLineModel": [
{
"itemId": "1005552",
"barcode": "",
"itemName": "Бууз",
"qty": 1,
"price": 15000.000000,
"payAmount": 15000.000000
}
]
}curl --location '/api/order/order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"OrderHeaderModel": {
"documentDate": "2026/09/15",
"documentNumber": "2206131409298141075",
"documentDesc": "Test order api",
"restaurantId": "004",
"deliveryManId": "",
"taxCustomerType": "1",
"taxCustomerId": "",
"taxCustomerName": "",
"totalPayAmount": 15000,
"comment": "",
"orderNote": "",
"additionalNote": "",
"shippingName": "Bold",
"shippingPhone": "95856014",
"shippingAddress": "Баянзүрх дүүрэг, 135-5, 8давхар",
"shippingDateTime": "2026/09/15 14:30",
"orderType": "T"
},
"OrderLineModel": [
{
"itemId": "1005552",
"barcode": "",
"itemName": "Бууз",
"qty": 1,
"price": 15000.000000,
"payAmount": 15000.000000
}
]
}'{
"Success": true,
"Message": null,
"ErrorCode": null,
"ExceptionType": null,
"Data": {
"DocumentPkId": 2406111233128438000,
"TaxBillNo": "",
"TaxBillDate": null
}
}