POST api/MyInfo/Industry2Auth
Request Information
URI Parameters
None.
Body Parameters
T_Industry2| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| orgName | string |
None. |
|
| LegalPerson | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| Address | string |
None. |
|
| WebSite | string |
None. |
|
| Memo | string |
None. |
|
| AddTime | date |
None. |
|
| province | string |
None. |
|
| city | string |
None. |
|
| county | string |
None. |
|
| tech_field1 | string |
None. |
|
| tech_field2 | string |
None. |
|
| tech_field3 | string |
None. |
|
| techField | string |
None. |
|
| region | string |
None. |
|
| tech_field_id | integer |
None. |
|
| company_type_label | string |
None. |
|
| company_type_value | string |
None. |
|
| logo | string |
None. |
|
| postCode | string |
None. |
|
| userId | integer |
None. |
|
| linkMan | string |
None. |
|
| org_type | string |
None. |
|
| area_type | string |
None. |
|
| sj_field | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"orgName": "sample string 2",
"LegalPerson": "sample string 3",
"Phone": "sample string 4",
"Email": "sample string 5",
"Address": "sample string 6",
"WebSite": "sample string 7",
"Memo": "sample string 8",
"AddTime": "2025-12-29T23:59:46.761253+08:00",
"province": "sample string 10",
"city": "sample string 11",
"county": "sample string 12",
"tech_field1": "sample string 13",
"tech_field2": "sample string 14",
"tech_field3": "sample string 15",
"techField": "sample string 16",
"region": "sample string 17",
"tech_field_id": 18,
"company_type_label": "sample string 19",
"company_type_value": "sample string 20",
"logo": "sample string 21",
"postCode": "sample string 22",
"userId": 23,
"linkMan": "sample string 24",
"org_type": "sample string 25",
"area_type": "sample string 26",
"sj_field": "sample string 27"
}
application/xml, text/xml
Sample:
<T_Industry2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models"> <AddTime>2025-12-29T23:59:46.761253+08:00</AddTime> <Address>sample string 6</Address> <Email>sample string 5</Email> <Id>1</Id> <LegalPerson>sample string 3</LegalPerson> <Memo>sample string 8</Memo> <Phone>sample string 4</Phone> <WebSite>sample string 7</WebSite> <area_type>sample string 26</area_type> <city>sample string 11</city> <company_type_label>sample string 19</company_type_label> <company_type_value>sample string 20</company_type_value> <county>sample string 12</county> <linkMan>sample string 24</linkMan> <logo>sample string 21</logo> <orgName>sample string 2</orgName> <org_type>sample string 25</org_type> <postCode>sample string 22</postCode> <province>sample string 10</province> <region>sample string 17</region> <sj_field>sample string 27</sj_field> <techField>sample string 16</techField> <tech_field1>sample string 13</tech_field1> <tech_field2>sample string 14</tech_field2> <tech_field3>sample string 15</tech_field3> <tech_field_id>18</tech_field_id> <userId>23</userId> </T_Industry2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| count | integer |
None. |
|
| data | Object |
None. |
|
| otherdata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"count": 1,
"data": {},
"otherdata": {}
}
application/xml, text/xml
Sample:
<ApiResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models.Other"> <code>1</code> <count>1</count> <data /> <msg>sample string 2</msg> <otherdata /> </ApiResult>