POST api/ClienteLV/LoginCadastro
Request Information
URI Parameters
None.
Body Parameters
AutenticaLoginVM| Name | Description | Type | Additional information |
|---|---|---|---|
| IdContaAcesso | integer |
None. |
|
| IdFav | integer |
None. |
|
| LoginNome | string |
None. |
|
| LoginSenha | string |
None. |
|
| Nome | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdContaAcesso": 1,
"IdFav": 2,
"LoginNome": "sample string 3",
"LoginSenha": "sample string 4",
"Nome": "sample string 5"
}
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1