POST api/User/GetUserLoginWithMobileDeviceID
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| requestJson | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"username": "sample string 1",
"password": "sample string 2",
"MobileDeviceID": "sample string 3",
"MobileDeviceType": "sample string 4"
}
application/xml, text/xml
Sample:
<UserLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <MobileDeviceID>sample string 3</MobileDeviceID> <MobileDeviceType>sample string 4</MobileDeviceType> <password>sample string 2</password> <username>sample string 1</username> </UserLogin>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.