POST autenticacao/TrocaClienteLogado
Request Information
URI Parameters
None.
Body Parameters
TrocaCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| ChaveSegurancaSIGEM | string |
None. |
|
| IdCliente | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChaveSegurancaSIGEM": "sample string 1",
"IdCliente": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseTrocaCliente| Name | Description | Type | Additional information |
|---|---|---|---|
| Sucesso | boolean |
None. |
|
| msg | string |
None. |
|
| NomeCliente | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sucesso": true,
"msg": "sample string 2",
"NomeCliente": "sample string 3"
}