POST campo/Atualizar
Request Information
URI Parameters
None.
Body Parameters
GED_CAMPO_CONTRACT| Name | Description | Type | Additional information |
|---|---|---|---|
| IDGED_CAMPO | string |
None. |
|
| NOME | string |
None. |
|
| TIPO_DADO | string |
None. |
|
| CAMPO_PRE_LANCTO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDGED_CAMPO": "sample string 1",
"NOME": "sample string 2",
"TIPO_DADO": "sample string 3",
"CAMPO_PRE_LANCTO": "sample string 4"
}
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"
}