POST api/Kyc/GetOtpForSorSenderEkyc
Request Information
URI Parameters
None.
Body Parameters
GetOtpForSorSenderEkyc| Name | Description | Type | Additional information |
|---|---|---|---|
| SenderMobileNumber | string |
None. |
|
| SenderName | string |
None. |
|
| SenderDOB | string |
None. |
|
| SenderTitle | string |
None. |
|
| SenderPancardNumber | string |
None. |
|
| SenderGender | string |
None. |
|
| SenderAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SenderMobileNumber": "sample string 1",
"SenderName": "sample string 2",
"SenderDOB": "sample string 3",
"SenderTitle": "sample string 4",
"SenderPancardNumber": "sample string 5",
"SenderGender": "sample string 6",
"SenderAddress": "sample string 7"
}
application/xml, text/xml
Sample:
<GetOtpForSorSenderEkyc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DmtSorWebApi.Models"> <SenderAddress>sample string 7</SenderAddress> <SenderDOB>sample string 3</SenderDOB> <SenderGender>sample string 6</SenderGender> <SenderMobileNumber>sample string 1</SenderMobileNumber> <SenderName>sample string 2</SenderName> <SenderPancardNumber>sample string 5</SenderPancardNumber> <SenderTitle>sample string 4</SenderTitle> </GetOtpForSorSenderEkyc>
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>