GET api/Information/StartAuth

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

StartAuthDTO
NameDescriptionTypeAdditional information
toSign

string

None.

jSession

string

None.

Response Formats

application/json, text/json

Sample:
{
  "toSign": "sample string 1",
  "jSession": "sample string 2"
}

application/xml, text/xml

Sample:
<StartAuthDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GosRegService.UL.BLL.DTO.Auth">
  <jSession>sample string 2</jSession>
  <toSign>sample string 1</toSign>
</StartAuthDTO>