POST api/v1/userlogin

Request Information

URI Parameters

None.

Body Parameters

RequestLogin
NameDescriptionTypeAdditional information
TipoUtente

integer

None.

NomeUtente

string

None.

PasswordUtente

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TipoUtente": 1,
  "NomeUtente": "sample string 2",
  "PasswordUtente": "sample string 3"
}

application/xml, text/xml

Sample:
<clsDatiApi.RequestLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI">
  <NomeUtente>sample string 2</NomeUtente>
  <PasswordUtente>sample string 3</PasswordUtente>
  <TipoUtente>1</TipoUtente>
</clsDatiApi.RequestLogin>

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.