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": "ff53de7d-8934-4128-b301-7daa1b05f744",
  "SessionID": "5d675fde-3c21-475d-8083-b0d6be5c89b8",
  "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>5d675fde-3c21-475d-8083-b0d6be5c89b8</SessionID>
  <UserID>ff53de7d-8934-4128-b301-7daa1b05f744</UserID>
</SessionLogged>