POST api/Kyc/SubmitOtpForSorAgentEkyc
Request Information
URI Parameters
None.
Body Parameters
SubmitOtpForSorAgentEkycRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OTPToken | string |
None. |
|
| OTP | string |
None. |
|
| AgentMobileNumber | string |
None. |
|
| AgentId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OTPToken": "sample string 1",
"OTP": "sample string 2",
"AgentMobileNumber": "sample string 3",
"AgentId": "sample string 4"
}
application/xml, text/xml
Sample:
<SubmitOtpForSorAgentEkycRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DmtSorWebApi.Models"> <AgentId>sample string 4</AgentId> <AgentMobileNumber>sample string 3</AgentMobileNumber> <OTP>sample string 2</OTP> <OTPToken>sample string 1</OTPToken> </SubmitOtpForSorAgentEkycRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>