POST Carteira/Atualizar
Request Information
URI Parameters
None.
Body Parameters
CARTEIRAContract| Name | Description | Type | Additional information |
|---|---|---|---|
| CODCARTEIRA | string |
None. |
|
| NOME | string |
None. |
|
| CODFILIAL | string |
None. |
|
| NOME_FILIAL | string |
None. |
|
| IDUSUARIO_RESPONSAVEL | integer |
None. |
|
| NOME_RESPONSAVEL | string |
None. |
|
| STATUS_C | integer |
None. |
|
| FILIAL | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CODCARTEIRA": "sample string 1",
"NOME": "sample string 2",
"CODFILIAL": "sample string 3",
"NOME_FILIAL": "sample string 4",
"IDUSUARIO_RESPONSAVEL": 1,
"NOME_RESPONSAVEL": "sample string 5",
"STATUS_C": 1,
"FILIAL": "sample string 6"
}
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"
}