POST api/FranchiseePanCheck/Details
Request Information
URI Parameters
None.
Body Parameters
IIFLMainPanRequestEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| head | IIFLHeadRequestEntity |
None. |
|
| body | PanBody |
None. |
Request Formats
application/json, text/json
Sample:
{
"head": {
"UniqueKey": "sample string 1",
"AppName": "sample string 2",
"AppVer": "sample string 3",
"OsName": "sample string 4"
},
"body": {
"PanNo": "sample string 1"
}
}
application/xml, text/xml
Sample:
<IIFLMainPanRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMC_MODEL.COMMON">
<body>
<PanNo>sample string 1</PanNo>
</body>
<head>
<AppName>sample string 2</AppName>
<AppVer>sample string 3</AppVer>
<OsName>sample string 4</OsName>
<UniqueKey>sample string 1</UniqueKey>
</head>
</IIFLMainPanRequestEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IIFLMainPanResponceEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Head | IIFLHeadResponceEntity |
None. |
|
| Body | IIFLPanBobyResponceEntity |
None. |
Response Formats
application/json, text/json
Sample:
{
"Head": {
"ResponseKey": "sample string 1",
"ResponseCode": 2,
"Message": "sample string 3"
},
"Body": {
"Exists": "sample string 1",
"Msg": "sample string 2",
"Status": "sample string 3",
"PanName": "sample string 4",
"Broking": "sample string 5",
"EmailID": "sample string 6",
"MobileNo": "sample string 7",
"SubbrokerId": "sample string 8",
"RP_TO_AP": true,
"IS_RP_TO_AP_WITH_FCODE": true
}
}
application/xml, text/xml
Sample:
<IIFLMainPanResponceEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMC_MODEL.COMMON">
<Body>
<Broking>sample string 5</Broking>
<EmailID>sample string 6</EmailID>
<Exists>sample string 1</Exists>
<IS_RP_TO_AP_WITH_FCODE>true</IS_RP_TO_AP_WITH_FCODE>
<MobileNo>sample string 7</MobileNo>
<Msg>sample string 2</Msg>
<PanName>sample string 4</PanName>
<RP_TO_AP>true</RP_TO_AP>
<Status>sample string 3</Status>
<SubbrokerId>sample string 8</SubbrokerId>
</Body>
<Head>
<Message>sample string 3</Message>
<ResponseCode>2</ResponseCode>
<ResponseKey>sample string 1</ResponseKey>
</Head>
</IIFLMainPanResponceEntity>