POST sac_colaborador/Atualizar
Request Information
URI Parameters
None.
Body Parameters
SAC_COLABORADORContract| Name | Description | Type | Additional information |
|---|---|---|---|
| CODCONDOMINIO | string |
None. |
|
| NOMECONDOMINIO | string |
None. |
|
| IDPESSOA_CONDOMINIO | integer |
None. |
|
| IDPESSOA_COLABORADOR | integer |
None. |
|
| IDCARGO | integer |
None. |
|
| EH_MORADOR | integer |
None. |
|
| CODBLOCO | string |
None. |
|
| CODUNIDADE | string |
None. |
|
| INICIO_MANDATO | integer |
None. |
|
| FINAL_MANDATO | integer |
None. |
|
| PRORROGACAO_MANDATO | integer |
None. |
|
| ISENTA_TAXA | integer |
None. |
|
| POSSUI_ASS | integer |
None. |
|
| SALARIO_BRUTO | decimal number |
None. |
|
| SALARIO_LIQUIDO | decimal number |
None. |
|
| OBSERVACAO | string |
None. |
|
| ValueSelectCargo | string |
None. |
|
| NOME | string |
None. |
|
| CEP | string |
None. |
|
| IDACAO_TIPOLOGRADOURO | string |
None. |
|
| TPLOGRADOURO | string |
None. |
|
| LOGRADOURO | string |
None. |
|
| NUMERO | string |
None. |
|
| COMPLEMENTO | string |
None. |
|
| BAIRRO | string |
None. |
|
| CIDADE | string |
None. |
|
| UF | string |
None. |
|
| RG | string |
None. |
|
| Orgao | string |
None. |
|
| DTEXPEDICAO | integer |
None. |
|
| TIPOPESSOA | string |
None. |
|
| CPF_CNPJ | string |
None. |
|
| SEXO | string |
None. |
|
| PROFISSAO | string |
None. |
|
| string |
None. |
||
| ListaTelefone | string |
None. |
|
| GravaTelefone | boolean |
None. |
|
| TPCONTA | string |
None. |
|
| COD_COMP_BANCO | string |
None. |
|
| AGENCIA | string |
None. |
|
| DG_AGENCIA | string |
None. |
|
| CONTA | string |
None. |
|
| DG_CONTA | string |
None. |
|
| COMPLEMENTOBanco | string |
None. |
|
| IDLOC_ACAO_FORMADEPOSITO | integer |
None. |
|
| ChaveIdentificador | string |
None. |
|
| NOMEBANCO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODCONDOMINIO": "sample string 1",
"NOMECONDOMINIO": "sample string 2",
"IDPESSOA_CONDOMINIO": 1,
"IDPESSOA_COLABORADOR": 1,
"IDCARGO": 1,
"EH_MORADOR": 1,
"CODBLOCO": "sample string 3",
"CODUNIDADE": "sample string 4",
"INICIO_MANDATO": 1,
"FINAL_MANDATO": 1,
"PRORROGACAO_MANDATO": 1,
"ISENTA_TAXA": 1,
"POSSUI_ASS": 1,
"SALARIO_BRUTO": 1.0,
"SALARIO_LIQUIDO": 1.0,
"OBSERVACAO": "sample string 5",
"ValueSelectCargo": "sample string 6",
"NOME": "sample string 7",
"CEP": "sample string 8",
"IDACAO_TIPOLOGRADOURO": "sample string 9",
"TPLOGRADOURO": "sample string 10",
"LOGRADOURO": "sample string 11",
"NUMERO": "sample string 12",
"COMPLEMENTO": "sample string 13",
"BAIRRO": "sample string 14",
"CIDADE": "sample string 15",
"UF": "sample string 16",
"RG": "sample string 17",
"Orgao": "sample string 18",
"DTEXPEDICAO": 1,
"TIPOPESSOA": "sample string 19",
"CPF_CNPJ": "sample string 20",
"SEXO": "sample string 21",
"PROFISSAO": "sample string 22",
"Email": "sample string 23",
"ListaTelefone": "sample string 24",
"GravaTelefone": true,
"TPCONTA": "sample string 25",
"COD_COMP_BANCO": "sample string 26",
"AGENCIA": "sample string 27",
"DG_AGENCIA": "sample string 28",
"CONTA": "sample string 29",
"DG_CONTA": "sample string 30",
"COMPLEMENTOBanco": "sample string 31",
"IDLOC_ACAO_FORMADEPOSITO": 1,
"ChaveIdentificador": "sample string 32",
"NOMEBANCO": "sample string 33"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRetorno| Name | Description | Type | Additional information |
|---|---|---|---|
| sucesso | boolean |
None. |
|
| CodErro | string |
None. |
|
| auxRetorno | string |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"sucesso": true,
"CodErro": "sample string 2",
"auxRetorno": "sample string 3",
"msg": "sample string 4"
}