GET api/TMSApp/Corp/GetShipperList?corpId={corpId}
获取承运单位
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpId |
用户所属公司ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取承运单位
MsgBaseApiPageOfListOfCorpName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
Collection of Corp |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": [ { "id": 1, "corp_short_name": "sample string 2", "type": 3, "typeStr": "1,2,", "address": "sample string 5", "linkman": "sample string 6", "mobile": "sample string 7" }, { "id": 1, "corp_short_name": "sample string 2", "type": 3, "typeStr": "1,2,", "address": "sample string 5", "linkman": "sample string 6", "mobile": "sample string 7" } ] }