GET api/TMSApp/BuyOrder/GetCoalTypeList
获取煤种列表
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取煤种列表
MsgBaseApiPageOfListOfCoalTypeName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of CoalType |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "CoalId": 1, "CoalName": "sample string 2" }, { "CoalId": 1, "CoalName": "sample string 2" } ] }