POST presentation_gw/Admin/AdminLogin

Documentation for 'AdminLogin'.

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",
  "Token": "sample string 3",
  "ResponseCode": 0
}

application/xml, text/xml

Sample:
<AdminCredentialModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models.Management">
  <_x003C_Password_x003E_k__BackingField>sample string 2</_x003C_Password_x003E_k__BackingField>
  <_x003C_ResponseCode_x003E_k__BackingField>Success</_x003C_ResponseCode_x003E_k__BackingField>
  <_x003C_Token_x003E_k__BackingField>sample string 3</_x003C_Token_x003E_k__BackingField>
  <_x003C_Username_x003E_k__BackingField>sample string 1</_x003C_Username_x003E_k__BackingField>
</AdminCredentialModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Username": "sample string 1",
  "Password": "sample string 2",
  "Token": "sample string 3",
  "ResponseCode": 0
}

application/xml, text/xml

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