POST api/Kyc/GetOtpForSorAgentEkyc

Request Information

URI Parameters

None.

Body Parameters

GetOtpForSorAgentEkycRequest
NameDescriptionTypeAdditional information
AgentMobileNumber

string

None.

AgentName

string

None.

AgentDOB

string

None.

AgentShopName

string

None.

AgentEmailId

string

None.

AgentGender

string

None.

PancardNumber

string

None.

AgentId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentMobileNumber": "sample string 1",
  "AgentName": "sample string 2",
  "AgentDOB": "sample string 3",
  "AgentShopName": "sample string 4",
  "AgentEmailId": "sample string 5",
  "AgentGender": "sample string 6",
  "PancardNumber": "sample string 7",
  "AgentId": "sample string 8"
}

application/xml, text/xml

Sample:
<GetOtpForSorAgentEkycRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DmtSorWebApi.Models">
  <AgentDOB>sample string 3</AgentDOB>
  <AgentEmailId>sample string 5</AgentEmailId>
  <AgentGender>sample string 6</AgentGender>
  <AgentId>sample string 8</AgentId>
  <AgentMobileNumber>sample string 1</AgentMobileNumber>
  <AgentName>sample string 2</AgentName>
  <AgentShopName>sample string 4</AgentShopName>
  <PancardNumber>sample string 7</PancardNumber>
</GetOtpForSorAgentEkycRequest>

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 'GetOtpForSorAgentEkycRequest'.

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>