POST api/v1/sms/Validate
Request Information
URI Parameters
None.
Body Parameters
SmsPhoneValidationDtoName | Description | Type | Additional information |
---|---|---|---|
Phone | string |
None. |
|
VerificationCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "phone": "sample string 1", "verificationCode": "sample string 2" }
text/html
Sample:
{"$id":"1","phone":"sample string 1","verificationCode":"sample string 2"}
application/xml, text/xml
Sample:
<SmsPhoneValidationDto xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Phone>sample string 1</Phone> <VerificationCode>sample string 2</VerificationCode> </SmsPhoneValidationDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.