POST api/EmailMobileVerification/SendMobileVerificationCode
Request Information
URI Parameters
None.
Body Parameters
SendMobileVerficationCodeRequestVMName | Description | Type | Additional information |
---|---|---|---|
MobileNumber | string |
Required |
|
MobileCountryCode | string |
Required |
|
VerificationModule | MobileVerificationForModule |
Required |
|
VerficationFor | MobileVerificationFor |
Required |
|
ParentAccountId | string |
None. |
|
UserId | string |
None. |
|
SubAccountId | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MobileNumber": "sample string 1", "MobileCountryCode": "sample string 2", "VerificationModule": "None", "VerficationFor": "None", "ParentAccountId": "sample string 3", "UserId": "sample string 4", "SubAccountId": "sample string 5" }
application/xml, text/xml
Sample:
<SendMobileVerficationCodeRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.EmailMobileVerficationModels"> <MobileCountryCode>sample string 2</MobileCountryCode> <MobileNumber>sample string 1</MobileNumber> <ParentAccountId>sample string 3</ParentAccountId> <SubAccountId>sample string 5</SubAccountId> <UserId>sample string 4</UserId> <VerficationFor>None</VerficationFor> <VerificationModule>None</VerificationModule> </SendMobileVerficationCodeRequestVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.