POST gerenciadoc/AtualizaIntegracaoSistemica
Request Information
URI Parameters
None.
Body Parameters
GET_INTEGRASISTEMA_CONTRACTName | Description | Type | Additional information |
---|---|---|---|
TP_INTEGRACAO | string |
None. |
|
CHAVE_PROCESSO | string |
None. |
|
LIST_LOCACAO | Collection of GET_INTEGRALOCACAO_CONTRACT |
None. |
|
LIST_LOCADOR | Collection of GET_INTEGRALOCADOR_CONTRACT |
None. |
Request Formats
application/json, text/json
Sample:
{ "TP_INTEGRACAO": "sample string 1", "CHAVE_PROCESSO": "sample string 2", "LIST_LOCACAO": [ { "CODLOCACAO": "sample string 1" }, { "CODLOCACAO": "sample string 1" } ], "LIST_LOCADOR": [ { "CODIGOLOCADOR": "sample string 1" }, { "CODIGOLOCADOR": "sample string 1" } ] }
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" }