POST api/JobApplyExtension?AccessToken={AccessToken}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
Required |
Body Parameters
CreateJobApplyExtensionRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| JobApplyId | integer |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobApplyId": 1,
"Name": "sample string 2",
"Value": "sample string 3"
}
application/xml, text/xml
Sample:
<CreateJobApplyExtensionRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Udyoga.Models.JobModels.JobApplyExtension"> <Name>sample string 2</Name> <Value>sample string 3</Value> <JobApplyId>1</JobApplyId> </CreateJobApplyExtensionRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.