POST api/Kyc/GetOtpForSorSenderEkyc

Request Information

URI Parameters

None.

Body Parameters

GetOtpForSorSenderEkyc
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetOtpForSorSenderEkyc'.

Response Information

Resource Description

string

Response 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>