POST api/Kyc

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "KycId": "sample string 1",
    "ProofType": "sample string 2",
    "DocumentName": "sample string 3"
  },
  {
    "KycId": "sample string 1",
    "ProofType": "sample string 2",
    "DocumentName": "sample string 3"
  },
  {
    "KycId": "sample string 1",
    "ProofType": "sample string 2",
    "DocumentName": "sample string 3"
  }
]

text/xml

Sample:
<ArrayOfclsKYC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsKYC>
    <DocumentName>sample string 3</DocumentName>
    <KycId>sample string 1</KycId>
    <ProofType>sample string 2</ProofType>
  </clsKYC>
  <clsKYC>
    <DocumentName>sample string 3</DocumentName>
    <KycId>sample string 1</KycId>
    <ProofType>sample string 2</ProofType>
  </clsKYC>
  <clsKYC>
    <DocumentName>sample string 3</DocumentName>
    <KycId>sample string 1</KycId>
    <ProofType>sample string 2</ProofType>
  </clsKYC>
</ArrayOfclsKYC>