POST api/SalvarCandidatoPEJ/{Id_PEJEstado}/{Nom_Candidato}/{Num_Telefone}/{Vlr_Pretensao}/{Des_Senha}/{Dt_Nascimento}?Des_EMail={Des_EMail}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_PEJEstado | integer |
Required |
|
| Nom_Candidato | string |
Required |
|
| Num_Telefone | string |
Required |
|
| Vlr_Pretensao | string |
Required |
|
| Des_EMail | string |
Required |
|
| Des_Senha | string |
Required |
|
| Dt_Nascimento | string |
Required |
Body Parameters
SalvarCandidatoPEJ| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_PEJCandidato | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_PEJCandidato": "sample string 1"
}
application/xml, text/xml
Sample:
<SalvarCandidatoPEJ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile.WebApiMobile.Models"> <Id_PEJCandidato>sample string 1</Id_PEJCandidato> </SalvarCandidatoPEJ>
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. |