POST api/TMSApp/Dispatch/SendDispSendWeightToElecDevice?DispatchSN={DispatchSN}&carNum={carNum}&sendWeight={sendWeight}&sendReason={sendReason}
下发电子运单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DispatchSN |
运单编号 |
string |
Required |
carNum |
车牌号 |
string |
Required |
sendWeight |
矿发重量 |
decimal number |
Required |
sendReason |
下发原因 |
string |
Required |
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" }