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": "80fbf2ba-869f-430a-be38-ab8867b9a579",
  "SessionID": "74db6b86-4e27-44fa-ba85-c41246e3c86b",
  "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>74db6b86-4e27-44fa-ba85-c41246e3c86b</SessionID>
  <UserID>80fbf2ba-869f-430a-be38-ab8867b9a579</UserID>
</SessionLogged>