POST api/Account/Login

Request Information

URI Parameters

None.

Body Parameters

UserLoginModel
NameDescriptionTypeAdditional information
Login

string

Required

String length: inclusive between 2 and 15

Senha

string

Required

Data type: Password

String length: inclusive between 6 and 100

SecToken

string

None.

Codigo

integer

None.

ChaveFCM

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Login": "sample string 1",
  "Senha": "sample string 2",
  "SecToken": "sample string 3",
  "Codigo": 4,
  "ChaveFCM": "sample string 5"
}

application/xml, text/xml

Sample:
<UserLoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Portal.Areas.Seguranca.Data.Models">
  <ChaveFCM>sample string 5</ChaveFCM>
  <Codigo>4</Codigo>
  <Login>sample string 1</Login>
  <SecToken>sample string 3</SecToken>
  <Senha>sample string 2</Senha>
</UserLoginModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.