POST api/KYC/postClientMaster?ApplicationNumber={ApplicationNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationNumber | string |
Required |
Body Parameters
KYC| Name | Description | Type | Additional information |
|---|---|---|---|
| ApplicationNumber | string |
None. |
|
| FirstName | string |
None. |
|
| MiddleName | string |
None. |
|
| LastName | string |
None. |
|
| FatherFirstName | string |
None. |
|
| FatherMiddleName | string |
None. |
|
| FatherLastName | string |
None. |
|
| MaidenName | string |
None. |
|
| MaidenMiddleName | string |
None. |
|
| MaidenLastName | string |
None. |
|
| MotherName | string |
None. |
|
| MotherMiddleName | string |
None. |
|
| MotherLastName | string |
None. |
|
| Gender | string |
None. |
|
| MaritalStatus | string |
None. |
|
| DOB | string |
None. |
|
| POB | string |
None. |
|
| Country | string |
None. |
|
| Nationality | string |
None. |
|
| ResidentialStatus | string |
None. |
|
| Occupation | string |
None. |
|
| GrossAnnualIncome | string |
None. |
|
| PoliticalExposure | string |
None. |
|
| TaxOtherCountry | string |
None. |
|
| ProofOfAddress | string |
None. |
|
| AddressType | string |
None. |
|
| PinCode | string |
None. |
|
| AddressCity | string |
None. |
|
| AddressDistrict | string |
None. |
|
| AddressState | string |
None. |
|
| AddressCountry | string |
None. |
|
| CorrespondingAddress | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Address3 | string |
None. |
|
| MobileNumber | string |
None. |
|
| EmailId | string |
None. |
|
| PermanentAsCorresponding | boolean |
None. |
|
| PermanentAddressPINCode | string |
None. |
|
| PermanentAddressCity | string |
None. |
|
| PermanentAddressDistrict | string |
None. |
|
| PermanentAddressState | string |
None. |
|
| PermanentAddressCountry | string |
None. |
|
| PermanentAddress | string |
None. |
|
| PermanentAddress1 | string |
None. |
|
| PermanentAddress2 | string |
None. |
|
| PermanentAddress3 | string |
None. |
|
| NameAsPerPAN | string |
None. |
|
| PANNumber | string |
None. |
|
| BACode | string |
None. |
|
| Aadhaar | string |
None. |
Request Formats
application/json, text/json
{
"applicationNumber": "sample string 1",
"firstName": "sample string 2",
"middleName": "sample string 3",
"lastName": "sample string 4",
"fatherFirstName": "sample string 5",
"fatherMiddleName": "sample string 6",
"fatherLastName": "sample string 7",
"maidenName": "sample string 8",
"maidenMiddleName": "sample string 9",
"maidenLastName": "sample string 10",
"motherName": "sample string 11",
"motherMiddleName": "sample string 12",
"motherLastName": "sample string 13",
"gender": "sample string 14",
"maritalStatus": "sample string 15",
"dob": "sample string 16",
"pob": "sample string 17",
"country": "sample string 18",
"nationality": "sample string 19",
"residentialStatus": "sample string 20",
"occupation": "sample string 21",
"grossAnnualIncome": "sample string 22",
"politicalExposure": "sample string 23",
"taxOtherCountry": "sample string 24",
"proofOfAddress": "sample string 25",
"addressType": "sample string 26",
"pinCode": "sample string 27",
"addressCity": "sample string 28",
"addressDistrict": "sample string 29",
"addressState": "sample string 30",
"addressCountry": "sample string 31",
"correspondingAddress": "sample string 32",
"address1": "sample string 33",
"address2": "sample string 34",
"address3": "sample string 35",
"mobileNumber": "sample string 36",
"emailId": "sample string 37",
"permanentAsCorresponding": true,
"permanentAddressPINCode": "sample string 39",
"permanentAddressCity": "sample string 40",
"permanentAddressDistrict": "sample string 41",
"permanentAddressState": "sample string 42",
"permanentAddressCountry": "sample string 43",
"permanentAddress": "sample string 44",
"permanentAddress1": "sample string 45",
"permanentAddress2": "sample string 46",
"permanentAddress3": "sample string 47",
"nameAsPerPAN": "sample string 48",
"panNumber": "sample string 49",
"baCode": "sample string 50",
"aadhaar": "sample string 51"
}
application/xml, text/xml
<KYC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AccountOpening.Data"> <Aadhaar>sample string 51</Aadhaar> <Address1>sample string 33</Address1> <Address2>sample string 34</Address2> <Address3>sample string 35</Address3> <AddressCity>sample string 28</AddressCity> <AddressCountry>sample string 31</AddressCountry> <AddressDistrict>sample string 29</AddressDistrict> <AddressState>sample string 30</AddressState> <AddressType>sample string 26</AddressType> <ApplicationNumber>sample string 1</ApplicationNumber> <BACode>sample string 50</BACode> <CorrespondingAddress>sample string 32</CorrespondingAddress> <Country>sample string 18</Country> <DOB>sample string 16</DOB> <EmailId>sample string 37</EmailId> <FatherFirstName>sample string 5</FatherFirstName> <FatherLastName>sample string 7</FatherLastName> <FatherMiddleName>sample string 6</FatherMiddleName> <FirstName>sample string 2</FirstName> <Gender>sample string 14</Gender> <GrossAnnualIncome>sample string 22</GrossAnnualIncome> <LastName>sample string 4</LastName> <MaidenLastName>sample string 10</MaidenLastName> <MaidenMiddleName>sample string 9</MaidenMiddleName> <MaidenName>sample string 8</MaidenName> <MaritalStatus>sample string 15</MaritalStatus> <MiddleName>sample string 3</MiddleName> <MobileNumber>sample string 36</MobileNumber> <MotherLastName>sample string 13</MotherLastName> <MotherMiddleName>sample string 12</MotherMiddleName> <MotherName>sample string 11</MotherName> <NameAsPerPAN>sample string 48</NameAsPerPAN> <Nationality>sample string 19</Nationality> <Occupation>sample string 21</Occupation> <PANNumber>sample string 49</PANNumber> <POB>sample string 17</POB> <PermanentAddress>sample string 44</PermanentAddress> <PermanentAddress1>sample string 45</PermanentAddress1> <PermanentAddress2>sample string 46</PermanentAddress2> <PermanentAddress3>sample string 47</PermanentAddress3> <PermanentAddressCity>sample string 40</PermanentAddressCity> <PermanentAddressCountry>sample string 43</PermanentAddressCountry> <PermanentAddressDistrict>sample string 41</PermanentAddressDistrict> <PermanentAddressPINCode>sample string 39</PermanentAddressPINCode> <PermanentAddressState>sample string 42</PermanentAddressState> <PermanentAsCorresponding>true</PermanentAsCorresponding> <PinCode>sample string 27</PinCode> <PoliticalExposure>sample string 23</PoliticalExposure> <ProofOfAddress>sample string 25</ProofOfAddress> <ResidentialStatus>sample string 20</ResidentialStatus> <TaxOtherCountry>sample string 24</TaxOtherCountry> </KYC>
application/x-www-form-urlencoded
Response Information
Resource Description
None.