POST api/Partner/InsertPartnerKyc
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _reqInsertPartnerKyc | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PartnerId": 1,
"SecretKey": "sample string 2",
"FirstName": "sample string 3",
"MiddleName": "sample string 4",
"LastName": "sample string 5",
"FatherName": "sample string 6",
"Address": "sample string 7",
"Gender": "sample string 8",
"DateOfBirth": "sample string 9",
"PartnerKycSelfieImageName": "sample string 10",
"PartnerKycSelfieImage": "sample string 11",
"PanNumber": "sample string 12",
"PanImageName": "sample string 13",
"PanImage": "sample string 14",
"IdAddressDocumentTypeId": 15,
"IdAddressDocumentType": "sample string 16",
"IdAddressDocumentNumber": "sample string 17",
"IdAddressDocumentFrontImageName": "sample string 18",
"IdAddressDocumentFrontImage": "sample string 19",
"IdAddressDocumentBackImageName": "sample string 20",
"IdAddressDocumentBackImage": "sample string 21",
"IsRegisterAsCompany": 22,
"CompanyName": "sample string 23",
"CompanyAddress": "sample string 24",
"CompanyContactNo": "sample string 25",
"CompanyPanNumber": "sample string 26",
"CompanyPanImageName": "sample string 27",
"CompanyPanImage": "sample string 28",
"CompanyAddressDocumentTypeId": 29,
"CompanyAddressDocumentType": "sample string 30",
"CompanyAddressDocumentNumber": "sample string 31",
"CompanyAddressDocumentImageName": "sample string 32",
"CompanyAddressDocumentImage": "sample string 33",
"BankAccountHolderTypeId": 34,
"BankAccountHolderType": "sample string 35",
"BankAccountHolderName": "sample string 36",
"BankAccountType": "sample string 37",
"BankAccountNumber": "sample string 38",
"BankName": "sample string 39",
"BankBranchName": "sample string 40",
"BankIFSC": "sample string 41",
"BankDocumentTypeId": 42,
"BankDocumentType": "sample string 43",
"BankDocumentImageName": "sample string 44",
"BankDocumentImage": "sample string 45",
"GSTTypeId": 46,
"GSTType": "sample string 47",
"GSTNumber": "sample string 48",
"GSTImageName": "sample string 49",
"GSTImage": "sample string 50",
"RERATypeId": 51,
"RERAType": "sample string 52",
"RERANumber": "sample string 53",
"RERAImageName": "sample string 54",
"RERAImage": "sample string 55"
}
text/html
Sample:
{"PartnerId":1,"SecretKey":"sample string 2","FirstName":"sample string 3","MiddleName":"sample string 4","LastName":"sample string 5","FatherName":"sample string 6","Address":"sample string 7","Gender":"sample string 8","DateOfBirth":"sample string 9","PartnerKycSelfieImageName":"sample string 10","PartnerKycSelfieImage":"sample string 11","PanNumber":"sample string 12","PanImageName":"sample string 13","PanImage":"sample string 14","IdAddressDocumentTypeId":15,"IdAddressDocumentType":"sample string 16","IdAddressDocumentNumber":"sample string 17","IdAddressDocumentFrontImageName":"sample string 18","IdAddressDocumentFrontImage":"sample string 19","IdAddressDocumentBackImageName":"sample string 20","IdAddressDocumentBackImage":"sample string 21","IsRegisterAsCompany":22,"CompanyName":"sample string 23","CompanyAddress":"sample string 24","CompanyContactNo":"sample string 25","CompanyPanNumber":"sample string 26","CompanyPanImageName":"sample string 27","CompanyPanImage":"sample string 28","CompanyAddressDocumentTypeId":29,"CompanyAddressDocumentType":"sample string 30","CompanyAddressDocumentNumber":"sample string 31","CompanyAddressDocumentImageName":"sample string 32","CompanyAddressDocumentImage":"sample string 33","BankAccountHolderTypeId":34,"BankAccountHolderType":"sample string 35","BankAccountHolderName":"sample string 36","BankAccountType":"sample string 37","BankAccountNumber":"sample string 38","BankName":"sample string 39","BankBranchName":"sample string 40","BankIFSC":"sample string 41","BankDocumentTypeId":42,"BankDocumentType":"sample string 43","BankDocumentImageName":"sample string 44","BankDocumentImage":"sample string 45","GSTTypeId":46,"GSTType":"sample string 47","GSTNumber":"sample string 48","GSTImageName":"sample string 49","GSTImage":"sample string 50","RERATypeId":51,"RERAType":"sample string 52","RERANumber":"sample string 53","RERAImageName":"sample string 54","RERAImage":"sample string 55"}
application/xml, text/xml
Sample:
<ReqInsertPartnerKyc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO.Partner"> <Address>sample string 7</Address> <BankAccountHolderName>sample string 36</BankAccountHolderName> <BankAccountHolderType>sample string 35</BankAccountHolderType> <BankAccountHolderTypeId>34</BankAccountHolderTypeId> <BankAccountNumber>sample string 38</BankAccountNumber> <BankAccountType>sample string 37</BankAccountType> <BankBranchName>sample string 40</BankBranchName> <BankDocumentImage>sample string 45</BankDocumentImage> <BankDocumentImageName>sample string 44</BankDocumentImageName> <BankDocumentType>sample string 43</BankDocumentType> <BankDocumentTypeId>42</BankDocumentTypeId> <BankIFSC>sample string 41</BankIFSC> <BankName>sample string 39</BankName> <CompanyAddress>sample string 24</CompanyAddress> <CompanyAddressDocumentImage>sample string 33</CompanyAddressDocumentImage> <CompanyAddressDocumentImageName>sample string 32</CompanyAddressDocumentImageName> <CompanyAddressDocumentNumber>sample string 31</CompanyAddressDocumentNumber> <CompanyAddressDocumentType>sample string 30</CompanyAddressDocumentType> <CompanyAddressDocumentTypeId>29</CompanyAddressDocumentTypeId> <CompanyContactNo>sample string 25</CompanyContactNo> <CompanyName>sample string 23</CompanyName> <CompanyPanImage>sample string 28</CompanyPanImage> <CompanyPanImageName>sample string 27</CompanyPanImageName> <CompanyPanNumber>sample string 26</CompanyPanNumber> <DateOfBirth>sample string 9</DateOfBirth> <FatherName>sample string 6</FatherName> <FirstName>sample string 3</FirstName> <GSTImage>sample string 50</GSTImage> <GSTImageName>sample string 49</GSTImageName> <GSTNumber>sample string 48</GSTNumber> <GSTType>sample string 47</GSTType> <GSTTypeId>46</GSTTypeId> <Gender>sample string 8</Gender> <IdAddressDocumentBackImage>sample string 21</IdAddressDocumentBackImage> <IdAddressDocumentBackImageName>sample string 20</IdAddressDocumentBackImageName> <IdAddressDocumentFrontImage>sample string 19</IdAddressDocumentFrontImage> <IdAddressDocumentFrontImageName>sample string 18</IdAddressDocumentFrontImageName> <IdAddressDocumentNumber>sample string 17</IdAddressDocumentNumber> <IdAddressDocumentType>sample string 16</IdAddressDocumentType> <IdAddressDocumentTypeId>15</IdAddressDocumentTypeId> <IsRegisterAsCompany>22</IsRegisterAsCompany> <LastName>sample string 5</LastName> <MiddleName>sample string 4</MiddleName> <PanImage>sample string 14</PanImage> <PanImageName>sample string 13</PanImageName> <PanNumber>sample string 12</PanNumber> <PartnerId>1</PartnerId> <PartnerKycSelfieImage>sample string 11</PartnerKycSelfieImage> <PartnerKycSelfieImageName>sample string 10</PartnerKycSelfieImageName> <RERAImage>sample string 55</RERAImage> <RERAImageName>sample string 54</RERAImageName> <RERANumber>sample string 53</RERANumber> <RERAType>sample string 52</RERAType> <RERATypeId>51</RERATypeId> <SecretKey>sample string 2</SecretKey> </ReqInsertPartnerKyc>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseMessage": "sample string 2",
"ResponseValue": {}
}
text/html
Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}
application/xml, text/xml
Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <ResponseCode>1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponseValue /> </DataSubmit>