POST api/Account/VerfiyMobileCode

Request Information

URI Parameters

None.

Body Parameters

UserPhoneNumberVerfication
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.