POST user/login
Request Information
URI Parameters
None.
Body Parameters
RqLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| un | string |
None. |
|
| pswd | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"un": "sample string 1",
"pswd": "sample string 2"
}
application/xml, text/xml
Sample:
<RqLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GarbageBin.Web.Controllers"> <pswd>sample string 2</pswd> <un>sample string 1</un> </RqLogin>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.