POST api/PersonAPI/UpSchool
教育经历修改
Request Information
URI Parameters
None.
Body Parameters
tb_Person_Edu_1Name | Description | Type | Additional information |
---|---|---|---|
nID | integer |
None. |
|
nUserID | integer |
None. |
|
nResumeNo | string |
None. |
|
nStart |
开始时间* |
string |
None. |
nEnd |
结束时间* |
string |
None. |
nSchool |
学校* |
string |
None. |
nSpecial |
专业*(非必填) |
string |
None. |
nLevel |
学历* |
string |
None. |
nContent |
专业描述*(非必填) |
string |
None. |
nResumeType | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "nID": 1, "nUserID": 2, "nResumeNo": "sample string 3", "nStart": "sample string 4", "nEnd": "sample string 5", "nSchool": "sample string 6", "nSpecial": "sample string 7", "nLevel": "sample string 8", "nContent": "sample string 9", "nResumeType": "sample string 10" }
application/xml, text/xml
Sample:
<tb_Person_Edu_1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Model"> <nContent>sample string 9</nContent> <nEnd>sample string 5</nEnd> <nID>1</nID> <nLevel>sample string 8</nLevel> <nResumeNo>sample string 3</nResumeNo> <nResumeType>sample string 10</nResumeType> <nSchool>sample string 6</nSchool> <nSpecial>sample string 7</nSpecial> <nStart>sample string 4</nStart> <nUserID>2</nUserID> </tb_Person_Edu_1>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.