POST api/Distributor/MemberUploads?regid={regid}&tblname={tblname}&stscolumn={stscolumn}&kyctype={kyctype}

Documentation for 'MemberUploads'.

Request Information

Parameters

NameDescriptionAdditional information
regid
Documentation for 'regid'.

Define this parameter in the request URI.

tblname
Documentation for 'tblname'.

Define this parameter in the request URI.

stscolumn
Documentation for 'stscolumn'.

Define this parameter in the request URI.

kyctype
Documentation for 'kyctype'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "MPhoto": "sample string 1",
    "kycimgsts": "sample string 2"
  },
  {
    "MPhoto": "sample string 1",
    "kycimgsts": "sample string 2"
  },
  {
    "MPhoto": "sample string 1",
    "kycimgsts": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetMemPhoto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
  <GetMemPhoto>
    <MPhoto>sample string 1</MPhoto>
    <kycimgsts>sample string 2</kycimgsts>
  </GetMemPhoto>
  <GetMemPhoto>
    <MPhoto>sample string 1</MPhoto>
    <kycimgsts>sample string 2</kycimgsts>
  </GetMemPhoto>
  <GetMemPhoto>
    <MPhoto>sample string 1</MPhoto>
    <kycimgsts>sample string 2</kycimgsts>
  </GetMemPhoto>
</ArrayOfGetMemPhoto>