PUT api/Candidatos/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
CandidatoName | Description | Type | Additional information |
---|---|---|---|
idCandidato | integer |
None. |
|
Nome | string |
None. |
|
string |
None. |
||
Telefone | string |
None. |
|
Formacao | string |
None. |
|
DtCadastro | date |
None. |
|
idSubCategoria | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "idCandidato": 1, "Nome": "sample string 2", "Email": "sample string 3", "Telefone": "sample string 4", "Formacao": "sample string 5", "DtCadastro": "2021-02-24T13:58:23.3952881", "idSubCategoria": 7 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.