POST api/Client/ClientLogin
Request Information
URI Parameters
None.
Body Parameters
LoginObject| Name | Description | Type | Additional information |
|---|---|---|---|
| _userName | string |
None. |
|
| _password | string |
None. |
|
| _isIOS | boolean |
None. |
|
| _clientFCMToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"_userName": "sample string 1",
"_password": "sample string 2",
"_isIOS": true,
"_clientFCMToken": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"_userName":"sample string 1","_password":"sample string 2","_isIOS":true,"_clientFCMToken":"sample string 4"}
application/xml, text/xml
Sample:
<LoginObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bridge.Services.MobileAppServices"> <_clientFCMToken>sample string 4</_clientFCMToken> <_isIOS>true</_isIOS> <_password>sample string 2</_password> <_userName>sample string 1</_userName> </LoginObject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, text/html, multipart/form-data
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />