文档
测试

出库挑货订单列表

GET
https://www.rainboweip.com/api/order/GetPrepareOrderList/1250/?days=1

接口描述

出库挑货订单列表

请求参数

参数名
类型
描述
必填
1250
int
当前用户ID
必填
days
int
预备挑货提前日
必填

响应参数

参数名
类型
描述
必填
Status
string
Success或者False
必填
StatusCode
int
0:成功
必填
Msg
string
操作成功!
必填
Data
obj
结果集
必填

说明 / 示例

{ "Status": "Success", "StatusCode": 0, "Msg": "操作成功!", "Data": { "DataList": [ { "BillNO": "040317-A012", --订单编号 "CustShortName": "佳瑪樹林", --客户简称 "CustomerID": "B016-01", --客户ID "PreInDate": 20150317, --预交日期 "Remark": "30号发货", --订单备注 "BillDate": 20150730, "ColorStatus": "Red", "OrderVal": 20150730 }, { "BillNO": "040317-A006", "CustShortName": "惠康台南FG", "CustomerID": "B003-TNFG", "PreInDate": 20150317, "Remark": "30号发货", --订单备注 "BillDate": 20150730, "ColorStatus": "Red", "OrderVal": 20150730 } ] } }