POST api/Login
Request Information
URI Parameters
None.
Body Parameters
LoqRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| User_Id | integer |
None. |
|
| User_Name | string |
None. |
|
| User_Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"User_Id": 1,
"User_Name": "sample string 2",
"User_Password": "sample string 3"
}
application/xml, text/xml
Sample:
<LoqRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CGuide_srv.Models"> <User_Id>1</User_Id> <User_Name>sample string 2</User_Name> <User_Password>sample string 3</User_Password> </LoqRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.