POST gerenciadoc/IncluirProcessoUpload
Request Information
URI Parameters
None.
Body Parameters
GED_UPLOAD_CONTRACTName | Description | Type | Additional information |
---|---|---|---|
ORDEM | integer |
None. |
|
IDCLIENTE | integer |
None. |
|
CAMINHO | string |
None. |
|
CHAVE_PROCESSO | string |
None. |
|
UPADO | boolean |
None. |
|
ARQUIVO_ARRAY | Collection of byte |
None. |
|
Acao | string |
None. |
|
IDHISTORICO | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ORDEM": 1, "IDCLIENTE": 2, "CAMINHO": "sample string 3", "CHAVE_PROCESSO": "sample string 4", "UPADO": true, "ARQUIVO_ARRAY": "QEA=", "Acao": "sample string 6", "IDHISTORICO": "sample string 7" }
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" }