GET api/KYC/getProofType
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ProofType| Name | Description | Type | Additional information |
|---|---|---|---|
| ProofTypeCode | string |
None. |
|
| ProofTypeName | string |
None. |
Response Formats
application/json, text/json
[
{
"proofTypeCode": "sample string 1",
"proofTypeName": "sample string 2"
},
{
"proofTypeCode": "sample string 1",
"proofTypeName": "sample string 2"
}
]
application/xml, text/xml
<ArrayOfProofType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountOpening.Data">
<ProofType>
<ProofTypeCode>sample string 1</ProofTypeCode>
<ProofTypeName>sample string 2</ProofTypeName>
</ProofType>
<ProofType>
<ProofTypeCode>sample string 1</ProofTypeCode>
<ProofTypeName>sample string 2</ProofTypeName>
</ProofType>
</ArrayOfProofType>