POST api/TMSApp/RailFreight/SetCarriageTer/{id}?terminalNo={terminalNo}
根据车皮id修改车皮对应的电子锁设备编号
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
terminalNo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据车皮id修改车皮对应的电子锁设备编号
MsgBaseOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": true }