POST api/Auth/IsAuthenticated

Request Information

URI Parameters

None.

Body Parameters

ParamAuth
NameDescriptionTypeAdditional information
IDANA

integer

None.

username

string

None.

password

string

None.

nuovapassword

string

None.

provenienza

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IDANA": 1,
  "username": "sample string 2",
  "password": "sample string 3",
  "nuovapassword": "sample string 4",
  "provenienza": 5
}

application/xml, text/xml

Sample:
<ParamAuth xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inlinea.Astegiudiziarie.WebAPI.Models">
  <IDANA>1</IDANA>
  <nuovapassword>sample string 4</nuovapassword>
  <password>sample string 3</password>
  <provenienza>5</provenienza>
  <username>sample string 2</username>
</ParamAuth>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ParamAuth'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.