POST presentation_gw/Wsaa/Login

Documentation for 'Login'.

Request Information

Parameters

NameDescriptionAdditional information
cjoInputObject
Documentation for 'cjoInputObject'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "Source": "sample string 3"
}

application/xml, text/xml

Sample:
<Credential xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs.Presentation">
  <Password>sample string 2</Password>
  <Source>sample string 3</Source>
  <Username>sample string 1</Username>
</Credential>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UserID": "c08cc983-fc59-4732-b734-209c3070f38e",
  "SessionID": "057d8943-212c-4494-aad8-59996a58ba44",
  "PasswordExpired": true
}

application/xml, text/xml

Sample:
<SessionLogged xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs.Presentation">
  <PasswordExpired>true</PasswordExpired>
  <SessionID>057d8943-212c-4494-aad8-59996a58ba44</SessionID>
  <UserID>c08cc983-fc59-4732-b734-209c3070f38e</UserID>
</SessionLogged>