POST api/RegistrarVagaPEJ/{Id_PEJCandidato}/{Cod_Vaga}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_PEJCandidato | string |
Required |
|
| Cod_Vaga | string |
Required |
Body Parameters
RegistrarVagaPEJ| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_PEJCandidato | string |
None. |
|
| Cod_Vaga | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_PEJCandidato": "sample string 1",
"Cod_Vaga": "sample string 2"
}
application/xml, text/xml
Sample:
<RegistrarVagaPEJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile.WebApiMobile.Models"> <Cod_Vaga>sample string 2</Cod_Vaga> <Id_PEJCandidato>sample string 1</Id_PEJCandidato> </RegistrarVagaPEJ>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |