POST api/kycuploadv2/upload
Request Information
URI Parameters
None.
Body Parameters
KYCUploadBase64Request| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNo | string |
None. |
|
| PancardNumber | string |
None. |
|
| PanFileBase64 | string |
None. |
|
| PanFileName | string |
None. |
|
| AadharFileBase64 | string |
None. |
|
| AadharFileName | string |
None. |
|
| PersonalPhotoBase64 | string |
None. |
|
| PersonalPhotoFileName | string |
None. |
|
| ShopPhotoBase64 | string |
None. |
|
| ShopPhotoFileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"PancardNumber": "sample string 2",
"PanFileBase64": "sample string 3",
"PanFileName": "sample string 4",
"AadharFileBase64": "sample string 5",
"AadharFileName": "sample string 6",
"PersonalPhotoBase64": "sample string 7",
"PersonalPhotoFileName": "sample string 8",
"ShopPhotoBase64": "sample string 9",
"ShopPhotoFileName": "sample string 10"
}
application/xml, text/xml
Sample:
<KYCUploadBase64Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MahleAPI.Models"> <AadharFileBase64>sample string 5</AadharFileBase64> <AadharFileName>sample string 6</AadharFileName> <MobileNo>sample string 1</MobileNo> <PanFileBase64>sample string 3</PanFileBase64> <PanFileName>sample string 4</PanFileName> <PancardNumber>sample string 2</PancardNumber> <PersonalPhotoBase64>sample string 7</PersonalPhotoBase64> <PersonalPhotoFileName>sample string 8</PersonalPhotoFileName> <ShopPhotoBase64>sample string 9</ShopPhotoBase64> <ShopPhotoFileName>sample string 10</ShopPhotoFileName> </KYCUploadBase64Request>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KYCUploadBase64Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| ResponseMessage | string |
None. |
|
| MobileNo | string |
None. |
|
| PancardNumber | string |
None. |
|
| PancardPhotoName | string |
None. |
|
| AddarcardPhotoName | string |
None. |
|
| PersonalPhotoName | string |
None. |
|
| SHopPhotoName | string |
None. |
|
| KYCStage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"ResponseMessage": "sample string 2",
"MobileNo": "sample string 3",
"PancardNumber": "sample string 4",
"PancardPhotoName": "sample string 5",
"AddarcardPhotoName": "sample string 6",
"PersonalPhotoName": "sample string 7",
"SHopPhotoName": "sample string 8",
"KYCStage": "sample string 9"
}
application/xml, text/xml
Sample:
<KYCUploadBase64Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MahleAPI.Models"> <AddarcardPhotoName>sample string 6</AddarcardPhotoName> <KYCStage>sample string 9</KYCStage> <MobileNo>sample string 3</MobileNo> <PancardNumber>sample string 4</PancardNumber> <PancardPhotoName>sample string 5</PancardPhotoName> <PersonalPhotoName>sample string 7</PersonalPhotoName> <ResponseMessage>sample string 2</ResponseMessage> <SHopPhotoName>sample string 8</SHopPhotoName> <Status>1</Status> </KYCUploadBase64Response>