POST api/userlogin/loginportal
Request Information
URI Parameters
None.
Body Parameters
UserLoginModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OriginatorId | integer |
None. |
|
| Originator | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OriginatorId": 1,
"Originator": "sample string 2",
"Username": "sample string 3",
"Password": "sample string 4"
}
text/xml
Sample:
<UserLoginModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Peercore.Transport.Model"> <Originator>sample string 2</Originator> <OriginatorId>1</OriginatorId> <Password>sample string 4</Password> <Username>sample string 3</Username> </UserLoginModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |