POST api/PersonAPI/UpLanguage

修改语言能力

Request Information

URI Parameters

None.

Body Parameters

tb_Person_Edu_3
NameDescriptionTypeAdditional information
nID

integer

None.

nUserID

integer

None.

nResumeNo

string

None.

nLanguage

外语语种

string

None.

nLanguageName

string

None.

nLevel

掌握程度

string

None.

nLevelName

string

None.

nResumeType

string

None.

nCheck

是否展示在简历中 0 1

string

None.

Request Formats

application/json, text/json

Sample:
{
  "nID": 1,
  "nUserID": 2,
  "nResumeNo": "sample string 3",
  "nLanguage": "sample string 4",
  "nLanguageName": "sample string 5",
  "nLevel": "sample string 6",
  "nLevelName": "sample string 7",
  "nResumeType": "sample string 8",
  "nCheck": "sample string 9"
}

application/xml, text/xml

Sample:
<tb_Person_Edu_3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Model">
  <nCheck>sample string 9</nCheck>
  <nID>1</nID>
  <nLanguage>sample string 4</nLanguage>
  <nLanguageName>sample string 5</nLanguageName>
  <nLevel>sample string 6</nLevel>
  <nLevelName>sample string 7</nLevelName>
  <nResumeNo>sample string 3</nResumeNo>
  <nResumeType>sample string 8</nResumeType>
  <nUserID>2</nUserID>
</tb_Person_Edu_3>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.