POST api/PersonAPI/AddProjectExperience

添加项目能力能力

Request Information

URI Parameters

None.

Body Parameters

tb_Person_Sub_Join
NameDescriptionTypeAdditional information
nID

integer

None.

nResumeNo

string

None.

nUserID

integer

None.

nTitle

string

None.

nCode

string

None.

nMark

string

None.

nResumeType

string

None.

nCheck

string

None.

Request Formats

application/json, text/json

Sample:
{
  "nID": 1,
  "nResumeNo": "sample string 2",
  "nUserID": 3,
  "nTitle": "sample string 4",
  "nCode": "sample string 5",
  "nMark": "sample string 6",
  "nResumeType": "sample string 7",
  "nCheck": "sample string 8"
}

application/xml, text/xml

Sample:
<tb_Person_Sub_Join xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Model">
  <nCheck>sample string 8</nCheck>
  <nCode>sample string 5</nCode>
  <nID>1</nID>
  <nMark>sample string 6</nMark>
  <nResumeNo>sample string 2</nResumeNo>
  <nResumeType>sample string 7</nResumeType>
  <nTitle>sample string 4</nTitle>
  <nUserID>3</nUserID>
</tb_Person_Sub_Join>

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.