POST loginbyPage/details
Request Information
URI Parameters
None.
Body Parameters
DaoLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| Username | Object |
None. |
|
| Password | Object |
None. |
|
| firstname | Object |
None. |
|
| lastname | Object |
None. |
|
| mobileno | Object |
None. |
|
| rights | Object |
None. |
|
| status | Object |
None. |
|
| loggedIn | Object |
None. |
|
| key | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Username": {},
"Password": {},
"firstname": {},
"lastname": {},
"mobileno": {},
"rights": {},
"status": {},
"loggedIn": {},
"key": {}
}
application/xml, text/xml
Sample:
<DaoLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Updated_SpeedBe_Service_WithputStru.All.Dao"> <Password /> <Username /> <firstname /> <key /> <lastname /> <loggedIn /> <mobileno /> <rights /> <status /> </DaoLogin>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.