POST api/MyInfo/ExpertAuth
Request Information
URI Parameters
None.
Body Parameters
T_Expert| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| name | string |
None. |
|
| expert_type | string |
None. |
|
| expert_expertise | string |
None. |
|
| expert_worktime | string |
None. |
|
| memo | string |
None. |
|
| ranks | string |
None. |
|
| ranks2 | string |
None. |
|
| ranksData | string |
None. |
|
| isenable | integer |
None. |
|
| attention | integer |
None. |
|
| AddTime | date |
None. |
|
| pic | string |
None. |
|
| edu_desc | string |
None. |
|
| work_desc | string |
None. |
|
| project_desc | string |
None. |
|
| honor_desc | string |
None. |
|
| work_unit | string |
None. |
|
| province | string |
None. |
|
| city | string |
None. |
|
| county | string |
None. |
|
| userId | integer |
None. |
|
| readCount | integer |
None. |
|
| edu_bg | string |
None. |
|
| school | string |
None. |
|
| major | string |
None. |
|
| expert_org_type | string |
None. |
|
| percent | string |
None. |
|
| tech_field1 | string |
None. |
|
| tech_field2 | string |
None. |
|
| tech_field3 | string |
None. |
|
| techField | string |
None. |
|
| tech_field_id | integer |
None. |
|
| filepath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"name": "sample string 2",
"expert_type": "sample string 3",
"expert_expertise": "sample string 4",
"expert_worktime": "sample string 5",
"memo": "sample string 6",
"ranks": "sample string 7",
"ranks2": "sample string 8",
"ranksData": "sample string 9",
"isenable": 10,
"attention": 11,
"AddTime": "2025-12-29T23:55:31.4782715+08:00",
"pic": "sample string 13",
"edu_desc": "sample string 14",
"work_desc": "sample string 15",
"project_desc": "sample string 16",
"honor_desc": "sample string 17",
"work_unit": "sample string 18",
"province": "sample string 19",
"city": "sample string 20",
"county": "sample string 21",
"userId": 22,
"readCount": 23,
"edu_bg": "sample string 24",
"school": "sample string 25",
"major": "sample string 26",
"expert_org_type": "sample string 27",
"percent": "sample string 28",
"tech_field1": "sample string 29",
"tech_field2": "sample string 30",
"tech_field3": "sample string 31",
"techField": "sample string 32",
"tech_field_id": 33,
"filepath": "sample string 34"
}
application/xml, text/xml
Sample:
<T_Expert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fsh.Core.Models"> <AddTime>2025-12-29T23:55:31.4782715+08:00</AddTime> <Id>1</Id> <attention>11</attention> <city>sample string 20</city> <county>sample string 21</county> <edu_bg>sample string 24</edu_bg> <edu_desc>sample string 14</edu_desc> <expert_expertise>sample string 4</expert_expertise> <expert_org_type>sample string 27</expert_org_type> <expert_type>sample string 3</expert_type> <expert_worktime>sample string 5</expert_worktime> <filepath>sample string 34</filepath> <honor_desc>sample string 17</honor_desc> <isenable>10</isenable> <major>sample string 26</major> <memo>sample string 6</memo> <name>sample string 2</name> <percent>sample string 28</percent> <pic>sample string 13</pic> <project_desc>sample string 16</project_desc> <province>sample string 19</province> <ranks>sample string 7</ranks> <ranks2>sample string 8</ranks2> <ranksData>sample string 9</ranksData> <readCount>23</readCount> <school>sample string 25</school> <techField>sample string 32</techField> <tech_field1>sample string 29</tech_field1> <tech_field2>sample string 30</tech_field2> <tech_field3>sample string 31</tech_field3> <tech_field_id>33</tech_field_id> <userId>22</userId> <work_desc>sample string 15</work_desc> <work_unit>sample string 18</work_unit> </T_Expert>
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>