POST api/Login
Request Information
URI Parameters
None.
Body Parameters
LoqRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Kimlik | integer |
None. |
|
| username | string |
None. |
|
| LB_SIRKET | string |
None. |
|
| FIRMA | string |
None. |
|
| userpsw | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Kimlik": 1,
"username": "sample string 2",
"LB_SIRKET": "sample string 3",
"FIRMA": "sample string 4",
"userpsw": "sample string 5"
}
application/xml, text/xml
Sample:
<LoqRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlyService.Models"> <FIRMA>sample string 4</FIRMA> <Kimlik>1</Kimlik> <LB_SIRKET>sample string 3</LB_SIRKET> <username>sample string 2</username> <userpsw>sample string 5</userpsw> </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.