POST BusineesAnalysis/GetLoginAnalysis
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"UserPWD": "sample string 2"
}
text/html
Sample:
{"UserId":"sample string 1","UserPWD":"sample string 2"}
application/xml, text/xml
Sample:
<LoginInfoRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers"> <UserId>sample string 1</UserId> <UserPWD>sample string 2</UserPWD> </LoginInfoRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"UserCode": "sample string 1",
"UserName": "sample string 2",
"UserId": "sample string 3",
"UserPWD": "sample string 4",
"UserType": "sample string 5"
},
{
"UserCode": "sample string 1",
"UserName": "sample string 2",
"UserId": "sample string 3",
"UserPWD": "sample string 4",
"UserType": "sample string 5"
},
{
"UserCode": "sample string 1",
"UserName": "sample string 2",
"UserId": "sample string 3",
"UserPWD": "sample string 4",
"UserType": "sample string 5"
}
]
text/html
Sample:
[{"UserCode":"sample string 1","UserName":"sample string 2","UserId":"sample string 3","UserPWD":"sample string 4","UserType":"sample string 5"},{"UserCode":"sample string 1","UserName":"sample string 2","UserId":"sample string 3","UserPWD":"sample string 4","UserType":"sample string 5"},{"UserCode":"sample string 1","UserName":"sample string 2","UserId":"sample string 3","UserPWD":"sample string 4","UserType":"sample string 5"}]
application/xml, text/xml
Sample:
<ArrayOfLoginInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers">
<LoginInfo>
<UserCode>sample string 1</UserCode>
<UserId>sample string 3</UserId>
<UserName>sample string 2</UserName>
<UserPWD>sample string 4</UserPWD>
<UserType>sample string 5</UserType>
</LoginInfo>
<LoginInfo>
<UserCode>sample string 1</UserCode>
<UserId>sample string 3</UserId>
<UserName>sample string 2</UserName>
<UserPWD>sample string 4</UserPWD>
<UserType>sample string 5</UserType>
</LoginInfo>
<LoginInfo>
<UserCode>sample string 1</UserCode>
<UserId>sample string 3</UserId>
<UserName>sample string 2</UserName>
<UserPWD>sample string 4</UserPWD>
<UserType>sample string 5</UserType>
</LoginInfo>
</ArrayOfLoginInfo>