POST api/Users/WebLogin
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| credentials | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"password": "sample string 2",
"ClientIP": "sample string 3"
}
application/x-www-form-urlencoded
Sample: