POST api/LogOTPLogin?userid={userid}&deviceID={deviceID}&OTPTried={OTPTried}&OTPSuccess={OTPSuccess}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userid | integer |
Default value is 0 |
|
| deviceID | string |
Default value is |
|
| OTPTried | boolean |
Default value is True |
|
| OTPSuccess | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
JsonHttpStatusResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentEncoding | Encoding |
None. |
|
| ContentType | string |
None. |
|
| Data | Object |
None. |
|
| JsonRequestBehavior | JsonRequestBehavior |
None. |
|
| MaxJsonLength | integer |
None. |
|
| RecursionLimit | integer |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.