POST api/TMSApp/FreightPlan/DeletePlan?planId={planId}
删除货运计划,当货运计划有对应的运单运行则不删除
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
planId | integer |
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" }