O WebService recebe apenas requisições do tipo GET, e os parâmetros são passados via Query Parameter. |
Ele espera os seguintes Parâmetros:
Parâmetro | Valor | Tipo |
matricula | Identificador do Imóvel a ser verificado | String |
key | Chave de API do Bot | String |
https://<URL_GSAN>:8080/gsan/verificarBloqueioProtestoCartorioMatricula?matricula=123456&key=abc54321
Sem protesto ativo { "key": "abc54321", "body": { "possuiBloqueioProtestoCartorio": false, "matriculaImovel": 123456 } } Com protesto Ativo { "key": "abc54321", "body": { "possuiBloqueioProtestoCartorio": true, "matriculaImovel": 178778 } } |
Código | |
200 | “OK” |
500 | “Internal Server Error” |