POST api/TMSApp/Dispatch/AddDispatchNew?TransportOrderID={TransportOrderID}&carNum={carNum}&driverID={driverID}&conOrderAreaID={conOrderAreaID}&rcvOrderAreaID={rcvOrderAreaID}&remark={remark}&IsReceipt={IsReceipt}&CreateByDataSource={CreateByDataSource}
新增派单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TransportOrderID |
运输订单ID |
integer |
Required |
carNum |
车牌号 |
string |
Required |
driverID |
司机ID |
integer |
Required |
conOrderAreaID |
订单发货区域 |
integer |
Required |
rcvOrderAreaID |
订单收货区域 |
integer |
Required |
remark | string |
Required |
|
IsReceipt |
是否回单 |
integer |
Required |
CreateByDataSource | string |
Default value is web |
Body Parameters
None.
Response Information
Resource Description
新增派单
MsgBaseApiPageOfStringName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": "sample string 3" }