POST api/BeneficiaryOther/ValidateOTP?BeneficiaryUID={BeneficiaryUID}&OTPType={OTPType}&OTP={OTP}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
BeneficiaryUID | No documentation available. |
Define this parameter in the request URI. |
OTPType | No documentation available. |
Define this parameter in the request URI. |
OTP | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Status": "sample string 1", "StatusMessage": "sample string 2" }
application/xml, text/xml
Sample:
<ValidateOTPResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer.Model"> <Status>sample string 1</Status> <StatusMessage>sample string 2</StatusMessage> </ValidateOTPResponse>