POST api/PersonAPI/JobResume
投递简历
Request Information
URI Parameters
None.
Body Parameters
JobResume| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | integer |
None. |
|
| jobid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": 1,
"jobid": 2
}
application/xml, text/xml
Sample:
<ApiHelper.JobResume xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AppApi.Models"> <Type>1</Type> <jobid>2</jobid> </ApiHelper.JobResume>
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.