POST MoneyDMT/api/Money/EKYC_Register

Request Information

URI Parameters

None.

Body Parameters

ekycdata
NameDescriptionTypeAdditional information
sender_number

string

None.

latitude

string

None.

longitude

string

None.

aadharcard

string

None.

pid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "sender_number": "sample string 1",
  "latitude": "sample string 2",
  "longitude": "sample string 3",
  "aadharcard": "sample string 4",
  "pid": "sample string 5"
}

application/xml, text/xml

Sample:
<MoneyDMTController.ekycdata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WhiteLabelApp.Controllers">
  <aadharcard>sample string 4</aadharcard>
  <latitude>sample string 2</latitude>
  <longitude>sample string 3</longitude>
  <pid>sample string 5</pid>
  <sender_number>sample string 1</sender_number>
</MoneyDMTController.ekycdata>

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

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.