POST gerenciadoc/IncluirCampoIdentificacao
Request Information
URI Parameters
None.
Body Parameters
GED_BUSCACAMPOINCLUSAO_CONTRACTName | Description | Type | Additional information |
---|---|---|---|
IDHISTORICO | string |
None. |
|
IDGED_CAMPO | string |
None. |
|
VALOR | string |
None. |
|
CAMPO_PRE_LANCTO | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IDHISTORICO": "sample string 1", "IDGED_CAMPO": "sample string 2", "VALOR": "sample string 3", "CAMPO_PRE_LANCTO": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonRetornoName | 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" }