PUT api/colaborador/AtualizaColaboradorBlazon?cpf={cpf}&email={email}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cpf | string |
Required |
|
string |
Required |
Body Parameters
AtualizaColaboradorBlazonViewModelName | Description | Type | Additional information |
---|---|---|---|
Nome | string |
Required String length: inclusive between 3 and 128 |
|
string |
Required String length: inclusive between 3 and 128 |
||
DataNascimento | date |
Required Range: inclusive between 01/01/1940 and 01/01/2100 |
|
TelefoneCelular | string |
Required String length: inclusive between 10 and 20 |
|
DataAdmissao | date |
Required Range: inclusive between 01/01/1940 and 01/01/2100 |
|
DataDemissao | date |
None. |
|
Matricula | string |
Required String length: inclusive between 1 and 20 |
|
CpfGestor | string |
Required String length: inclusive between 11 and 14 |
|
idEmpresa | integer |
Required Range: inclusive between 1 and 2147483647 |
|
CnpjEmpresa | string |
Required String length: inclusive between 14 and 18 |
|
idUnidade | integer |
Required Range: inclusive between 1 and 2147483647 |
|
CnpjUnidade | string |
Required String length: inclusive between 14 and 18 |
|
idRegional | integer |
Required Range: inclusive between 1 and 2147483647 |
|
IdCentroCustoCliente | integer |
Required Range: inclusive between 1 and 2147483647 |
|
idCargo | integer |
Required Range: inclusive between 1 and 2147483647 |
|
CargoNome | string |
Required String length: inclusive between 2 and 128 |
|
Salario | decimal number |
Required Range: inclusive between 0,01 and 999999,99 |
Request Formats
application/json, text/json
{ "Nome": "sample string 1", "Email": "sample string 2", "DataNascimento": "09-01-2025 22:58:42.004", "TelefoneCelular": "sample string 4", "DataAdmissao": "09-01-2025 22:58:42.004", "DataDemissao": "09-01-2025 22:58:42.004", "Matricula": "sample string 6", "CpfGestor": "sample string 7", "idEmpresa": 8, "CnpjEmpresa": "sample string 9", "idUnidade": 10, "CnpjUnidade": "sample string 11", "idRegional": 12, "IdCentroCustoCliente": 13, "idCargo": 14, "CargoNome": "sample string 15", "Salario": 16.0 }
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Collection of AtualizaColaboradorBlazonViewModelName | Description | Type | Additional information |
---|---|---|---|
Nome | string |
Required String length: inclusive between 3 and 128 |
|
string |
Required String length: inclusive between 3 and 128 |
||
DataNascimento | date |
Required Range: inclusive between 01/01/1940 and 01/01/2100 |
|
TelefoneCelular | string |
Required String length: inclusive between 10 and 20 |
|
DataAdmissao | date |
Required Range: inclusive between 01/01/1940 and 01/01/2100 |
|
DataDemissao | date |
None. |
|
Matricula | string |
Required String length: inclusive between 1 and 20 |
|
CpfGestor | string |
Required String length: inclusive between 11 and 14 |
|
idEmpresa | integer |
Required Range: inclusive between 1 and 2147483647 |
|
CnpjEmpresa | string |
Required String length: inclusive between 14 and 18 |
|
idUnidade | integer |
Required Range: inclusive between 1 and 2147483647 |
|
CnpjUnidade | string |
Required String length: inclusive between 14 and 18 |
|
idRegional | integer |
Required Range: inclusive between 1 and 2147483647 |
|
IdCentroCustoCliente | integer |
Required Range: inclusive between 1 and 2147483647 |
|
idCargo | integer |
Required Range: inclusive between 1 and 2147483647 |
|
CargoNome | string |
Required String length: inclusive between 2 and 128 |
|
Salario | decimal number |
Required Range: inclusive between 0,01 and 999999,99 |
Response Formats
application/json, text/json
[ { "Nome": "sample string 1", "Email": "sample string 2", "DataNascimento": "09-01-2025 22:58:42.004", "TelefoneCelular": "sample string 4", "DataAdmissao": "09-01-2025 22:58:42.004", "DataDemissao": "09-01-2025 22:58:42.004", "Matricula": "sample string 6", "CpfGestor": "sample string 7", "idEmpresa": 8, "CnpjEmpresa": "sample string 9", "idUnidade": 10, "CnpjUnidade": "sample string 11", "idRegional": 12, "IdCentroCustoCliente": 13, "idCargo": 14, "CargoNome": "sample string 15", "Salario": 16.0 }, { "Nome": "sample string 1", "Email": "sample string 2", "DataNascimento": "09-01-2025 22:58:42.004", "TelefoneCelular": "sample string 4", "DataAdmissao": "09-01-2025 22:58:42.004", "DataDemissao": "09-01-2025 22:58:42.004", "Matricula": "sample string 6", "CpfGestor": "sample string 7", "idEmpresa": 8, "CnpjEmpresa": "sample string 9", "idUnidade": 10, "CnpjUnidade": "sample string 11", "idRegional": 12, "IdCentroCustoCliente": 13, "idCargo": 14, "CargoNome": "sample string 15", "Salario": 16.0 } ]