POST api/Communication/ValidateOTP
Request Information
URI Parameters
None.
Body Parameters
OPTValidateName | Description | Type | Additional information |
---|---|---|---|
strClientID | string |
Required |
|
strFeatureName | string |
Required |
|
strMobileNo | string |
Required |
|
strOTP | string |
Required |
|
strActionName | string |
Required |
|
strError | string |
None. |
|
strResult | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "strClientID": "sample string 1", "strFeatureName": "sample string 2", "strMobileNo": "sample string 3", "strOTP": "sample string 4", "strActionName": "sample string 5", "strError": "sample string 6", "strResult": "sample string 7" }
application/xml, text/xml
Sample:
<OPTValidate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model"> <strActionName>sample string 5</strActionName> <strClientID>sample string 1</strClientID> <strError>sample string 6</strError> <strFeatureName>sample string 2</strFeatureName> <strMobileNo>sample string 3</strMobileNo> <strOTP>sample string 4</strOTP> <strResult>sample string 7</strResult> </OPTValidate>
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.