New Function #55
closed
- Status changed from New to Resolved
- Assignee changed from bryant bryant to Deca Park
[API] POST /api/online_order, /api/store_order
1.when INSERT st_order
- set order_type = 'general' (NEW)
[API] order list (GET /api/order_list)
1.Request
1) Add paramters
----------------------------------------------------
variable type required comment
----------------------------------------------------
start_date string N 주문시작일자 (YYYYMMDD)
end_date string N 주문종료일자 (YYYYMMDD)
2.Logic
1) if start_date exists, add condition : st_order.reg_date >= {start_date param}
2) if end_date exists, add condition : st_order.reg_date <= {end_date param}
- Status changed from Resolved to Closed
Also available in: Atom
PDF