GET api/TMSApp/RecDelReport/GetElectricBaseInfo?corpID={corpID}
获取电厂基本信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
corpID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取电厂基本信息
MsgBaseApiPageOfv_corpsName | Description | Type | Additional information |
---|---|---|---|
Status |
返回状态0:失败,1:成功 |
integer |
None. |
Msg |
返回消息 |
string |
None. |
Data |
返回数据内容,默认为空 |
v_corps |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": 1, "Msg": "sample string 2", "Data": { "TypeStr": "信息中心", "ParentCorpName": "sample string 2", "BelongDistrict": "sample string 3", "ReceiverNumber": 4, "ConsignerNumber": 5, "ShipperNumber": 6, "id": 7, "identity": "sample string 8", "code": "sample string 9", "corp_name": "sample string 10", "corp_short_name": "sample string 11", "type": 1, "address": "sample string 12", "telephone": "sample string 13", "linkman": "sample string 14", "mobile": "sample string 15", "approved": 64, "IsDeleted": 64, "CreateBy": 1, "CreateTime": "2025-01-02T20:56:06.4929757+08:00", "UpdateBy": 18, "UpdateTime": "2025-01-02T20:56:06.4929757+08:00", "IDCode": "sample string 20", "GroupType": 64, "TaxNumber": "sample string 22", "PID": 1, "IDCard": "sample string 23" } }