POST api/TMSApp/Dispatch/UpdateReceiveGrossById
修改实收量
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
修改实收量
MsgBaseOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": 3 }