POST api/vagasrecselecao/IntegrarInHireVRxSinergy
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VagasInHireVRxSinergy| Name | Description | Type | Additional information |
|---|---|---|---|
| idVagaInhire | string |
Required |
|
| codPosicao | string |
Required String length: inclusive between 1 and 20 |
|
| idGestorVaga | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| idCriadorVaga | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| numVagas | integer |
Required Range: inclusive between 1 and 100 |
|
| vagaTipoId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| tipoNome | string |
Required String length: inclusive between 1 and 50 |
|
| idPrazo | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| dcPrazo | string |
Required String length: inclusive between 1 and 80 |
|
| NumPeriodo | integer |
None. |
|
| tipoContratoId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| tipoContratoNome | string |
Required String length: inclusive between 1 and 50 |
|
| motivoId | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| nmMotivo | string |
Required String length: inclusive between 1 and 50 |
|
| idHorarioFolha | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| nmHorario | string |
Required String length: inclusive between 1 and 200 |
|
| salarioFixo | string |
Required String length: inclusive between 1 and 15 |
|
| nomeCandidato | string |
Required String length: inclusive between 3 and 128 |
|
| emailCandidato | string |
Required String length: inclusive between 3 and 128 |
|
| cpf | string |
Required String length: inclusive between 11 and 14 |
|
| dataAdmissao | date |
Required Range: inclusive between 2026-01-01 and 2100-01-01 |
|
| telefone | string |
String length: inclusive between 0 and 15 |
|
| celular | string |
String length: inclusive between 0 and 15 |
|
| dataNascimento | date |
Required Range: inclusive between 1900-01-01 and 2100-01-01 |
|
| salario | string |
Required String length: inclusive between 1 and 15 |
|
| isPcd | boolean |
None. |
|
| Logradouro | string |
Required String length: inclusive between 1 and 100 |
|
| Numero | integer |
Required Range: inclusive between 1 and 2147483647 |
|
| Complemento | string |
String length: inclusive between 1 and 50 |
|
| Bairro | string |
Required String length: inclusive between 1 and 100 |
|
| Cidade | string |
Required String length: inclusive between 1 and 100 |
|
| Uf | string |
Required String length: inclusive between 2 and 2 |
|
| Cep | string |
Required String length: inclusive between 8 and 10 |
|
| parecerRH | string |
Required String length: inclusive between 1 and 500 |
Response Formats
application/json, text/json
{
"idVagaInhire": "sample string 1",
"codPosicao": "sample string 2",
"idGestorVaga": 3,
"idCriadorVaga": 4,
"numVagas": 5,
"vagaTipoId": 6,
"tipoNome": "sample string 7",
"idPrazo": 8,
"dcPrazo": "sample string 9",
"NumPeriodo": 1,
"tipoContratoId": 10,
"tipoContratoNome": "sample string 11",
"motivoId": 12,
"nmMotivo": "sample string 13",
"idHorarioFolha": 14,
"nmHorario": "sample string 15",
"salarioFixo": "sample string 16",
"nomeCandidato": "sample string 17",
"emailCandidato": "sample string 18",
"cpf": "sample string 19",
"dataAdmissao": "11-04-2026 05:56:44.244",
"telefone": "sample string 21",
"celular": "sample string 22",
"dataNascimento": "11-04-2026 05:56:44.244",
"salario": "sample string 24",
"isPcd": true,
"Logradouro": "sample string 26",
"Numero": 27,
"Complemento": "sample string 28",
"Bairro": "sample string 29",
"Cidade": "sample string 30",
"Uf": "sample string 31",
"Cep": "sample string 32",
"parecerRH": "sample string 33"
}