POST api/NSDL/VerifyCustOnboardingMobileVerifyOTP
Request Information
URI Parameters
None.
Body Parameters
VerifyCustOnboardingMobileVerifyOTPRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| customerReferenceNo | string |
Required String length: inclusive between 0 and 50 |
|
| otpReqId | string |
Required String length: inclusive between 0 and 100 |
|
| otp | string |
Required Matching regular expression pattern: ^\d{6}$ |
Request Formats
application/json, text/json
Sample:
{
"customerReferenceNo": "sample string 1",
"otpReqId": "sample string 2",
"otp": "sample string 3"
}
application/xml, text/xml
Sample:
<VerifyCustOnboardingMobileVerifyOTPRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AirtelDMTApi.biz_solutionz.com.Models"> <customerReferenceNo>sample string 1</customerReferenceNo> <otp>sample string 3</otp> <otpReqId>sample string 2</otpReqId> </VerifyCustOnboardingMobileVerifyOTPRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.