POST api/v1/userlogin

Request Information

URI Parameters

None.

Body Parameters

RequestLogin
NameDescriptionTypeAdditional information
NomeUtente

string

None.

PasswordUtente

string

None.

CodAzienda

string

None.

AnnoGestione

string

None.

Request Formats

application/json, text/json

Sample:
{
  "NomeUtente": "sample string 1",
  "PasswordUtente": "sample string 2",
  "CodAzienda": "sample string 3",
  "AnnoGestione": "sample string 4"
}

application/xml, text/xml

Sample:
<clsStrutture.RequestLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI">
  <AnnoGestione>sample string 4</AnnoGestione>
  <CodAzienda>sample string 3</CodAzienda>
  <NomeUtente>sample string 1</NomeUtente>
  <PasswordUtente>sample string 2</PasswordUtente>
</clsStrutture.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.