POST autenticacao/Autentica
Request Information
URI Parameters
None.
Body Parameters
LoginAutenticacao| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSistema | integer |
None. |
|
| Login | string |
None. |
|
| Senha | string |
None. |
|
| CodLogin | string |
None. |
|
| chavecliente | string |
None. |
|
| ContaSigem | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdSistema": 1,
"Login": "sample string 2",
"Senha": "sample string 3",
"CodLogin": "sample string 4",
"chavecliente": "sample string 5",
"ContaSigem": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RetornoAcesso| Name | Description | Type | Additional information |
|---|---|---|---|
| ChaveAutenticacao | string |
None. |
|
| Sucesso | boolean |
None. |
|
| msg | string |
None. |
|
| linkRedirecionar | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChaveAutenticacao": "sample string 1",
"Sucesso": true,
"msg": "sample string 3",
"linkRedirecionar": "sample string 4"
}