POST api/Account/VerfiyMobileCode
Request Information
URI Parameters
None.
Body Parameters
UserPhoneNumberVerfication| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | string |
Required |
|
| Verfied | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"verfied": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.